@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@600;700&family=Manrope:wght@400;500;600;700&display=swap";: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:clamp(10px,3vw,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:clamp(15px,2.5vw,40px);margin:0;padding-left:clamp(15px,4vw,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:clamp(15px,4vw,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:clamp(10px,3vw,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}}.navbar-toggle{display:none}@media(max-width:768px){.navbar-toggle{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;margin:0 15px 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}.footer{background-color:#1a2332;color:#fff;font-family:Arial,sans-serif}.footer .footer-chevron{display:none}.footer .footer-links-section{display:flex;justify-content:space-between;max-width:1500px;margin:0 auto;padding:60px clamp(10px,3vw,50px) 80px;gap:30px}.footer .footer-column{flex:1;min-width:0}.footer .footer-column:first-child{flex:1.3}.footer .footer-column-header{font-size:14px;font-weight:600;margin-bottom:20px;color:#ffffffd9;letter-spacing:.3px}.footer .footer-column ul{list-style-type:none;padding:0;margin:0}.footer .footer-column ul li{margin-bottom:14px}.footer .footer-column ul li a{color:#ffffff8c;text-decoration:none;font-size:13px;transition:color .3s ease;line-height:1.4}.footer .footer-column ul li a:hover{color:#fff}.footer .footer-column ul li a:focus{outline:2px solid rgba(255,255,255,.4);outline-offset:2px;border-radius:2px}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin:0 clamp(10px,3vw,50px)}.footer .footer-bottom-inner{max-width:1200px;margin:0 auto;padding:28px 0;display:flex;align-items:center;justify-content:space-between}.footer .footer-logo img{height:28px;width:auto;opacity:.9}.footer .footer-social{display:flex;align-items:center;gap:20px}.footer .footer-social a{color:#fff9;display:flex;align-items:center;justify-content:center;transition:color .3s ease,transform .2s ease}.footer .footer-social a:hover{color:#fff;transform:translateY(-2px)}.footer .footer-social a svg{width:20px;height:20px}.footer .footer-language{display:flex;align-items:center;gap:8px;color:#ffffff80;font-size:13px;cursor:pointer;transition:color .3s ease}.footer .footer-language:hover{color:#fffc}.footer .footer-language svg{width:18px;height:18px;opacity:.6}@media(max-width:1024px){.footer .footer-links-section{flex-wrap:wrap;gap:30px 40px;padding:50px 30px 60px}.footer .footer-column,.footer .footer-column:first-child{flex:0 0 calc(33.33% - 30px)}}@media(max-width:768px){.footer .footer-links-section{display:flex;flex-direction:column;gap:0;padding:0}.footer .footer-column{flex:unset;border-bottom:1px solid rgba(255,255,255,.08)}.footer .footer-column:first-child{flex:unset}.footer .footer-column-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;margin-bottom:0;font-size:14px;font-weight:500;color:#ffffffd9;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.footer .footer-chevron{display:block;color:#fff6;transition:transform .3s ease;flex-shrink:0}.footer .footer-column.open .footer-chevron{transform:rotate(180deg)}.footer .footer-links-list{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px}.footer .footer-column.open .footer-links-list{max-height:500px;padding:0 24px 18px}.footer .footer-column ul li{margin-bottom:12px}.footer .footer-column ul li a{font-size:13px}.footer .footer-bottom{margin:0;border-top:1px solid rgba(255,255,255,.08)}.footer .footer-bottom-inner{flex-direction:column;gap:24px;padding:30px 24px;text-align:center}.footer .footer-logo img{height:32px}.footer .footer-social{order:2;gap:28px}.footer .footer-social a svg{width:22px;height:22px}.footer .footer-language{order:3}}@media(max-width:480px){.footer .footer-column-header{padding:16px 20px;font-size:13px}.footer .footer-links-list{padding:0 20px}.footer .footer-column.open .footer-links-list{padding:0 20px 16px}.footer .footer-column ul li a{font-size:12px}.footer .footer-bottom-inner{padding:24px 20px;gap:20px}.footer .footer-social{gap:14px}.footer .footer-social a svg{width:20px;height:20px}}.marketing-navbar{position:sticky;top:0;z-index:1000;width:100%;background-color:#fff;box-shadow:0 1px #0000000d;transition:box-shadow .3s ease}.marketing-navbar.scrolled{box-shadow:0 2px 8px #0000001a}.marketing-navbar .navbar-container{max-width:1400px;width:100%;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;position:relative}@media(min-width:768px){.marketing-navbar .navbar-container{padding:1rem 0}}.marketing-navbar .navbar-logo{display:flex;align-items:center;text-decoration:none;flex:1;padding-left:0}.marketing-navbar .navbar-logo img{height:35px;width:auto}@media(min-width:768px){.marketing-navbar .navbar-logo img{height:40px}}.marketing-search-container{flex:1;max-width:600px;margin:0 .5rem;display:block}@media(min-width:1024px){.marketing-search-container{margin:0 2rem}}.marketing-search-form{position:relative;display:flex;align-items:center;width:100%;height:40px}.marketing-search-input{width:100%;height:100%;padding:8px 40px 8px 12px;border:1px solid #ccc;border-radius:4px;font-size:13px;background-color:#fff;outline:none;transition:border-color .2s;color:#666}@media(min-width:768px){.marketing-search-input{font-size:14px;padding:8px 50px 8px 16px}}.marketing-search-input::placeholder{color:#aaa}.marketing-search-input:focus{border-color:#aaa}.marketing-search-button{position:absolute;right:0;top:0;bottom:0;width:40px;background-color:#555;border:1px solid #555;border-top-right-radius:4px;border-bottom-right-radius:4px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background-color .2s}.marketing-search-button:hover{background-color:#333}.marketing-navbar .mobile-menu-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:auto;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#62646a;padding:.5rem;transition:color .2s ease;z-index:10}@media(min-width:1024px){.marketing-navbar .mobile-menu-toggle{display:none}}.marketing-navbar .mobile-menu-toggle:hover{color:#02445f}.marketing-navbar .navbar-links{display:none!important;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 4px 12px #0000001a;border-top:1px solid #eee}.marketing-navbar .navbar-links.active{display:flex!important}@media(min-width:1024px){.marketing-navbar .navbar-links{display:flex!important;flex-direction:row;position:static;background-color:transparent;padding:0;box-shadow:none;border-top:none;gap:1.5rem;align-items:center}}.marketing-navbar .navbar-links a{text-decoration:none;color:#62646a;font-weight:500;font-size:.95rem;padding:.75rem 0;border-bottom:1px solid #eee;transition:color .2s ease}@media(min-width:1024px){.marketing-navbar .navbar-links a{padding:0;border-bottom:none}}.marketing-navbar .navbar-links a:hover{color:#02445f}.marketing-navbar .navbar-links a:last-child{border-bottom:none}.marketing-navbar .navbar-links .nav-join-btn{display:inline-block;background-color:#cfa43c;border:1px solid #CFA43C;color:#fff;padding:.5rem 1.5rem;border-radius:6px;text-align:center;margin-top:.5rem;transition:all .2s ease;font-weight:500;white-space:nowrap}@media(min-width:1024px){.marketing-navbar .navbar-links .nav-join-btn{margin-top:0}}.marketing-navbar .navbar-links .nav-join-btn:hover{background-color:#b89030;border-color:#b89030;transform:none}.marketing-navbar .navbar-links .nav-login-btn{display:inline-block;background-color:#fff;border:1px solid #000000;color:#444;padding:.5rem 1.5rem;border-radius:6px;text-align:center;transition:all .2s ease;font-weight:500;white-space:nowrap;text-decoration:none}@media(min-width:1024px){.marketing-navbar .navbar-links .nav-login-btn{margin-top:0;margin-right:.5rem}}.marketing-navbar .navbar-links .nav-login-btn:hover{background-color:#f8f8f8;color:#222;border-color:#bbb}.marketing-navbar .navbar-links .nav-logout-btn{background:none;border:1px solid #dc3545;color:#dc3545;font-weight:500;font-size:.95rem;padding:.5rem 1.25rem;border-radius:6px;cursor:pointer;margin-top:.5rem;transition:all .2s ease}@media(min-width:1024px){.marketing-navbar .navbar-links .nav-logout-btn{margin-top:0}}.marketing-navbar .navbar-links .nav-logout-btn:hover{background-color:#dc3545;color:#fff}body.menu-open{overflow:hidden}@media(min-width:1024px){body.menu-open{overflow:auto}}.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}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px}.heading-section h2{font-size:1.7rem}}@media(max-width:768px){.expert-team{padding:15px}.team-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.team-card{height:250px;margin:5px}.heading-section h2{font-size:1.5rem}.name-box{padding:10px}.name-box h3{font-size:1rem}.team-card:active .overlay,.team-card:focus-within .overlay{opacity:1}}@media(max-width:480px){.team-grid{grid-template-columns:1fr;gap:15px}.team-card{height:280px;margin:0}.heading-section h2{font-size:1.3rem}.philosophy{font-size:.9rem}}.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:clamp(20px,4vw,50px);width:40%}.general-banner-content h1{font-size:clamp(20px,3vw,40px);font-weight:700;margin-bottom:20px;width:90%}.general-banner-content p{font-size:clamp(14px,1.2vw,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}@media(max-width:1024px){.healthcare-facts{padding:60px 20px}.healthcare-facts .facts-list .fact-item{min-width:200px}}@media(max-width:768px){.healthcare-facts{padding:40px 15px}.healthcare-facts .header-container h2{font-size:1.5rem}.healthcare-facts .facts-list{flex-direction:column;align-items:center}.healthcare-facts .facts-list .fact-item{min-width:unset;max-width:100%;width:100%}}@media(max-width:480px){.healthcare-facts{padding:30px 10px}.healthcare-facts .header-container h2{font-size:1.3rem}.healthcare-facts .facts-list .fact-item{padding:15px;margin:5px 0}.healthcare-facts .facts-list .fact-item p{font-size:.9rem}}.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);min-height:280px;height:auto}}@media(min-width:1024px){.why-carepro__card{min-height:300px;height:auto}}.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:#fff;color:#2e4f6b;padding:clamp(2rem,5vw,8rem) clamp(1.5rem,4vw,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:clamp(2rem,5vw,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;background-color:#f0f0f0;align-items:center;padding:20px}.banner .text-content{flex:1;padding:clamp(20px,5vw,50px);width:30%;display:flex;flex-direction:column;align-items:flex-start}.banner h1{font-size:3rem;margin-bottom:20px;width:65%;word-wrap:break-word;color:#fff;text-align:left}.banner p{font-size:1rem;margin-bottom:40px;color:#bab2b2;width:70%}.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;width:50%;display:inline-flex;align-items:center;gap:8px}.banner .image-content{width:70%;display:flex;justify-content:flex-end;align-items:stretch;height:100%;margin:-20px;padding:0}.banner .image-content img{width:100%;height:calc(100% + 40px);border-radius:50% 0 0 50%;object-fit:cover;display:block}@media(max-width:768px){.banner{flex-direction:column;align-items:center;padding:15px;text-align:center}.banner h1{font-size:2.5rem;width:100%;word-wrap:break-word;text-align:center}.banner p{font-size:1.1rem;width:90%;text-align:center}.banner .hire-button{font-size:16px;padding:12px 20px;width:70%;justify-content:center}.banner .image-content{width:100%;margin-top:20px;justify-content:center}.banner .image-content img{height:auto;width:80%;border-radius:20px}}@media(max-width:480px){.banner{flex-direction:column;align-items:center;padding:15px;text-align:center}.banner h1{font-size:2rem;width:100%;word-wrap:break-word;text-align:center}.banner p{font-size:.9rem;width:95%;text-align:center}.banner .hire-button{font-size:14px;padding:12px 18px;width:90%;justify-content:center}.banner .image-content{width:100%;margin-top:15px;justify-content:center}.banner .image-content img{height:auto;width:90%;border-radius:20px}}.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}Marketing Page Styles .marketing-page{font-family:Poppins,sans-serif;color:#333;background-color:#fff;overflow-x:hidden}.marketing-page .container{max-width:1400px;width:90%;margin:0 auto;padding:2rem 0}.marketing-page .mk-hero{background:linear-gradient(#8080804d,#8080804d),url(/assets/afternoon_landing-CzP47evh.png);background-size:cover;background-position:center;min-height:520px;display:flex;align-items:center;justify-content:flex-start;color:#fff;padding:2rem 1.5rem;position:relative}@media(min-width:576px){.marketing-page .mk-hero{min-height:450px;padding:2rem}}@media(min-width:768px){.marketing-page .mk-hero{min-height:560px;padding:2.5rem 3rem}}@media(min-width:1024px){.marketing-page .mk-hero{min-height:620px;padding:3rem 6%}}.marketing-page .mk-hero__content{width:100%;max-width:100%;text-align:left;align-items:flex-start}@media(min-width:768px){.marketing-page .mk-hero__content{max-width:620px;margin-left:4%}}@media(min-width:1024px){.marketing-page .mk-hero__content{margin-left:6%}}.marketing-page .mk-hero__title{font-size:2.2rem;font-weight:600;line-height:1.18;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.4)}@media(min-width:576px){.marketing-page .mk-hero__title{font-size:2.6rem}}@media(min-width:768px){.marketing-page .mk-hero__title{font-size:3.1rem}}@media(min-width:1024px){.marketing-page .mk-hero__title{font-size:3.6rem}}.text-container{font-family:Arial,sans-serif;display:flex;flex-direction:column;align-items:flex-start;line-height:1.4}.connect-text{font-size:58px;font-weight:700}.profession-text{font-size:42px;display:block;font-weight:600}.demand-text{font-size:38px;font-weight:400;color:#00b140}@media(max-width:768px){.connect-text{font-size:42px}.profession-text{font-size:32px}.demand-text{font-size:30px}}@media(max-width:576px){.connect-text{font-size:38px}.profession-text{font-size:28px}.demand-text{font-size:26px}}@media(max-width:480px){.text-container{line-height:1.2}.connect-text{font-size:34px}.profession-text{font-size:26px}.demand-text{font-size:24px}}@media(max-width:360px){.connect-text{font-size:28px}.profession-text{font-size:22px}.demand-text{font-size:20px}}.marketing-page .mk-hero__search{display:flex;flex-direction:row;align-items:stretch;background:#28c76f;gap:0;margin-bottom:1.25rem;width:100%;max-width:560px;padding:0;box-shadow:0 8px 20px #0003;border-radius:8px;overflow:hidden;align-self:flex-start}.marketing-page .mk-hero__search input{flex:1 1 75%;min-width:0;border:0;padding:14px 22px;font-size:14px;outline:none;background:#fff;color:#333;border-right:0;border-radius:0}.marketing-page .mk-hero__search input::placeholder{color:#9aa0a6}.marketing-page .mk-hero__search button{flex:0 0 25%;background-color:#28c76f;color:#fff;border:none;padding:0 12px;justify-content:center;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap;display:flex;align-items:center;gap:8px;margin-left:0;border-radius:0}.marketing-page .mk-hero__search-icon{font-size:18px}.marketing-page .mk-hero__search button:hover{background-color:#21b463}.marketing-page .mk-hero__popular{display:flex;flex-direction:row;gap:.6rem;align-items:center;justify-content:flex-start;font-size:.9rem}.marketing-page .mk-hero__popular>span{font-weight:600;color:#fff;margin-right:.25rem}.marketing-page .mk-hero__popular button{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7);padding:.45rem 1.1rem;border-radius:999px;font-size:.85rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.marketing-page .mk-hero__popular button:hover{background:#ffffff1a;border-color:#fff}@media(max-width:480px){.marketing-page .mk-hero__popular{flex-wrap:wrap}.marketing-page .mk-hero__search button{flex:0 0 auto;min-width:90px;padding:0 12px;font-size:13px}}.marketing-page .services-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.marketing-page .services-section{padding:4rem 0}}.marketing-page .services-section h2{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:left;color:#2b3a67}@media(max-width:576px){.marketing-page .services-section h2{font-size:1.5rem;margin-bottom:1.5rem}}.marketing-page .services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:480px){.marketing-page .services-grid{grid-template-columns:1fr}}@media(min-width:768px){.marketing-page .services-grid{grid-template-columns:repeat(3,1fr)}}.marketing-page .service-card{background:#fff;border:1px solid #ebeef3;border-radius:10px;overflow:hidden;padding:1rem 1.1rem;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease;display:flex;align-items:center;gap:1rem;box-shadow:0 8px 20px #0f172a14}.marketing-page .service-card:hover{box-shadow:0 12px 26px #0f172a1f;transform:translateY(-2px)}.marketing-page .service-card .service-icon{display:flex;align-items:center;justify-content:center;font-size:2.5rem;width:56px;height:56px;flex:0 0 56px}@media(min-width:768px){.marketing-page .service-card .service-icon{font-size:2.7rem}}.marketing-page .service-card .service-body{padding:0}@media(min-width:768px){.marketing-page .service-card .service-body{padding:0}}.marketing-page .service-card .service-body h3{font-size:1rem;font-weight:600;margin:0 0 .35rem;color:#2b3a67}.marketing-page .service-card .service-body p{font-size:.85rem;color:#5c6a8a;margin:0 0 .5rem;line-height:1.45}.marketing-page .service-card .service-body .service-price{font-size:.82rem;font-weight:600;color:#ff7a00}.marketing-page .services-cta-sec{background:#f6e1a5;border-radius:18px;padding:.7rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;box-shadow:0 10px 24px #0f172a14}.marketing-page .services-cta-sec-text{font-size:1.1rem;font-weight:700;color:#111827;flex:1;white-space:nowrap}.marketing-page .services-cta-btn{background:transparent;border:none;font-size:.95rem;font-weight:600;color:#111827;text-decoration:underline;cursor:pointer;padding:.4rem .5rem;margin-left:auto;display:inline-flex;align-items:center;gap:.35rem}@media(max-width:640px){.marketing-page .services-cta-sec{flex-direction:column;align-items:flex-start}.marketing-page .services-cta-sec-text{white-space:normal}}@media(min-width:992px){.marketing-page .services-cta-sec{grid-column:2 / -1;min-height:86px}}.marketing-page .browse-all-container{text-align:center;margin-top:2rem}.marketing-page .browse-all-container .browse-all-btn{background-color:#02445f;color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.marketing-page .browse-all-container .browse-all-btn:hover{background-color:#01202d}.marketing-page .how-it-works-section{padding:3.5rem 0;background-color:#fff}@media(min-width:768px){.marketing-page .how-it-works-section{padding:4rem 0}}.marketing-page .how-it-works-section h2{font-size:2rem;font-weight:600;text-align:left;margin-bottom:2rem;color:#2b3a67}@media(max-width:576px){.marketing-page .how-it-works-section h2{font-size:1.5rem;margin-bottom:1.5rem}}@media(min-width:768px){.marketing-page .how-it-works-section h2{font-size:2.2rem;margin-bottom:2.5rem}}.marketing-page .how-grid{display:grid;grid-template-columns:1fr;gap:1.75rem}@media(min-width:768px){.marketing-page .how-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.marketing-page .how-card{background:#fff;border-radius:16px;box-shadow:0 10px 28px #0f172a14;padding:0 0 1.5rem;display:flex;flex-direction:column;gap:.9rem}.marketing-page .how-image{width:100%;height:200px;overflow:hidden;border-radius:16px}.marketing-page .how-image img{width:100%;height:100%;object-fit:cover}.marketing-page .how-card h3{font-size:1.1rem;font-weight:600;margin:0 1.25rem;color:#1f2937}.marketing-page .how-card p{font-size:.9rem;color:#5c6a8a;line-height:1.45;margin:0 1.25rem}.marketing-page .how-actions{margin:0 1.25rem;display:flex;gap:.75rem;flex-wrap:wrap;margin-top:auto}.marketing-page .how-actions.split{justify-content:space-between;flex-wrap:nowrap}@media(max-width:480px){.marketing-page .how-actions.split{flex-wrap:wrap}}.marketing-page .how-btn{border-radius:8px;padding:.7rem 1.1rem;font-size:.9rem;font-weight:600;cursor:pointer;border:1px solid transparent}.marketing-page .how-btn.outline{background:#fff;border-color:#30c77a;color:#1f2937}.marketing-page .how-btn.fill{background:#35d2c6;color:#0b2320;border-color:#35d2c6}.marketing-page .how-btn.wide{width:100%;text-align:center}.marketing-page .how-profile{margin:0 1.25rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.marketing-page .how-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.marketing-page .how-profile-meta{display:flex;flex-direction:column;gap:.1rem}.marketing-page .how-profile-top{display:flex;align-items:center;gap:.5rem}.marketing-page .how-profile-name{font-size:.9rem;font-weight:600;color:#1f2937}.marketing-page .how-profile-location{font-size:.75rem;color:#35b36c}.marketing-page .how-profile-badge{font-size:.75rem;color:#35b36c;font-weight:600}.marketing-page .how-profile-rating{margin-left:auto;background:#fff7e6;color:#b7791f;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:999px;display:flex;align-items:center;gap:.25rem}.marketing-page .cta-banners-section{padding:2rem 0;background-color:#f4f7f6}@media(min-width:768px){.marketing-page .cta-banners-section{padding:3rem 0}}.marketing-page .cta-banner{display:flex;flex-direction:column;border-radius:12px;overflow:hidden;margin-bottom:1.5rem}@media(min-width:768px){.marketing-page .cta-banner{flex-direction:row;min-height:280px}}.marketing-page .cta-banner:last-child{margin-bottom:0}.marketing-page .cta-banner.hire-banner{background-color:#373732}.marketing-page .cta-banner.become-banner{background-color:#02445f}@media(min-width:768px){.marketing-page .cta-banner.become-banner{flex-direction:row-reverse}}.marketing-page .cta-banner .cta-content{flex:1;padding:2rem;color:#fff;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.marketing-page .cta-banner .cta-content{padding:2.5rem}}.marketing-page .cta-banner .cta-content h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}@media(min-width:768px){.marketing-page .cta-banner .cta-content h3{font-size:1.75rem}}.marketing-page .cta-banner .cta-content p{font-size:.95rem;line-height:1.5;opacity:.9;margin-bottom:1.5rem}.marketing-page .cta-banner .cta-content button{align-self:flex-start;background-color:#f5a623;color:#fff;border:none;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.marketing-page .cta-banner .cta-content button:hover{background-color:#db8c0a;transform:scale(1.02)}.marketing-page .cta-banner .cta-image{flex:1;min-height:200px}@media(min-width:768px){.marketing-page .cta-banner .cta-image{min-height:auto}}.marketing-page .cta-banner .cta-image img{width:100%;height:100%;object-fit:cover}.marketing-page .healthcare-facts-section{padding:3rem 0;background-color:#fff}@media(min-width:768px){.marketing-page .healthcare-facts-section{padding:4rem 0}}.marketing-page .facts-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.marketing-page .facts-header .facts-icon{font-size:1.5rem}.marketing-page .facts-header h2{font-size:1.5rem;font-weight:600;margin:0}@media(min-width:768px){.marketing-page .facts-header h2{font-size:1.75rem}}.marketing-page .facts-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:576px){.marketing-page .facts-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.marketing-page .facts-grid{grid-template-columns:repeat(4,1fr)}}.marketing-page .fact-card{padding:1.25rem;border-radius:8px}.marketing-page .fact-card p{font-size:.9rem;line-height:1.5;margin:0;color:#333}.marketing-page .trust-section{padding:3rem 0;background-color:#f4f7f6}@media(min-width:768px){.marketing-page .trust-section{padding:4rem 0}}.marketing-page .trust-section h2{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2rem}@media(min-width:768px){.marketing-page .trust-section h2{font-size:2rem;margin-bottom:3rem}}.marketing-page .trust-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:576px){.marketing-page .trust-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:992px){.marketing-page .trust-grid{grid-template-columns:repeat(4,1fr)}}.marketing-page .trust-card{background:#fff;padding:1.5rem;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000000d}.marketing-page .trust-card .trust-icon{width:50px;height:50px;background:#02445f1a;color:#02445f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto 1rem}.marketing-page .trust-card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.marketing-page .trust-card p{font-size:.85rem;color:#62646a;line-height:1.4;margin:0}.marketing-page .featured-caregivers-section{padding:3.5rem 0 2.5rem;background-color:#fff}.marketing-page .featured-caregivers-section h2{font-size:2rem;font-weight:600;color:#2b3a67;margin-bottom:2rem}@media(max-width:576px){.marketing-page .featured-caregivers-section h2{font-size:1.5rem;margin-bottom:1.5rem}}.marketing-page .featured-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.marketing-page .featured-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.marketing-page .featured-grid{grid-template-columns:repeat(4,1fr)}}.marketing-page .featured-loading,.marketing-page .featured-empty{text-align:center;padding:2rem;font-size:1rem;color:#6b7280}.marketing-page .featured-browse{margin-top:1.8rem;text-align:center}.marketing-page .featured-browse-btn{background:transparent;border:none;font-size:1rem;color:#1f2937;text-decoration:underline;cursor:pointer}.marketing-page .mk-final-cta{padding:3.5rem 0 4rem;background-color:#fff}.marketing-page .mk-final-cta__card{position:relative;background:#0b0f14;border-radius:16px;padding:3rem 2rem;text-align:center;color:#fff;box-shadow:0 20px 40px #0f172a33;overflow:hidden}.marketing-page .mk-final-cta__card:before{content:"";position:absolute;inset:0;background:radial-gradient(80% 70% at 50% 110%,rgba(218,167,36,.22),transparent 60%),linear-gradient(90deg,#00000059,#00000059);pointer-events:none}.marketing-page .mk-final-cta__card h2{position:relative;font-size:1.9rem;font-weight:600;margin-bottom:.6rem}.marketing-page .mk-final-cta__card p{position:relative;font-size:.95rem;color:#ffffffd9;margin-bottom:1.4rem}.marketing-page .mk-final-cta__btn{position:relative;background:#d9a22b;color:#111827;border:none;padding:.45rem 1rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;width:20%}@media(max-width:480px){.marketing-page .mk-final-cta__card{padding:2rem 1.25rem}.marketing-page .mk-final-cta__card h2{font-size:1.5rem}.marketing-page .mk-final-cta__card p{font-size:.85rem}.marketing-page .mk-final-cta__btn{width:auto;min-width:140px;padding:.45rem 1.5rem}}@media(max-width:768px){.marketing-page .mk-final-cta__btn{width:auto;min-width:140px;padding:.45rem 1.5rem}}@media(min-width:768px){.marketing-page .mk-final-cta__card{padding:3.5rem 2.5rem}.marketing-page .mk-final-cta__card h2{font-size:2.1rem}}.marketing-page .final-cta-section{padding:3rem 0;background:linear-gradient(135deg,#02445f,#000e14);color:#fff;text-align:center}@media(min-width:768px){.marketing-page .final-cta-section{padding:4rem 0}}.marketing-page .final-cta-section h2{font-size:1.75rem;font-weight:600;margin-bottom:.75rem}@media(min-width:768px){.marketing-page .final-cta-section h2{font-size:2.25rem}}.marketing-page .final-cta-section p{font-size:1rem;opacity:.9;margin-bottom:2rem}.marketing-page .final-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center}@media(min-width:576px){.marketing-page .final-cta-buttons{flex-direction:row}}.marketing-page .final-cta-buttons button{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;min-width:200px}.marketing-page .final-cta-buttons button.primary-btn{background-color:#00a86b;color:#fff;border:none}.marketing-page .final-cta-buttons button.primary-btn:hover{background-color:#00754b}.marketing-page .final-cta-buttons button.secondary-btn{background-color:transparent;color:#fff;border:2px solid #ffffff}.marketing-page .final-cta-buttons button.secondary-btn:hover{background-color:#fff;color:#02445f}.pricing-modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:pricingFadeIn .2s ease}@keyframes pricingFadeIn{0%{opacity:0}to{opacity:1}}@keyframes pricingSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.pricing-modal{background:#fff;border-radius:20px;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 25px 60px #0000002e;animation:pricingSlideUp .3s ease;position:relative}.pricing-modal::-webkit-scrollbar{width:6px}.pricing-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.pricing-modal__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.pricing-modal__title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .25rem}.pricing-modal__subtitle{font-size:.9rem;color:#64748b;margin:0}.pricing-modal__close{background:none;border:none;font-size:1.75rem;color:#94a3b8;cursor:pointer;line-height:1;padding:.25rem;border-radius:8px;transition:all .2s}.pricing-modal__close:hover{background:#f1f5f9;color:#334155}.pricing-modal__currency-toggle{display:flex;gap:0;background:#f1f5f9;border-radius:10px;padding:4px;width:fit-content;margin-bottom:1.5rem}.currency-btn{padding:.45rem 1.25rem;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;color:#64748b}.currency-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 4px #00000014}.currency-btn:hover:not(.active){color:#334155}.pricing-modal__grid{display:grid;grid-template-columns:1fr;gap:.65rem;margin-bottom:1.25rem}@media(min-width:480px){.pricing-modal__grid{grid-template-columns:1fr 1fr}}.pricing-category-card{display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff;position:relative}.pricing-category-card:hover{border-color:#a5b4fc;background:#f8faff;transform:translateY(-1px);box-shadow:0 4px 12px #6366f114}.pricing-category-card.selected{border-color:#10b981;background:#ecfdf5;box-shadow:0 0 0 3px #10b9811f}.pricing-category-card__icon{font-size:1.6rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-radius:10px}.pricing-category-card.selected .pricing-category-card__icon{background:#d1fae5}.pricing-category-card__info{flex:1;min-width:0}.pricing-category-card__name{font-size:.9rem;font-weight:600;color:#1e293b;margin:0 0 .15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pricing-category-card__price{font-size:.8rem;color:#64748b}.pricing-category-card__price strong{color:#059669;font-weight:700}.pricing-category-card__per-day{color:#94a3b8;font-size:.75rem}.pricing-category-card__check{flex-shrink:0;width:22px;height:22px}.pricing-modal__detail{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1.5px solid #a7f3d0;border-radius:14px;padding:1rem 1.25rem;margin-bottom:1.25rem;animation:pricingSlideUp .25s ease}.pricing-modal__detail-icon{font-size:2rem;flex-shrink:0}.pricing-modal__detail-info{flex:1}.pricing-modal__detail-info h3{font-size:1.05rem;font-weight:700;color:#064e3b;margin:0 0 .15rem}.pricing-modal__detail-info p{font-size:.9rem;color:#047857;margin:0 0 .2rem}.pricing-modal__detail-note{font-size:.75rem;color:#6b7280;font-style:italic}.pricing-modal__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background:#059669;color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.pricing-modal__cta:hover{background:#047857;transform:translateY(-1px);box-shadow:0 4px 14px #0596694d}.pricing-modal__cta:active{transform:translateY(0)}.pricing-modal__footer{border-top:1px solid #f1f5f9;padding-top:1rem}.pricing-modal__footer p{font-size:.78rem;color:#94a3b8;margin:0;line-height:1.5}@media(max-width:479px){.pricing-modal{padding:1.25rem;border-radius:16px;max-height:85vh}.pricing-modal__title{font-size:1.25rem}.pricing-modal__detail{flex-direction:column;text-align:center;gap:.75rem}.pricing-modal__cta{width:100%;justify-content:center}}.modern-service-card{width:100%;background-color:#fff;border-radius:16px;box-shadow:0 10px 22px #0f172a14;overflow:hidden;cursor:pointer;transition:all .3s ease;border:1px solid #eceff3;position:relative;display:flex;flex-direction:column}.modern-service-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px #0f172a1f}.card-image-wrapper{position:relative;width:100%;height:170px;overflow:hidden;flex-shrink:0;border-radius:14px}.card-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;border-radius:14px}.modern-service-card:hover .card-image{transform:scale(1.05)}.premium-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#d9a22b,#f2c057);color:#1f2937;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,#ff7a00,#ffa14d);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}.card-content{padding:12px 6px 6px;display:flex;flex-direction:column;gap:10px}.provider-row{display:flex;flex-direction:column;gap:6px;width:100%}.provider-row-top{display:flex;justify-content:space-between;align-items:center;width:100%}.provider-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.provider-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid #ffffff;box-shadow:0 4px 10px #0f172a1f;flex-shrink:0}.verified-badge{display:flex;align-items:center;gap:4px;flex-shrink:0}.verified-text{font-size:11px;font-weight:600;color:#1f2e5a}.provider-name{font-size:13px;font-weight:700;color:#1f2e5a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.rating-section{display:flex;align-items:center;gap:4px;flex-shrink:0;padding:3px 8px;border-radius:999px;background:#fff7e6;border:1px solid #f3e0b5}.rating-clickable{cursor:pointer;padding:4px 6px;margin:-4px -6px;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;gap:4px}.rating-clickable:hover{background:#ffe9c4;transform:scale(1.05)}.rating-clickable:focus{outline:2px solid #d9a22b;outline-offset:2px}.rating-number{font-size:11px;font-weight:700;color:#1f2e5a}.location-text{display:flex;align-items:center;gap:5px;font-size:11px;color:#22a06b}.modern-service-card .service-title{font-size:14px;font-weight:700;color:#111827;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.card-footer{display:flex;justify-content:flex-end;align-items:center;margin-top:2px}.pricing-info{display:flex;gap:2px;width:50%}.price-label{font-size:11px;color:#111827;font-weight:700}.price-amount{font-size:12px;font-weight:600;color:#111827}.hire-btn{background:#d9a22b;color:#111827;width:50%;border:none;border-radius:8px;font-size:11px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 6px 14px #d9a22b59}.hire-btn:hover{background:#c79222;transform:translateY(-1px);box-shadow:0 10px 18px #d9a22b66}.hire-btn:active{transform:translateY(0)}@media(min-width:768px){.card-image-wrapper{height:175px}.card-content{padding:16px 18px 18px;gap:11px}.provider-avatar{width:38px;height:38px}.modern-service-card .service-title{font-size:15px}.provider-name{font-size:13px}.location-text,.rating-number{font-size:11px}.price-amount{font-size:12px}.hire-btn{padding:7px 14px;font-size:11px}}@media(min-width:1024px){.modern-service-card{border-radius:16px}.card-image-wrapper{height:180px}.card-content{padding:18px 20px 20px;gap:12px}.provider-avatar{width:40px;height:40px}.verification-badge{width:18px;height:18px}.modern-service-card .service-title{font-size:15px}.provider-name{font-size:13px}.premium-badge,.popular-badge{padding:6px 10px;font-size:12px}.rating-number{font-size:11px}.location-text{font-size:13px}.price-amount{font-size:12px}.hire-btn{padding:7px 14px;font-size:11px}}.reviews-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:1001;animation:fadeIn .2s ease;padding:0}.reviews-modal-content{background:#fff;border-radius:16px 16px 0 0;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}.reviews-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 16px 12px;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0;position:sticky;top:0;z-index:1}.reviews-modal-title-section{flex:1;min-width:0}.reviews-modal-title{margin:0;font-size:18px;font-weight:600;color:#1a1a1a}.reviews-modal-subtitle{margin:4px 0 0;font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reviews-modal-close{background:#f3f4f6;border:none;font-size:18px;color:#6b7280;cursor:pointer;padding:0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:12px;transition:all .2s ease}.reviews-modal-close:hover{background:#e5e7eb;color:#374151}.reviews-modal-body{flex:1;overflow-y:auto;padding:16px;-webkit-overflow-scrolling:touch}.reviews-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 16px;color:#6b7280}.reviews-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#00b4a6;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:16px}.reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}.reviews-empty-icon{font-size:48px;margin-bottom:16px}.reviews-empty h4{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a}.reviews-empty p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.reviews-stats-section{background:#f9fafb;border-radius:12px;padding:16px;margin-bottom:20px}.reviews-stats-overview{display:flex;flex-direction:column;gap:16px}.reviews-average{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.reviews-average-number{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1}.reviews-average-stars{display:flex;gap:2px;margin:8px 0 4px}.reviews-average-stars .star{font-size:20px}.reviews-average-stars .star.filled{color:#f59e0b}.reviews-average-stars .star.empty{color:#d1d5db}.reviews-total-count{font-size:14px;color:#6b7280}.reviews-distribution{display:flex;flex-direction:column;gap:8px}.rating-bar-row{display:flex;align-items:center;gap:8px}.rating-bar-label{width:28px;font-size:13px;color:#4b5563;text-align:right;flex-shrink:0}.rating-bar-track{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.rating-bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:4px;transition:width .3s ease}.rating-bar-count{width:24px;font-size:13px;color:#6b7280;text-align:left;flex-shrink:0}.reviews-list{display:flex;flex-direction:column;gap:16px}.review-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px}.review-item-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.review-item-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#00b4a6,#0ea5e9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.review-item-meta{flex:1;min-width:0}.review-item-name{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:2px}.review-item-rating{display:flex;gap:1px}.review-item-rating .star{font-size:12px}.review-item-rating .star.filled{color:#f59e0b}.review-item-rating .star.empty{color:#d1d5db}.review-item-date{font-size:12px;color:#9ca3af;flex-shrink:0}.review-item-message{margin:0;font-size:14px;color:#4b5563;line-height:1.5;word-wrap:break-word}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(min-width:768px){.reviews-modal-overlay{align-items:center;padding:24px}.reviews-modal-content{border-radius:16px;max-width:600px;max-height:80vh;animation:slideIn .3s ease}.reviews-modal-header{padding:20px 24px 16px}.reviews-modal-title{font-size:20px}.reviews-modal-body{padding:24px}.reviews-stats-overview{flex-direction:row;align-items:flex-start}.reviews-average{width:140px;flex-shrink:0;border-bottom:none;border-right:1px solid #e5e7eb;padding-bottom:0;padding-right:24px}.reviews-distribution{flex:1;padding-left:24px}.review-item{padding:16px}.review-item-avatar{width:40px;height:40px;font-size:16px}.review-item-name{font-size:15px}.review-item-message{font-size:14px}}@media(min-width:1024px){.reviews-modal-content{max-width:700px}.reviews-modal-header{padding:24px 28px 18px}.reviews-modal-title{font-size:22px}.reviews-modal-body{padding:28px}.reviews-stats-section{padding:20px}.reviews-average-number{font-size:56px}.reviews-average-stars .star{font-size:24px}.rating-bar-track{height:10px}.review-item{padding:18px}.review-item-avatar{width:44px;height:44px}}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.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}@media(max-width:1024px){.quality-healthcare-card{flex:1 1 45%;margin:.5rem}.quality-healthcare-title{font-size:2.2rem}}@media(max-width:768px){.quality-healthcare-card{flex:1 1 100%;margin:.5rem 0}.quality-healthcare-title{font-size:1.8rem;margin-bottom:1.5rem}.quality-healthcare-card__title{font-size:1.3rem}}@media(max-width:480px){.quality-healthcare-title{font-size:1.5rem;margin-bottom:1rem}.quality-healthcare-card{padding:1rem}.quality-healthcare-card__title{font-size:1.2rem}}.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}@media(max-width:1024px){.blog-item{flex:1 1 45%;max-width:45%}.view-all-button{width:30%}}@media(max-width:768px){.our-blogs{padding:1.5rem 1rem}.blogs-container{flex-direction:column;align-items:center}.blog-item{flex:1 1 100%;max-width:100%}.view-all-button{width:50%}.modal-content{width:95%;padding:1rem}}@media(max-width:480px){.our-blogs{padding:1rem .5rem}.view-all-button{width:70%;font-size:.9rem}.expand-icon{width:35px;height:35px}}.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}}.refund-policy-page{min-height:100vh;background:#fff}.refund-policy-hero{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;padding:80px 20px 60px;text-align:center;position:relative}.back-button{position:absolute;top:20px;left:20px;background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);padding:10px 20px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:auto;display:inline-block}.back-button:hover{background:#ffffff4d;border-color:#fffc;transform:translate(-5px)}.refund-policy-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.refund-policy-hero .last-updated{font-size:1rem;opacity:.9;font-weight:400}.refund-policy-container{max-width:900px;margin:0 auto;padding:0 20px}.refund-policy-content{padding:60px 0}.policy-section{margin-bottom:50px}.policy-section h2{font-size:2rem;color:#1e293b;margin-bottom:1.5rem;font-weight:600;padding-bottom:.5rem;border-bottom:3px solid #06b6d4;display:inline-block}.policy-section p{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1rem}.policy-section ul{list-style:none;padding:0;margin:1.5rem 0}.policy-section ul li{font-size:1.1rem;line-height:1.8;color:#475569;margin-bottom:1rem;padding-left:2rem;position:relative}.policy-section ul li:before{content:"✓";position:absolute;left:0;color:#06b6d4;font-weight:700;font-size:1.3rem}.policy-section ul li strong{color:#1e293b;font-weight:600}.refund-steps{margin-top:2rem}.refund-step{display:flex;gap:1.5rem;margin-bottom:2.5rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border-left:4px solid #06b6d4;transition:transform .2s ease,box-shadow .2s ease}.refund-step:hover{transform:translate(5px);box-shadow:0 4px 12px #06b6d41a}.step-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content h3{font-size:1.3rem;color:#1e293b;margin-bottom:.5rem;font-weight:600}.step-content p{font-size:1rem;color:#64748b;margin:0;line-height:1.6}.contact-info{background:#f1f5f9;padding:1.5rem;border-radius:8px;margin-top:1rem;border-left:4px solid #0891b2}.contact-info p{margin-bottom:.5rem;font-size:1rem}.contact-info p:last-child{margin-bottom:0}.policy-footer{background:#f8fafc;padding:2rem;border-radius:12px;text-align:center;margin-top:3rem}.policy-footer p{margin-bottom:1.5rem}.policy-links{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.policy-links a{color:#06b6d4;text-decoration:none;font-weight:600;transition:color .2s ease}.policy-links a:hover{color:#0891b2;text-decoration:underline}.policy-links span{color:#cbd5e1}@media(max-width:768px){.back-button{top:15px;left:15px;padding:8px 16px;font-size:.9rem}.refund-policy-hero h1{font-size:2rem}.refund-policy-hero{padding:60px 20px 40px}.policy-section h2{font-size:1.5rem}.policy-section p,.policy-section ul li{font-size:1rem}.refund-step{flex-direction:column;gap:1rem}.step-number{width:40px;height:40px;font-size:1.2rem}.refund-policy-content{padding:40px 0}.policy-links{flex-direction:column;gap:.5rem}.policy-links span{display:none}}@media(max-width:480px){.refund-policy-hero h1{font-size:1.75rem}.policy-section h2{font-size:1.3rem}.refund-policy-container{padding:0 15px}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.not-found-page .not-found-container{max-width:800px;width:100%;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:500px}@media(max-width:768px){.not-found-page .not-found-container{grid-template-columns:1fr;text-align:center}}.not-found-page .not-found-content{padding:3rem}@media(max-width:768px){.not-found-page .not-found-content{padding:2rem}}.not-found-page .not-found-content .error-code{font-size:6rem;font-weight:900;color:#3b82f6;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.1)}@media(max-width:768px){.not-found-page .not-found-content .error-code{font-size:4rem}}.not-found-page .not-found-content h1{font-size:2.5rem;color:#1e293b;margin-bottom:1rem;font-weight:700}@media(max-width:768px){.not-found-page .not-found-content h1{font-size:2rem}}.not-found-page .not-found-content .error-message{font-size:1.1rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.not-found-page .not-found-content .action-buttons{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:768px){.not-found-page .not-found-content .action-buttons{justify-content:center}}.not-found-page .not-found-content .action-buttons .home-button,.not-found-page .not-found-content .action-buttons .login-button{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:120px}.not-found-page .not-found-content .action-buttons .home-button:hover,.not-found-page .not-found-content .action-buttons .login-button:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0003}.not-found-page .not-found-content .action-buttons .home-button{background:#3b82f6;color:#fff}.not-found-page .not-found-content .action-buttons .home-button:hover{background:#2563eb}.not-found-page .not-found-content .action-buttons .login-button{background:#f1f5f9;color:#475569;border:2px solid #e2e8f0}.not-found-page .not-found-content .action-buttons .login-button:hover{background:#e2e8f0;border-color:#cbd5e1}.not-found-page .illustration{display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8fafc}@media(max-width:768px){.not-found-page .illustration{padding:1rem}}.not-found-page .illustration .illustration-content{opacity:.8}.not-found-page .illustration .illustration-content svg{width:100%;max-width:200px;height:auto}@media(prefers-color-scheme:dark){.not-found-page .not-found-container{background:#1e293b}.not-found-page .not-found-content h1{color:#f1f5f9}.not-found-page .not-found-content .error-message{color:#94a3b8}.not-found-page .not-found-content .login-button{background:#334155;color:#e2e8f0;border-color:#475569}.not-found-page .not-found-content .login-button:hover{background:#475569;border-color:#64748b}.not-found-page .illustration{background:#0f172a}}.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}@media(max-width:768px){.links{padding-left:20px;padding-top:100px;font-size:1rem;flex-wrap:wrap}.faq{flex-direction:column}.faq .faq-container{padding:20px 20px 40px}.faq .order-details{padding-right:20px;margin-left:0;margin-bottom:20px;white-space:normal}.faq .resolution-center{padding-right:20px;margin-left:0}.faq h2{font-size:1.5rem}}@media(max-width:480px){.links{padding-left:15px;padding-top:80px;font-size:.9rem;gap:5px}.faq .faq-container{padding:15px 15px 30px}.faq .order-details,.faq .resolution-center{padding:10px}.faq h2{font-size:1.3rem;margin-bottom:20px}.faq h4{font-size:1rem;margin-bottom:20px}.faq .faq-list .faq-item{padding:15px}.faq .faq-list .faq-item .faq-question{font-size:1rem}}.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;position:relative;overflow:visible}.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;min-width:36px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;flex-shrink:0}.avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #667eea4d}.avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;text-transform:uppercase}.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}.mobile-menu-links li.sign-out{color:#dc3545;margin-top:auto;border-top:1px solid #e9ecef;border-bottom:none}.mobile-menu-links li.caregiver-notifications-item{color:#007bff;padding:0;overflow:visible}.mobile-menu-links li.caregiver-notifications-item .menu-item-content{display:flex;align-items:center;gap:12px;padding:16px 20px;position:relative;overflow:visible}.mobile-menu-links li.caregiver-notifications-item .notification-bell-container{width:20px;height:20px;overflow:visible}.mobile-menu-links li.caregiver-notifications-item .notification-bell{width:20px;height:20px;padding:0}.mobile-menu-links li.caregiver-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;margin:0!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;position:relative!important;flex-shrink:0!important;min-width:auto!important;height:100%!important;overflow:visible!important;padding:0!important;margin:0!important;box-sizing:border-box!important}.nav-icons{display:flex!important;align-items:center!important;gap:12px!important;list-style:none!important;margin:0!important;padding:4px 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;position:relative!important;overflow:visible!important}.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;flex-shrink:0!important;position:relative!important;overflow:visible!important;padding:0!important;box-sizing:border-box!important}.icon-link:hover{background-color:#fff!important}.desktop-nav .nav-icons .caregiver-icon-link:hover{background-color:transparent!important}.icon-link img{height:18px!important;width:18px!important;object-fit:contain!important}.nav-icons .nav-react-icon{width:18px!important;height:18px!important;color:#333!important;display:inline-block!important;flex-shrink:0!important}.desktop-nav .nav-icons .caregiver-icon-link{width:32px!important;height:32px!important;padding:0!important;overflow:visible!important;cursor:default!important;transition:none!important;background-color:transparent!important;display:flex!important;align-items:center!important;justify-content:center!important;list-style:none!important;position:relative!important;box-sizing:border-box!important}.desktop-nav .nav-icons .caregiver-icon-link .notification-bell-container{width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;margin:0!important;padding:0!important;overflow:visible!important}.desktop-nav .nav-icons .caregiver-icon-link .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:6px!important;margin:0!important;cursor:pointer!important;border-radius:6px!important}.desktop-nav .nav-icons .caregiver-icon-link .notification-bell img{width:16px!important;height:16px!important;object-fit:contain!important}.desktop-nav .nav-icons .caregiver-icon-link .bell-icon{font-size:16px!important;width:16px!important;height:16px!important;color:#333!important}.desktop-nav .nav-icons .caregiver-icon-link .notification-badge{position:absolute!important;top:-2px!important;right:-2px!important;transform:none!important}.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}.desktop-nav .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}.nav-user-name{font-size:.9rem;color:#2c3e50;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px;display:inline-block;vertical-align:middle;cursor:pointer}.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:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;font-weight:600!important;position:relative!important}.desktop-nav .avatar-initials{font-size:.9rem!important;font-weight:600!important;width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;text-transform:uppercase!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-flex;width:40px;height:40px;align-items:center;justify-content:center;flex-shrink:0}.notification-bell{position:relative;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition:background-color .2s ease;transform:translateZ(0);will-change:background-color}.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;flex-shrink:0;transform:translateZ(0)}.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%);pointer-events:none}.notification-dropdown{position:fixed;top:60px;right:16px;background:#fff;border:1px solid #e1e8ed;border-radius:8px;box-shadow:0 8px 24px #00000040;width:380px;max-width:calc(100vw - 32px);max-height:500px;overflow:hidden;z-index:999999;display:flex;flex-direction:column}@media(max-width:768px){.notification-dropdown{right:-50px;width:320px}}.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}.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;position:relative}.notification-item.clickable{cursor:pointer}.notification-item:hover{background-color:#f8f9fa}.notification-item.clickable:hover{background-color:#edf5fd}.notification-item:last-child{border-bottom:none}.notification-item.unread{background-color:#f0f8ff}.notification-item.unread.clickable:hover{background-color:#e1f0fc}.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}.notification-go-arrow{font-size:20px;color:#aab8c2;margin-left:8px;flex-shrink:0;font-weight:300;line-height:1;transition:color .15s ease}.notification-item.clickable:hover .notification-go-arrow{color:#1da1f2}.unread-dot{width:8px;height:8px;background:#1da1f2;border-radius:50%;flex-shrink:0;margin-top:4px}.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}.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-page-wrapper{display:flex;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.login-page-left{flex:0 0 42%;display:flex;flex-direction:column;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem 2.5rem;position:relative;overflow:hidden}.login-page-logo{margin-bottom:1.5rem;z-index:2}.login-page-logo img{max-width:140px;height:auto}.login-page-hero{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.login-page-hero .hero-image{max-width:85%;max-height:450px;object-fit:contain;border-radius:16px;position:relative;z-index:1}.login-page-left .floating-card{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 4px 20px #0000001f;z-index:3;font-size:.8rem;color:#333;animation:loginFloat 3s ease-in-out infinite alternate}.login-page-left .floating-browse{top:8%;left:5%}.login-page-left .floating-browse .floating-tag{background:#f0c040;color:#333;padding:5px 14px;border-radius:20px;font-size:.7rem;font-weight:600}.login-page-left .floating-category{top:14%;left:8%;max-width:250px;animation-delay:.5s}.login-page-left .category-card-inner{display:flex;gap:10px;align-items:flex-start}.login-page-left .category-emoji{font-size:1.5rem;flex-shrink:0}.login-page-left .category-card-inner strong{font-size:.8rem;display:block;margin-bottom:3px}.login-page-left .category-card-inner p{font-size:.65rem;color:#666;margin:0;line-height:1.3}.login-page-left .category-price{color:#e6541a;font-size:.7rem;font-weight:600}.login-page-left .floating-orders{left:3%;top:50%;display:flex;align-items:center;gap:8px;font-weight:500;animation-delay:1s}.login-page-left .orders-icon{font-size:1.2rem}.login-page-left .floating-connect{top:68%;left:2%;background:#1a3a5c;color:#fff;font-size:.75rem;font-weight:500;padding:12px 18px;border-radius:10px;animation-delay:1.5s}.login-page-left .floating-profile{bottom:8%;left:5%;padding:12px 16px;animation-delay:2s}.login-page-left .profile-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.login-page-left .profile-avatar{width:32px;height:32px;border-radius:50%;background:#05668d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600}.login-page-left .profile-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.login-page-left .profile-info strong{font-size:.75rem}.login-page-left .verified-badge{color:#00b4a6;font-size:.65rem;font-weight:500}.login-page-left .rating{font-size:.65rem;background:#fef3cd;padding:2px 6px;border-radius:4px}.login-page-left .profile-location{font-size:.65rem;color:#00b4a6}@keyframes loginFloat{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.login-page-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:40px;overflow-y:auto}.login-page-content{width:100%;max-width:480px}.login-page-content h2{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.login-page-subtitle{color:#888;font-size:.85rem;margin:0 0 28px}.login-page-subtitle a{color:#05668d;font-weight:600;text-decoration:none}.login-page-subtitle a:hover{text-decoration:underline}.login-page-message{background:#e8f4fd;border:1px solid #b3d9f2;border-radius:8px;padding:12px 16px;margin-bottom:20px}.login-page-message p{margin:0;color:#05668d;font-size:.85rem;font-weight:500}.login-page-form{display:flex;flex-direction:column;gap:18px}.login-page-field{display:flex;flex-direction:column}.login-page-field label{font-size:.85rem;font-weight:500;color:#333;margin-bottom:6px}.login-page-field input{width:100%;padding:12px 14px;border:1.5px solid #c0c0c0;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#333}.login-page-field input::placeholder{color:#bbb}.login-page-field input:focus{outline:none;border-color:#05668d;box-shadow:0 0 0 3px #05668d1a}.login-page-password-wrap{position:relative}.login-page-password-wrap input{width:100%;padding:12px 44px 12px 14px;border:1.5px solid #c0c0c0;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#333}.login-page-password-wrap input::placeholder{color:#bbb}.login-page-password-wrap input:focus{outline:none;border-color:#05668d;box-shadow:0 0 0 3px #05668d1a}.login-page-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s}.login-page-eye-btn:hover{color:#333}.login-page-helpers{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.login-page-helper-link{color:#05668d;font-size:.82rem;font-weight:500;text-decoration:none}.login-page-helper-link:hover{text-decoration:underline}.login-page-error{color:#e74c3c;font-size:.8rem;margin:0;font-weight:500;background:#e74c3c14;padding:8px 12px;border-radius:6px;border-left:3px solid #e74c3c}.login-page-submit{width:100%;padding:13px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#e6a817,#d4960f);color:#fff;font-family:inherit}.login-page-submit:hover:not(:disabled){background:linear-gradient(135deg,#d4960f,#c28a0c);transform:translateY(-1px);box-shadow:0 4px 12px #e6a8174d}.login-page-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-page-divider{display:flex;align-items:center;margin:20px 0}.login-page-divider:before,.login-page-divider:after{content:"";flex:1;height:1px;background:#e8e8e8}.login-page-divider span{padding:0 16px;color:#bbb;font-size:.85rem;font-weight:400}.login-page-social{display:flex;justify-content:center;width:100%;margin-bottom:20px}.login-page-social>div{width:100%!important}.login-page-social>div>div{width:100%!important;display:flex;justify-content:center}.login-page-terms{text-align:center;color:#999;font-size:.8rem;line-height:1.5;margin:0}.login-page-terms a{color:#333;text-decoration:underline;font-weight:500}.login-page-terms a:hover{color:#05668d}@media(max-width:1024px){.login-page-left{flex:0 0 38%;padding:1.5rem 2rem}.login-page-right{padding:30px}.login-page-content h2{font-size:1.4rem}}@media(max-width:768px){.login-page-wrapper{flex-direction:column}.login-page-left{display:none}.login-page-right{padding:40px 20px 24px;min-height:100vh;justify-content:flex-start}.login-page-content{max-width:100%}.login-page-content h2{font-size:1.35rem}.login-page-helpers{flex-direction:column;gap:6px}}@media(max-width:480px){.login-page-right{padding:30px 16px 20px}.login-page-content h2{font-size:1.2rem}.login-page-field input,.login-page-password-wrap input{padding:10px 12px;font-size:.85rem}.login-page-submit{padding:12px 20px;font-size:.9rem}}.role-selection-wrapper{display:flex;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.role-selection-left{flex:0 0 42%;display:flex;flex-direction:column;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem 2.5rem;position:relative;overflow:hidden}.role-selection-logo{margin-bottom:1.5rem;z-index:2}.role-selection-logo img{max-width:140px;height:auto}.role-selection-hero{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.role-selection-hero .hero-image{max-width:85%;max-height:450px;object-fit:contain;border-radius:16px;position:relative;z-index:1}.floating-card{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 4px 20px #0000001f;z-index:3;font-size:.8rem;color:#333;animation:floatUp 3s ease-in-out infinite alternate}.floating-browse{top:8%;left:5%}.floating-browse .floating-tag{background:#f0c040;color:#333;padding:5px 14px;border-radius:20px;font-size:.7rem;font-weight:600}.floating-category{top:14%;left:8%;max-width:250px;animation-delay:.5s}.category-card-inner{display:flex;gap:10px;align-items:flex-start}.category-emoji{font-size:1.5rem;flex-shrink:0}.category-card-inner strong{font-size:.8rem;display:block;margin-bottom:3px}.category-card-inner p{font-size:.65rem;color:#666;margin:0;line-height:1.3}.category-price{color:#e6541a;font-size:.7rem;font-weight:600}.floating-orders{left:3%;top:50%;display:flex;align-items:center;gap:8px;font-weight:500;animation-delay:1s}.orders-icon{font-size:1.2rem}.floating-connect{top:68%;left:2%;background:#1a3a5c;color:#fff;font-size:.75rem;font-weight:500;padding:12px 18px;border-radius:10px;animation-delay:1.5s}.floating-profile{bottom:8%;left:5%;padding:12px 16px;animation-delay:2s}.profile-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#05668d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600}.profile-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.profile-info strong{font-size:.75rem}.verified-badge{color:#00b4a6;font-size:.65rem;font-weight:500}.rating{font-size:.65rem;background:#fef3cd;padding:2px 6px;border-radius:4px}.profile-location{font-size:.65rem;color:#00b4a6}@keyframes floatUp{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.role-selection-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(180deg,#fff 60%,#e8f4f8);padding:60px 40px;position:relative}.role-selection-content{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center}.role-selection-right h2{font-size:1.75rem;color:#1a1a1a;margin-bottom:40px;font-weight:600;text-align:center;letter-spacing:-.3px}.role-cards-container{display:flex;gap:20px;margin-bottom:32px;width:100%}.role-card{flex:1;padding:24px 20px;border:1.5px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:all .25s ease;background:#fff}.role-card:hover{border-color:silver;box-shadow:0 2px 12px #0000000f}.role-card.selected{border-color:#1a1a1a;box-shadow:0 2px 12px #00000014}.role-card-top{display:flex;align-items:center;gap:12px}.role-card-icon{color:#555;flex-shrink:0}.role-card-text{flex:1;display:flex;flex-direction:column;font-size:.95rem;color:#333;line-height:1.4}.role-radio{width:20px;height:20px;border-radius:50%;border:2px solid #d0d0d0;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.role-radio.checked{border-color:#1a1a1a}.radio-dot{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .2s ease}.role-radio.checked .radio-dot{background:#1a1a1a}.create-account-btn{width:100%;max-width:220px;padding:14px 32px;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;background:#d0d0d0;color:#999;margin-bottom:20px}.create-account-btn:disabled{cursor:not-allowed}.create-account-btn.active{background:#1a1a1a;color:#fff;cursor:pointer}.create-account-btn.active:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.signin-text{text-align:center;color:#666;font-size:.9rem}.signin-text a{color:#05668d;font-weight:600;text-decoration:none}.signin-text a:hover{text-decoration:underline}@media(max-width:1024px){.role-selection-left{flex:0 0 40%;padding:1.5rem 2rem}.role-selection-right{padding:40px 30px}.role-selection-right h2{font-size:1.5rem;margin-bottom:32px}.role-cards-container{flex-direction:column;gap:14px}}@media(max-width:768px){.role-selection-wrapper{flex-direction:column}.role-selection-left{display:none}.role-selection-right{padding:80px 20px 40px;min-height:100vh;justify-content:flex-start}.role-selection-right h2{font-size:1.4rem;margin-bottom:28px}.role-cards-container{flex-direction:column;gap:12px}.role-card{padding:20px 16px}.create-account-btn{max-width:100%}}@media(max-width:480px){.role-selection-right{padding:60px 16px 30px}.role-selection-right h2{font-size:1.25rem}.role-card-text{font-size:.85rem}}.regform-wrapper{display:flex;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.regform-left{flex:0 0 42%;display:flex;flex-direction:column;background:linear-gradient(180deg,#119cd4,#05668d);padding:2rem 2.5rem;position:relative;overflow:hidden}.regform-logo{margin-bottom:1.5rem;z-index:2}.regform-logo img{max-width:140px;height:auto}.regform-hero{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}.regform-hero .hero-image{max-width:85%;max-height:450px;object-fit:contain;border-radius:16px;position:relative;z-index:1}.regform-left .floating-card{position:absolute;background:#fff;border-radius:12px;padding:10px 16px;box-shadow:0 4px 20px #0000001f;z-index:3;font-size:.8rem;color:#333;animation:regformFloat 3s ease-in-out infinite alternate}.regform-left .floating-browse{top:8%;left:5%}.regform-left .floating-browse .floating-tag{background:#f0c040;color:#333;padding:5px 14px;border-radius:20px;font-size:.7rem;font-weight:600}.regform-left .floating-category{top:14%;left:8%;max-width:250px;animation-delay:.5s}.regform-left .category-card-inner{display:flex;gap:10px;align-items:flex-start}.regform-left .category-emoji{font-size:1.5rem;flex-shrink:0}.regform-left .category-card-inner strong{font-size:.8rem;display:block;margin-bottom:3px}.regform-left .category-card-inner p{font-size:.65rem;color:#666;margin:0;line-height:1.3}.regform-left .category-price{color:#e6541a;font-size:.7rem;font-weight:600}.regform-left .floating-orders{left:3%;top:50%;display:flex;align-items:center;gap:8px;font-weight:500;animation-delay:1s}.regform-left .orders-icon{font-size:1.2rem}.regform-left .floating-connect{top:68%;left:2%;background:#1a3a5c;color:#fff;font-size:.75rem;font-weight:500;padding:12px 18px;border-radius:10px;animation-delay:1.5s}.regform-left .floating-profile{bottom:8%;left:5%;padding:12px 16px;animation-delay:2s}.regform-left .profile-row{display:flex;align-items:center;gap:10px;margin-bottom:4px}.regform-left .profile-avatar{width:32px;height:32px;border-radius:50%;background:#05668d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:600}.regform-left .profile-info{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.regform-left .profile-info strong{font-size:.75rem}.regform-left .verified-badge{color:#00b4a6;font-size:.65rem;font-weight:500}.regform-left .rating{font-size:.65rem;background:#fef3cd;padding:2px 6px;border-radius:4px}.regform-left .profile-location{font-size:.65rem;color:#00b4a6}@keyframes regformFloat{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.regform-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff;padding:40px;overflow-y:auto}.regform-content{width:100%;max-width:480px}.regform-back{background:none;border:none;color:#888;font-size:.9rem;cursor:pointer;padding:0;margin-bottom:24px;display:inline-flex;align-items:center;gap:4px;transition:color .2s}.regform-back:hover{color:#333}.regform-content h2{font-size:1.6rem;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.regform-signin-text{color:#888;font-size:.85rem;margin:0 0 28px}.regform-signin-text a{color:#05668d;font-weight:600;text-decoration:none}.regform-signin-text a:hover{text-decoration:underline}.regform-form{display:flex;flex-direction:column;gap:18px}.regform-row{display:flex;gap:14px}.regform-row .regform-field{flex:1}.regform-field{display:flex;flex-direction:column}.regform-field label{font-size:.85rem;font-weight:500;color:#333;margin-bottom:6px}.regform-field input{width:100%;padding:12px 14px;border:1.5px solid #c0c0c0;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#333}.regform-field input::placeholder{color:#bbb}.regform-field input:focus{outline:none;border-color:#05668d;box-shadow:0 0 0 3px #05668d1a}.regform-password-wrap{position:relative}.regform-password-wrap input{width:100%;padding:12px 44px 12px 14px;border:1.5px solid #c0c0c0;border-radius:8px;font-size:.9rem;font-family:inherit;background:#fff;transition:border-color .2s,box-shadow .2s;box-sizing:border-box;color:#333}.regform-password-wrap input::placeholder{color:#bbb}.regform-password-wrap input:focus{outline:none;border-color:#05668d;box-shadow:0 0 0 3px #05668d1a}.regform-eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#999;transition:color .2s}.regform-eye-btn:hover{color:#333}.regform-error{color:#e74c3c;font-size:.8rem;margin:4px 0 0;font-weight:500}.regform-submit{width:100%;padding:13px 24px;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#e6a817,#d4960f);color:#fff;margin-top:4px;font-family:inherit}.regform-submit:hover:not(:disabled){background:linear-gradient(135deg,#d4960f,#c28a0c);transform:translateY(-1px);box-shadow:0 4px 12px #e6a8174d}.regform-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.regform-divider{display:flex;align-items:center;margin:20px 0}.regform-divider:before,.regform-divider:after{content:"";flex:1;height:1px;background:#e8e8e8}.regform-divider span{padding:0 16px;color:#bbb;font-size:.85rem;font-weight:400}.regform-social-buttons{display:flex;justify-content:center;margin-bottom:20px}.regform-social-btn-wrap{width:100%;display:flex;justify-content:center}.regform-social-btn-wrap>div{width:100%!important}.regform-social-btn-wrap>div>div{width:100%!important;display:flex;justify-content:center}.regform-social-btn-wrap iframe{width:100%!important;min-width:100%!important}.regform-terms{text-align:center;color:#999;font-size:.8rem;line-height:1.5;margin:0}.regform-terms a{color:#333;text-decoration:underline;font-weight:500}.regform-terms a:hover{color:#05668d}@media(max-width:1024px){.regform-left{flex:0 0 38%;padding:1.5rem 2rem}.regform-right{padding:30px}.regform-content h2{font-size:1.4rem}}@media(max-width:768px){.regform-wrapper{flex-direction:column}.regform-left{display:none}.regform-right{padding:40px 20px 24px;min-height:100vh;justify-content:flex-start}.regform-content{max-width:100%}.regform-content h2{font-size:1.35rem}.regform-row{flex-direction:column;gap:18px}.regform-social-buttons{flex-direction:column;gap:10px}}@media(max-width:480px){.regform-right{padding:30px 16px 20px}.regform-content h2{font-size:1.2rem}.regform-field input,.regform-password-wrap input{padding:10px 12px;font-size:.85rem}.regform-submit{padding:12px 20px;font-size:.9rem}}.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;overflow:hidden}.order-card:hover{box-shadow:0 4px 8px #0000001a}.order-card .image-wrapper{width:100%;height:180px;flex-shrink:0;border-radius:8px;overflow:hidden;background-color:#f0f0f0}.order-card .order-image{width:100%;height:100%;object-fit:cover;display:block;max-width:none}.order-card .order-content{display:flex;flex-direction:column;justify-content:space-between;flex:1;gap:8px;min-width:0}.order-card .order-main{display:flex;flex-direction:column;gap:4px}.order-card .order-title{font-size:15px;font-weight:600;color:#2c2c2c;margin:0;line-height:1.3;word-break:break-word}.order-card .order-user{font-size:13px;color:#4f4f4f;margin:0}.order-card .order-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.order-card .status{background-color:#fff3cd;color:#f4b400;font-size:12px;padding:4px 8px;border-radius:8px;font-weight:500;white-space:nowrap}.order-card .order-price{font-size:15px;font-weight:600;color:#1a1a1a;white-space:nowrap}@media(min-width:576px){.order-card{flex-direction:row;gap:16px;align-items:flex-start}.order-card .image-wrapper{width:140px;height:100px;border-radius:10px}.order-card .order-title{font-size:16px}.order-card .order-user{font-size:14px}.order-card .status{font-size:13px;padding:4px 10px}.order-card .order-price{font-size:15px}}@media(min-width:768px){.order-card .image-wrapper{width:180px;height:110px}}@media(min-width:992px){.order-card .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}@media(max-width:768px){.empty-state{min-height:200px;padding:1.5rem}.empty-state-content{padding:1.5rem;max-width:100%}.empty-state-title{font-size:1.3rem}.empty-state-description{font-size:.9rem}}@media(max-width:480px){.empty-state{min-height:150px;padding:1rem}.empty-state-content{padding:1rem}.empty-state-title{font-size:1.1rem}}.order-list{display:flex;flex-direction:column;padding:16px;background-color:#f9f9f9;border-radius:16px;gap:12px;width:100%}.order-list>.order-list-status-price{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.order-list>.order-list-status{background-color:#fff3cd;color:#856404;font-size:12px;padding:4px 8px;border-radius:6px;border:1px solid #ffeeba;white-space:nowrap}@media(min-width:576px){.order-list{padding:20px;gap:16px}}@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}.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}}.cg-sub-widget{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:20px;margin-bottom:20px}.cg-sub-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.cg-sub-widget__title{font-size:1.05rem;font-weight:600;color:#1a1a2e;margin:0;display:flex;align-items:center;gap:8px}.cg-sub-widget__icon{font-size:1.1rem}.cg-sub-widget__view-all{background:none;border:none;color:#00b4a6;font-size:.85rem;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s}.cg-sub-widget__view-all:hover{background-color:#e6f9f7}.cg-sub-widget__stats{display:flex;gap:12px;margin-bottom:14px;flex-wrap:wrap}.cg-sub-widget__stat{flex:1;min-width:80px;background:#f8fafc;border-radius:8px;padding:10px;text-align:center}.cg-sub-widget__stat-value{display:block;font-size:1.15rem;font-weight:700;color:#1a1a2e}.cg-sub-widget__stat-label{display:block;font-size:.7rem;color:#64748b;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.cg-sub-widget__items{display:flex;flex-direction:column;gap:6px}.cg-sub-widget__item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:8px;cursor:pointer;transition:background-color .2s}.cg-sub-widget__item:hover{background:#e6f9f7}.cg-sub-widget__item-info{display:flex;align-items:center;gap:10px}.cg-sub-widget__item-name{font-size:.875rem;font-weight:500;color:#1a1a2e}.cg-sub-widget__item-status{font-size:.65rem;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}.cg-sub-widget__item-status--active{background:#dcfce7;color:#166534}.cg-sub-widget__item-status--paused{background:#fef3c7;color:#92400e}.cg-sub-widget__item-status--pendingcancellation{background:#fee2e2;color:#991b1b}.cg-sub-widget__item-status--pastdue{background:#fef3c7;color:#92400e}.cg-sub-widget__item-status--suspended{background:#f3e8ff;color:#6b21a8}.cg-sub-widget__item-status--cancelled,.cg-sub-widget__item-status--terminated{background:#f1f5f9;color:#64748b}.cg-sub-widget__item-amount{font-size:.8rem;font-weight:600;color:#475569;white-space:nowrap}@media(max-width:640px){.cg-sub-widget{padding:14px}.cg-sub-widget__stats{gap:8px}.cg-sub-widget__stat{min-width:70px;padding:8px 6px}.cg-sub-widget__stat-value{font-size:.95rem}.cg-sub-widget__item-info{flex-direction:column;align-items:flex-start;gap:4px}}.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-verification-badge{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;background-color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:2}.caregiver-verification-badge svg{width:20px;height:20px}.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}} .cert-modal-overlay{position:fixed;inset:0;z-index:9999;background:#00000080;display:flex;align-items:center;justify-content:center;padding:16px;animation:certFadeIn .2s ease}@keyframes certFadeIn{0%{opacity:0}to{opacity:1}}.cert-modal-content{position:relative;background:#fff;border-radius:14px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:28px 24px;box-shadow:0 20px 60px #0000002e;animation:certSlideUp .25s ease}@keyframes certSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.cert-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.6rem;color:#94a3b8;cursor:pointer;line-height:1;transition:color .15s}.cert-modal-close:hover{color:#334155}.cert-modal-title{margin:0 0 20px;font-size:1.2rem;font-weight:700;color:#1e293b}.cert-modal-field{margin-bottom:16px}.cert-modal-field label{display:block;margin-bottom:6px;font-size:.88rem;font-weight:600;color:#334155}.cert-required{color:#ef4444}.cert-optional{color:#94a3b8;font-weight:400;font-size:.8rem}.cert-modal-field select,.cert-modal-field input[type=number],.cert-modal-field input[type=date]{width:100%;padding:10px 12px;font-size:.9rem;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#1e293b;transition:border-color .15s}.cert-modal-field select:focus,.cert-modal-field input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a}.cert-modal-field input[type=file]{width:100%;font-size:.88rem;color:#475569}.cert-modal-hint{margin:4px 0 0;font-size:.78rem;color:#94a3b8;font-style:italic}.cert-modal-actions{display:flex;gap:10px;margin-top:24px}.cert-modal-btn{flex:1;padding:11px 0;font-size:.92rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .15s}.cert-btn-cancel{background:#f1f5f9;color:#475569}.cert-btn-cancel:hover{background:#e2e8f0}.cert-btn-upload{background:#0ea5e9;color:#fff}.cert-btn-upload:hover{background:#0284c7}.cert-btn-upload:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.cert-modal-content{padding:20px 16px}}.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;animation:fadeIn .5s ease-out,fadeOut .5s ease-in 2.5s}.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}@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}.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}}.caregiver-settings-profile-section{width:100%;display:flex;flex-direction:column;gap:0;order:1;box-sizing:border-box;min-width:0}@media(min-width:768px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%;min-width:280px;order:1}}@media(min-width:1024px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%;min-width:300px}}@media(min-width:1200px){.caregiver-settings-profile-section{width:30%;flex:0 0 30%;min-width:320px}}.settings-panel{width:100%;display:flex;flex-direction:column;gap:1rem;order:2;box-sizing:border-box;min-width:0}@media(min-width:480px){.settings-panel{gap:1.25rem}}@media(min-width:768px){.settings-panel{width:70%;flex:0 0 70%;min-width:500px;gap:1.5rem;order:2}}@media(min-width:1024px){.settings-panel{width:70%;flex:0 0 70%;min-width:600px;gap:1.75rem}}@media(min-width:1200px){.settings-panel{width:70%;flex:0 0 70%;min-width:700px;gap:2rem}}@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}}.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;box-sizing:border-box;width:100%;min-width:0}.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 label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.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}}.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}}@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{margin-bottom: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(auto-fit,minmax(220px,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}.form-container h1{text-align:center;margin-bottom:20px;color:#333}.form-container form{display:flex;flex-direction:column;gap:15px}.form-container input,.form-container textarea,.form-container button{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:16px}.form-container textarea{resize:vertical;min-height:100px}.form-container input[type=file]{padding:5px}.form-container button{background-color:#4caf50;color:#fff;border:none;cursor:pointer;font-weight:700;transition:background-color .3s ease}.form-container button:hover{background-color:#45a049}.form-container button:disabled{background-color:#ccc;cursor:not-allowed}.form-container input:focus,.form-container 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 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-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.auto-save-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px;color:#15803d;font-size:.875rem;animation:fadeIn .3s ease-in}.auto-save-indicator svg{color:#22c55e;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.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}}.specialized-category-notice{display:flex;align-items:flex-start;gap:.6rem;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:.75rem 1rem;margin-top:.75rem;font-size:.88rem;color:#5d4037;line-height:1.45}.specialized-category-notice .notice-icon{font-size:1.15rem;flex-shrink:0;margin-top:.05rem}.specialized-subcat{border-left:2px solid #ff9800!important;padding-left:.5rem}.subcat-lock-icon{font-size:.85rem}.gig-success-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeInOverlay .25s ease}.gig-success-modal-content{background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem;max-width:440px;width:90%;text-align:center;box-shadow:0 20px 60px #00000040;animation:slideUpModal .35s ease;max-height:90vh;overflow-y:auto}.success-icon-container{margin-bottom:1.25rem}.success-checkmark{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.success-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .5rem}.success-description{font-size:.95rem;color:#6b7280;margin:0 0 1.75rem}.success-modal-actions{display:flex;flex-direction:column;gap:.75rem}.success-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:10px;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.success-share-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #06b6d459}.success-continue-btn-secondary{padding:.65rem 1.5rem;border:1.5px solid #d1d5db;border-radius:10px;background:transparent;color:#374151;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.success-continue-btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.share-options-panel{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #e5e7eb;text-align:left}.share-link-section{display:flex;gap:.5rem;margin-bottom:1rem}.share-link-input-gig{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.85rem;color:#374151;background:#f9fafb;outline:none;min-width:0}.copy-link-btn-gig{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s ease}.copy-link-btn-gig:hover{background:#f3f4f6}.social-share-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.social-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .15s ease,transform .1s ease}.social-share-btn:hover{transform:translateY(-1px)}.social-share-btn.facebook{color:#1877f2}.social-share-btn.facebook:hover{background:#eef4ff}.social-share-btn.twitter{color:#1da1f2}.social-share-btn.twitter:hover{background:#eef8ff}.social-share-btn.whatsapp{color:#25d366}.social-share-btn.whatsapp:hover{background:#eefff4}.social-share-btn.linkedin{color:#0a66c2}.social-share-btn.linkedin:hover{background:#eef3ff}.gig-failure-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeInOverlay .25s ease}.gig-failure-modal-content{background:#fff;border-radius:16px;padding:2.5rem 2rem 2rem;max-width:440px;width:90%;text-align:center;box-shadow:0 20px 60px #00000040;animation:slideUpModal .35s ease}.failure-icon-container{margin-bottom:1.25rem}.failure-cross{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#fef2f2,#fecaca)}.failure-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0 0 .5rem}.failure-description{font-size:.95rem;color:#6b7280;margin:0 0 1.75rem;line-height:1.5}.failure-retry-btn{padding:.75rem 2rem;border:none;border-radius:10px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.failure-retry-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px #ef444459}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:480px){.gig-success-modal-content,.gig-failure-modal-content{padding:2rem 1.25rem 1.5rem;border-radius:12px}.social-share-grid{grid-template-columns:1fr}.share-link-section{flex-direction:column}}.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}}.pricing-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e5e7eb}.pricing-tab{flex:1;padding:.875rem 1.5rem;background:transparent;border:none;border-bottom:3px solid transparent;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease;position:relative;bottom:-2px}.pricing-tab:hover{color:#00b4a6;background-color:#f0fdf4}.pricing-tab.active{color:#00b4a6;border-bottom-color:#00b4a6;font-weight:600}@media(max-width:767px){.pricing-tabs{gap:.25rem}.pricing-tab{padding:.75rem 1rem;font-size:.875rem}}.pricing-templates{margin-top:1.5rem}.template-selector h4{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.template-selector p{color:#6b7280;font-size:.95rem;margin-bottom:1.5rem}.template-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}.template-option{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1.25rem;cursor:pointer;transition:all .3s ease}.template-option:hover{border-color:#00b4a6;box-shadow:0 4px 12px #00b4a61a;transform:translateY(-2px)}.template-option.selected{border-color:#00b4a6;background-color:#f0fdf4;box-shadow:0 4px 16px #00b4a626}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.template-header h5{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0}.selected-indicator{color:#00b4a6;font-size:1.25rem;font-weight:700}.template-description{color:#6b7280;font-size:.9rem;margin:0;line-height:1.5}.apply-template-btn{width:100%;padding:.875rem 1.5rem;background-color:#00b4a6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.apply-template-btn:hover:not(:disabled){background-color:#009688;transform:translateY(-2px);box-shadow:0 4px 12px #00b4a64d}.apply-template-btn:disabled{background-color:#d1d5db;cursor:not-allowed;opacity:.6}@media(max-width:767px){.template-options{grid-template-columns:1fr;gap:.75rem}.template-option{padding:1rem}.template-header h5{font-size:1rem}.template-description{font-size:.85rem}}.pricing-form-hint{font-size:.9rem;color:#666;margin-bottom:1.25rem;padding:.5rem .75rem;background:#f0f7ff;border-radius:6px;border-left:3px solid #2196f3}.pricing-tier-section{background:#fafbfc;border:1px solid #e1e4e8;border-radius:10px;padding:1.25rem;margin-bottom:1.25rem;transition:border-color .2s}.pricing-tier-section:hover{border-color:#d0d7de}.pricing-tier-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e1e4e8}.tier-label{font-size:1rem;font-weight:600;margin:0}.tier-label.tier-basic{color:#2e7d32}.tier-label.tier-standard{color:#1565c0}.tier-label.tier-premium{color:#6a1b9a}.tier-filled-badge{font-size:.78rem;color:#2e7d32;background:#e8f5e9;padding:.15rem .6rem;border-radius:12px;font-weight:500}.pricing-tier-section .pricing-field select{width:100%;padding:.6rem .75rem;border:1px solid #d0d7de;border-radius:6px;font-size:.95rem;background:#fff;color:#24292f;outline:none;transition:border-color .2s}.pricing-tier-section .pricing-field select:focus{border-color:#2196f3;box-shadow:0 0 0 2px #2196f326}@media(max-width:767px){.pricing-tier-section{padding:1rem;margin-bottom:1rem}.pricing-tier-header{flex-direction:column;align-items:flex-start;gap:.25rem}}.specialized-template-notice{display:flex;align-items:flex-start;gap:.6rem;background:#fff8e1;border:1px solid #ffe082;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem;font-size:.9rem;color:#5d4037;line-height:1.45}.specialized-template-notice .notice-icon{font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.template-task-list{list-style:none;padding:0;margin:.5rem 0 0}.template-task-item{font-size:.82rem;color:#555;line-height:1.5}.template-task-more{font-size:.8rem;color:#888;font-style:italic;margin-top:.15rem}.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}.specialized-requirements-section{background:#fff8e1;border:1px solid #ffe082;border-radius:10px;padding:1rem 1.25rem;margin-top:1rem}.specialized-requirements-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.specialized-requirements-header h4{margin:0;font-size:1rem;color:#5d4037}.specialized-requirements-header .notice-icon{font-size:1.15rem}.specialized-requirements-desc{font-size:.9rem;color:#5d4037;margin-bottom:.75rem;line-height:1.45}.specialized-checklist li{font-size:.88rem;color:#5d4037}.specialized-cta-note{font-size:.85rem;color:#888;font-style:italic;margin-top:.75rem;margin-bottom:0}.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 1rem .5rem;background-color:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #f3f4f6}@media(min-width:768px){.sidebar .sidebar-header{padding:1.25rem 1.5rem .75rem}}@media(min-width:1024px){.sidebar .sidebar-header{padding:1.5rem 2rem .75rem}}.sidebar .sidebar-header .header-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.sidebar .sidebar-header .header-title-group{display:flex;align-items:center;gap:.5rem}.sidebar .sidebar-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#111827;letter-spacing:-.01em}@media(min-width:768px){.sidebar .sidebar-header h2{font-size:1.375rem}}@media(min-width:1024px){.sidebar .sidebar-header h2{font-size:1.5rem}}.sidebar .sidebar-header .total-unread-badge{background:linear-gradient(135deg,#ef4444,#f97316);color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:10px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;animation:badgePulse 2s infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.sidebar .sidebar-header .mobile-actions{display:flex;align-items:center;gap:.5rem}.sidebar .sidebar-header .filter-tabs{display:flex;gap:.25rem;background-color:#f3f4f6;border-radius:10px;padding:3px}.sidebar .sidebar-header .filter-tabs .filter-tab{flex:1;padding:.4rem .75rem;border:none;background:transparent;border-radius:8px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.375rem;white-space:nowrap}.sidebar .sidebar-header .filter-tabs .filter-tab:hover{color:#374151;background-color:#ffffff80}.sidebar .sidebar-header .filter-tabs .filter-tab.active{background-color:#fff;color:#111827;font-weight:600;box-shadow:0 1px 3px #00000014}.sidebar .sidebar-header .filter-tabs .filter-tab .filter-badge{background-color:#ef4444;color:#fff;font-size:.625rem;font-weight:700;padding:.0625rem .375rem;border-radius:8px;min-width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.sidebar .sidebar-header .filter-tabs .filter-tab.active .filter-badge{background-color:#4f46e5}.sidebar .sidebar-header .filter-dropdown{display:block}.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:.5rem 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;transition:color .2s ease}@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:.625rem 2.25rem;border-radius:10px;border:1.5px 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:.75rem 2.5rem;border-radius:12px}}.sidebar .search-container .search-inner .search-input:focus{outline:none;border-color:#4f46e5;background-color:#fff;box-shadow:0 0 0 3px #4f46e514}.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%;transition:all .2s ease}.sidebar .search-container .search-inner .clear-search:hover{background-color:#fee2e2;color:#ef4444}.sidebar .conversations-list,.sidebar .chat-list-container{flex:1;overflow-y:auto;background-color:#fff;padding:0;margin:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.sidebar .chat-list-container::-webkit-scrollbar{width:4px}.sidebar .chat-list-container::-webkit-scrollbar-track{background:transparent}.sidebar .chat-list-container::-webkit-scrollbar-thumb{background-color:#0000001f;border-radius:4px}.sidebar .chat-list-container::-webkit-scrollbar-thumb:hover{background-color:#0003}.sidebar .conversations-list .no-conversations,.sidebar .chat-list-container .no-conversations{display:flex;align-items:center;justify-content:center;min-height:200px;padding:2rem 1.5rem;color:#6b7280;font-size:.875rem;text-align:center}.sidebar .chat-list-container .no-conversations .no-conversations-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem}.sidebar .chat-list-container .no-conversations .no-conversations-inner svg{color:#d1d5db;opacity:.8}.sidebar .chat-list-container .no-conversations .no-conversations-inner p{margin:0;font-size:.9375rem;font-weight:500;color:#4b5563}.sidebar .chat-list-container .no-conversations .no-conversations-inner .no-conversations-hint{font-size:.8125rem;color:#9ca3af;max-width:240px;line-height:1.4}.sidebar .conversations-list .chat-list,.sidebar .chat-list-container .chat-list{list-style:none;margin:0;padding:.25rem 0;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.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:.75rem 1rem;cursor:pointer;transition:all .15s ease;position:relative;background-color:#fff;outline:none;border-left:3px solid transparent;animation:chatItemAppear .3s ease-out both}@keyframes chatItemAppear{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@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:.875rem 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:1rem 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}.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;border-radius:4px}.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-left-color:#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}.sidebar .conversations-list .conversation-item.unread,.sidebar .conversations-list .chat-item.unread,.sidebar .chat-list-container .conversation-item.unread,.sidebar .chat-list-container .chat-item.unread{background-color:#fefce8}.sidebar .conversations-list .conversation-item.unread:hover,.sidebar .conversations-list .chat-item.unread:hover,.sidebar .chat-list-container .conversation-item.unread:hover,.sidebar .chat-list-container .chat-item.unread:hover{background-color:#fef9c3}.sidebar .conversations-list .conversation-item.unread.active,.sidebar .conversations-list .chat-item.unread.active,.sidebar .chat-list-container .conversation-item.unread.active,.sidebar .chat-list-container .chat-item.unread.active{background-color:#eef2ff}.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:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;letter-spacing:.5px;box-shadow:0 2px 8px #0000001f;transition:transform .2s ease,box-shadow .2s ease;background:linear-gradient(135deg,#667eea,#764ba2)}.sidebar .chat-list-container .chat-item:hover .avatar-container .avatar{transform:scale(1.05);box-shadow:0 4px 12px #00000026}@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:48px;height:48px;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:50px;height:50px;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:1px;right:1px;width:12px;height:12px;background-color:#10b981;border:2.5px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #10b9814d}.sidebar .chat-list-container .chat-item.active .avatar-container .online-indicator{border-color:#eef2ff}@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:13px;height:13px}}.sidebar .conversations-list .conversation-item .chat-preview,.sidebar .conversations-list .chat-item .chat-preview,.sidebar .chat-list-container .conversation-item .chat-preview,.sidebar .chat-list-container .chat-item .chat-preview,.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 .chat-list-container .chat-item .chat-preview .chat-header,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row{display:flex;align-items:center;gap:.375rem;min-width:0;flex:1;margin-right:.5rem}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row h4{margin:0;font-size:.9375rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}@media(min-width:768px){.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row h4{font-size:.9675rem}}.sidebar .chat-list-container .chat-item.unread .chat-preview .chat-header .chat-name-row h4{font-weight:700;color:#000}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row .role-badge{display:inline-flex;align-items:center;padding:.0625rem .375rem;border-radius:4px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;line-height:1.4}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row .role-badge.caregiver{background-color:#dbeafe;color:#1d4ed8}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-name-row .role-badge.client{background-color:#dcfce7;color:#15803d}.sidebar .chat-list-container .chat-item .chat-preview .chat-header .chat-time,.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .conversation-time{font-size:.6875rem;color:#9ca3af;white-space:nowrap;flex-shrink:0;font-weight:500}.sidebar .chat-list-container .chat-item.unread .chat-preview .chat-header .chat-time{color:#4f46e5;font-weight:600}.sidebar .chat-list-container .chat-item .chat-preview .chat-content,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.sidebar .chat-list-container .chat-item .chat-preview .chat-content .preview-message,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .last-message{margin:0;font-size:.8125rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;line-height:1.4}.sidebar .chat-list-container .chat-item .chat-preview .chat-content .preview-message.has-unread{color:#374151;font-weight:500}@media(min-width:768px){.sidebar .chat-list-container .chat-item .chat-preview .chat-content .preview-message,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .last-message{font-size:.8375rem}}.sidebar .chat-list-container .chat-item .chat-preview .chat-content .unread-count,.sidebar .chat-list-container .chat-item .conversation-content .conversation-preview .unread-count{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .4375rem;border-radius:10px;min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;animation:unreadBounce .4s ease}@keyframes unreadBounce{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .contact-name{font-weight:600;font-size:.9375rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:.5rem}@media(min-width:768px){.sidebar .chat-list-container .chat-item .conversation-content .conversation-header .contact-name{font-size:1rem}}.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}.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}.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:2rem 1.5rem;text-align:center;height:100%;width:100%;background-color:#fff;min-height:60vh;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(min-width:768px){.empty-message-state{padding:3rem 2.5rem;min-height:70vh}}.empty-message-state .empty-message-illustration{margin-bottom:1.5rem;position:relative}.empty-message-state .empty-message-illustration .illustration-circle{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;margin:0 auto;box-shadow:0 8px 24px #4f46e51a}@media(min-width:768px){.empty-message-state .empty-message-illustration .illustration-circle{width:112px;height:112px}}.empty-message-state .empty-message-illustration .illustration-circle svg{color:#6366f1;width:40px;height:40px}@media(min-width:768px){.empty-message-state .empty-message-illustration .illustration-circle svg{width:48px;height:48px}}.empty-message-state .empty-message-illustration .illustration-dots{display:flex;justify-content:center;gap:4px;margin-top:.75rem}.empty-message-state .empty-message-illustration .illustration-dots span{width:6px;height:6px;border-radius:50%;background-color:#c7d2fe;animation:dotBounce 1.4s infinite}.empty-message-state .empty-message-illustration .illustration-dots span:nth-child(2){animation-delay:.2s;background-color:#a5b4fc}.empty-message-state .empty-message-illustration .illustration-dots span:nth-child(3){animation-delay:.4s}@keyframes dotBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.empty-message-state h2{font-size:1.375rem;margin-bottom:.5rem;color:#111827;font-weight:700;letter-spacing:-.01em}@media(min-width:768px){.empty-message-state h2{font-size:1.625rem;margin-bottom:.75rem}}.empty-message-state p{font-size:.9375rem;max-width:360px;margin:0 auto 1.25rem;color:#6b7280;line-height:1.5}@media(min-width:768px){.empty-message-state p{font-size:1rem;max-width:400px;margin-bottom:1.5rem}}.empty-message-state .connecting-text{color:#4f46e5;font-weight:500}.empty-message-state .empty-state-tips{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:380px}@media(min-width:768px){.empty-message-state .empty-state-tips{max-width:420px;gap:.875rem}}.empty-message-state .empty-state-tips .tip-card{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;text-align:left;transition:all .2s ease}.empty-message-state .empty-state-tips .tip-card:hover{background-color:#f0f4ff;border-color:#e0e7ff;transform:translateY(-1px);box-shadow:0 2px 8px #4f46e50f}.empty-message-state .empty-state-tips .tip-card .tip-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;flex-shrink:0}.empty-message-state .empty-state-tips .tip-card .tip-icon svg{color:#4f46e5;width:20px;height:20px}.empty-message-state .empty-state-tips .tip-card .tip-text{display:flex;flex-direction:column;gap:.25rem}.empty-message-state .empty-state-tips .tip-card .tip-text strong{font-size:.875rem;font-weight:600;color:#111827}.empty-message-state .empty-state-tips .tip-card .tip-text span{font-size:.8125rem;color:#6b7280;line-height:1.4}.empty-message-state .empty-message-icon{margin-bottom:1rem}.empty-message-state .empty-message-icon svg{color:#9ca3af;width:40px;height:40px}.empty-message-state .hint-text{font-size:.8125rem;color:#9ca3af;margin-bottom:1.5rem}.empty-message-state .info-box{background-color:#f0f9ff;border:1px solid #e0f2fe;border-radius:12px;padding:1.25rem;max-width:100%;width:100%}@media(min-width:768px){.empty-message-state .info-box{padding:1.5rem;max-width:450px}}.empty-message-state .info-box h3{font-size:1rem;margin-bottom:.75rem;color:#0369a1;font-weight:600}.empty-message-state .info-box ul{text-align:left;padding-left:1rem;margin:0}.empty-message-state .info-box ul li{margin-bottom:.5rem;line-height:1.5;font-size:.8125rem;color:#374151}.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:.625rem 1rem;background-color:#fff;border-bottom:1px solid #f3f4f6;position:sticky;top:0;z-index:15;box-shadow:0 1px 3px #0000000a}@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:600;cursor:pointer;padding:.5rem .75rem;border-radius:8px;transition:all .2s ease}.messages .messages-container .mobile-back-header .back-button:hover{background-color:#eef2ff}.messages .messages-container .mobile-back-header .back-button:active{transform:scale(.97)}.messages .messages-container .mobile-back-header .back-button svg{width:18px;height:18px;transition:transform .2s ease}.messages .messages-container .mobile-back-header .back-button:hover svg{transform:translate(-2px)}.messages .messages-container .sidebar-container{flex:none;opacity:1;transition:opacity .2s ease-out,transform .3s cubic-bezier(.4,0,.2,1)}@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%);pointer-events:none}}@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 cubic-bezier(.4,0,.2,1);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%);pointer-events:none}}@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{display:flex;align-items:flex-start;padding:.75rem;margin-bottom: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;margin-top:.5rem;background-image:radial-gradient(circle at 50% 50%,rgba(79,70,229,.03) 0%,transparent 60%)}@media(min-width:768px){.placeholder{min-height:300px;border-radius:16px;margin-top:0}}.placeholder .placeholder-content{text-align:center;max-width:340px;padding:1.5rem;animation:fadeInUp .5s ease-out}@media(min-width:768px){.placeholder .placeholder-content{max-width:400px;padding:2rem}}.placeholder .placeholder-content .placeholder-icon{display:flex;justify-content:center;margin-bottom:1.25rem}@media(min-width:768px){.placeholder .placeholder-content .placeholder-icon{margin-bottom:1.5rem}}.placeholder .placeholder-content .placeholder-icon svg{width:56px;height:56px;color:#c7d2fe;filter:drop-shadow(0 2px 4px rgba(79,70,229,.15))}@media(min-width:768px){.placeholder .placeholder-content .placeholder-icon svg{width:72px;height:72px}}.placeholder .placeholder-content h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}@media(min-width:768px){.placeholder .placeholder-content h3{font-size:1.375rem;margin-bottom:.75rem}}.placeholder .placeholder-content p{color:#9ca3af;margin:0;line-height:1.6;text-align:center;font-size:.875rem}@media(min-width:768px){.placeholder .placeholder-content p{font-size:.9375rem}}@media(min-width:1024px){.placeholder .placeholder-content p{font-size: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;flex-wrap:wrap;gap:.5rem}.messages-header h2{font-size:1.5rem;color:#333;margin:0}.recipient-role-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.recipient-role-badge.caregiver{background-color:#e0f2fe;color:#0369a1;border:1px solid #7dd3fc}.recipient-role-badge.client{background-color:#f0fdf4;color:#15803d;border:1px solid #86efac}.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%}}.hub-subtitle{color:#64748b;font-size:1rem;margin-top:4px}.hub-section{margin-bottom:32px}.hub-section-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.hub-section-header h2{font-size:1.2rem;font-weight:700;color:#1e293b;margin:0;display:flex;align-items:center;gap:8px}.hub-section-header h2 i{font-size:1rem;color:#0ea5e9}.hub-section-desc{color:#64748b;font-size:.92rem;margin:0 0 16px;line-height:1.5}.hub-badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em}.hub-badge-required{background:#fef3c7;color:#92400e}.hub-badge-advanced{background:#ede9fe;color:#5b21b6}.hub-card{border-radius:14px;border:1px solid #e2e8f0;background:#fff;overflow:hidden;transition:box-shadow .2s}.hub-card:hover{box-shadow:0 4px 20px #0000000f}.hub-card-passed{border-color:#86efac}.hub-card-failed{border-color:#fcd34d}.hub-card-new{border-color:#e2e8f0}.hub-card-body{padding:24px}.hub-card-loading{padding:32px;text-align:center;color:#94a3b8}.hub-card-loading .spinner{margin:0 auto 10px}.hub-status-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.hub-status-icon{font-size:2rem;line-height:1;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px}.hub-icon-passed{background:#dcfce7}.hub-icon-failed{background:#fef9c3}.hub-icon-new{background:#f0f9ff}.hub-status-info h3{margin:0 0 4px;font-size:1.1rem;font-weight:700;color:#1e293b}.hub-status-info p{margin:0;color:#64748b;font-size:.92rem;line-height:1.5}.hub-score-bar{position:relative;height:28px;background:#f1f5f9;border-radius:99px;overflow:hidden;margin-bottom:16px}.hub-score-fill{height:100%;border-radius:99px;transition:width .6s ease}.hub-score-fill.passing{background:linear-gradient(90deg,#22c55e,#4ade80)}.hub-score-fill.failing{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.hub-score-label{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.82rem;font-weight:700;color:#334155}.hub-detail-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.hub-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:99px;background:#f8fafc;border:1px solid #e2e8f0;font-size:.85rem;color:#475569}.hub-chip i{color:#0ea5e9;font-size:.82rem}.hub-action-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;font-size:.95rem;font-weight:600;border:2px solid #0ea5e9;background:#fff;color:#0ea5e9;cursor:pointer;transition:all .2s;width:100%;justify-content:center}.hub-action-btn:hover{background:#f0f9ff}.hub-action-btn.hub-action-primary{background:#0ea5e9;color:#fff}.hub-action-btn.hub-action-primary:hover{background:#0284c7;border-color:#0284c7}.hub-action-btn:disabled{opacity:.6;cursor:not-allowed}.hub-cooldown{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:10px;background:#fefce8;border:1px solid #fde68a;color:#854d0e;font-size:.88rem;margin-top:8px}.hub-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 0;font-size:.9rem;font-weight:500;color:#0ea5e9;background:none;border:none;cursor:pointer;margin-bottom:12px;transition:color .2s}.hub-back-btn:hover{color:#0284c7}.hub-back-btn i{font-size:.82rem}@media(max-width:640px){.hub-section-header{flex-wrap:wrap}.hub-status-row{flex-direction:column;align-items:center;text-align:center}.hub-detail-chips{justify-content:center}}.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}}.ed-container{padding:1rem 0}.ed-loading,.ed-error{text-align:center;padding:3rem 1rem}.ed-spinner{width:36px;height:36px;border:4px solid #e5e7eb;border-top-color:#06b6d4;border-radius:50%;animation:ed-spin .8s linear infinite;margin:0 auto 1rem}@keyframes ed-spin{to{transform:rotate(360deg)}}.ed-error p{color:#ef4444;margin-bottom:1rem}.ed-btn{padding:.6rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .12s ease}.ed-btn-primary{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.ed-btn-primary:hover{transform:translateY(-1px)}.ed-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.ed-header-text h2{margin:0 0 .4rem;font-size:1.35rem;color:#111827}.ed-header-text p{margin:0;color:#6b7280;font-size:.9rem;line-height:1.5}.ed-summary-badge{flex-shrink:0;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:12px;padding:.75rem 1rem;text-align:center}.ed-summary-count{display:block;font-size:1.75rem;font-weight:700;color:#065f46}.ed-summary-label{display:block;font-size:.75rem;color:#6b7280}.ed-filter-tabs{display:flex;gap:.35rem;margin-bottom:1.25rem;background:#f3f4f6;border-radius:10px;padding:.25rem}.ed-tab{flex:1;padding:.5rem .75rem;border:none;border-radius:8px;background:transparent;font-size:.85rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s ease}.ed-tab-active{background:#fff;color:#111827;box-shadow:0 1px 3px #00000014}.ed-categories{display:flex;flex-direction:column;gap:.75rem}.ed-empty{text-align:center;padding:2rem;color:#9ca3af}.ed-category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;transition:box-shadow .15s ease}.ed-category-card:hover{box-shadow:0 2px 10px #0000000f}.ed-card-eligible{border-color:#a7f3d0;background:#f0fdf4}.ed-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.ed-card-title{margin:0;font-size:1rem;color:#111827}.ed-status-pill{font-size:.75rem;font-weight:600;padding:.2rem .65rem;border-radius:12px}.ed-status-pill.eligible{background:#d1fae5;color:#065f46}.ed-status-pill.pending{background:#fef3c7;color:#92400e}.ed-card-checklist{display:flex;flex-direction:column;gap:.5rem}.ed-check-item{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.9rem;color:#374151}.ed-check-item.done{color:#065f46}.ed-check-item.undone{color:#6b7280}.ed-check-icon{flex-shrink:0}.ed-action-link{font-size:.8rem;font-weight:600;color:#06b6d4;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline;margin-left:auto}.ed-action-link:hover{color:#0891b2}.ed-action-link:disabled{color:#d97706;cursor:not-allowed;text-decoration:none}.ed-missing-certs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem;width:100%;padding-left:1.5rem}.ed-missing-label{font-size:.8rem;color:#9ca3af}.ed-missing-cert-tag{font-size:.75rem;background:#fef2f2;color:#991b1b;padding:.15rem .5rem;border-radius:8px;font-weight:500}.ed-required-info{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;padding-top:.35rem;border-top:1px solid #f3f4f6;margin-top:.35rem}.ed-required-label{font-size:.75rem;color:#9ca3af;font-weight:500}.ed-required-tag{font-size:.75rem;background:#f0f9ff;color:#0369a1;padding:.15rem .5rem;border-radius:8px;font-weight:500}.ed-cooldown-notice{margin-top:.75rem;padding:.5rem .75rem;background:#fffbeb;border-radius:8px;font-size:.8rem;color:#92400e;font-weight:500}.ed-certificates-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.ed-certificates-section h3{margin:0 0 1rem;font-size:1.1rem;color:#111827}.ed-cert-list{display:flex;flex-direction:column;gap:.5rem}.ed-cert-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem 1rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.ed-cert-item.verified{border-color:#a7f3d0}.ed-cert-info{display:flex;flex-direction:column;gap:.2rem}.ed-cert-name{font-weight:600;color:#111827;font-size:.9rem}.ed-cert-cat{font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:6px;display:inline-block;width:fit-content;text-transform:capitalize}.ed-cert-cat-educational{background:#dbeafe;color:#1e40af}.ed-cert-cat-professional{background:#fef3c7;color:#92400e}.ed-cert-cat-medical{background:#fce7f3;color:#9d174d}.ed-cert-cat-specialized{background:#e0e7ff;color:#3730a3}.ed-cert-cat-other{background:#f3f4f6;color:#6b7280}.ed-cert-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.8rem}.ed-cert-status{font-weight:600}.ed-cert-status.verified{color:#065f46}.ed-cert-status.pending{color:#d97706}.ed-cert-expiry{color:#9ca3af}.ed-cert-covers{color:#6b7280;font-size:.75rem}.ed-compact .ed-header{display:none}.ed-compact .ed-category-card{padding:.85rem}@media(max-width:640px){.ed-header{flex-direction:column}.ed-summary-badge{align-self:flex-start}.ed-cert-item{flex-direction:column;gap:.5rem}.ed-cert-meta{align-items:flex-start}.ed-check-item{font-size:.85rem}}.sa-container{display:flex;justify-content:center;align-items:flex-start;min-height:60vh;padding:2rem 1rem}.sa-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:2.5rem 2rem;max-width:640px;width:100%}.sa-loading-card{text-align:center;padding:4rem 2rem}.sa-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#06b6d4;border-radius:50%;animation:sa-spin .8s linear infinite;margin:0 auto 1rem}@keyframes sa-spin{to{transform:rotate(360deg)}}.sa-error-card{text-align:center}.sa-error-icon{font-size:2.5rem;margin-bottom:.75rem}.sa-error-card h2{margin:0 0 .5rem;font-size:1.25rem;color:#111827}.sa-error-card p{color:#6b7280;margin:0 0 1.5rem}.sa-cooldown-card{text-align:center}.sa-cooldown-icon{font-size:2.5rem;margin-bottom:.75rem}.sa-cooldown-card h2{margin:0 0 .75rem;color:#111827}.sa-cooldown-card p{color:#6b7280;margin:0 0 1rem}.sa-last-score{color:#374151;font-size:.95rem}.sa-intro-card{text-align:center}.sa-intro-badge{display:inline-block;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.sa-intro-card h2{margin:0 0 .75rem;font-size:1.4rem;color:#111827}.sa-intro-desc{color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.sa-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:1.5rem;text-align:center}.sa-info-item{background:#f9fafb;border-radius:10px;padding:.75rem .5rem}.sa-info-full{grid-column:1 / -1}.sa-info-label{display:block;font-size:.75rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.sa-info-value{display:block;font-size:1rem;font-weight:600;color:#111827}.sa-history-summary{text-align:left;background:#f9fafb;border-radius:10px;padding:1rem;margin-bottom:1.5rem}.sa-history-summary h4{margin:0 0 .5rem;font-size:.9rem;color:#374151}.sa-history-summary ul{list-style:none;padding:0;margin:0}.sa-history-summary li{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;font-size:.85rem;color:#6b7280;border-bottom:1px solid #e5e7eb}.sa-history-summary li:last-child{border-bottom:none}.sa-hist-score{font-weight:600;color:#111827}.sa-hist-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:12px;font-weight:600}.sa-hist-badge.pass{background:#d1fae5;color:#065f46}.sa-hist-badge.fail{background:#fef2f2;color:#991b1b}.sa-actions{display:flex;flex-direction:column;gap:.6rem;align-items:center}.sa-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.5rem;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;min-width:180px}.sa-btn:disabled{opacity:.5;cursor:not-allowed}.sa-btn-primary{background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff}.sa-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #06b6d459}.sa-btn-secondary{background:transparent;border:1.5px solid #d1d5db;color:#374151}.sa-btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.sa-btn-submit{background:linear-gradient(135deg,#10b981,#059669)}.sa-btn-submit:hover:not(:disabled){box-shadow:0 4px 14px #10b98159}.sa-quiz-card{padding:1.75rem 1.5rem}.sa-quiz-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sa-quiz-category{font-size:.8rem;font-weight:600;color:#06b6d4;text-transform:uppercase;letter-spacing:.04em}.sa-quiz-progress{font-size:.85rem;color:#9ca3af;font-weight:500}.sa-quiz-timer{font-size:.9rem;font-weight:700;color:#10b981;background:#ecfdf5;padding:.25rem .75rem;border-radius:20px;font-variant-numeric:tabular-nums}.sa-quiz-timer.sa-timer-warning{color:#dc2626;background:#fef2f2;animation:sa-timer-pulse 1s ease-in-out infinite}@keyframes sa-timer-pulse{0%,to{opacity:1}50%{opacity:.6}}.sa-btn-sm{padding:.35rem .9rem;font-size:.8rem}.sa-progress-bar{height:4px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:1.75rem}.sa-progress-fill{height:100%;background:linear-gradient(90deg,#06b6d4,#10b981);border-radius:4px;transition:width .3s ease}.sa-question-block{margin-bottom:1.5rem}.sa-question-text{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 .5rem;line-height:1.5}.sa-difficulty{display:inline-block;font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:12px;text-transform:uppercase;letter-spacing:.03em;margin-bottom:1rem}.sa-diff-easy{background:#d1fae5;color:#065f46}.sa-diff-medium{background:#fef3c7;color:#92400e}.sa-diff-hard{background:#fef2f2;color:#991b1b}.sa-options{display:flex;flex-direction:column;gap:.5rem}.sa-option{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:2px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease;font-size:.95rem;color:#374151}.sa-option:hover{border-color:#a5f3fc;background:#f0fdfa}.sa-option-selected{border-color:#06b6d4;background:#ecfeff}.sa-option-letter{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;font-weight:700;font-size:.8rem;color:#6b7280}.sa-option-selected .sa-option-letter{background:#06b6d4;color:#fff}.sa-option-text{padding-top:.15rem;line-height:1.4}.sa-quiz-nav{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;gap:.5rem}.sa-answer-count{font-size:.8rem;color:#9ca3af;font-weight:500}.sa-question-nav-dots{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #f3f4f6}.sa-dot{width:10px;height:10px;border-radius:50%;border:2px solid #d1d5db;background:#fff;cursor:pointer;padding:0;transition:all .15s ease}.sa-dot-active{border-color:#06b6d4;transform:scale(1.3)}.sa-dot-answered{background:#06b6d4;border-color:#06b6d4}.sa-result-card{text-align:center}.sa-result-icon{font-size:3rem;margin-bottom:.5rem}.sa-result-card h2{margin:0 0 1.25rem;color:#111827}.sa-score-display{margin-bottom:1.5rem}.sa-score-circle{position:relative;width:120px;height:120px;margin:0 auto .75rem}.sa-score-circle svg{width:100%;height:100%}.sa-score-bg{fill:none;stroke:#e5e7eb;stroke-width:8}.sa-score-fg{fill:none;stroke-width:8;stroke-linecap:round;transition:stroke-dasharray 1s ease}.sa-score-fg.pass{stroke:#10b981}.sa-score-fg.fail{stroke:#ef4444}.sa-score-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5rem;font-weight:700;color:#111827}.sa-threshold-text{font-size:.85rem;color:#9ca3af;margin:0}.sa-result-msg{color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.sa-result-pass{border-top:4px solid #10b981}.sa-result-fail{border-top:4px solid #ef4444}.specialized-assessment-page{padding:1rem;max-width:960px;margin:0 auto}.eligibility-error-modal{max-width:480px}.eligibility-error-details{text-align:left;margin:1rem 0 1.5rem;padding:1rem;background:#fef2f2;border-radius:10px}.eligibility-error-item{display:flex;align-items:flex-start;gap:.5rem;padding:.4rem 0;font-size:.9rem;color:#374151}.eligibility-error-icon{flex-shrink:0}.eligibility-error-actions{display:flex;flex-direction:column;gap:.5rem;align-items:center}.inline-link{display:inline;margin-left:.5rem;font-size:inherit;padding:0;background:none;border:none;color:#06b6d4;font-weight:600;cursor:pointer;text-decoration:underline}.inline-link:hover{color:#0891b2}.specialized-category-notice.eligible{background:#ecfdf5;border-color:#10b981;color:#065f46}.sr-eligible{background:#ecfdf5!important;border-color:#10b981!important}.sr-pass-msg{color:#065f46;font-weight:500}.ed-score-inline{font-weight:600;color:#374151}.ed-cooldown-inline{display:block;font-size:.8rem;color:#d97706;margin-top:.25rem}.ed-missing-inline{color:#dc2626;font-size:.85rem}@media(max-width:640px){.sa-card{padding:1.5rem 1rem;border-radius:12px}.sa-info-grid{grid-template-columns:1fr 1fr}.sa-quiz-nav{flex-wrap:wrap;gap:.5rem}.sa-btn{min-width:140px;font-size:.9rem}.sa-question-text{font-size:1rem}.sa-option{padding:.7rem .85rem;font-size:.9rem}}.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;transition:all .2s ease;border:1px solid #e1e8ed;position:relative}.notification-entry.clickable{cursor:pointer}.notification-entry:hover{background-color:#f8f9fa;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.notification-entry.clickable:hover{background-color:#edf5fd;border-color:#1da1f2}.notification-entry:last-child{margin-bottom:0}.notification-entry.unread{background:#f0f8ff;border-left:4px solid #1da1f2}.notification-entry.unread.clickable:hover{background-color:#e1f0fc}.notification-entry .notification-go-arrow{font-size:24px;color:#aab8c2;flex-shrink:0;font-weight:300;line-height:1;transition:color .15s ease;align-self:center;margin-left:12px}.notification-entry.clickable:hover .notification-go-arrow{color:#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}}.contract-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.contract-modal-content{background:#fff;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.contract-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border-radius:12px 12px 0 0}.contract-modal-header h2{margin:0;font-size:1.4rem;font-weight:600}.close-modal-btn{background:transparent;border:none;color:#fff;font-size:28px;cursor:pointer;padding:0;line-height:1;opacity:.8;transition:opacity .2s}.close-modal-btn:hover{opacity:1}.contract-form{padding:24px}.order-summary-section,.client-feedback-section,.schedule-section,.service-details-section{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e8e8e8}.order-summary-section:last-child,.service-details-section:last-child{border-bottom:none}.order-summary-section h3,.client-feedback-section h3,.schedule-section h3,.service-details-section h3{font-size:1.1rem;color:#333;margin:0 0 12px;font-weight:600}.section-description{color:#666;font-size:.9rem;margin-bottom:16px}.order-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:#f8f9fa;padding:16px;border-radius:8px}.order-info-grid p{margin:0;font-size:.95rem;color:#444}.order-info-grid strong{color:#333}.client-feedback-box{background:#fff3e0;border:1px solid #ffb74d;border-left:4px solid #ff9800;padding:16px;border-radius:8px}.client-feedback-box p{margin:0;color:#e65100;font-style:italic}.visit-schedule-row{background:#f5f7fa;border-radius:8px;padding:16px;margin-bottom:12px}.visit-label{font-weight:600;color:#1976d2;margin-bottom:12px;font-size:.95rem}.schedule-inputs{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.input-group{flex:1;min-width:120px}.input-group label{display:block;font-size:.85rem;color:#555;margin-bottom:6px;font-weight:500}.input-group select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .2s,box-shadow .2s}.input-group select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.duration-badge{background:#e3f2fd;color:#1565c0;padding:10px 14px;border-radius:6px;font-weight:600;font-size:.9rem;white-space:nowrap}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.95rem;color:#333;margin-bottom:8px;font-weight:500}.form-group .required{color:#f44336}.form-group input[type=text],.form-group textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input[type=text]:focus,.form-group textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.form-group textarea{resize:vertical;min-height:60px}.revision-notes textarea{background:#fff8e1;border-color:#ffb74d}.revision-notes textarea:focus{border-color:#ff9800;box-shadow:0 0 0 3px #ff98001a}.contract-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid #e8e8e8}.cancel-btn,.submit-btn{padding:12px 24px;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.cancel-btn{background:#f5f5f5;border:1px solid #ddd;color:#666}.cancel-btn:hover:not(:disabled){background:#e8e8e8}.submit-btn{background:linear-gradient(135deg,#1976d2,#1565c0);border:none;color:#fff}.submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1565c0,#0d47a1);transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.cancel-btn:disabled,.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:600px){.contract-modal-content{max-height:95vh;margin:10px}.contract-form{padding:16px}.schedule-inputs{flex-direction:column}.input-group{width:100%}.order-info-grid{grid-template-columns:1fr}.contract-modal-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}.schedule-display{background:#f5f7fa;border-radius:8px;padding:12px}.schedule-visit{display:flex;align-items:center;padding:8px 12px;background:#fff;border-radius:6px;margin-bottom:8px;border-left:3px solid #1976d2}.schedule-day{font-weight:600;color:#333;min-width:100px}.schedule-duration{background:#e3f2fd;color:#1565c0;padding:4px 8px;border-radius:4px;font-size:.85rem;font-weight:500}.contract-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:500}.contract-status-badge.pending{background:#fff3e0;color:#e65100}.contract-status-badge.rejected{background:#ffebee;color:#c62828}.contract-status-badge.review-requested{background:#e3f2fd;color:#1565c0}.negotiation-round{display:inline-flex;align-items:center;gap:4px;font-size:.85rem;color:#666}.negotiation-round .round-number{background:#1976d2;color:#fff;width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.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 50%;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 50%;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 50%;display:flex;flex-direction:column;gap:20px;max-width:50%;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}.modal-content.contract-modal-large{max-width:900px!important;width:95%!important;min-height:60vh;padding:24px}@media(min-width:769px){.modal-content.contract-modal-large{width:90%!important;max-width:900px!important}}@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}.modal-content.contract-modal-large{width:98%!important;max-width:none!important;min-height:70vh;max-height:95vh;padding:16px}.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}.review-contract-btn{background:#2196f3;color:#fff}.review-contract-btn:hover{background:#1976d2}.accept-contract-btn:disabled{background:#ccc;cursor:not-allowed}@media(min-width:600px){.contract-modal-large .contract-details-modal{grid-template-columns:repeat(2,1fr)}.contract-modal-large .contract-details-modal .contract-header,.contract-modal-large .contract-details-modal .contract-terms,.contract-modal-large .contract-details-modal .contract-schedule{grid-column:1 / -1}}.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}.generate-contract-btn{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;width:100%;transition:all .2s;margin-top:10px}.generate-contract-btn:hover{background:linear-gradient(135deg,#1565c0,#0d47a1);transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.revise-contract-btn{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.revise-contract-btn:hover{background:linear-gradient(135deg,#f57c00,#ef6c00);transform:translateY(-1px)}.contract-hint{font-size:13px;color:#666;margin:8px 0;line-height:1.4}.requirement-note{font-size:13px;color:#ff9800;margin:8px 0}.contract-schedule-preview{margin:12px 0}.schedule-visit{display:flex;align-items:center;padding:8px 12px;background:#fff;border-radius:6px;margin-bottom:6px;border-left:3px solid #1976d2;gap:10px}.client-feedback-inline{background:#fff3e0;border:1px solid #ffb74d;border-left:3px solid #ff9800;padding:12px;border-radius:6px;margin:10px 0}.client-feedback-inline p{margin:4px 0}.client-feedback-inline .feedback-text{font-style:italic;color:#e65100}.contract-accepted p,.contract-pending-approval p{margin:8px 0;font-size:14px}.contract-review-requested p{margin:8px 0}.status-approved{color:#2e7d32;font-weight:500}.status-pendingclientapproval,.status-pending-client-approval{color:#e65100;font-weight:500}.status-clientreviewrequested,.status-client-review-requested{color:#1565c0;font-weight:500}.status-revised{color:#7b1fa2;font-weight:500}.status-clientrejected,.status-client-rejected{color:#c62828;font-weight:500}.contract-schedule{margin:15px 0;padding:12px;background:#f5f7fa;border-radius:8px}.contract-schedule h4{margin:0 0 12px;font-size:15px;color:#333}.client-review-section{margin:15px 0;padding:12px;background:#fff3e0;border-radius:8px;border-left:3px solid #ff9800}.client-review-section h4{margin:0 0 8px;color:#e65100}.client-feedback-box{background:#fff;padding:12px;border-radius:6px}.client-feedback-box p{margin:0;font-style:italic;color:#666}@media(max-width:600px){.contract-buttons{flex-direction:column}.contract-buttons button{width:100%}.schedule-visit{flex-wrap:wrap}.schedule-day{min-width:100%;margin-bottom:4px}}.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}.sub-badge{display:inline-flex;align-items:center;font-weight:600;border-radius:20px;text-transform:capitalize;white-space:nowrap}.sub-badge--sm{font-size:11px;padding:2px 8px}.sub-badge--md{font-size:12px;padding:4px 12px}.sub-badge--lg{font-size:14px;padding:6px 16px}.sub-badge--active{background:#e6f9f0;color:#1a7f4b}.sub-badge--pending-cancel{background:#fff8e1;color:#b8860b}.sub-badge--past-due{background:#fff3e0;color:#e65100}.sub-badge--suspended{background:#fdecea;color:#c62828}.sub-badge--paused{background:#f0f0f0;color:#616161}.sub-badge--cancelled,.sub-badge--terminated{background:#f0f0f0;color:#9e9e9e}.sub-badge--default{background:#f0f0f0;color:#616161}.subscription-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;cursor:pointer;transition:box-shadow .2s,transform .15s}.subscription-card:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-2px)}.subscription-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.subscription-card__title{font-size:16px;font-weight:600;color:#333;margin:0}.subscription-card__body{display:flex;flex-direction:column;gap:8px}.subscription-card__row{display:flex;justify-content:space-between;align-items:center}.subscription-card__label{font-size:13px;color:#888}.subscription-card__value{font-size:13px;font-weight:500;color:#333}.subscription-card__banner{margin-top:8px;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500}.subscription-card__banner--warn{background:#fff8e1;color:#b8860b}.subscription-card__banner--error{background:#fdecea;color:#c62828}.subscription-card__banner--orange{background:#fff3e0;color:#e65100}.subscription-card__banner--gray{background:#f5f5f5;color:#616161}.cg-subs-page{background:#f9f9f9;min-height:calc(100vh - 70px)}.cg-subs-container{max-width:900px;margin:0 auto;padding:24px 20px}.cg-subs__title{font-size:24px;font-weight:700;color:#333;margin:0 0 4px}.cg-subs__subtitle{font-size:14px;color:#888;margin:0 0 24px}.cg-subs__loading{text-align:center;padding:60px 0;color:#888;font-size:15px}.cg-subs__error{background:#fdecea;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.cg-subs__empty{text-align:center;padding:60px 20px;color:#888}.cg-subs__list{display:grid;gap:14px}.billing-history{margin-top:24px}.billing-history__title{font-size:18px;font-weight:600;margin-bottom:12px;color:#333}.billing-history__loading,.billing-history__error,.billing-history__empty{padding:20px;text-align:center;color:#888;font-size:14px}.billing-history__error{color:#c62828}.billing-history__table-wrap{overflow-x:auto;border:1px solid #e0e0e0;border-radius:8px}.billing-history__table{width:100%;border-collapse:collapse;font-size:13px}.billing-history__table th{background:#f9f9f9;text-align:left;padding:10px 14px;font-weight:600;color:#555;border-bottom:1px solid #e0e0e0}.billing-history__table td{padding:10px 14px;border-bottom:1px solid #f0f0f0;color:#333}.billing-row--failed td{background:#fef5f5}.billing-status{font-weight:600;font-size:12px}.billing-status--successful{color:#1a7f4b}.billing-status--failed{color:#c62828}.billing-error-msg{font-size:12px;color:#c62828}.billing-order-link{font-size:12px;color:#1976d2}.cg-sub-detail-page{background:#f9f9f9;min-height:calc(100vh - 70px)}.cg-sub-detail-container{max-width:900px;margin:0 auto;padding:24px 20px 60px}.cg-sub-detail__loading,.cg-sub-detail__error{text-align:center;padding:60px 0;color:#888}.cg-sub-detail__error{color:#c62828}.cg-sub-detail__back-btn{display:block;margin:12px auto 0;background:none;border:1px solid #ddd;padding:8px 20px;border-radius:8px;cursor:pointer;font-size:14px;color:#555}.cg-sub-detail__back-link{background:none;border:none;font-size:14px;color:#00b4a6;cursor:pointer;padding:0;margin-bottom:16px;display:inline-flex;align-items:center;gap:4px}.cg-sub-detail__back-link:hover{text-decoration:underline}.cg-sub-detail__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.cg-sub-detail__title{font-size:24px;font-weight:700;color:#333;margin:0 0 4px}.cg-sub-detail__subtitle{font-size:13px;color:#888;margin:0}.cg-sub-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.cg-sub-detail__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.cg-sub-detail__card h3{font-size:15px;font-weight:600;color:#333;margin:0 0 14px}.cg-sub-detail__row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.cg-sub-detail__row span:first-child{color:#888}.cg-sub-detail__row span:last-child{font-weight:500;color:#333}@media(max-width:640px){.cg-sub-detail__grid{grid-template-columns:1fr}.cg-sub-detail__header{flex-direction:column;gap:8px}}.service-categories{flex-wrap:wrap;gap:20px;margin:12px 18px 24px;padding:0;background-color:transparent;border-radius:0}.category-page-header{background:#f7e1a5;border-radius:18px;padding:1.4rem 1.6rem;margin:0 18px 16px;color:#1f2e5a;display:flex;flex-direction:column;gap:1rem;box-shadow:0 10px 24px #0f172a14}@media(min-width:768px){.category-page-header{padding:1.8rem 2.6rem;margin:0 2.5rem 16px}}@media(min-width:1024px){.category-page-header{margin:0 3.5rem 16px}}@media(min-width:1280px){.category-page-header{margin:0 4.5rem 16px}}.category-header-content{max-width:800px}.back-to-marketplace{background:transparent;border:1.5px solid rgba(31,46,90,.4);color:#1f2e5a;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:16px}.back-to-marketplace:hover{background:#1f2e5a0d}.category-title{font-size:28px;font-weight:700;margin:0 0 8px;color:#1f2e5a}.category-subtitle{font-size:16px;margin:0;color:#4b4f5a;line-height:1.5}@media(max-width:576px){.category-page-header{padding:16px}.category-title{font-size:22px}.category-subtitle{font-size:14px}}.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:14px 2.5rem 28px;padding:0;gap:22px}.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:16px 3.5rem 32px;padding:0;gap:24px}.error-message{margin:20px 4rem}}@media(min-width:1280px){.service-categories{margin:16px 4.5rem 36px;padding:0;gap:26px}.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}.client-dashboard-hero{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.categories-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.categories-nav::-webkit-scrollbar{display:none}.categories-scroll{display:flex;gap:.5rem;min-width:max-content;padding:0 .5rem}.category-nav-item{background:transparent;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .2s ease;border-radius:4px}.category-nav-item:hover{color:#02445f;background:#f3f4f6}@media(min-width:768px){.categories-scroll{gap:1rem;justify-content:center}.category-nav-item{font-size:.9rem;padding:.5rem 1.25rem}}.welcome-banner{background:#f5e6c8;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.welcome-banner{flex-direction:row;justify-content:space-between;align-items:center;padding:2rem 2.5rem}}.welcome-content{color:#1f2937}.welcome-title{font-size:1.75rem;font-weight:600;font-style:italic;margin:0 0 .5rem}@media(min-width:768px){.welcome-title{font-size:2.25rem}}.welcome-subtitle{font-size:.95rem;color:#4b5563;margin:0}.profile-completion-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;gap:.75rem;align-items:flex-start;cursor:pointer;transition:all .2s ease}.profile-completion-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}@media(min-width:768px){.profile-completion-card{max-width:320px;padding:1.25rem}}.profile-icon{background:#02445f;color:#fff;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-info{display:flex;flex-direction:column;gap:.25rem}.profile-label{font-size:.7rem;font-weight:600;color:#02445f;text-transform:uppercase;letter-spacing:.5px}.profile-percentage{font-size:.9rem;font-weight:600;color:#1f2937}.profile-cta{font-size:.8rem;color:#6b7280}.action-cards{display:grid;grid-template-columns:1fr;gap:.75rem;padding:0 1.5rem}@media(min-width:768px){.action-cards{grid-template-columns:repeat(3,1fr);padding:0 3rem}}.action-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:row;gap:.75rem;align-items:center;cursor:pointer;transition:all .2s ease}.action-card:hover{border-color:#02445f;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.card-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-icon svg{width:18px;height:18px}.reminders-icon{background:transparent;border:none;width:auto;height:auto}.reminder-count{font-size:1.5rem;font-weight:700;color:#f59e0b;line-height:1}.reminders-card .card-label,.reminders-card .card-title,.reminders-card .card-subtitle{color:#ef4444}.profile-icon-circle{background:transparent;color:#9ca3af}.profile-icon-circle svg{width:28px;height:28px;stroke-width:1.5}.brief-icon{background:transparent;color:#9ca3af}.brief-icon svg{width:28px;height:28px;stroke-width:1.5}.card-content{display:flex;flex-direction:column;gap:0;min-width:0}.card-label{font-size:.55rem;font-weight:600;color:#f59e0b;text-transform:uppercase;letter-spacing:.3px;line-height:1.2;margin-bottom:0}.card-label-gray{color:#6b7280}.card-title{font-size:.75rem;font-weight:600;color:#1f2937;line-height:1.3}.card-subtitle{font-size:.7rem;color:#6b7280;line-height:1.2;display:none}.care-preferences-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.care-preferences-section{flex-direction:row;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem}}.preferences-left{display:flex;gap:.75rem;align-items:center;cursor:pointer}.preferences-icon{background:#fef3c7;border:2px solid #f59e0b;color:#f59e0b;border-radius:8px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.preferences-text{display:flex;flex-direction:column;gap:.125rem}.preferences-title{font-size:.95rem;font-weight:600;color:#1f2937}.preferences-subtitle{font-size:.85rem;color:#6b7280}.preferences-filters{display:flex;gap:.75rem;flex-wrap:wrap}.filter-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 1rem;display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.filter-dropdown:hover{border-color:#02445f;background:#f9fafb}.filter-dropdown svg{flex-shrink:0;color:#9ca3af}.filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem 2rem .5rem 1rem;font-size:.85rem;color:#4b5563;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:16px;min-width:120px}.filter-select:hover{border-color:#02445f;background-color:#f9fafb}.filter-select:focus{outline:none;border-color:#02445f;box-shadow:0 0 0 2px #02445f1a}.filter-select option{padding:.5rem}.dashboard-filter-bar{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0;margin-top:16px}.filter-label{font-size:.85rem;font-weight:500;color:#64748b;white-space:nowrap}@media(max-width:768px){.dashboard-filter-bar{flex-direction:column;align-items:stretch;gap:12px}.filter-label{text-align:center}.dashboard-filter-bar .preferences-filters{justify-content:center}}.care-needs-card-wrapper{display:grid;grid-template-columns:1fr;gap:.75rem;padding:0 1.5rem;margin-bottom:1rem}@media(min-width:768px){.care-needs-card-wrapper{grid-template-columns:repeat(2,1fr);padding:0 3rem}}.care-needs-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:row;gap:.75rem;align-items:center;cursor:pointer;transition:all .2s ease}.care-needs-card:hover{border-color:#02445f;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.care-needs-card.loading{justify-content:center;min-height:60px}.loading-spinner-small{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#02445f;border-radius:50%;animation:spin .8s linear infinite}.cn-card-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cn-card-icon svg{width:24px;height:24px}.setup-icon{background:transparent;color:#9ca3af}.setup-icon svg{stroke-width:1.5}.active-icon{background:#dcfce7;border:1px solid #22c55e}.active-icon .check-icon{color:#22c55e;font-size:1rem;font-weight:700}.match-icon{background:#dbeafe;border:1px solid #3b82f6;color:#3b82f6}.cn-card-content{display:flex;flex-direction:column;gap:0;min-width:0;flex:1}.cn-card-label{font-size:.55rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;line-height:1.2;margin-bottom:0}.cn-card-label.success{color:#22c55e}.cn-card-label.match{color:#3b82f6}.cn-card-title{font-size:.75rem;font-weight:600;color:#1f2937;line-height:1.3;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.more-categories{font-size:.65rem;font-weight:500;color:#9ca3af;background:#f3f4f6;padding:2px 6px;border-radius:4px}.cn-card-subtitle{font-size:.7rem;color:#6b7280;line-height:1.2}.cn-card-stats{display:flex;gap:8px;margin-top:2px;flex-wrap:wrap}.cn-card-stats .stat{font-size:.6rem;color:#6b7280;display:flex;align-items:center;gap:2px}.cn-card-arrow{flex-shrink:0;color:#9ca3af;transition:transform .2s ease}.care-needs-card:hover .cn-card-arrow{transform:translate(3px);color:#02445f}.cn-card-action{flex-shrink:0;color:#9ca3af;padding:6px;border-radius:4px;transition:all .2s ease}.care-needs-card:hover .cn-card-action{background:#f3f4f6;color:#02445f}.setup-card{border-style:dashed;border-color:#d1d5db}.setup-card:hover{border-color:#02445f;border-style:solid}.match-card{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.match-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.match-card .cn-card-title{color:#1e40af}.has-needs{border-left:3px solid #22c55e}@media(max-width:768px){.care-needs-card-wrapper{padding:0 1rem}.cn-card-subtitle,.cn-card-stats{display:none}}@media(max-width:480px){.cn-card-icon{width:28px;height:28px}.cn-card-icon svg{width:20px;height:20px}}.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:18px;width:100%}@media(min-width:640px){.service-list{grid-template-columns:repeat(2,1fr);gap:20px}.category-header h2{font-size:22px}}@media(min-width:1024px){.service-list{grid-template-columns:repeat(3,1fr);gap:22px}.category-header{margin-bottom:20px}.category-header h2{font-size:24px}}@media(min-width:1280px){.service-list{grid-template-columns:repeat(4,1fr);gap:22px}}.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}.sub-widget{background:#fff;border:1px solid #e8ecf1;border-radius:12px;padding:20px;margin-bottom:24px}.sub-widget__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.sub-widget__title{font-size:1.1rem;font-weight:600;color:#1a1a2e;margin:0;display:flex;align-items:center;gap:8px}.sub-widget__icon{font-size:1.2rem}.sub-widget__view-all{background:none;border:none;color:#2563eb;font-size:.875rem;font-weight:500;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s}.sub-widget__view-all:hover{background-color:#eff6ff}.sub-widget__stats{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap}.sub-widget__stat{flex:1;min-width:100px;background:#f8fafc;border-radius:8px;padding:12px;text-align:center}.sub-widget__stat-value{display:block;font-size:1.25rem;font-weight:700;color:#1a1a2e}.sub-widget__stat-label{display:block;font-size:.75rem;color:#64748b;margin-top:2px;text-transform:uppercase;letter-spacing:.5px}.sub-widget__items{display:flex;flex-direction:column;gap:8px}.sub-widget__item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:8px;cursor:pointer;transition:background-color .2s}.sub-widget__item:hover{background:#eff6ff}.sub-widget__item-info{display:flex;align-items:center;gap:10px}.sub-widget__item-name{font-size:.9rem;font-weight:500;color:#1a1a2e}.sub-widget__item-status{font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}.sub-widget__item-status--active{background:#dcfce7;color:#166534}.sub-widget__item-status--paused{background:#fef3c7;color:#92400e}.sub-widget__item-status--pendingcancellation{background:#fee2e2;color:#991b1b}.sub-widget__item-status--pastdue{background:#fef3c7;color:#92400e}.sub-widget__item-status--suspended{background:#f3e8ff;color:#6b21a8}.sub-widget__item-status--cancelled,.sub-widget__item-status--terminated{background:#f1f5f9;color:#64748b}.sub-widget__item-amount{font-size:.85rem;font-weight:600;color:#475569;white-space:nowrap}@media(max-width:640px){.sub-widget{padding:16px}.sub-widget__stats{gap:8px}.sub-widget__stat{min-width:80px;padding:10px 8px}.sub-widget__stat-value{font-size:1rem}.sub-widget__item-info{flex-direction:column;align-items:flex-start;gap:4px}}.container-service{max-width:1100px;margin:0 auto;padding:20px 16px 60px;background:#fff}.hcs-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.hcs-title{font-size:22px;font-weight:700;color:#111827;line-height:1.3;margin:0;padding:0;flex:1;text-align:left}.hcs-title-row{padding-left:0;margin-left:0}.hcs-title-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.hcs-action-btn{display:flex;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:13px;color:#6b7280;transition:background .2s}.hcs-action-btn:hover{background:#f3f4f6}.hcs-action-btn.active{color:#ef4444}.hcs-action-btn span{font-weight:500}.hcs-provider-bar{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:20px;font-size:13px;color:#6b7280}.hcs-provider-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.hcs-provider-avatar-initials{background:#004e98;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;text-transform:uppercase}.hcs-provider-name{font-weight:600;color:#111827;font-size:14px}.hcs-verified-badge{background:#f0fdf4;color:#16a34a;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;border:1px solid #bbf7d0}.hcs-bar-separator{color:#d1d5db;font-size:12px;margin:0 2px}.hcs-bar-item{display:inline-flex;align-items:center;gap:3px;font-size:13px;color:#6b7280}.hcs-bar-stars{display:inline-flex;gap:1px}.star{font-size:13px;line-height:1}.star-filled{color:#f59e0b}.star-empty{color:#d1d5db}.hcs-bar-rating-num{font-weight:600;color:#111827;font-size:13px}.hcs-orders-queue{color:#6b7280}.hcs-reviews-link{color:#2563eb;cursor:pointer;text-decoration:underline;font-weight:500}.hcs-reviews-link:hover{color:#1d4ed8}.hcs-main-content{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.hcs-image-section{position:relative;border-radius:12px;overflow:hidden;background:#f3f4f6}.hcs-hero-image{width:100%;height:300px;object-fit:cover;display:block;border-radius:12px}.hcs-hero-placeholder{width:100%;height:300px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:15px;background:#f9fafb;border-radius:12px}.hcs-floating-message{position:absolute;bottom:16px;left:16px;background:#1f2937;border-radius:50px;padding:10px 18px;display:flex;align-items:center;color:#fff;cursor:pointer;transition:background .2s;box-shadow:0 4px 16px #00000040;max-width:300px}.hcs-floating-message:hover{background:#111827}.hcs-floating-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0;object-fit:cover}.hcs-floating-info{margin-left:10px;flex:1;min-width:0}.hcs-floating-name{margin:0;font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hcs-floating-status{font-size:11px;color:#9ca3af;display:block}.hcs-pricing-card{border:1px solid #e5e7eb;border-radius:12px;padding:24px;background:#fff}.hcs-pricing-header{margin-bottom:4px}.hcs-package-name{font-size:16px;font-weight:700;color:#111827}.hcs-pricing-price{font-size:26px;font-weight:800;color:#111827;margin-bottom:4px}.hcs-pricing-delivery{font-size:13px;color:#6b7280;margin-bottom:10px}.hcs-pricing-bestfor{font-size:13px;color:#6b7280;line-height:1.5;margin:0 0 16px;font-style:italic}.hcs-pricing-includes{margin-bottom:20px}.hcs-includes-label{font-size:14px;font-weight:600;color:#111827;display:block;margin-bottom:8px}.hcs-includes-list{list-style:none;padding:0;margin:0}.hcs-includes-list li{font-size:13px;color:#374151;padding:4px 0;line-height:1.5;display:flex;align-items:flex-start;gap:6px}.hcs-check{color:#16a34a;font-weight:700;flex-shrink:0}.hcs-pricing-buttons{display:flex;gap:10px}.hcs-hire-btn{flex:1;padding:12px 16px;background:#f59e0b;color:#111827;font-weight:700;border:none;border-radius:8px;cursor:pointer;font-size:14px;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:6px}.hcs-hire-btn:hover{background:#d97706}.hcs-arrow{font-size:16px}.hcs-message-btn{flex:1;padding:12px 16px;background:#fff;color:#111827;font-weight:600;border:1.5px solid #d1d5db;border-radius:8px;cursor:pointer;font-size:14px;transition:all .2s}.hcs-message-btn:hover{border-color:#9ca3af;background:#f9fafb}.hcs-video-section{margin-bottom:32px;max-width:100%}.hcs-video-section h3{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}.video-thumbnail-container{position:relative;cursor:pointer;border-radius:12px;overflow:hidden;width:100%;max-width:100%;background:#000;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;box-sizing:border-box}.video-thumbnail-container:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.video-thumbnail{width:100%;height:280px;object-fit:cover;display:block}.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}.video-thumbnail-container:hover .play-overlay{background:#0006}.play-icon{font-size:24px;margin-bottom:8px;background:#22d3ee;color:#fff;border-radius:50%;width:56px;height:56px;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)}.play-text{font-size:13px;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.5);opacity:.9}.hcs-about-gig{margin-bottom:32px;max-width:100%}.hcs-about-gig h2{font-size:18px;font-weight:700;color:#111827;margin:0 0 12px}.hcs-about-gig p{font-size:14px;line-height:1.7;color:#374151;margin:0}.hcs-services-offered{margin-bottom:32px;max-width:100%}.hcs-services-offered h2{font-size:18px;font-weight:700;color:#111827;margin:0 0 14px}.hcs-services-list{list-style:disc;padding-left:20px;margin:0}.hcs-services-list li{font-size:14px;color:#374151;line-height:1.6;padding:2px 0}.hcs-reviews-section{margin-bottom:32px;max-width:100%}.hcs-reviews-section h2{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.hcs-reviews-list{display:flex;flex-direction:column;gap:20px}.hcs-review-card{padding-bottom:20px;border-bottom:1px solid #f3f4f6}.hcs-review-card:last-child{border-bottom:none;padding-bottom:0}.hcs-review-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.hcs-review-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.hcs-review-name{font-weight:600;font-size:14px;color:#111827}.hcs-review-stars{display:inline-flex;gap:1px;margin-left:4px}.hcs-review-rating-num{font-weight:600;font-size:13px;color:#111827}.hcs-review-date{font-size:12px;color:#9ca3af;margin-left:auto}.hcs-review-text{font-size:14px;line-height:1.6;color:#374151;margin:0}.hcs-see-all-reviews{margin-top:12px;background:none;border:1.5px solid #d1d5db;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;color:#111827;cursor:pointer;transition:all .2s}.hcs-see-all-reviews:hover{border-color:#9ca3af;background:#f9fafb}.hcs-about-me{margin-bottom:40px;max-width:100%}.hcs-about-me h2{font-size:18px;font-weight:700;color:#111827;margin:0 0 16px}.hcs-about-me-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;background:#fff}.hcs-about-me-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.hcs-aboutme-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0}.hcs-aboutme-avatar-initials{background:#004e98;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;text-transform:uppercase}.hcs-aboutme-info{flex:1;min-width:0}.hcs-aboutme-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.hcs-aboutme-name{font-weight:700;font-size:15px;color:#111827}.hcs-aboutme-rating{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#6b7280}.hcs-aboutme-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:#6b7280}.hcs-aboutme-languages{color:#6b7280}.hcs-aboutme-bio{font-size:14px;line-height:1.6;color:#374151;margin:0}.spinner-container{display:flex;justify-content:center;align-items:center;min-height:300px}.loading-spinner{width:36px;height:36px;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}.back-btn{background:none;border:none;font-size:14px;color:#344054;cursor:pointer;margin-bottom:12px;padding:8px 0}.back-btn:hover{color:#111827}@media(min-width:768px){.container-service{padding:28px 32px 60px}.hcs-title{font-size:26px}.hcs-main-content{flex-direction:row;align-items:flex-start;gap:28px}.hcs-image-section{flex:1 1 0%;min-width:0}.hcs-hero-image,.hcs-hero-placeholder{height:380px}.hcs-pricing-card{width:350px;min-width:350px;flex-shrink:0;position:sticky;top:80px}.hcs-video-section,.hcs-about-gig,.hcs-services-offered,.hcs-about-me,.hcs-reviews-section{max-width:calc(100% - 378px)}.hcs-about-me-card{max-width:650px}}@media(min-width:1024px){.container-service{max-width:1100px;padding:32px 48px 60px}.hcs-title{font-size:28px}.hcs-main-content{gap:32px}.hcs-hero-image,.hcs-hero-placeholder{height:420px}.hcs-pricing-card{width:370px;min-width:370px}.hcs-video-section,.hcs-about-gig,.hcs-services-offered,.hcs-about-me,.hcs-reviews-section{max-width:calc(100% - 402px)}.video-thumbnail{height:320px}}@media(max-width:767px){.hcs-title{font-size:20px}.hcs-provider-bar{font-size:12px;gap:4px}.hcs-bar-separator{display:none}.hcs-bar-item{font-size:11px;background:#f3f4f6;padding:2px 6px;border-radius:10px}.hcs-hero-image,.hcs-hero-placeholder{height:220px}.hcs-pricing-buttons{flex-direction:column}.hcs-floating-message{bottom:10px;left:10px;padding:8px 14px;max-width:260px}.hcs-video-section,.hcs-about-gig,.hcs-services-offered,.hcs-about-me,.hcs-reviews-section{max-width:100%}.video-thumbnail{height:200px}.play-icon{width:48px;height:48px;font-size:20px}.hcs-review-date{margin-left:0;width:100%}}.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;width:90vw;max-width:900px;max-height:85vh}.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;min-height:0;width:100%}.video-modal-player{display:block;outline:none;width:100%;height:auto;max-width:100%;max-height:70vh;object-fit:contain}@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:600px!important;margin:0 40px!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:40px!important;margin:0!important;padding:0!important}.client-search-input{width:100%!important;padding:8px 50px 8px 16px!important;border:1px solid #ccc!important;border-radius:4px!important;font-size:14px!important;background-color:#fff!important;transition:all .2s ease!important;outline:none!important;height:100%!important;box-sizing:border-box!important;margin:0!important;vertical-align:middle!important;color:#888!important}.client-search-input::placeholder{color:#aaa;font-weight:400}.client-search-button{position:absolute;right:0;top:0;bottom:0;background-color:#555!important;border:1px solid #555!important;padding:0;cursor:pointer;color:#fff!important;border-top-right-radius:4px;border-bottom-right-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:40px;height:100%}.client-search-button:hover{background-color:#333!important}.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-desktop-nav .client-subscriptions-link{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-subscriptions-link:hover{background-color:#fff!important}.client-desktop-nav .client-subscriptions-link .client-subscriptions-icon{font-size:14px!important;flex-shrink:0!important}.client-desktop-nav .client-subscriptions-link span{color:#333!important;font-weight:500!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:600;cursor:pointer;transition:all .2s ease;overflow:hidden}.client-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px #667eea4d}.client-avatar-initials{font-size:.8rem;font-weight:600;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-transform:uppercase}.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:.9rem;font-weight:500;cursor:pointer;padding:8px 12px;border-radius:6px;transition:all .3s ease;height:auto;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.nav-link-btn:hover{color:#333;background:transparent}.auth-buttons{display:flex;gap:16px;align-items:center;height:100%}.signin-btn,.signup-btn{padding:8px 24px;border-radius:6px;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent;height:40px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}.signin-btn{background:#fff;color:#444;border:1px solid #ccc}.signin-btn:hover{background:#f8f8f8;color:#222;border-color:#bbb}.signup-btn{background:#cfa43c;color:#fff}.signup-btn:hover{background:#b89030;transform:none}.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}@media(max-width:768px){.payment-container{flex-direction:column;padding:15px}.payment-form{padding:15px}.order-summary{max-width:100%;margin-top:20px}.card-details{flex-direction:column;gap:0}.payment-methods{flex-wrap:wrap}}@media(max-width:480px){.payment-container{padding:10px}.payment-form{padding:12px}.payment-form h2{font-size:18px}.payment-form p{font-size:16px}.pay-button{font-size:14px;padding:10px}.order-summary{padding:12px}}.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}}.payment-subscription-info{margin-top:20px;padding:16px;background:#f0faf8;border:1px solid #b2dfdb;border-radius:10px;text-align:left}.payment-subscription-info h3{font-size:15px;font-weight:600;color:#00897b;margin:0 0 12px}.payment-subscription-info .payment-detail-item{border:none;background:transparent;padding:4px 0}.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}@media(max-width:768px){.client-orders-container{padding:15px}.client-orders-page .page-title{font-size:20px}.client-orders-page .tabs{gap:5px;overflow-x:auto;-webkit-overflow-scrolling:touch}.client-orders-page .tabs .tab-button{padding:8px 10px;font-size:14px;white-space:nowrap}.client-orders-page .orders-list .client-order-card{flex-direction:column;align-items:flex-start}.client-orders-page .orders-list .client-order-card .client-order-image{width:100%;height:160px;margin-right:0;margin-bottom:10px;border-radius:6px}.client-orders-page .orders-list .client-order-card .client-order-details .order-meta{flex-direction:column;align-items:flex-start;gap:5px}}@media(max-width:480px){.client-orders-container{padding:10px}.client-orders-page .page-title{font-size:18px;margin-bottom:15px}.client-orders-page .tabs .tab-button{padding:6px 8px;font-size:13px}.client-orders-page .orders-list .client-order-card .client-order-image{height:140px}.client-orders-page .orders-list .client-order-card .client-order-details h3{font-size:14px}.client-orders-page .orders-list .client-order-card .client-order-details p{font-size:13px}}.order-tasks-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.order-tasks-modal-content{background:#fff;border-radius:8px;padding:24px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000026}.order-tasks-modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:15px}.order-tasks-modal-content .modal-header h3{margin:0;color:#333;font-size:20px}.order-tasks-modal-content .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}.order-tasks-modal-content .modal-header .close-btn:hover{color:#333;background:#f5f5f5}.order-tasks-modal-content .order-tasks-form .form-section{margin-bottom:25px}.order-tasks-modal-content .order-tasks-form .form-section h4{margin:0 0 15px;color:#333;font-size:16px;font-weight:600}.order-tasks-modal-content .order-tasks-form .form-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.order-tasks-modal-content .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}.order-tasks-modal-content .order-tasks-form .form-section .section-header .add-btn:hover{background:#00a89e}.order-tasks-modal-content .order-tasks-form .form-section .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}.order-tasks-modal-content .order-tasks-form .form-section .form-group label{display:block;margin-bottom:5px;font-weight:500;color:#333;font-size:14px}.order-tasks-modal-content .order-tasks-form .form-section .form-group input,.order-tasks-modal-content .order-tasks-form .form-section .form-group select,.order-tasks-modal-content .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;box-sizing:border-box}.order-tasks-modal-content .order-tasks-form .form-section .form-group input:focus,.order-tasks-modal-content .order-tasks-form .form-section .form-group select:focus,.order-tasks-modal-content .order-tasks-form .form-section .form-group textarea:focus{outline:none;border-color:#00cab6;box-shadow:0 0 0 2px #00cab61a}.order-tasks-modal-content .order-tasks-form .form-section .form-group textarea{min-height:80px;resize:vertical;font-family:inherit}.order-tasks-modal-content .order-tasks-form .form-section .form-group select{cursor:pointer}.order-tasks-modal-content .order-tasks-form .form-section .care-task-item{border:1px solid #eee;border-radius:8px;padding:20px;margin-bottom:15px;background:#f9f9f9}.order-tasks-modal-content .order-tasks-form .form-section .care-task-item .task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.order-tasks-modal-content .order-tasks-form .form-section .care-task-item .task-header h5{margin:0;color:#333;font-size:16px}.order-tasks-modal-content .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}.order-tasks-modal-content .order-tasks-form .form-section .care-task-item .task-header .remove-btn:hover{background:#d32f2f}.order-tasks-modal-content .order-tasks-form .form-section .time-item,.order-tasks-modal-content .order-tasks-form .form-section .contact-item{display:flex;gap:10px;align-items:center;margin-bottom:10px}.order-tasks-modal-content .order-tasks-form .form-section .time-item input,.order-tasks-modal-content .order-tasks-form .form-section .contact-item input{flex:1}.order-tasks-modal-content .order-tasks-form .form-section .time-item .remove-btn,.order-tasks-modal-content .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}.order-tasks-modal-content .order-tasks-form .form-section .time-item .remove-btn:hover,.order-tasks-modal-content .order-tasks-form .form-section .contact-item .remove-btn:hover{background:#d32f2f}.order-tasks-modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:30px;padding-top:20px;border-top:1px solid #eee}.order-tasks-modal-content .modal-actions button{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-weight:500;font-size:14px;transition:all .3s ease}.order-tasks-modal-content .modal-actions button[type=button]{background:#f5f5f5;color:#666}.order-tasks-modal-content .modal-actions button[type=button]:hover:not(:disabled){background:#e0e0e0}.order-tasks-modal-content .modal-actions button[type=button]:disabled{opacity:.6;cursor:not-allowed}.order-tasks-modal-content .modal-actions button.submit-btn{background:#00cab6;color:#fff}.order-tasks-modal-content .modal-actions button.submit-btn:hover:not(:disabled){background:#00a89e;transform:translateY(-1px)}.order-tasks-modal-content .modal-actions button.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}@media(max-width:768px){.order-tasks-modal-overlay{padding:10px}.order-tasks-modal-content{width:100%;max-width:100%;max-height:95vh;border-radius:8px 8px 0 0}.order-tasks-modal-content .modal-header h3{font-size:18px}.order-tasks-modal-content .order-tasks-form .form-section .form-row{grid-template-columns:1fr}.order-tasks-modal-content .order-tasks-form .form-section .section-header{flex-direction:column;align-items:stretch;gap:10px}.order-tasks-modal-content .order-tasks-form .form-section .section-header .add-btn{align-self:flex-start}.order-tasks-modal-content .order-tasks-form .form-section .time-item,.order-tasks-modal-content .order-tasks-form .form-section .contact-item{flex-direction:column;gap:8px}.order-tasks-modal-content .order-tasks-form .form-section .time-item .remove-btn,.order-tasks-modal-content .order-tasks-form .form-section .contact-item .remove-btn{align-self:flex-start}.order-tasks-modal-content .modal-actions{flex-direction:column;gap:8px}.order-tasks-modal-content .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 40%;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 40%;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 60%;display:flex;flex-direction:column;gap:20px;max-width:60%;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.contract-modal-large{max-width:900px;width:95%;min-height:60vh;padding:24px}@media(min-width:769px){.modal-content.contract-modal-large{width:90%;max-width:900px}}.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%}}.contract-status-badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.contract-status-badge.pendingclientapproval,.contract-status-badge.pending-client-approval{background:#fff3e0;color:#e65100}.contract-status-badge.approved{background:#e8f5e9;color:#2e7d32}.contract-status-badge.clientrejected,.contract-status-badge.client-rejected{background:#ffebee;color:#c62828}.contract-status-badge.clientreviewrequested,.contract-status-badge.client-review-requested{background:#e3f2fd;color:#1565c0}.contract-status-badge.revised{background:#f3e5f5;color:#7b1fa2}.contract-schedule-section{margin:12px 0;padding:12px;background:#f5f7fa;border-radius:6px}.schedule-display{margin-top:8px}.schedule-visit{display:flex;align-items:center;padding:8px 10px;background:#fff;border-radius:6px;margin-bottom:6px;border-left:3px solid #1976d2;gap:10px}.schedule-visit:last-child{margin-bottom:0}.schedule-day{font-weight:600;color:#333;min-width:90px}.schedule-time{color:#666;flex:1}.schedule-duration{background:#e3f2fd;color:#1565c0;padding:3px 8px;border-radius:4px;font-size:12px;font-weight:500}.contract-action-required{margin-top:15px}.contract-action-required .action-prompt{color:#e65100;font-weight:500;margin-bottom:12px;padding:10px;background:#fff3e0;border-radius:6px;border-left:3px solid #ff9800}.contract-action-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.view-contract-btn{background:#f5f5f5;color:#333;border:1px solid #ddd;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.view-contract-btn:hover{background:#e8e8e8}.approve-contract-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s}.approve-contract-btn:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#388e3c);transform:translateY(-1px);box-shadow:0 4px 12px #4caf504d}.approve-contract-btn:disabled{opacity:.6;cursor:not-allowed}.request-changes-btn{background:#ff9800;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.request-changes-btn:hover{background:#f57c00}.reject-contract-btn{background:#f44336;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.reject-contract-btn:hover{background:#d32f2f}.round-hint{font-size:12px;color:#666;font-style:italic;margin:4px 0 0}.contract-approved-message,.contract-rejected-message,.contract-review-pending,.contract-status-message{margin-top:12px}.contract-approved-message p:first-child,.contract-rejected-message p:first-child,.contract-review-pending p:first-child{font-weight:500;margin-bottom:8px}.approved-date{font-size:13px;color:#666}.your-feedback{font-size:13px;color:#666;font-style:italic;background:#f5f5f5;padding:8px;border-radius:4px;margin:8px 0}.contract-not-available .contract-info{color:#666;font-size:13px;margin:8px 0}.contract-not-available .tasks-ready{color:#2e7d32;font-weight:500;font-size:13px}.contract-details-modal{max-height:none;overflow-y:auto;padding:15px 10px}.contract-modal-large .contract-details-modal{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:600px){.contract-modal-large .contract-details-modal{grid-template-columns:repeat(2,1fr)}.contract-modal-large .contract-details-modal .contract-header-info,.contract-modal-large .contract-details-modal .contract-terms-section,.contract-modal-large .contract-details-modal .contract-schedule-modal{grid-column:1 / -1}}.contract-header-info{padding-bottom:15px;border-bottom:1px solid #e0e0e0;margin-bottom:15px}.contract-header-info p{margin:6px 0}.status-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:12px;font-weight:500}.status-badge.approved{background:#e8f5e9;color:#2e7d32}.status-badge.pendingclientapproval{background:#fff3e0;color:#e65100}.contract-schedule-modal,.contract-service-details,.contract-package-details,.contract-tasks-section,.contract-terms-section{margin:15px 0;padding:12px;background:#f8f9fa;border-radius:8px}.contract-schedule-modal h4,.contract-service-details h4,.contract-package-details h4,.contract-tasks-section h4,.contract-terms-section h4{margin:0 0 12px;font-size:15px;color:#333}.contract-tasks-section .task-item{background:#fff;padding:12px;border-radius:6px;margin-bottom:10px;border-left:3px solid #1976d2}.contract-tasks-section .task-item h5{margin:0 0 8px;color:#333}.contract-tasks-section .task-item p{margin:4px 0;font-size:13px;color:#555}.terms-content{background:#fff;padding:15px;border-radius:6px;font-size:13px;line-height:1.6;white-space:pre-wrap;max-height:200px;overflow-y:auto}.review-request-form .form-group{margin-bottom:15px}.review-request-form label{display:block;font-weight:500;margin-bottom:6px;color:#333}.review-request-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box}.review-request-form textarea:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 2px #1976d21a}.reject-warning{background:#ffebee;color:#c62828;padding:12px;border-radius:6px;margin-bottom:15px;font-size:14px;border-left:3px solid #f44336}.modal-actions .reject-btn{background:#f44336;color:#fff}.modal-actions .reject-btn:hover{background:#d32f2f}@media(max-width:600px){.contract-action-buttons{flex-direction:column}.contract-action-buttons button{width:100%}.schedule-visit{flex-wrap:wrap}.schedule-day{min-width:100%;margin-bottom:4px}}.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{min-height:100vh;padding:40px 32px 60px;display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:28px;align-items:start;background:radial-gradient(circle at top left,rgba(27,127,157,.12),transparent 55%),radial-gradient(circle at 80% 12%,rgba(20,101,122,.12),transparent 50%),var(--surface-50);font-family:Manrope,Segoe UI,Helvetica Neue,Arial,sans-serif;color:var(--ink-800)}.status-message{grid-column:1 / -1;padding:12px 16px;border-radius:var(--radius-md);background:var(--brand-100);color:var(--brand-700);font-size:14px;font-weight:600;border:1px solid rgba(20,101,122,.2);box-shadow:0 10px 20px #0f172a0f}.status-message.error{background:var(--danger-100);color:var(--danger-600);border-color:#dc262633}.client-settings-profile-section{position:sticky;top:24px}.client-profile-header{width:100%}.client-profile-header-card{background:var(--surface-0);border:1px solid var(--line-100);border-radius:var(--radius-xl);padding:28px 24px;box-shadow:var(--shadow-card)}.client-loading-spinner,.client-error-message{padding:24px;text-align:center;font-weight:600;color:var(--ink-500)}.client-profile-basic-info{text-align:center;padding-bottom:18px;border-bottom:1px solid var(--line-100)}.client-profile-img-container{width:112px;height:112px;margin:0 auto 14px;position:relative}.client-profile-img,.client-profile-initials-avatar{width:112px;height:112px;border-radius:50%;object-fit:cover;background:linear-gradient(145deg,#e2f0f4,#f9fafb);display:flex;align-items:center;justify-content:center;font-family:Fraunces,Georgia,serif;font-size:34px;color:var(--brand-700);box-shadow:0 18px 35px #0f172a2e;border:4px solid var(--surface-0)}.client-profile-img-upload-btn{position:absolute;right:-2px;bottom:-2px;width:34px;height:34px;border-radius:50%;border:2px solid var(--surface-0);background:var(--brand-600);color:#fff;display:grid;place-items:center;font-size:18px;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 12px 20px #14657a40}.client-profile-img-upload-btn:disabled{opacity:.6;cursor:not-allowed}.client-profile-img-upload-btn:hover:not(:disabled){transform:translateY(-2px)}.client-upload-spinner{font-size:12px}.client-profile-name{margin:10px 0 6px;font-family:Fraunces,Georgia,serif;font-weight:700;font-size:22px;color:var(--ink-900)}.client-email{margin:0;font-size:13px;color:var(--ink-500)}.client-profile-details{display:grid;gap:14px;padding-top:18px}.client-detail-item{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 14px;border-radius:var(--radius-sm);background:var(--surface-50);border:1px solid var(--line-100)}.client-detail-item-clickable{transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.client-detail-item-clickable:hover{transform:translateY(-1px);box-shadow:0 12px 25px #0f172a14}.client-detail-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-500);display:flex;align-items:center;gap:6px}.client-detail-icon{color:var(--brand-600)}.client-detail-value{font-size:13px;font-weight:600;color:var(--ink-800);text-align:right}.settings-panel{background:var(--surface-0);border:1px solid var(--line-100);border-radius:var(--radius-xl);padding:26px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:26px}.settings-card{border-radius:var(--radius-lg);border:1px solid var(--line-100);padding:20px 20px 22px;background:linear-gradient(135deg,#fffffffa,#f8fafcfa);box-shadow:0 12px 24px #0f172a0d}.settings-card h3{margin:0 0 14px;font-size:18px;font-weight:700;color:var(--ink-900)}.card-description{margin:0 0 16px;font-size:13px;color:var(--ink-500)}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group label{font-size:12px;font-weight:700;color:var(--ink-500);text-transform:uppercase;letter-spacing:.08em}.form-group input,.form-group select,.client-location-input,.reason-dropdown{height:44px;border-radius:var(--radius-sm);border:1px solid var(--line-200);padding:0 14px;font-size:14px;color:var(--ink-800);background:#fff;transition:border var(--transition-fast),box-shadow var(--transition-fast)}.form-group input:focus,.form-group select:focus,.client-location-input:focus,.reason-dropdown:focus{outline:none;border-color:#1b7f9d80;box-shadow:0 0 0 4px #1b7f9d1f}.form-group input[readonly]{background:#f8fafc;color:var(--ink-500)}.validation-message{font-size:12px;font-weight:600;color:var(--danger-600)}.validation-message.success{color:var(--success-600)}.save-changes-btn{height:44px;border-radius:999px;border:none;padding:0 24px;background:linear-gradient(135deg,#0f4c5c,#1b7f9d);color:#fff;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);box-shadow:0 12px 20px #0f4c5c40}.save-changes-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 28px #0f4c5c4d}.save-changes-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.password-hint{margin:8px 0 0;font-size:12px;color:var(--ink-500)}.password-strength-indicator{margin-top:10px;background:#eff3f6;border-radius:999px;height:8px;position:relative;overflow:hidden}.password-strength-bar{height:100%;border-radius:inherit;transition:width var(--transition-fast),background var(--transition-fast)}.password-strength-text{display:inline-block;margin-top:8px;font-size:12px;font-weight:700}.notification-options{display:grid;gap:12px;margin-bottom:14px}.notification-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--line-100);background:#fbfcfd}.notification-info{display:grid;gap:4px}.notification-title{font-size:14px;font-weight:700;color:var(--ink-800)}.notification-description{font-size:12px;color:var(--ink-500)}.notification-toggle{width:48px;height:26px;border-radius:999px;border:1px solid var(--line-200);background:#e2e8f0;position:relative;cursor:pointer;transition:background var(--transition-fast),border var(--transition-fast)}.notification-toggle:after{content:"";position:absolute;top:50%;left:4px;transform:translateY(-50%);width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 6px 12px #0f172a26;transition:transform var(--transition-fast)}.notification-toggle.active{background:var(--brand-600);border-color:var(--brand-600)}.notification-toggle.active:after{transform:translate(22px,-50%)}.deactivation-warning{margin:0 0 12px;font-size:13px;font-weight:600;color:var(--ink-700)}.deactivation-list{margin:0 0 14px 18px;padding:0;color:var(--ink-500);font-size:12px;line-height:1.6}.deactivate-btn{height:42px;border-radius:999px;border:1px solid rgba(220,38,38,.35);background:#fff5f5;color:var(--danger-600);font-weight:700;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.deactivate-btn:hover{transform:translateY(-1px);box-shadow:0 12px 20px #dc26261f}.client-location-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1200;padding:20px;overflow-y:auto}.client-location-modal{width:min(520px,100%);max-height:calc(100vh - 80px);background-color:#fff!important;border-radius:var(--radius-lg);padding:24px;box-shadow:0 30px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:1201;isolation:isolate;contain:paint}.client-location-modal:before{content:"";position:absolute;inset:0;background:#fff;z-index:-1;border-radius:var(--radius-lg)}.client-location-modal *{position:relative}.client-location-modal h3{margin:0 0 12px;font-size:18px;font-weight:700;color:#1e293b;flex-shrink:0;background-color:#fff!important;position:relative;z-index:1}.client-location-modal p{margin:0 0 20px;font-size:13px;color:#64748b;flex:1;overflow-y:auto;max-height:calc(100vh - 240px);padding-right:8px;background-color:#fff!important;position:relative;z-index:1}.client-modal-buttons{display:flex;justify-content:flex-end;gap:12px;margin-top:20px;padding-top:8px;border-top:1px solid #e5e7eb;flex-shrink:0;background-color:#fff!important;position:relative;z-index:1}.client-modal-btn{height:42px;padding:0 20px;border-radius:999px;border:1px solid var(--line-200);background:#f8fafc;font-weight:700;cursor:pointer;transition:all .2s ease;font-size:14px;position:relative;z-index:2}.client-modal-cancel{color:var(--ink-500);background-color:#f8fafc!important}.client-modal-cancel:hover{background:#e5e7eb;border-color:#d1d5db}.client-modal-save{background:var(--brand-600);color:#fff;border-color:var(--brand-600)}.client-modal-save:hover{background:var(--brand-700);border-color:var(--brand-700)}.client-full-address-modal{max-width:500px;background-color:#fff!important;box-shadow:0 25px 50px #0006!important}.client-full-address-modal h3{font-size:20px;margin-bottom:16px;background-color:#fff!important}.full-address-text{font-size:15px!important;color:#1f2937!important;line-height:1.6!important;word-break:break-word;margin-bottom:24px!important;padding:16px!important;background-color:#f9fafb!important;border-radius:8px;border:1px solid #e5e7eb;display:block!important}.client-full-address-modal .client-modal-buttons{border-top:none;padding-top:0;margin-top:0;background-color:#fff!important}.client-full-address-modal .client-modal-btn{width:100%;height:44px;background-color:var(--brand-600)!important}@media(max-width:1100px){.settings-content{grid-template-columns:1fr}.client-settings-profile-section{position:static}.client-location-modal,.client-full-address-modal{background:#fff!important}}@media(max-width:720px){.settings-content{padding:28px 18px 40px}.settings-panel{padding:20px}.client-profile-header-card{padding:22px 20px}.client-location-modal{margin:0 16px;padding:20px;max-height:calc(100vh - 60px)}.client-location-modal h3{font-size:17px}.full-address-text{font-size:14px!important;padding:14px}.client-modal-buttons{flex-direction:column-reverse;gap:10px}.client-modal-btn{width:100%}}@media(min-width:721px){.client-location-modal,.client-full-address-modal{background:#fff!important}.client-location-modal h3,.client-location-modal p,.client-modal-buttons,.full-address-text{background-color:#fff!important}.full-address-text{background-color:#f9fafb!important}}.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-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;position:relative}.wizard-back-btn{position:absolute;left:0;top:20px;background:none;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.95rem;color:#475569;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.wizard-back-btn:hover{background:#f1f5f9;color:#1e293b;border-color:#cbd5e1}.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}.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{--ink-900: #0f172a;--ink-800: #1e293b;--ink-700: #334155;--ink-500: #64748b;--ink-300: #cbd5f5;--line-200: #e2e8f0;--line-100: #eef2f6;--surface-50: #f7f8fc;--surface-0: #ffffff;--brand-700: #0f4c5c;--brand-600: #14657a;--brand-500: #1b7f9d;--brand-100: #e6f3f7;--success-600: #16a34a;--danger-600: #dc2626;--danger-100: #fee2e2;--shadow-soft: 0 20px 45px rgba(15, 23, 42, .08);--shadow-card: 0 14px 30px rgba(15, 23, 42, .07);--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--transition-fast: .18s ease;--transition-med: .28s ease}body{background-color:var(--surface-50);color:var(--ink-800);font-family:Manrope,Segoe UI,Helvetica Neue,Arial,sans-serif}.client-profile-container{max-width:1200px;margin:0 auto;padding:2.5rem;min-height:100vh;background:radial-gradient(circle at top left,rgba(27,127,157,.12),transparent 55%),radial-gradient(circle at 80% 12%,rgba(20,101,122,.12),transparent 50%),var(--surface-50);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(--surface-0);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);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(--brand-500);border-right-color:var(--brand-500);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(--line-100)}.profile-header h1{font-size:2.25rem;color:var(--ink-900);font-weight:700;display:flex;align-items:center;position:relative}.profile-header h1:before{content:"";display:inline-block;width:32px;height:4px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));border-radius:20px;margin-right:16px}.edit-profile-btn{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--radius-sm);display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;transition:var(--transition-fast);box-shadow:0 10px 20px #14657a33;letter-spacing:.3px}.edit-profile-btn:hover{transform:translateY(-2px);box-shadow:0 12px 25px #14657a4d}.edit-actions{display:flex;gap:12px}.save-btn,.cancel-btn{padding:.8rem 1.5rem;border-radius:var(--radius-sm);cursor:pointer;border:none;font-weight:600;transition:var(--transition-fast);letter-spacing:.3px}.save-btn{background-color:var(--success-600);color:#fff;box-shadow:0 10px 20px #16a34a33}.save-btn:hover{background-color:#15803d;transform:translateY(-2px);box-shadow:0 12px 25px #16a34a4d}.save-btn:disabled{background-color:var(--line-100);color:var(--ink-500);cursor:not-allowed;transform:none;box-shadow:none}.cancel-btn{background-color:transparent;color:var(--ink-800);border:1px solid var(--line-200)}.success-message{background-color:#16a34a26;color:var(--success-600);padding:1.2rem;border-radius:var(--radius-md);margin-bottom:2.5rem;display:flex;align-items:center;gap:12px;border-left:4px solid var(--success-600);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(--surface-0);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:2rem;height:fit-content;position:relative;overflow:hidden;transition:var(--transition-fast);border:1px solid var(--line-100)}.profile-picture-container{position:relative;width:160px;height:160px;margin:0 auto 2rem;background:transparent}.large-profile-picture{width:100%;height:100%;object-fit:cover;border-radius:50%;border:4px solid var(--surface-0);box-shadow:0 18px 35px #0f172a2e;transition:var(--transition-fast);position:relative;z-index:0}.profile-picture-container:hover .large-profile-picture{transform:scale(1.02);box-shadow:0 20px 40px #0f172a38}.change-photo-btn{position:absolute;bottom:5px;right:5px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));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-fast);z-index:10}.upload-progress-container{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:90%;text-align:center;background-color:var(--surface-0);border-radius:var(--radius-sm);padding:8px;box-shadow:var(--shadow-card);animation:fadeIn .3s ease;z-index:5;pointer-events:none}.upload-progress{width:100%;height:4px;background-color:var(--surface-50);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(--ink-800);font-weight:600}.profile-status{text-align:center}.profile-status h3{font-size:1.4rem;margin-bottom:8px;color:var(--ink-900);font-weight:600}.username{color:var(--ink-500);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(--surface-50);border-radius:var(--radius-sm);font-weight:600}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block;position:relative}.status-indicator.verified{background-color:var(--success-600)}.status-indicator.verified:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid var(--success-600);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(--ink-500);margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line-100)}.profile-details-container{display:flex;flex-direction:column;gap:2.5rem}.profile-section{background-color:var(--surface-0);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:2rem;transition:var(--transition-fast);border:1px solid var(--line-100);position:relative;overflow:hidden}.profile-section h2{font-size:1.5rem;color:var(--ink-900);margin-bottom:1.8rem;padding-bottom:1rem;border-bottom:1px solid var(--line-100);font-weight:700;display:flex;align-items:center}.profile-section h2:before{content:"";display:inline-block;width:20px;height:4px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));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(--brand-500)}.info-item label{font-weight:600;color:var(--ink-500);display:block;margin-bottom:.5rem;font-size:.9rem;letter-spacing:.3px}.info-item p{color:var(--ink-800);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:700;margin-bottom:.8rem;color:var(--ink-500);font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.form-group input,.form-group textarea{width:100%;height:44px;padding:0 14px;border:1px solid var(--line-200);border-radius:var(--radius-sm);font-size:14px;transition:var(--transition-fast);background-color:#fff;color:var(--ink-800)}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1b7f9d80;box-shadow:0 0 0 4px #1b7f9d1f;background-color:#fff}.form-group textarea{resize:vertical;min-height:120px;line-height:1.6;height:auto;padding:12px 14px}.form-group input.disabled-input{background-color:#f0f0f0;color:#888;cursor:not-allowed;opacity:.7}.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(--surface-50);border-radius:var(--radius-md);transition:var(--transition-fast);position:relative;overflow:hidden;border:1px solid var(--line-100)}.summary-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));opacity:0;transition:var(--transition-fast)}.summary-item .count{display:block;font-size:2.5rem;font-weight:700;color:var(--brand-600);margin-bottom:.8rem;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.summary-item .label{color:var(--ink-500);font-size:1rem;font-weight:600;letter-spacing:.3px}.care-needs-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.care-needs-categories label,.care-needs-detail-row label{display:block;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.care-needs-tags{display:flex;flex-wrap:wrap;gap:.5rem}.care-needs-tag{display:inline-flex;align-items:center;gap:.35rem;background:var(--brand-100);color:var(--brand-700);padding:.4rem .75rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid rgba(20,101,122,.3)}.care-needs-tag.cert-tag{background:#fef3c7;color:#92400e;border-color:#fde68a}.care-needs-tag.lang-tag{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.care-needs-detail-row p{margin:0;font-size:.95rem;color:#374151}.care-needs-summary{display:flex;align-items:center;justify-content:space-between;background-color:var(--surface-50);padding:1.5rem;border-radius:var(--radius-md);transition:var(--transition-fast);border:1px solid var(--line-100)}.care-needs-description{flex:1;font-weight:600;line-height:1.6}.care-needs-btn{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));color:#fff;border:none;padding:.8rem 1.5rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition-fast);box-shadow:0 4px 10px #14657a40;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(--surface-50);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);position:relative;overflow:hidden;border:1px solid var(--line-100);z-index:1}.action-button i{font-size:1.8rem;color:var(--brand-500);transition:var(--transition-fast)}.action-button span{font-weight:600;color:var(--ink-900);transition:var(--transition-fast)}.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(--line-100)}.profile-header h1{font-size:1.5rem;color:var(--ink-900);font-weight:700;display:flex;align-items:center;position:relative}.profile-header h1:before{content:"";display:inline-block;width:20px;height:4px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));border-radius:20px;margin-right:12px}.edit-profile-btn{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));color:var(--surface-0);border:none;padding:.75rem 1.25rem;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:600;transition:var(--transition-fast);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(--radius-sm);cursor:pointer;border:none;font-weight:600;transition:var(--transition-fast);letter-spacing:.3px;width:100%;font-size:.9rem}.save-btn{background-color:var(--success-600);color:var(--surface-0);box-shadow:0 4px 15px #14657a40}.save-btn:hover{background-color:#1db589;transform:translateY(-2px);box-shadow:0 6px 20px #14657a59}.save-btn:disabled{background-color:var(--surface-50);color:var(--ink-500);cursor:not-allowed;transform:none;box-shadow:none}.cancel-btn{background-color:transparent;color:var(--ink-900);border:1px solid var(--line-100)}.cancel-btn:hover{background-color:var(--surface-50);transform:translateY(-2px)}.profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-sidebar{background-color:var(--surface-0);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:1.5rem;position:relative;overflow:hidden;transition:var(--transition-fast);border:1px solid var(--line-100);text-align:center}.profile-sidebar:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.profile-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600))}.profile-picture-container{position:relative;width:120px;height:120px;margin:0 auto 1.5rem;background:transparent}.large-profile-picture{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid var(--surface-0);box-shadow:0 6px 20px #00000026;transition:var(--transition-fast);position:relative;z-index:0}.profile-picture-container:hover .large-profile-picture{transform:scale(1.02);box-shadow:0 8px 25px #0003}.change-photo-btn{position:absolute;bottom:5px;right:5px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));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-fast);z-index:10;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:50%;transform:translate(-50%);width:90%;text-align:center;background-color:var(--surface-0);border-radius:var(--radius-sm);padding:6px;box-shadow:var(--shadow-card);animation:fadeIn .3s ease;z-index:5;pointer-events:none}.upload-progress{width:100%;height:4px;background-color:var(--surface-50);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(--ink-800);font-weight:600}.profile-status h3{font-size:1.2rem;margin-bottom:6px;color:var(--ink-900);font-weight:600}.username{color:var(--ink-500);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(--surface-50);border-radius:var(--radius-sm);font-weight:600;font-size:.85rem}.member-since{font-size:.8rem;color:var(--ink-500);margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line-100)}.profile-details-container{display:flex;flex-direction:column;gap:1.5rem}.profile-section{background-color:var(--surface-0);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:1.5rem;transition:var(--transition-fast);border:1px solid var(--line-100);position:relative;overflow:hidden}.profile-section:hover{box-shadow:var(--shadow-soft);transform:translateY(-2px)}.profile-section h2{font-size:1.2rem;color:var(--ink-900);margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid var(--line-100);font-weight:600;display:flex;align-items:center}.profile-section h2:before{content:"";display:inline-block;width:16px;height:3px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));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:600;margin-bottom:.6rem;color:var(--ink-500);font-size:.85rem;letter-spacing:.3px}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--line-100);border-radius:var(--radius-sm);font-size:.95rem;transition:var(--transition-fast);background-color:var(--surface-50);box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--brand-500);box-shadow:0 0 0 3px #6474c433;background-color:var(--surface-0)}.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(--surface-50);border-radius:var(--radius-md);transition:var(--transition-fast);position:relative;overflow:hidden}.summary-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));opacity:0;transition:var(--transition-fast)}.summary-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-card);background-color:var(--surface-0)}.summary-item:hover:before{opacity:1}.summary-item .count{display:block;font-size:2rem;font-weight:700;color:var(--brand-500);margin-bottom:.6rem;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.summary-item .label{color:var(--ink-500);font-size:.9rem;font-weight:600;letter-spacing:.3px}.care-needs-summary{display:flex;flex-direction:column;gap:1rem;background-color:var(--surface-50);padding:1.2rem;border-radius:var(--radius-md);transition:var(--transition-fast);border:1px solid var(--line-100)}.care-needs-summary:hover{background-color:var(--surface-0);box-shadow:var(--shadow-card)}.care-needs-description{font-weight:600;line-height:1.6;font-size:.95rem}.care-needs-btn{background:linear-gradient(135deg,var(--brand-500),var(--brand-600));color:#fff;border:none;padding:.8rem 1.2rem;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:var(--transition-fast);box-shadow:0 4px 10px #14657a40;letter-spacing:.3px;width:100%;font-size:.9rem}.care-needs-btn:hover{transform:translateY(-2px);box-shadow:0 6px 15px #14657a66}.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(--surface-50);border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);position:relative;overflow:hidden;border:1px solid var(--line-100);z-index:1;text-align:left}.action-button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--brand-500),var(--brand-600));opacity:0;z-index:-1;transition:var(--transition-fast)}.action-button:hover{transform:translateY(-2px);box-shadow:var(--shadow-card);border-color:transparent}.action-button:hover:before{opacity:1}.action-button:hover i,.action-button:hover span{color:var(--surface-0)}.action-button i{font-size:1.4rem;color:var(--brand-500);transition:var(--transition-fast);flex-shrink:0}.action-button span{font-weight:600;color:var(--ink-900);transition:var(--transition-fast);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(--radius-lg)}.profile-sidebar:before{height:4px}.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(--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(-2px)}.profile-details-container{gap:2.5rem}.profile-section:hover,.summary-item:hover,.action-button:hover{transform:translateY(-2px)}}@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:4px;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%}}.request-caregiver-page{max-width:860px;margin:0 auto;padding:24px 20px 60px;min-height:100vh;background:#f8fafc}.request-header{margin-bottom:28px;position:relative}.request-header .back-btn{background:none;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:.9rem;color:#475569;cursor:pointer;transition:all .2s;margin-bottom:16px}.request-header .back-btn:hover{background:#f1f5f9;color:#1e293b}.request-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 6px}.request-header p{font-size:1rem;color:#64748b;margin:0}.request-progress{margin-bottom:32px}.request-progress .progress-bar{height:6px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:14px}.request-progress .progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:6px;transition:width .4s ease}.progress-steps{display:flex;justify-content:space-between}.step-label{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#94a3b8;font-weight:500}.step-label.active{color:#6366f1;font-weight:600}.step-label.completed{color:#10b981}.step-number{width:22px;height:22px;border-radius:50%;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b}.step-label.active .step-number{background:#6366f1;color:#fff}.step-label.completed .step-number{background:#10b981;color:#fff;font-size:.7rem}.request-step{background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}.request-step h2{font-size:1.35rem;font-weight:700;color:#1e293b;margin:0 0 24px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;margin-bottom:10px}.category-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.category-card:hover{border-color:#c7d2fe;background:#f5f3ff}.category-card.selected{border-color:#6366f1;background:#eef2ff;box-shadow:0 0 0 3px #6366f126}.category-icon{font-size:1.8rem}.category-name{font-size:.9rem;font-weight:600;color:#1e293b}.category-desc{font-size:.75rem;color:#94a3b8;line-height:1.3}.form-field{margin-top:20px}.form-field label{display:block;font-weight:600;font-size:.9rem;color:#334155;margin-bottom:8px}.form-field label .hint{font-weight:400;color:#94a3b8;font-size:.8rem}.form-field input,.form-field textarea{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;color:#1e293b;background:#f8fafc;transition:all .2s;font-family:inherit}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f;background:#fff}.form-field textarea{resize:vertical;line-height:1.6}.form-field .hint{display:block;font-size:.8rem;color:#94a3b8;margin-top:4px}.char-count{display:block;text-align:right;font-size:.75rem;color:#94a3b8;margin-top:4px}.urgency-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.urgency-card{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;font-size:.9rem;font-weight:500;color:#475569;transition:all .2s;text-align:left}.urgency-card:hover{border-color:var(--urgency-color);background:#fafafa}.urgency-card.selected{border-color:var(--urgency-color);background:color-mix(in srgb,var(--urgency-color) 8%,white);color:var(--urgency-color);font-weight:600;box-shadow:0 0 0 3px color-mix(in srgb,var(--urgency-color) 12%,transparent)}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 16px;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;cursor:pointer;font-size:.85rem;color:#475569;transition:all .2s}.chip:hover{border-color:#c7d2fe;background:#f5f3ff}.chip.selected{border-color:#6366f1;background:#eef2ff;color:#6366f1;font-weight:600}.field-error{color:#ef4444;font-size:.8rem;margin:6px 0 0;font-weight:500}.request-summary{margin-top:28px;padding:20px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.request-summary h3{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0 0 16px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.summary-item{display:flex;flex-direction:column;gap:2px}.summary-label{font-size:.75rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:.9rem;color:#1e293b;font-weight:500}.request-nav{display:flex;align-items:center;margin-top:24px;gap:12px}.nav-spacer{flex:1}.btn-primary{padding:12px 28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f159}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-secondary{padding:12px 28px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f1f5f9;color:#1e293b}.submit-btn{padding:14px 36px;font-size:1rem}.request-success{text-align:center;padding:80px 32px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0;margin-top:40px}.success-icon{font-size:3.5rem;margin-bottom:16px}.request-success h2{font-size:1.6rem;font-weight:700;color:#1e293b;margin:0 0 12px}.request-success p{font-size:1rem;color:#64748b;max-width:480px;margin:0 auto 28px;line-height:1.6}.success-actions{display:flex;gap:12px;justify-content:center}@media(max-width:640px){.request-caregiver-page{padding:16px 12px 40px}.request-step{padding:20px 16px}.request-header h1{font-size:1.5rem}.category-grid{grid-template-columns:repeat(2,1fr)}.urgency-grid,.summary-grid{grid-template-columns:1fr}.progress-steps{gap:4px}.step-label{font-size:.75rem}.success-actions{flex-direction:column}}.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__rating--clickable{cursor:pointer;transition:opacity .2s ease}.service-provider__rating--clickable:hover{opacity:.7}.service-provider__star{color:#fbbf24;font-size:14px}.service-provider__rating-text{font-size:12px;color:#666}.service-provider__rating--clickable .service-provider__rating-text{text-decoration:underline;text-decoration-style:dotted;text-underline-offset:2px}@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__frequency-selector{margin-top:20px;background:#fafafa;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000a}.service-frequency__frequency-selector h4{font-size:14px;font-weight:600;color:#3a3a3a;margin:0 0 14px;letter-spacing:.01em}.service-frequency__frequency-options{display:flex;flex-wrap:wrap;gap:8px}.service-frequency__frequency-btn{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:1.5px solid #d4d4d4;border-radius:10px;background:#fff;color:#525252;font-size:14px;font-weight:500;cursor:pointer;transition:all .18s ease;box-shadow:0 1px 2px #0000000a;-webkit-user-select:none;user-select:none}.service-frequency__frequency-btn:hover{border-color:#a3a3a3;background:#f5f5f5;transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.service-frequency__frequency-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000000f}.service-frequency__frequency-btn--selected{background:#404040;color:#fff;border-color:#404040;font-weight:600;box-shadow:0 2px 8px #40404040}.service-frequency__frequency-btn--selected:hover{background:#333;border-color:#333;box-shadow:0 3px 10px #3333334d}.service-frequency__frequency-info{margin:14px 0 0;font-size:13px;color:#737373;line-height:1.5;padding:10px 14px;background:#f0f0f0;border-radius:8px;border:1px solid #e5e5e5}.service-frequency__price-note{margin-top:16px;font-size:12px;color:#737373;line-height:1.5;padding:10px 14px;background:#f9f9f9;border-radius:8px;border:1px solid #eaeaea}.service-frequency__price-note p{margin:0}.service-frequency__note{font-size:11px;color:#999;font-weight:400}.service-frequency__option-price{margin-top:6px;font-size:12px;font-weight:600;color:#4a4a4a}@media(min-width:768px){.service-frequency__frequency-selector{padding:22px}.service-frequency__frequency-btn{width:48px;height:48px;font-size:15px}.service-frequency__frequency-info{font-size:13px}}@media(max-width:767px){.service-frequency__frequency-selector{padding:14px;margin-top:14px}.service-frequency__frequency-btn{width:40px;height:40px;font-size:13px;border-radius:8px}.service-frequency__frequency-options{gap:6px}.service-frequency__frequency-info{font-size:12px;padding:8px 10px}}.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}.client-subs-page{background:#f9f9f9;min-height:calc(100vh - 70px)}.client-subs-container{max-width:900px;margin:0 auto;padding:24px 20px}.client-subs__title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.client-subs__loading{text-align:center;padding:60px 0;color:#888;font-size:15px}.client-subs__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:24px}.client-subs__stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:18px 20px;display:flex;flex-direction:column;gap:6px}.client-subs__stat-label{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}.client-subs__stat-value{font-size:20px;font-weight:700;color:#333}.client-subs__filters{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px;border-bottom:2px solid #e0e0e0;padding-bottom:12px}.client-subs__filter-btn{padding:8px 14px;border:1px solid #e0e0e0;background:#fff;font-size:13px;color:#666;cursor:pointer;border-radius:20px;transition:all .2s ease;font-weight:500}.client-subs__filter-btn:hover{background:#f0f0f0;border-color:#ccc}.client-subs__filter-btn--active{background:#00b4a6!important;color:#fff!important;border-color:#00b4a6!important;font-weight:600}.client-subs__filter-btn--active:hover{background:#009e92!important;border-color:#009e92!important}.client-subs__error{background:#fdecea;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px}.client-subs__empty{text-align:center;padding:60px 20px;color:#888}.client-subs__empty p{font-size:15px;margin-bottom:16px}.client-subs__browse-btn{background:#00b4a6;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.client-subs__browse-btn:hover{background:#009e92}.client-subs__list{display:grid;gap:14px}@media(max-width:768px){.client-subs__filters{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.client-subs__summary{grid-template-columns:1fr 1fr}.client-subs__stat-value{font-size:16px}.client-subs__title{font-size:20px}.client-subs__filters{grid-template-columns:repeat(2,1fr);gap:8px}.client-subs__filter-btn{font-size:12px;padding:6px 10px}}.plan-history{margin-top:20px}.plan-history__title{font-size:15px;font-weight:600;color:#333;margin-bottom:8px}.plan-history__loading{color:#888;font-size:13px}.plan-history__list{list-style:none;padding:0;margin:0}.plan-history__item{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:13px}.plan-history__date{color:#888;min-width:90px}.plan-history__detail{flex:1;color:#333}.plan-history__amounts{font-weight:600;color:#555}.sub-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100;animation:subOverlayIn .15s ease-out}@keyframes subOverlayIn{0%{opacity:0}to{opacity:1}}.sub-modal{background:#fff;border-radius:16px;width:92%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 12px 48px #0000002e;animation:subModalSlide .2s ease-out}@keyframes subModalSlide{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.sub-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 12px;border-bottom:1px solid #f0f0f0}.sub-modal__header h3{margin:0;font-size:18px;color:#333}.sub-modal__close{background:none;border:none;font-size:18px;cursor:pointer;color:#888;padding:4px 8px;border-radius:6px}.sub-modal__close:hover{background:#f0f0f0}.sub-modal__body{padding:20px 24px}.sub-modal__info{font-size:14px;color:#555;margin-bottom:16px;line-height:1.5}.sub-modal__warning{background:#fff3e0;color:#e65100;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:16px}.sub-modal__success{text-align:center;padding:12px 0}.sub-modal__success p{font-size:14px;color:#333;line-height:1.5}.sub-modal__change-type{font-size:16px;font-weight:600;margin:12px 0}.sub-modal__label{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:6px;margin-top:12px}.sub-modal__textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;resize:vertical;font-family:inherit}.sub-modal__textarea:focus{border-color:#00b4a6;outline:none}.sub-modal__input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:inherit}.sub-modal__input:focus{border-color:#00b4a6;outline:none}.sub-modal__checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#555;margin-top:12px;cursor:pointer}.sub-modal__checkbox-label input{width:16px;height:16px}.sub-modal__error{color:#c62828;font-size:13px;margin-top:10px;font-weight:500}.sub-modal__footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #f0f0f0}.sub-modal__btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .15s}.sub-modal__btn:disabled{opacity:.6;cursor:not-allowed}.sub-modal__btn--primary{background:#00b4a6;color:#fff}.sub-modal__btn--primary:hover:not(:disabled){background:#009e92}.sub-modal__btn--secondary{background:#f0f0f0;color:#333}.sub-modal__btn--secondary:hover:not(:disabled){background:#e0e0e0}.sub-modal__btn--danger{background:#c62828;color:#fff}.sub-modal__btn--danger:hover:not(:disabled){background:#b71c1c}.sub-modal__toggle-group{display:flex;gap:0;border:1px solid #ddd;border-radius:8px;overflow:hidden;margin-bottom:8px}.sub-modal__toggle{flex:1;padding:10px;text-align:center;font-size:14px;font-weight:500;background:#fff;border:none;cursor:pointer;color:#555;transition:background .15s,color .15s}.sub-modal__toggle--active{background:#00b4a6;color:#fff}.sub-modal__range{width:100%;margin:8px 0 4px;accent-color:#00B4A6}.sub-modal__range-labels{display:flex;justify-content:space-between;font-size:11px;color:#aaa;padding:0 2px}.sub-detail-page{background:#f9f9f9;min-height:calc(100vh - 70px)}.sub-detail-container{max-width:900px;margin:0 auto;padding:24px 20px 60px}.sub-detail__loading,.sub-detail__error{text-align:center;padding:60px 0;color:#888;font-size:15px}.sub-detail__error{color:#c62828}.sub-detail__back-btn{display:block;margin:16px auto 0;background:none;border:1px solid #ddd;padding:8px 20px;border-radius:8px;cursor:pointer;font-size:14px;color:#555}.sub-detail__back-link{background:none;border:none;font-size:14px;color:#00b4a6;cursor:pointer;padding:0;margin-bottom:16px;display:inline-flex;align-items:center;gap:4px}.sub-detail__back-link:hover{text-decoration:underline}.sub-detail__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.sub-detail__title{font-size:24px;font-weight:700;color:#333;margin:0 0 4px}.sub-detail__subtitle{font-size:13px;color:#888;margin:0}.sub-detail__banner{padding:14px 20px;border-radius:10px;font-size:14px;margin-bottom:20px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.sub-detail__banner--warn{background:#fff8e1;color:#b8860b}.sub-detail__banner--error{background:#fdecea;color:#c62828}.sub-detail__banner--orange{background:#fff3e0;color:#e65100}.sub-detail__banner--info{background:#e3f2fd;color:#1565c0}.sub-detail__banner-btn{margin-left:auto;padding:6px 16px;border-radius:6px;border:1px solid currentColor;background:transparent;color:inherit;font-weight:600;font-size:13px;cursor:pointer}.sub-detail__banner-btn--white{background:#fff;color:#c62828;border-color:#c62828}.sub-detail__grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.sub-detail__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px}.sub-detail__card h3{font-size:15px;font-weight:600;color:#333;margin:0 0 14px}.sub-detail__row{display:flex;justify-content:space-between;padding:6px 0;font-size:13px}.sub-detail__row span:first-child{color:#888}.sub-detail__row span:last-child{font-weight:500;color:#333}.sub-detail__actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.sub-detail__action-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .15s}.sub-detail__action-btn:disabled{opacity:.6;cursor:not-allowed}.sub-detail__action-btn--primary{background:#00b4a6;color:#fff}.sub-detail__action-btn--primary:hover:not(:disabled){background:#009e92}.sub-detail__action-btn--outline{background:#fff;color:#555;border:1px solid #ddd}.sub-detail__action-btn--outline:hover:not(:disabled){background:#f5f5f5}.sub-detail__action-btn--warn{background:#fff8e1;color:#b8860b;border:1px solid #ffe082}.sub-detail__action-btn--warn:hover:not(:disabled){background:#fff0c0}.sub-detail__action-btn--danger{background:#c62828;color:#fff}.sub-detail__action-btn--danger:hover:not(:disabled){background:#b71c1c}@media(max-width:640px){.sub-detail__grid{grid-template-columns:1fr}.sub-detail__header{flex-direction:column;gap:8px}.sub-detail__actions{flex-direction:column}.sub-detail__action-btn{width:100%;text-align:center}.sub-detail__banner{flex-direction:column;align-items:flex-start}.sub-detail__banner-btn{margin-left:0;width:100%;text-align:center}}.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}.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 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:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 20px #00000026;position:sticky;top:0;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-nav-container{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:75px;max-width:1600px;margin:0 auto;position:relative}.admin-nav-logo a{color:#fff;text-decoration:none;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.admin-nav-logo a:hover{transform:translateY(-2px)}.logo-icon{width:45px;height:45px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3)}.logo-content{display:flex;flex-direction:column;gap:.15rem}.logo-text{font-size:1.4rem;font-weight:700;letter-spacing:-.5px}.logo-subtitle{font-size:.7rem;opacity:.85;font-weight:500;text-transform:uppercase;letter-spacing:1px}.admin-nav .mobile-menu-toggle{display:none;background:#fff3;border:none;color:#fff;font-size:1.5rem;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.admin-nav .mobile-menu-toggle:hover{background:#ffffff4d}.admin-nav-menu{display:flex;align-items:center;gap:2rem;flex:1;justify-content:space-between;margin-left:2rem}.admin-nav-links{display:flex;list-style:none;margin:0;padding:0;gap:.5rem;flex-wrap:wrap}.admin-nav-links li{margin:0;padding:0}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.65rem 1.2rem;color:#ffffffe6;text-decoration:none;border-radius:10px;transition:all .3s ease;font-weight:500;font-size:.95rem;background:#ffffff1a;border:1px solid transparent;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .3s ease}.nav-link:hover:before{left:0}.nav-link:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #00000026;border-color:#ffffff4d}.nav-link.active{background:#ffffff40;color:#fff;border-color:#fff6;box-shadow:0 4px 12px #0003}.nav-link i{font-size:1.1rem;position:relative;z-index:1}.nav-link span{position:relative;z-index:1}.admin-nav-user{display:flex;align-items:center;gap:1rem;background:#ffffff26;padding:.5rem .75rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:#fff;text-transform:uppercase;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 8px #0003;transition:all .2s ease}.user-avatar:hover{transform:scale(1.05);box-shadow:0 4px 12px #667eea4d}.user-info{display:flex;flex-direction:column;gap:.15rem}.user-name{font-weight:600;font-size:.9rem;line-height:1}.user-role{font-size:.7rem;opacity:.85;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.logout-button{background:#ef4444e6;color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;font-weight:600;font-size:.85rem}.logout-button:hover{background:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef444466}.logout-button i{font-size:1rem}@media(max-width:1200px){.admin-nav-links{gap:.25rem}.nav-link{padding:.65rem 1rem;font-size:.9rem}}@media(max-width:992px){.admin-nav-container{padding:0 1.5rem}.admin-nav .mobile-menu-toggle{display:block}.admin-nav-menu{position:fixed;top:75px;left:-100%;width:280px;height:calc(100vh - 75px);background:linear-gradient(135deg,#667eea,#764ba2);flex-direction:column;align-items:flex-start;padding:2rem 1.5rem;transition:left .3s ease;box-shadow:4px 0 20px #0003;overflow-y:auto;margin-left:0;gap:1.5rem;justify-content:flex-start}.admin-nav-menu.mobile-open{left:0}.admin-nav-links{flex-direction:column;width:100%;gap:.5rem}.nav-link{width:100%;justify-content:flex-start;padding:.85rem 1rem}.admin-nav-user{width:100%;border-radius:12px;padding:1rem;flex-direction:column;align-items:flex-start;gap:1rem;margin-top:auto}.logout-button{width:100%;justify-content:center}}@media(max-width:768px){.admin-nav-container{padding:0 1rem;height:65px}.logo-icon{width:40px;height:40px;font-size:1.3rem}.logo-text{font-size:1.2rem}.logo-subtitle{font-size:.65rem}.admin-nav-menu{top:65px;height:calc(100vh - 65px)}}@media(max-width:576px){.admin-nav-container{padding:0 .75rem}.logo-content{display:none}.admin-nav-menu{width:100%;left:-100%}.user-info{width:100%}.user-avatar{width:45px;height:45px;font-size:1rem}}.admin-nav-menu::-webkit-scrollbar{width:6px}.admin-nav-menu::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.admin-nav-menu::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.admin-nav-menu::-webkit-scrollbar-thumb:hover{background:#ffffff80}@keyframes activeIndicator{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.nav-link.active{animation:activeIndicator .3s ease}.nav-link:focus,.logout-button:focus,.admin-nav .mobile-menu-toggle:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@supports (backdrop-filter: blur(10px)){.admin-nav{background:linear-gradient(135deg,#667eeaf2,#764ba2f2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.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 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}.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-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}.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}}.caregiver-management{padding:2rem;max-width:1400px;margin:0 auto}.stat-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.filter-controls select,.filter-controls input{flex:1;min-width:150px;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.caregivers-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.caregivers-table{width:100%;border-collapse:collapse}.caregivers-table thead{background-color:#f8f9fa}.caregivers-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.caregivers-table td{padding:1rem;border-bottom:1px solid #dee2e6}.caregivers-table tbody tr:hover{background-color:#f8f9fa}.status-badge,.availability-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.availability-badge.available{background-color:#cce5ff;color:#004085}.availability-badge.unavailable{background-color:#fff3cd;color:#856404}.caregiver-details-modal{min-width:1200px;max-width:1600px}@media(min-width:769px){.caregiver-details-modal{min-width:1200px!important;max-width:1600px!important}}.services-list{display:flex;flex-wrap:wrap;gap:.5rem}.service-tag{background-color:#e3f2fd;color:#1976d2;padding:.5rem 1rem;border-radius:20px;font-size:.9rem}@media(max-width:768px){.caregiver-management{padding:1rem}.stats-summary{grid-template-columns:1fr}.filter-controls{flex-direction:column}.caregivers-table{font-size:.85rem}.modal-overlay{padding:1rem}.modal-content{max-width:95vw}.caregiver-details-modal{min-width:unset;max-width:95vw}.modal-header{flex-direction:column;text-align:center}}.client-management{padding:2rem;max-width:1400px;margin:0 auto}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}.error-message i{color:#d32f2f;font-size:1.5rem}.error-message button{margin-left:auto;padding:.5rem 1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a}.stat-box h3{font-size:.9rem;font-weight:500;margin-bottom:.5rem;opacity:.9}.stat-value{font-size:2rem;font-weight:700;margin:0}.filters-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.search-box{position:relative;margin-bottom:1rem}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #ddd;border-radius:8px;font-size:1rem}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap}.filter-controls select{flex:1;min-width:150px;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:.9rem}.btn-reset{padding:.75rem 1.5rem;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s}.btn-reset:hover{background-color:#e0e0e0}.clients-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.clients-table{width:100%;border-collapse:collapse}.clients-table thead{background-color:#f8f9fa}.clients-table th{padding:1rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #dee2e6}.clients-table td{padding:1rem;border-bottom:1px solid #dee2e6}.clients-table tbody tr:hover{background-color:#f8f9fa}.profile-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.status-badge.active{background-color:#d4edda;color:#155724}.status-badge.inactive{background-color:#f8d7da;color:#721c24}.btn-view{padding:.5rem 1rem;background-color:#4a90e2;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .3s}.btn-view:hover{background-color:#357abd}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:#fff;border-radius:12px;max-width:95vw;width:100%;min-width:320px;max-height:90vh;overflow-y:auto;overflow-x:hidden;position:relative}.client-details-modal{min-width:1200px;max-width:1600px}@media(min-width:769px){.client-details-modal{min-width:1200px!important;max-width:1600px!important}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;z-index:1}.modal-close:hover{color:#333}.modal-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;border-bottom:1px solid #dee2e6}.modal-profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover}.modal-header h2{margin:0;font-size:1.5rem;color:#1a1a1a}.modal-email{color:#666;margin-top:.25rem}.detail-section{margin-bottom:2rem}.detail-section h3{font-size:1.2rem;color:#333;margin-bottom:1rem;border-bottom:2px solid #4a90e2;padding-bottom:.5rem}.detail-section p{margin:.5rem 0;color:#555}.detail-section strong{color:#333;font-weight:600}@media(max-width:768px){.client-management{padding:1rem}.stats-summary{grid-template-columns:1fr}.filter-controls{flex-direction:column}.clients-table{font-size:.85rem}.modal-overlay{padding:1rem}.modal-content{max-width:95vw}.client-details-modal{min-width:unset;max-width:95vw}.modal-header{flex-direction:column;text-align:center}}.notification-center{padding:2rem;max-width:1200px;margin:0 auto}.page-header h1{font-size:2rem;color:#1a1a1a;margin-bottom:.5rem}.page-header p{color:#666;font-size:1rem}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem}.alert button{margin-left:auto;background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7}.alert button:hover{opacity:1}.result-details{margin-top:.5rem;font-size:.9rem}.notification-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;margin-bottom:2rem}.recipient-selector{margin-bottom:2rem}.recipient-selector h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.recipient-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.recipient-options label{cursor:pointer}.recipient-options input[type=radio]{display:none}.option-card{border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;text-align:center;transition:all .3s;display:flex;flex-direction:column;align-items:center;gap:.5rem}.option-card i{font-size:2rem;color:#666}.option-card span{font-weight:600;color:#333}.option-card small{color:#999;font-size:.85rem}.recipient-options label.active .option-card{border-color:#4a90e2;background-color:#f0f7ff}.recipient-options label.active .option-card i{color:#4a90e2}.option-card:hover{border-color:#4a90e2;transform:translateY(-2px);box-shadow:0 4px 12px #4a90e233}.notification-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#4a90e2}.form-group textarea{resize:vertical;min-height:120px}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.btn-primary,.btn-secondary{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary:hover{background-color:#e0e0e0}.notification-info{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.notification-info h3{font-size:1.2rem;color:#333;margin-bottom:1rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.info-card{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:8px;padding:1.5rem}.info-card h4{font-size:1rem;color:#333;margin-bottom:.5rem}.info-card p{font-size:.9rem;color:#666;margin:0}@media(max-width:768px){.notification-center{padding:1rem}.notification-form-container{padding:1.5rem}.recipient-options{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.info-grid{grid-template-columns:1fr}}.training-materials-upload{padding:2rem;max-width:1400px;margin:0 auto}.page-header{margin-bottom:2rem}.header-content{display:flex;align-items:center;gap:1.5rem}.header-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;box-shadow:0 4px 12px #667eea4d}.page-header h1{font-size:2rem;color:#1a1a1a;margin:0}.page-header p{color:#666;font-size:1rem;margin:.5rem 0 0}.alert{padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem;animation:slideIn .3s ease;box-shadow:0 4px 12px #0000001a}.alert-close{margin-left:auto;background:none;border:none;font-size:1.5rem;cursor:pointer;opacity:.7;transition:opacity .3s;color:inherit;padding:0;width:30px;height:30px}.alert-close:hover{opacity:1}.alert-error{background-color:#fee;border:1px solid #fcc;color:#c62828}.alert-success{background-color:#e8f5e9;border:1px solid #c8e6c9;color:#2e7d32}.alert strong{display:block;margin-bottom:.25rem;font-size:1.05rem}.alert p{margin:0}.result-details{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(46,125,50,.2);font-size:.9rem}.result-details p{margin:.25rem 0}.file-link{display:inline-flex;align-items:center;gap:.5rem;color:#1976d2;text-decoration:none;margin-top:.5rem;font-weight:600;transition:color .3s}.file-link:hover{color:#1565c0;text-decoration:underline}.upload-container{display:grid;grid-template-columns:1fr 1.5fr;gap:2rem}.info-section{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000014}.info-section h3{font-size:1.3rem;color:#333;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.info-content{display:flex;flex-direction:column;gap:1.5rem}.info-item h4{font-size:1rem;color:#555;margin-bottom:.75rem;font-weight:600}.file-types{display:flex;flex-wrap:wrap;gap:.5rem}.file-type-badge{background:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 4px #0000001a;color:#555}.info-item ul{list-style:none;padding:0;margin:0}.info-item li{padding:.5rem 0;color:#555;display:flex;align-items:center;gap:.5rem}.info-item li i{color:#4caf50}.form-section{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 12px #00000014}.upload-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:#333;font-size:.95rem}.required{color:#e53e3e;font-weight:700}.optional{color:#999;font-weight:400;font-size:.85rem}.form-group input[type=text],.form-group select,.form-group textarea{padding:.85rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s;background:#fff}.form-group input[type=text]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;min-height:100px}.char-count{color:#999;font-size:.85rem;text-align:right}.help-text{color:#666;font-size:.85rem;font-style:italic}.file-input-wrapper{position:relative}.file-input-wrapper input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:2}.file-input-display{border:2px dashed #e0e0e0;border-radius:12px;padding:2rem;text-align:center;background:#fafafa;transition:all .3s;cursor:pointer;position:relative}.file-input-display:hover{border-color:#667eea;background:#f8f9ff}.file-placeholder i{font-size:3rem;color:#667eea;margin-bottom:1rem}.file-placeholder p{margin:.5rem 0;color:#333;font-weight:500}.file-placeholder small{color:#999;font-size:.85rem}.file-selected{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 8px #00000014}.file-selected i{font-size:2rem;color:#667eea}.file-details{flex:1;text-align:left;display:flex;flex-direction:column;gap:.25rem}.file-name{font-weight:600;color:#333;font-size:.95rem}.file-size{color:#999;font-size:.85rem}.btn-remove-file{background:#ef4444;color:#fff;border:none;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s}.btn-remove-file:hover{background:#dc2626;transform:scale(1.1)}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0}.btn-primary,.btn-secondary{padding:.85rem 2rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{background-color:#f5f5f5;color:#333}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.spinner-small{width:16px;height:16px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.upload-container{grid-template-columns:1fr}.info-section{order:2}.form-section{order:1}}@media(max-width:768px){.training-materials-upload{padding:1rem}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.page-header h1{font-size:1.5rem}.info-section,.form-section{padding:1.5rem}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.file-types{flex-direction:column}.file-type-badge{width:100%;justify-content:center}}@media(max-width:576px){.header-icon{width:50px;height:50px;font-size:1.5rem}.file-input-display{padding:1.5rem 1rem}.file-placeholder i{font-size:2rem}}.gigs-management{padding:2rem;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.gigs-header{margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 15px #667eea4d;width:100%;box-sizing:border-box}.stat-active .stat-icon{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-paused .stat-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-draft .stat-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.filter-group{flex:1;min-width:200px}.filter-group select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.gigs-table{width:100%;border-collapse:collapse}.gigs-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.gigs-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.gigs-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .3s ease}.gigs-table tbody tr:hover{background-color:#f7fafc}.gigs-table td{padding:1rem;font-size:.95rem;color:#2d3748}.gig-image{width:60px;height:60px;border-radius:8px;overflow:hidden;background:#e2e8f0;display:flex;align-items:center;justify-content:center}.gig-image img{width:100%;height:100%;object-fit:cover}.no-image{color:#a0aec0;font-size:1.5rem}.gig-title{display:flex;align-items:center;gap:.5rem}.gig-title strong{color:#2d3748}.has-video{color:#667eea;font-size:.9rem}.category-tag{display:inline-block;background:#edf2f7;color:#667eea;padding:.375rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.price{color:#38a169;font-size:1rem}.status-active{background:#c6f6d5;color:#22543d}.status-paused{background:#fed7d7;color:#742a2a}.status-draft{background:#bee3f8;color:#2c5282}.modal-content{background:#fff;border-radius:16px;max-width:95vw;width:100%;min-width:320px;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.gig-details-modal{min-width:1200px;max-width:1600px}@media(min-width:769px){.gig-details-modal{min-width:1200px!important;max-width:1600px!important}}.gig-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.gig-detail-image{width:100%;max-height:300px;object-fit:cover;border-radius:8px;margin-top:1rem}.no-image-large{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:#fff;border-radius:8px;margin-top:1rem;color:#a0aec0}.no-image-large i{font-size:3rem;margin-bottom:.5rem}.package-details-list{list-style:none;padding:0;margin:.5rem 0 0}.package-details-list li{padding:.5rem;background:#fff;margin-bottom:.5rem;border-radius:6px;border-left:3px solid #667eea}.package-details-list li:last-child{margin-bottom:0}.price-large{font-size:1.5rem;color:#38a169;font-weight:700}.video-link{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;margin-top:1rem;transition:all .3s ease}.video-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.full-width{grid-column:1 / -1}@media(max-width:1199px){.gigs-table{font-size:.9rem}.gig-details-grid{grid-template-columns:1fr}}@media(max-width:992px){.gigs-management{padding:1rem}.gigs-header{padding:1.5rem;margin-bottom:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:768px){.gigs-management{padding:.75rem;overflow-x:hidden}.gigs-header{padding:1rem;margin-bottom:1rem;border-radius:8px}.header-content h1{font-size:1.4rem;gap:.5rem}.header-content h1 i{font-size:1.2rem}.header-content p{font-size:.875rem}.stats-grid{grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.stat-card{padding:1rem;gap:1rem;flex-direction:row;text-align:left}.stat-icon{width:50px;height:50px;font-size:1.2rem}.stat-content h3{font-size:1.5rem}.stat-content p{font-size:.85rem}.alert{padding:.75rem 1rem;font-size:.875rem;flex-wrap:wrap}.retry-btn{padding:.4rem .75rem;font-size:.8rem}.filter-controls{flex-direction:column;gap:.75rem;padding:1rem}.search-filter{width:100%}.search-filter input{width:100%;padding:.625rem 2.5rem;font-size:.875rem}.filter-group{width:100%}.filter-group label{font-size:.875rem}.filter-group select{width:100%;padding:.625rem .75rem;font-size:.875rem}.reset-filters-btn{width:100%;justify-content:center;padding:.625rem 1rem;font-size:.875rem}.table-container{overflow:visible;margin:0 -.75rem;padding:0 .75rem}.gigs-table{display:block;width:100%}.gigs-table thead{display:none}.gigs-table tbody{display:block}.gigs-table tr{display:block;margin-bottom:1rem;background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e2e8f0}.gigs-table td{display:flex;justify-content:space-between;align-items:flex-start;padding:.5rem 0;border:none;gap:1rem}.gigs-table td:before{content:attr(data-label);font-weight:600;color:#4a5568;font-size:.8rem;flex:0 0 100px}.gigs-table td:last-child{padding-top:.75rem}.gig-title{font-size:.9rem}.gig-category{font-size:.85rem;padding:.25rem .6rem}.status-badge{font-size:.75rem;padding:.25rem .6rem}.btn-view-gig{width:100%;justify-content:center;padding:.5rem;font-size:.875rem}.modal-overlay{padding:.5rem}.modal-content{border-radius:12px;max-height:92vh;max-width:95vw;min-width:unset}.gig-details-modal{min-width:unset;max-width:95vw}.modal-header{padding:1rem 1.25rem}.modal-header h2{font-size:1.2rem}.close-modal{width:32px;height:32px;font-size:1rem}.modal-body{padding:1rem}.gig-details-grid{grid-template-columns:1fr;gap:1rem}.detail-section h3{font-size:1rem}.detail-item{font-size:.875rem}.package-card{padding:1rem}.package-card h4{font-size:.95rem}}@media(max-width:480px){.gigs-management{padding:.5rem}.gigs-header{padding:.875rem}.header-content h1{font-size:1.15rem;gap:.4rem}.header-content h1 i{font-size:1rem}.header-content p{font-size:.8rem;margin-top:.25rem}.stats-grid{gap:.625rem}.stat-card{padding:.875rem;gap:.875rem}.stat-icon{width:45px;height:45px;font-size:1.1rem;flex-shrink:0}.stat-content h3{font-size:1.35rem}.stat-content p{font-size:.8rem}.filter-controls{padding:.75rem}.search-filter input{padding:.5rem 2.25rem;font-size:.8rem}.filter-group select{padding:.5rem .625rem;font-size:.8rem}.table-container{margin:0 -.5rem;padding:0 .5rem}.gigs-table tr{padding:.875rem}.gigs-table td{flex-direction:column;align-items:flex-start;padding:.4rem 0}.gigs-table td:before{flex:none;margin-bottom:.25rem}.modal-header{padding:.875rem 1rem;border-radius:8px 8px 0 0}.modal-header h2{font-size:1rem}.close-modal{width:28px;height:28px;font-size:.9rem}.modal-body{padding:.75rem}.detail-section{padding:.875rem}.detail-section h3{font-size:.95rem}.detail-item{font-size:.8rem;padding:.4rem 0}.package-card{padding:.875rem}.package-card h4{font-size:.875rem}}@media(max-width:360px){.gigs-management{padding:.375rem}.gigs-header{padding:.75rem}.header-content h1{font-size:1rem}.stat-card{padding:.75rem}.stat-icon{width:40px;height:40px;font-size:1rem}.stat-content h3{font-size:1.25rem}}.orders-management{padding:2rem;max-width:1600px;margin:0 auto}.orders-header{margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 15px #667eea4d}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.stat-progress .stat-icon{background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-completed .stat-icon{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-disputed .stat-icon{background:linear-gradient(135deg,#ff6b6b,#ee5a6f)}.stat-revenue .stat-icon{background:linear-gradient(135deg,#f7971e,#ffd200)}.filters-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:1.5rem}.search-box{position:relative;margin-bottom:1.5rem}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0}.search-box input{width:100%;padding:.875rem 3rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .3s ease}.clear-search{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#a0aec0;cursor:pointer;padding:.5rem;font-size:1rem;transition:color .3s ease}.clear-search:hover{color:#718096}.filter-controls{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end}.filter-group{flex:1;min-width:180px}.filter-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-size:.9rem;font-weight:500}.filter-group label i{margin-right:.5rem;color:#667eea}.filter-group select,.filter-group input[type=date]{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-group select:focus,.filter-group input[type=date]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reset-filters-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.95rem;transition:all .3s ease;white-space:nowrap}.reset-filters-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.results-info{margin-bottom:1rem;color:#4a5568;font-size:.95rem}.results-info strong{color:#667eea}.table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.orders-table{width:100%;border-collapse:collapse}.orders-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.orders-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.orders-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .3s ease}.orders-table tbody tr:hover{background-color:#f7fafc}.orders-table td{padding:1rem;font-size:.95rem;color:#2d3748}.order-id{font-family:Courier New,monospace;font-size:.85rem;background:#edf2f7;padding:.25rem .5rem;border-radius:4px;display:inline-block}.gig-info{display:flex;align-items:center;gap:.75rem}.gig-thumb{width:50px;height:50px;border-radius:8px;object-fit:cover}.gig-title{font-weight:500;color:#2d3748}.amount{color:#38a169;font-size:1rem;font-weight:600}.payment-method{background:#edf2f7;padding:.375rem .75rem;border-radius:6px;font-size:.85rem;font-weight:500}.status-badge{display:inline-block;padding:.375rem .875rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fef3c7;color:#92400e}.status-progress{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-declined{background:#fee2e2;color:#991b1b}.status-disputed{background:#fed7d7;color:#742a2a}.status-cancelled{background:#e2e8f0;color:#1a202c}.declined-indicator{display:inline-block;margin-left:.5rem;color:#e53e3e;font-size:.9rem}.action-buttons{display:flex;gap:.5rem}.btn-view{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem .875rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s ease}.no-data{padding:4rem 2rem;text-align:center;color:#a0aec0}.no-data i{font-size:4rem;margin-bottom:1rem;display:block}.no-data p{font-size:1.1rem;margin:0}.modal-content{background:#fff;border-radius:16px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.order-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.detail-section{background:#f7fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0}.detail-section h3{margin:0 0 1rem;color:#667eea;font-size:1.1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.detail-item{margin-bottom:1rem;display:flex;flex-direction:column;gap:.25rem}.detail-item:last-child{margin-bottom:0}.detail-item label{font-weight:600;color:#4a5568;font-size:.9rem}.detail-item span{color:#2d3748;font-size:.95rem}.mono{font-family:Courier New,monospace;font-size:.85rem;background:#fff;padding:.25rem .5rem;border-radius:4px;display:inline-block}.order-gig-image{width:100%;max-height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.package-list{list-style:none;padding:0;margin:.5rem 0 0}.package-list li{padding:.5rem;background:#fff;margin-bottom:.5rem;border-radius:6px;border-left:3px solid #667eea}.package-list li:last-child{margin-bottom:0}.amount-large{font-size:1.75rem;color:#38a169;font-weight:700}.decline-reason{color:#e53e3e;font-style:italic;background:#fff5f5;padding:.5rem;border-radius:6px;border-left:3px solid #e53e3e}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end}.btn-close{background:#e2e8f0;color:#4a5568;border:none;padding:.75rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.btn-close:hover{background:#cbd5e0;transform:translateY(-2px)}@media(max-width:1200px){.orders-table{font-size:.9rem}}@media(max-width:768px){.orders-management{padding:1rem}.orders-header{padding:1.5rem}.header-content h1{font-size:1.5rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{flex-direction:column;text-align:center}.stat-icon{width:50px;height:50px;font-size:1.25rem}.stat-content h3{font-size:1.5rem}.filter-controls{flex-direction:column}.filter-group{width:100%}.reset-filters-btn{width:100%;justify-content:center}.table-container{overflow-x:auto}.orders-table{min-width:1000px}.order-details-grid{grid-template-columns:1fr}}.email-composer{padding:2rem;max-width:1400px;margin:0 auto}.email-header{margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 15px #667eea4d}.header-content h1{margin:0 0 .5rem;font-size:2rem;display:flex;align-items:center;gap:.75rem}.header-content p{margin:0;opacity:.95;font-size:1rem}.alert{padding:1.25rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:1rem;animation:slideDown .3s ease-out}.alert-success{background-color:#d1fae5;color:#065f46;border-left:4px solid #10b981}.alert-error{background-color:#fee2e2;color:#991b1b;border-left:4px solid #ef4444}.alert i{font-size:1.5rem;margin-top:.25rem}.alert-content{flex:1}.alert-content strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.alert-content p{margin:0}.email-stats{display:flex;gap:1.5rem;margin-top:.75rem;font-size:.9rem}.email-stats span.failed{color:#dc2626;font-weight:600}.email-composer-content{display:flex;flex-direction:column;gap:1.5rem}.section-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.section-card h2{margin:0 0 1.5rem;color:#2d3748;font-size:1.3rem;display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.section-card h2 i{color:#667eea}.mode-selector{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.mode-btn{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:#4a5568;transition:all .3s ease}.mode-btn i{font-size:1.5rem;color:#a0aec0;transition:all .3s ease}.mode-btn:hover{border-color:#667eea;background:#f7fafc}.mode-btn.active{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.mode-btn.active i{color:#667eea}.recipient-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.form-group{position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#4a5568;font-weight:500;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group textarea{resize:vertical;font-family:Courier New,monospace;font-size:.9rem}.char-count{position:absolute;right:.75rem;bottom:.75rem;font-size:.8rem;color:#a0aec0;background:#fff;padding:.25rem .5rem;border-radius:4px}.helper-text{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;color:#718096}.helper-text i{color:#667eea}.bulk-recipient-selector{display:flex;flex-direction:column;gap:1rem}.recipient-count{background:#edf2f7;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.75rem;color:#2d3748}.recipient-count i{color:#667eea;font-size:1.25rem}.recipient-count strong{color:#667eea}.specific-users-section{margin-top:1rem}.btn-select-users{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;transition:all .3s ease}.btn-select-users:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.selected-users-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.selected-user-chip{background:#edf2f7;padding:.5rem .75rem;border-radius:20px;display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#2d3748}.selected-user-chip .remove-chip{background:none;border:none;color:#e53e3e;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.selected-user-chip .remove-chip:hover{transform:scale(1.2)}.template-toggle{background:#f7fafc;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:500;color:#2d3748}.toggle-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#667eea}.template-selector{flex:1;min-width:200px;padding:.5rem .75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:.95rem;cursor:pointer}.html-toolbar{display:flex;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:8px;flex-wrap:wrap}.html-toolbar button{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#4a5568;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.html-toolbar button:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.btn-preview{background:#edf2f7;color:#4a5568;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;transition:all .3s ease;margin-top:1rem}.btn-preview:hover:not(:disabled){background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.btn-preview:disabled{opacity:.5;cursor:not-allowed}.send-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem}.btn-send{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1.25rem 2rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;font-weight:600;transition:all .3s ease}.btn-send:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #10b98166}.btn-send:disabled{opacity:.6;cursor:not-allowed;transform:none}.send-warning{background:#fef3c7;padding:1rem;border-radius:8px;border-left:4px solid #f59e0b;display:flex;align-items:flex-start;gap:.75rem}.send-warning i{color:#f59e0b;font-size:1.25rem;margin-top:.25rem}.send-warning p{margin:0;color:#78350f;font-size:.9rem}.send-warning strong{display:block;margin-bottom:.25rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal-content{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center;border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:1.5rem}.close-btn{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .3s ease}.close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-footer{padding:1.5rem 2rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:1rem}.btn-secondary{background:#edf2f7;color:#4a5568;border:none;padding:.75rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.btn-secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.user-search{position:relative;margin-bottom:1.5rem}.user-search i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a0aec0}.user-search input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem}.user-search input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.user-list{max-height:400px;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.user-item{padding:1rem;border:2px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease}.user-item:hover{background:#f7fafc;border-color:#cbd5e0}.user-item.selected{background:#667eea1a;border-color:#667eea}.user-avatar{width:45px;height:45px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;flex-shrink:0}.user-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.user-info strong{color:#2d3748;font-size:1rem}.user-email{color:#718096;font-size:.85rem}.user-type{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-top:.25rem;width:fit-content}.user-type.caregiver{background:#d1fae5;color:#065f46}.user-type.client{background:#dbeafe;color:#1e40af}.user-item i.fa-check-circle{color:#10b981;font-size:1.5rem}.preview-modal{max-width:700px}.email-preview{background:#f7fafc;padding:2rem;border-radius:8px}.preview-subject{padding:1rem;background:#fff;border-radius:8px;margin-bottom:1rem;border-left:4px solid #667eea}.preview-subject strong{color:#4a5568;margin-right:.5rem}.preview-content{background:#fff;padding:2rem;border-radius:8px;min-height:200px;font-family:Arial,sans-serif;line-height:1.6}@media(max-width:768px){.email-composer{padding:1rem}.email-header{padding:1.5rem}.header-content h1{font-size:1.5rem}.section-card{padding:1.5rem}.mode-selector,.recipient-form{grid-template-columns:1fr}.template-toggle{flex-direction:column;align-items:flex-start}.template-selector{width:100%}.html-toolbar{justify-content:center}.btn-send{font-size:1rem;padding:1rem 1.5rem}.modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.user-item{padding:.75rem}.user-avatar{width:40px;height:40px;font-size:.9rem}}.attachments-section{margin-top:1.5rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;border:2px dashed #dee2e6}.attachments-section label{display:block;margin-bottom:.5rem;font-weight:600;color:#495057}.attachment-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#e7f3ff;border-radius:6px;color:#0056b3;font-size:.9rem}.attachment-info i{font-size:1rem}.file-input{display:none}.file-upload-label{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px #667eea4d}.file-upload-label:hover:not([disabled]){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.file-upload-label:disabled{opacity:.6;cursor:not-allowed}.file-input:disabled+.file-upload-label{opacity:.6;cursor:not-allowed;background:#6c757d}.attachment-errors{margin-top:1rem;padding:1rem;background:#fff3cd;border-left:4px solid #ffc107;border-radius:6px}.attachment-errors .error-item{display:flex;align-items:center;gap:.5rem;color:#856404;font-size:.9rem;margin-bottom:.5rem}.attachment-errors .error-item:last-child{margin-bottom:0}.attachment-errors i{color:#ffc107}.attached-files-list{margin-top:1rem;border:1px solid #dee2e6;border-radius:8px;background:#fff;overflow:hidden}.list-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#e9ecef;border-bottom:1px solid #dee2e6;font-weight:600;color:#495057;font-size:.9rem}.total-size{color:#6c757d;font-weight:500}.attached-file-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #f1f3f5;transition:background .2s ease}.attached-file-item:last-child{border-bottom:none}.attached-file-item:hover{background:#f8f9fa}.file-icon{font-size:1.5rem;min-width:30px;text-align:center}.file-info{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.file-name{font-weight:500;color:#212529;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-size{font-size:.85rem;color:#6c757d}.remove-file-btn{padding:.5rem;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.remove-file-btn:hover{background:#c82333;transform:scale(1.05)}.remove-file-btn i{font-size:.9rem}.bulk-attachment-notice{display:flex;align-items:flex-start;gap:1rem;padding:1rem;margin-top:1rem;background:#e7f3ff;border-left:4px solid #0056b3;border-radius:6px;color:#0056b3}.bulk-attachment-notice i{font-size:1.25rem;margin-top:.15rem}.bulk-attachment-notice strong{font-weight:600}.attachment-info-result{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#28a745;font-size:.95rem}.attachment-info-result i{font-size:1rem}@media(max-width:768px){.attachments-section{padding:1rem}.list-header{flex-direction:column;align-items:flex-start;gap:.5rem}.attached-file-item{padding:.75rem;gap:.75rem}.file-icon{font-size:1.25rem}.file-name{font-size:.9rem}.file-size{font-size:.8rem}}.certificate-management{padding:2rem;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}.cert-header{margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 15px #667eea4d;width:100%;box-sizing:border-box}.header-content h1{margin:0 0 .5rem;font-size:2rem;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.header-content p{margin:0;opacity:.95;font-size:1rem;line-height:1.5}.spinner{width:50px;height:50px;border:4px solid rgba(102,126,234,.1);border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}.alert{padding:1rem 1.5rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background-color:#fee;color:#c33;border-left:4px solid #c33}.alert-success{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}.close-alert{margin-left:auto;background:none;border:none;cursor:pointer;font-size:1.2rem;color:inherit;opacity:.7;transition:opacity .3s}.close-alert:hover{opacity:1}.retry-btn{margin-left:auto;background:#c33;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s ease}.retry-btn:hover{background:#a22;transform:translateY(-1px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;width:100%}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;min-width:0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #00000026}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.stat-total .stat-icon{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-pending .stat-icon{background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-verified .stat-icon{background:linear-gradient(135deg,#11998e,#38ef7d)}.stat-invalid .stat-icon{background:linear-gradient(135deg,#fa709a,#fee140)}.stat-content h3{margin:0 0 .25rem;font-size:2rem;color:#2d3748}.stat-content p{margin:0;color:#718096;font-size:.95rem}.controls-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;width:100%;box-sizing:border-box}.search-box{flex:1 1 300px;min-width:250px;position:relative;display:flex;align-items:center}.search-box i{position:absolute;left:1rem;color:#718096}.search-box input{width:100%;padding:.75rem 2.5rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;transition:all .3s ease}.clear-search{position:absolute;right:.5rem;background:#e2e8f0;border:none;width:30px;height:30px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.clear-search:hover{background:#cbd5e0}.filter-group{display:flex;align-items:center;gap:.75rem}.filter-group label{font-weight:500;color:#4a5568;display:flex;align-items:center;gap:.5rem}.filter-group select{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;cursor:pointer;background:#fff;transition:all .3s ease}.certificates-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.certificates-table{width:100%;border-collapse:collapse}.certificates-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.certificates-table th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.certificates-table td{padding:1rem;border-bottom:1px solid #e2e8f0}.certificates-table tbody tr{transition:all .3s ease}.certificates-table tbody tr:hover{background:#f7fafc}.caregiver-info{display:flex;flex-direction:column;gap:.25rem}.caregiver-info strong{color:#2d3748}.caregiver-info small{color:#718096;font-size:.85rem}.confidence-badge{display:flex;flex-direction:column;gap:.25rem}.confidence-indicator{padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-align:center}.confidence-green{background:#d4edda;color:#155724}.confidence-yellow{background:#fff3cd;color:#856404}.confidence-red{background:#f8d7da;color:#721c24}.confidence-badge small{color:#718096;font-size:.8rem}.status-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.85rem;font-weight:600;text-align:center;white-space:nowrap}.status-invalid{background:#f8d7da;color:#721c24}.status-failed{background:#ffe5d9;color:#d73a49}.status-review{background:#cfe2ff;color:#084298}.status-not-verified{background:#e2e8f0;color:#4a5568}.btn-view{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;transition:all .3s ease}.btn-view:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.empty-state{text-align:center!important;padding:3rem!important}.empty-state i{font-size:3rem;color:#cbd5e0;margin-bottom:1rem}.empty-state p{color:#718096;margin:0}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:95vw;width:100%;min-width:320px;max-height:95vh;overflow-y:auto;overflow-x:hidden;animation:slideUp .3s ease}.cert-review-modal{min-width:1200px;max-width:1600px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #e2e8f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 0 0}.modal-header h2{margin:0;font-size:1.5rem;display:flex;align-items:center;gap:.75rem}.close-modal{background:#fff3;border:none;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;transition:all .3s ease}.modal-body{padding:2rem;overflow-x:hidden}.cert-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;width:100%;min-width:0}.cert-image-section{position:sticky;top:2rem;height:fit-content;min-width:0}.cert-details-section{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.cert-image-container{background:#f7fafc;border-radius:12px;overflow:hidden;border:2px solid #e2e8f0;transition:all .3s ease}.cert-image-container img{width:100%;height:auto;display:block;cursor:zoom-in;transition:all .3s ease}.cert-image-container.zoomed{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1001;max-width:95vw;max-height:95vh;overflow:auto}.cert-image-container.zoomed img{cursor:zoom-out;max-width:none}.image-controls{padding:.75rem;background:#fff;display:flex;justify-content:center}.zoom-btn{background:#667eea;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.9rem;transition:all .3s ease}.zoom-btn:hover{background:#5568d3}.cert-details-section{display:flex;flex-direction:column;gap:1.5rem}.detail-card{background:#f7fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;min-width:0;overflow:hidden}.detail-card h3{margin:0 0 1rem;font-size:1.1rem;color:#2d3748;display:flex;align-items:center;gap:.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.detail-row:last-child{border-bottom:none}.detail-row .label{font-weight:600;color:#4a5568}.detail-row .value{color:#2d3748;text-align:right;word-break:break-word;max-width:60%}.name-match-indicator{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-weight:500}.name-match-indicator.match{background:#d4edda;color:#155724}.name-match-indicator.mismatch{background:#fff3cd;color:#856404}.validation-issues-card{background:#fff5f5;border-color:#fc8181}.validation-issues-card h3{color:#c53030}.validation-issues-list{display:flex;flex-direction:column;gap:.75rem}.validation-issue-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:#fff;border-radius:8px;border-left:3px solid #fc8181}.validation-issue-item i{color:#fc8181;font-size:.5rem;margin-top:.5rem}.validation-issue-item span{color:#2d3748;flex:1;line-height:1.5}.review-notes-card{background:#f0f9ff;border-color:#60a5fa}.review-notes-card h3{color:#1e40af}.review-notes-content{padding:1rem;background:#fff;border-radius:8px;border-left:3px solid #60a5fa;margin-bottom:1rem}.review-notes-content p{margin:0;color:#2d3748;line-height:1.6}.review-metadata{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid #bfdbfe}.review-metadata .detail-row{padding:.5rem 0;border-bottom:none}.review-metadata .label{font-size:.9rem;color:#64748b}.review-metadata .value{font-size:.9rem;color:#475569}.review-context{background:#fef3c7;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:3px solid #f59e0b}.review-context .context-label{margin:0 0 .75rem;font-weight:600;color:#92400e;display:flex;align-items:center;gap:.5rem}.context-issues-list{margin:0;padding-left:1.5rem;list-style:disc}.context-issues-list li{color:#78350f;margin-bottom:.5rem;line-height:1.5}.action-buttons{display:flex;gap:1rem;margin-top:1rem}.status-message{padding:1rem 1.25rem;border-radius:8px;margin-top:1rem;display:flex;align-items:center;gap:.75rem;font-weight:500;line-height:1.5}.status-message i{font-size:1.25rem}.success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.warning-message{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.info-message{background:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}.btn-approve,.btn-reject{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:1rem;font-weight:600;transition:all .3s ease}.action-form{background:#fff;padding:1.5rem;border-radius:12px;border:2px solid #667eea;margin-top:1rem;animation:slideIn .3s ease}.action-form h4{margin:0 0 1rem;color:#2d3748;display:flex;align-items:center;gap:.5rem}.action-form p{margin:0 0 1rem;color:#4a5568}.warning-text{background:#fff3cd;padding:.75rem;border-radius:6px;color:#856404;display:flex;align-items:center;gap:.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748}.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .3s ease}.char-count{display:block;margin-top:.5rem;color:#718096;font-size:.85rem}.quick-reasons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.reason-chip{padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.reason-chip:hover{border-color:#667eea;background:#f7fafc}.reason-chip.selected{background:#667eea;color:#fff;border-color:#667eea}.form-actions{display:flex;gap:1rem}.btn-confirm,.btn-cancel{flex:1;padding:.875rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.btn-confirm{background:#667eea;color:#fff}.btn-confirm:hover:not(:disabled){background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-confirm.btn-reject{background:linear-gradient(135deg,#fa709a,#fee140)}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover:not(:disabled){background:#cbd5e0}@media(max-width:1199px){.cert-review-modal{min-width:95vw}.cert-review-grid{grid-template-columns:1fr}.cert-image-section{position:relative;top:0}}@media(max-width:992px){.certificate-management{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.controls-section{gap:1rem}.search-box{min-width:250px}}@media(max-width:768px){.certificate-management{padding:1rem}.cert-header{padding:1.25rem;margin-bottom:1.5rem}.header-content h1{font-size:1.5rem;gap:.5rem}.header-content h1 i{font-size:1.3rem}.header-content p{font-size:.9rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}.stat-icon{width:55px;height:55px;font-size:1.3rem}.stat-content h3{font-size:1.75rem}.stat-content p{font-size:.9rem}.controls-section{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.search-box{min-width:100%}.search-box input{padding:.65rem 2.5rem;font-size:.9rem}.filter-group{flex-direction:column;align-items:stretch;gap:.5rem}.filter-group label{font-size:.9rem}.filter-group select{padding:.65rem .875rem;font-size:.9rem}.certificates-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:8px}.certificates-table{min-width:800px;font-size:.9rem}.certificates-table th,.certificates-table td{padding:.875rem}.caregiver-info strong{font-size:.9rem}.caregiver-info small{font-size:.8rem}.confidence-indicator{font-size:.8rem;padding:.2rem .65rem}.confidence-badge small{font-size:.75rem}.status-badge{font-size:.8rem;padding:.35rem .8rem}.btn-view{padding:.45rem .875rem;font-size:.85rem}.action-buttons,.form-actions{flex-direction:column}.modal-body{padding:1rem}.modal-header{padding:1.25rem 1.5rem}.modal-header h2{font-size:1.25rem}.cert-review-grid{gap:1rem}.detail-card{padding:1.25rem}.detail-card h3{font-size:1rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.65rem 0}.detail-row .label{font-size:.85rem}.detail-row .value{font-size:.9rem;text-align:left;max-width:100%}.btn-approve,.btn-reject{padding:.75rem 1.25rem;font-size:.95rem}.reason-chip{font-size:.8rem;padding:.4rem .875rem}}@media(max-width:480px){.certificate-management{padding:.75rem}.cert-header{padding:1rem;margin-bottom:1rem}.header-content h1{font-size:1.25rem;flex-direction:column;align-items:flex-start;gap:.5rem}.header-content h1 i{font-size:1.5rem}.header-content p{font-size:.85rem}.stats-grid{gap:.75rem}.stat-card{padding:1rem;gap:1rem}.stat-icon{width:50px;height:50px;font-size:1.2rem}.stat-content h3{font-size:1.5rem}.stat-content p{font-size:.85rem}.controls-section{padding:.875rem}.search-box input{padding:.6rem 2.25rem .6rem 2.5rem;font-size:.85rem}.filter-group label{font-size:.85rem}.filter-group select{padding:.6rem .75rem;font-size:.85rem}.certificates-table{min-width:700px;font-size:.85rem}.certificates-table th,.certificates-table td{padding:.75rem}.alert{padding:.875rem 1.25rem;font-size:.9rem}.retry-btn,.close-alert{font-size:.85rem;padding:.4rem .875rem}.modal-overlay{padding:.5rem}.modal-content{border-radius:12px}.modal-header{padding:1rem 1.25rem;border-radius:12px 12px 0 0}.modal-header h2{font-size:1.1rem}.close-modal{width:32px;height:32px;font-size:1rem}.modal-body{padding:.875rem}.cert-review-grid{gap:.875rem}.detail-card{padding:1rem}.detail-card h3{font-size:.95rem;margin-bottom:.875rem}.detail-row{padding:.5rem 0}.detail-row .label{font-size:.8rem}.detail-row .value{font-size:.85rem}.name-match-indicator{padding:.65rem .875rem;font-size:.85rem}.action-buttons{gap:.75rem}.btn-approve,.btn-reject{padding:.65rem 1rem;font-size:.9rem}.action-form{padding:1rem}.action-form h4{font-size:.95rem}.action-form p,.warning-text{font-size:.85rem}.form-group label{font-size:.9rem}.form-group textarea{padding:.65rem;font-size:.85rem}.reason-chip{font-size:.75rem;padding:.35rem .75rem}.btn-confirm,.btn-cancel{padding:.65rem 1rem;font-size:.9rem}.zoom-btn{padding:.4rem .875rem;font-size:.85rem}.image-controls{padding:.65rem}}@media(max-width:360px){.certificate-management{padding:.5rem}.cert-header{padding:.875rem}.header-content h1{font-size:1.1rem}.stat-card{flex-direction:column;align-items:flex-start;padding:.875rem}.stat-icon{width:45px;height:45px;font-size:1.1rem}.stat-content h3{font-size:1.35rem}.certificates-table{min-width:650px}}.verification-management{padding:2rem;max-width:1400px;margin:0 auto;background:#f5f7fa;min-height:100vh}.verify-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;border-radius:16px;color:#fff;margin-bottom:2rem;box-shadow:0 10px 30px #667eea4d}.verify-header h1{margin:0 0 .5rem;font-size:2rem;display:flex;align-items:center;gap:1rem}.verify-header p{margin:0;opacity:.9;font-size:1.1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.success-banner,.error-banner{padding:1rem 1.5rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-weight:500;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.success-banner{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-banner{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.verify-controls{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;align-items:center}.search-box{flex:1;min-width:300px;position:relative}.search-box i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#6b7280}.search-box input{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease}.search-box input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:600;color:#4b5563}.filter-group select{padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.filter-group select:focus{outline:none;border-color:#667eea}.btn-refresh{padding:.875rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.btn-refresh:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.btn-refresh:disabled{opacity:.6;cursor:not-allowed}.verify-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:16px;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.stat-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-icon.verified{background:#d4edda;color:#28a745}.stat-icon.pending{background:#fff3cd;color:#ffc107}.stat-icon.failed{background:#f8d7da;color:#dc3545}.stat-icon.total{background:#d1ecf1;color:#17a2b8}.stat-info{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.stat-value{font-size:2rem;font-weight:700;color:#1f2937}.verify-table-container{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px #0000000d}.verify-table{width:100%;border-collapse:collapse}.verify-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.verify-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#374151;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.verify-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .2s ease}.verify-table tbody tr:hover{background:#f9fafb}.verify-table td{padding:1rem 1.5rem;color:#4b5563}.caregiver-name{font-weight:600;color:#1f2937;display:flex;align-items:center;gap:.5rem}.method-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ede9fe;color:#7c3aed;border-radius:8px;font-weight:600;font-size:.875rem}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem}.status-verified{background:#d4edda;color:#155724}.status-pending{background:#fff3cd;color:#856404}.status-failed{background:#f8d7da;color:#721c24}.status-unknown{background:#e2e8f0;color:#4a5568}.badge-has-data{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#d1f4e0;color:#0f766e;border-radius:6px;font-size:.875rem;font-weight:600}.badge-no-data{color:#9ca3af;font-size:.875rem}.btn-review{padding:.625rem 1.25rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.btn-review:hover:not(:disabled){background:#5568d3;transform:scale(1.05)}.btn-review:disabled{opacity:.5;cursor:not-allowed}.no-data{text-align:center;padding:3rem!important;color:#9ca3af}.no-data i{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-data p{margin:0;font-size:1.1rem}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.verify-review-modal{background:#fff;border-radius:20px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.modal-header{padding:2rem;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px 20px 0 0}.modal-header h2{margin:0;display:flex;align-items:center;gap:.75rem;font-size:1.75rem}.close-modal{background:#fff3;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.close-modal:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-body{padding:2rem}.verification-summary{background:#f9fafb;padding:1.5rem;border-radius:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.summary-item{display:flex;flex-direction:column;gap:.25rem}.summary-item .label{font-size:.875rem;color:#6b7280;font-weight:500}.summary-item .value{font-size:1.1rem;color:#1f2937;font-weight:600}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.comparison-column h3{margin:0 0 1rem;color:#374151;display:flex;align-items:center;gap:.5rem;font-size:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.data-card{background:#f9fafb;padding:1.5rem;border-radius:12px}.data-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.data-row:last-child{border-bottom:none}.data-label{font-weight:600;color:#6b7280;font-size:.9rem}.data-value{color:#1f2937;font-weight:500}.data-value.highlighted{background:#fef3c7;padding:.25rem .75rem;border-radius:6px;color:#92400e;font-weight:700}.verification-message{background:#fef3c7;border-left:4px solid #f59e0b;padding:1.25rem;border-radius:8px;margin-bottom:2rem}.verification-message strong{display:block;margin-bottom:.5rem;color:#92400e}.verification-message p{margin:0;color:#78350f;font-size:1rem}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-approve,.btn-reject{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.1rem;font-weight:600;transition:all .3s ease}.btn-approve{background:linear-gradient(135deg,#11998e,#38ef7d);color:#fff}.btn-approve:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #11998e66}.btn-reject{background:linear-gradient(135deg,#fa709a,#fee140);color:#fff}.btn-reject:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #fa709a66}.btn-approve:disabled,.btn-reject:disabled{opacity:.6;cursor:not-allowed}.review-form{background:#f9fafb;padding:2rem;border-radius:12px;margin-top:2rem}.review-form h4{margin:0 0 1rem;display:flex;align-items:center;gap:.75rem;color:#1f2937;font-size:1.5rem}.warning-text{color:#dc2626;display:flex;align-items:center;gap:.5rem;font-weight:500;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}.form-group textarea{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical;transition:all .3s ease}.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.char-count{display:block;margin-top:.5rem;color:#6b7280;font-size:.875rem}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-confirm{flex:1;padding:1rem 2rem;background:#667eea;color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-confirm:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}.btn-cancel{padding:1rem 2rem;background:#e5e7eb;color:#4b5563;border:none;border-radius:12px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.btn-cancel:hover:not(:disabled){background:#d1d5db}.raw-data-section{margin-top:2rem;border:2px solid #e5e7eb;border-radius:12px;overflow:hidden}.raw-data-section summary{padding:1rem 1.5rem;background:#f9fafb;cursor:pointer;font-weight:600;color:#374151;display:flex;align-items:center;gap:.75rem;transition:all .3s ease}.raw-data-section summary:hover{background:#f3f4f6}.raw-data-content{padding:1.5rem;background:#1f2937;color:#10b981;font-family:Courier New,monospace;font-size:.875rem;overflow-x:auto;margin:0}@media(max-width:768px){.verification-management{padding:1rem}.verify-header{padding:1.5rem}.verify-header h1{font-size:1.5rem}.comparison-grid,.verify-stats{grid-template-columns:1fr}.verify-controls{flex-direction:column}.search-box{width:100%}.verify-table-container{overflow-x:auto}.action-buttons{flex-direction:column}}.sub-admin-page{background:#f9f9f9;min-height:calc(100vh - 70px)}.sub-admin-container{max-width:1100px;margin:0 auto;padding:24px 20px 60px}.sub-admin__title{font-size:24px;font-weight:700;color:#333;margin-bottom:20px}.sub-admin__loading,.sub-admin__empty{text-align:center;padding:40px 0;color:#888;font-size:14px}.sub-admin__analytics{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:28px}.sub-admin__metric{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:16px 18px;display:flex;flex-direction:column;gap:4px}.sub-admin__metric-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.5px}.sub-admin__metric-value{font-size:22px;font-weight:700;color:#333}.sub-admin__metric-value--orange{color:#e65100}.sub-admin__metric-value--red{color:#c62828}.sub-admin__filter-bar{display:flex;align-items:center;gap:10px;margin-bottom:16px}.sub-admin__filter-label{font-size:13px;color:#555;font-weight:500}.sub-admin__filter-select{padding:8px 12px;border:1px solid #ddd;border-radius:8px;font-size:13px;background:#fff}.sub-admin__table-wrap{overflow-x:auto;border:1px solid #e0e0e0;border-radius:10px;background:#fff}.sub-admin__table{width:100%;border-collapse:collapse;font-size:13px}.sub-admin__table th{background:#f9f9f9;text-align:left;padding:12px 14px;font-weight:600;color:#555;border-bottom:1px solid #e0e0e0;white-space:nowrap}.sub-admin__table td{padding:12px 14px;border-bottom:1px solid #f0f0f0;color:#333}.sub-admin__terminate-btn{background:#fdecea;color:#c62828;border:none;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.sub-admin__terminate-btn:hover:not(:disabled){background:#f8d7da}.sub-admin__terminate-btn:disabled{opacity:.5;cursor:not-allowed}._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}.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-page{min-height:100vh;background:#f8fafc;padding-top:var(--navbar-height-mobile, 70px)}@media(min-width:768px){.blog-page{padding-top:var(--navbar-height-desktop, 100px)}}.blog-hero{background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);position:relative;padding:5rem 2rem 3rem;overflow:hidden}.blog-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,var(--secondary-color-3, #00CAB6) 0%,transparent 40%),radial-gradient(circle at 80% 70%,var(--primary-color-2, #3EDDCD) 0%,transparent 40%),radial-gradient(circle at 50% 50%,var(--secondary-color-4, #99FFF5) 0%,transparent 50%);opacity:.15}.blog-hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(180deg,transparent 0%,#f8fafc 100%)}.blog-hero .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1;text-align:center}.blog-hero .hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;line-height:1.2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.1)}@media(max-width:768px){.blog-hero .hero-title{font-size:2rem}}.blog-hero .hero-subtitle{font-size:1.25rem;margin-bottom:2rem;font-weight:400;color:var(--secondary-color-5, #B6FBF4)}@media(max-width:768px){.blog-hero .hero-subtitle{font-size:1rem}}.search-container{position:relative;max-width:500px;margin:0 auto}.search-container .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#64748b}.search-container .search-input{width:100%;padding:.875rem 1rem .875rem 3rem;border:none;border-radius:50px;font-size:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;box-shadow:0 4px 12px #0000001a}.search-container .search-input:focus{outline:none;box-shadow:0 8px 20px #00000026;background:#fff}.search-container .search-input::placeholder{color:#94a3b8}.blog-container{max-width:1280px;margin:0 auto;padding:3rem 2rem}@media(max-width:768px){.blog-container{padding:2rem 1rem}}.category-filter{display:flex;gap:.75rem;margin-bottom:3rem;overflow-x:auto;padding-bottom:.5rem}.category-filter::-webkit-scrollbar{height:4px}.category-filter::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.category-filter::-webkit-scrollbar-thumb{background:var(--primary-color-1, #05668D);border-radius:4px}.category-filter .category-btn{padding:.625rem 1.5rem;border:2px solid #e2e8f0;background:#fff;border-radius:50px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;width:auto}.category-filter .category-btn:hover{border-color:var(--primary-color-2, #3EDDCD);color:var(--primary-color-1, #05668D);transform:translateY(-2px)}.category-filter .category-btn.active{background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);border-color:var(--primary-color-1, #05668D);color:#fff;box-shadow:0 4px 12px #05668d4d}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}@media(max-width:768px){.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.blog-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.blog-card:hover .card-image{transform:scale(1.05)}.blog-card:hover .image-overlay{opacity:.3}.blog-card:hover .read-more{color:var(--primary-color-2, #3EDDCD)}.blog-card:hover .read-more svg{transform:translate(4px)}.blog-card.featured{grid-column:1 / -1}.blog-card.featured .card-link{display:grid;grid-template-columns:1fr 1fr;gap:0}@media(max-width:768px){.blog-card.featured .card-link{grid-template-columns:1fr}}.blog-card.featured .card-image-wrapper{height:100%;min-height:400px}.blog-card.featured .card-title{font-size:2rem}@media(max-width:768px){.blog-card.featured .card-title{font-size:1.5rem}}.blog-card .card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.blog-card .card-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden;background:#e2e8f0}.blog-card .card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.blog-card .image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.4) 100%);opacity:0;transition:opacity .3s ease}.blog-card .category-badge{position:absolute;top:1rem;left:1rem;padding:.375rem .875rem;background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;z-index:2}.blog-card .card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.blog-card .card-meta{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#94a3b8;font-size:.875rem}.blog-card .card-meta .meta-item{display:flex;align-items:center;gap:.25rem}.blog-card .card-meta .meta-item svg{width:14px;height:14px}.blog-card .card-meta .meta-divider{color:#cbd5e1}.blog-card .card-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card .card-excerpt{color:#64748b;line-height:1.7;margin-bottom:1.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0}.blog-card .card-footer .read-more{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary-color-1, #05668D);font-size:.875rem;transition:all .3s ease;width:auto}.blog-card .card-footer .read-more svg{width:16px;height:16px;transition:transform .3s ease}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;color:#64748b}.loading-container .loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:var(--primary-color-1, #05668D);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-container p{font-size:1.125rem;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:6rem 2rem}.empty-state .empty-icon{font-size:4rem;margin-bottom:1.5rem;opacity:.5}.empty-state h2{font-size:1.75rem;color:#1e293b;margin-bottom:.75rem;font-weight:600}.empty-state p{color:#64748b;font-size:1.125rem}.post-container{min-height:100vh;background:#f8fafc;padding-top:var(--navbar-height-mobile, 70px);position:relative}@media(min-width:768px){.post-container{padding-top:var(--navbar-height-desktop, 100px)}}.back-to-blog{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;border:2px solid var(--primary-color-1, #05668D);color:var(--primary-color-1, #05668D);border-radius:50px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;margin:2rem auto 1rem 2rem;width:auto}@media(max-width:768px){.back-to-blog{margin:1.5rem auto 1rem 1rem}}.back-to-blog svg{width:20px;height:20px;transition:transform .3s ease}.back-to-blog:hover{background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);color:#fff;transform:translate(-4px);box-shadow:0 6px 16px #05668d4d}.back-to-blog:hover svg{transform:translate(-4px);stroke:#fff}.back-to-blog:active{transform:translate(-2px) scale(.98)}.post-image-container{position:relative;width:100%;max-height:500px;overflow:hidden;background:#1e293b}.post-image-container .title{position:absolute;bottom:0;left:0;right:0;padding:3rem 2rem;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.8) 100%);z-index:2}.post-image-container .title .post-title{font-size:2.5rem;font-weight:700;color:#fff;max-width:1280px;margin:0 auto;text-shadow:0 2px 8px rgba(0,0,0,.3)}@media(max-width:768px){.post-image-container .title .post-title{font-size:1.75rem}}.post-image-container .post-image{width:100%;height:500px;object-fit:cover;opacity:.8}.main-content{max-width:900px;margin:0 auto;padding:4rem 2rem;background:#fff;box-shadow:0 4px 12px #00000014;border-radius:16px;margin-top:-4rem;position:relative;z-index:3}@media(max-width:768px){.main-content{padding:2rem 1.5rem;margin-top:-2rem}}.main-content .post-meta-bar{padding-bottom:1.5rem;margin-bottom:2rem;border-bottom:2px solid #e2e8f0}.main-content .post-meta-bar .meta-items{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;color:#64748b;font-size:.95rem}.main-content .post-meta-bar .meta-items .meta-item{display:flex;align-items:center;gap:.5rem}.main-content .post-meta-bar .meta-items .meta-item svg{width:18px;height:18px;stroke:#94a3b8}.main-content .post-meta-bar .meta-items .meta-divider{color:#cbd5e1}.main-content .post-meta-bar .meta-items .category-tag{padding:.375rem .875rem;background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);color:#fff;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.main-content .post-content-wrapper{max-width:750px;margin:0 auto}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{color:#1e293b;font-weight:700;line-height:1.3;scroll-margin-top:calc(var(--navbar-height-desktop, 100px) + 2rem);letter-spacing:-.02em}.main-content h1{font-size:2.25rem;margin-top:3rem;margin-bottom:1.5rem}.main-content h2{font-size:1.875rem;margin-top:3.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0;position:relative}.main-content h2:before{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,var(--primary-color-1, #05668D),var(--primary-color-2, #3EDDCD))}.main-content h3{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--primary-color-1, #05668D)}.main-content p{color:#475569;line-height:1.8;margin-bottom:1.75rem;font-size:1.125rem;max-width:100%;-webkit-hyphens:auto;hyphens:auto}.main-content p:first-of-type{font-size:1.25rem;font-weight:500;color:#334155;line-height:1.7}.main-content p:first-of-type:first-letter{font-size:3.5rem;font-weight:700;line-height:1;float:left;margin:.1rem .5rem 0 0;color:var(--primary-color-1, #05668D)}.main-content ul,.main-content ol{margin-bottom:2rem;padding-left:0;list-style:none}.main-content ul li,.main-content ol li{color:#475569;line-height:1.8;margin-bottom:1rem;padding-left:2rem;position:relative}.main-content ul li:before,.main-content ol li:before{position:absolute;left:0;font-weight:600}.main-content ul li:before{content:"✓";color:var(--primary-color-2, #3EDDCD);font-size:1.25rem;top:.1rem}.main-content ol{counter-reset:custom-counter}.main-content ol li{counter-increment:custom-counter}.main-content ol li:before{content:counter(custom-counter) ".";color:var(--primary-color-1, #05668D);font-weight:700}.main-content a{color:var(--primary-color-1, #05668D);text-decoration:none;font-weight:600;border-bottom:2px solid transparent;background-image:linear-gradient(transparent calc(100% - 2px),var(--primary-color-2, #3EDDCD) 2px);background-repeat:no-repeat;background-size:0% 100%;transition:all .4s ease;position:relative}.main-content a:hover{color:var(--secondary-color-1, #02445F);background-size:100% 100%}.main-content a[href^=http]:after{content:"↗";display:inline-block;margin-left:.25rem;font-size:.875em;opacity:.6}.main-content blockquote{border-left:4px solid var(--primary-color-2, #3EDDCD);padding:1.5rem 2rem;margin:2.5rem 0;font-style:italic;color:#475569;background:linear-gradient(to right,rgba(62,221,205,.05),transparent);border-radius:0 8px 8px 0;font-size:1.25rem;line-height:1.7;position:relative}.main-content blockquote:before{content:'"';position:absolute;top:.5rem;left:1rem;font-size:4rem;color:var(--primary-color-2, #3EDDCD);opacity:.2;font-family:Georgia,serif;line-height:1}.main-content blockquote p{margin-bottom:.5rem;position:relative;z-index:1}.main-content blockquote p:first-of-type:first-letter{font-size:inherit;font-weight:inherit;float:none;margin:0;color:inherit}.main-content code{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:.25rem .5rem;border-radius:6px;font-family:Courier New,Monaco,monospace;font-size:.9em;color:var(--primary-color-1, #05668D);font-weight:500;border:1px solid #cbd5e1}.main-content pre{background:linear-gradient(135deg,#1e293b,#0f172a);padding:1.5rem;border-radius:12px;overflow-x:auto;margin:2.5rem 0;box-shadow:0 8px 16px #0003;border:1px solid #334155;position:relative}.main-content pre code{background:transparent;color:#e2e8f0;padding:0;border:none}.main-content pre:before{content:"";position:absolute;top:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.05),transparent);border-radius:12px 12px 0 0}.main-content img{max-width:100%;height:auto;border-radius:12px;margin:2.5rem auto;display:block;box-shadow:0 8px 24px #0000001a;transition:all .4s ease;cursor:pointer}.main-content img:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.main-content strong{color:#1e293b;font-weight:700}.main-content em{color:#64748b;font-style:italic}.main-content hr{border:none;height:2px;background:linear-gradient(to right,transparent,var(--primary-color-2, #3EDDCD),transparent);margin:3rem 0;opacity:.5}.main-content table{width:100%;border-collapse:collapse;margin:2rem 0}.main-content table th,.main-content table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left}.main-content table th{background:linear-gradient(135deg,var(--primary-color-1, #05668D) 0%,var(--secondary-color-1, #02445F) 100%);color:#fff;font-weight:600}.main-content table tr:hover{background:#f8fafc}.no-post-error{font-size:1.5rem;font-weight:600;color:#64748b;text-align:center;padding:6rem 2rem;display:flex;align-items:center;justify-content:center;min-height:60vh}.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}}.matched-services-section{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:16px;padding:24px;margin-bottom:32px;border:1px solid #93c5fd}.matched-header{margin-bottom:20px}.matched-title-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.matched-icon{font-size:1.5rem}.matched-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e40af}.matched-badge{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.matched-subtitle{margin:0;color:#3b82f6;font-size:.9rem}.matched-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.matched-service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;cursor:pointer;transition:all .3s ease;position:relative}.matched-service-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #3b82f633}.match-score-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:8px 12px;border-radius:8px;display:flex;flex-direction:column;align-items:center;z-index:2;box-shadow:0 2px 8px #3b82f666}.match-score-badge .score{font-size:1.25rem;font-weight:700;line-height:1}.match-score-badge .label{font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.matched-service-card .card-image{position:relative;height:160px;overflow:hidden}.matched-service-card .card-image img{width:100%;height:100%;object-fit:cover}.matched-service-card .verified-badge{position:absolute;bottom:8px;left:8px;background:#10b981f2;color:#fff;padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:600}.matched-service-card .card-content{padding:16px}.matched-service-card .card-content h3{margin:0 0 12px;font-size:1rem;font-weight:600;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.caregiver-info{display:flex;align-items:center;gap:8px;margin-bottom:12px}.caregiver-avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.caregiver-name{font-size:.85rem;color:#475569;flex:1}.caregiver-info .rating{font-size:.8rem;color:#f59e0b;font-weight:600}.match-reasons{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.reason-tag{background:#eff6ff;color:#3b82f6;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:500}.matched-service-card .card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid #e2e8f0}.matched-service-card .price{font-size:1rem;font-weight:700;color:#1e293b}.matched-service-card .view-btn{background:#3b82f6;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s ease}.matched-service-card .view-btn:hover{background:#2563eb}.see-all-matches-btn{display:block;width:100%;max-width:300px;margin:24px auto 0;padding:12px 24px;background:#fff;color:#3b82f6;border:2px solid #3b82f6;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.see-all-matches-btn:hover{background:#3b82f6;color:#fff}@media(max-width:768px){.matched-services-section{padding:16px}.matched-services-grid{grid-template-columns:1fr}.matched-title-row{flex-wrap:wrap}.matched-header h2{font-size:1.25rem}}@media(max-width:480px){.matched-service-card .card-image{height:140px}.match-score-badge{padding:6px 10px}.match-score-badge .score{font-size:1rem}}.marketplace-hero{display:flex;flex-direction:column;gap:0;margin-bottom:1.5rem}.marketplace-categories-nav{background:#fff;border-bottom:1px solid #e5e7eb;padding:.75rem 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.marketplace-categories-nav::-webkit-scrollbar{display:none}.marketplace-categories-scroll{display:flex;gap:.5rem;min-width:max-content;padding:0 .5rem}.marketplace-category-item{background:transparent;border:none;padding:.5rem 1rem;font-size:.85rem;font-weight:500;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .2s ease;border-radius:4px}.marketplace-category-item:hover{color:#02445f;background:#f3f4f6}@media(min-width:768px){.marketplace-categories-scroll{gap:1rem;justify-content:center}.marketplace-category-item{font-size:.9rem;padding:.5rem 1.25rem}}.marketplace-breadcrumb{padding:.75rem 18px;font-size:.85rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.marketplace-breadcrumb{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1024px){.marketplace-breadcrumb{padding-left:3.5rem;padding-right:3.5rem}}@media(min-width:1280px){.marketplace-breadcrumb{padding-left:4.5rem;padding-right:4.5rem}}.breadcrumb-link{color:#4b5563;cursor:pointer;transition:color .2s ease}.breadcrumb-link:hover{color:#02445f}.breadcrumb-separator{color:#9ca3af}.breadcrumb-current{font-weight:600;color:#1f2937}.marketplace-banner{background:#f7e1a5;border-radius:18px;padding:1.4rem 1.6rem;display:flex;flex-direction:column;gap:1rem;margin:0 18px;box-shadow:0 10px 24px #0f172a14}@media(min-width:768px){.marketplace-banner{flex-direction:row;justify-content:space-between;align-items:center;padding:1.8rem 2.6rem;margin:0 2.5rem}}@media(min-width:1024px){.marketplace-banner{margin:0 3.5rem}}@media(min-width:1280px){.marketplace-banner{margin:0 4.5rem}}.marketplace-banner-content{flex:1;text-align:left}.marketplace-banner-title{font-size:1.9rem;font-weight:700;font-style:normal;color:#1f2e5a;margin:0 0 .5rem;white-space:nowrap;text-align:left}@media(min-width:768px){.marketplace-banner-title{font-size:2.4rem;margin-bottom:.6rem}}.marketplace-banner-subtitle{font-size:.9rem;color:#4b4f5a;margin:0;line-height:1.5;max-width:620px;text-align:left}.marketplace-post-btn{background:transparent;color:#1f2e5a;border:1.5px solid rgba(31,46,90,.4);border-radius:10px;padding:.65rem 1.2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;width:auto;display:inline-flex;align-items:center;justify-content:center;text-decoration:underline;text-underline-offset:3px}.marketplace-post-btn:hover{background:#ffffff80;transform:translateY(-1px)}.marketplace-filters{display:flex;gap:.6rem;flex-wrap:wrap;padding:.75rem 1rem .25rem;margin:0 18px;margin-top:3.1rem}@media(min-width:768px){.marketplace-filters{padding:.9rem 0 .2rem;margin:2.2rem 2.5rem 0}}@media(min-width:1024px){.marketplace-filters{margin:2.3rem 3.5rem 0}}@media(min-width:1280px){.marketplace-filters{margin:2.4rem 4.5rem 0}}.marketplace-filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem 2rem .4rem .85rem;font-size:.8rem;color:#4b5563;cursor:pointer;transition:all .2s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:16px;min-width:120px}.marketplace-filter-select:hover{border-color:#02445f;background-color:#f9fafb}.marketplace-filter-select:focus{outline:none;border-color:#02445f;box-shadow:0 0 0 2px #02445f1a}.marketplace-filter-select option{padding:.5rem}.suggested-services-section{padding:2rem 0;background-color:#fff}.suggested-services-header{margin-bottom:1.5rem}.suggested-services-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}@media(min-width:768px){.suggested-services-header h2{font-size:1.75rem}}.suggested-services-layout{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}@media(min-width:1024px){.suggested-services-layout{flex-direction:row;gap:2rem}}.featured-caregiver-card{border-radius:16px;overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #00000014,0 2px 6px #0000000a;background:linear-gradient(135deg,#f9fafb,#fff);display:flex;align-items:center;justify-content:center;padding:1rem}.featured-caregiver-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #0000001f,0 4px 10px #0000000f}@media(min-width:1024px){.featured-caregiver-card{flex:0 0 340px;align-self:stretch}}.featured-service-image{width:100%;height:100%;object-fit:contain;display:block;border-radius:12px;box-shadow:0 2px 8px #0000000f}.suggested-categories-grid{display:grid;grid-template-columns:1fr;gap:1rem;flex:1}@media(min-width:576px){.suggested-categories-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.suggested-categories-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.suggested-category-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.suggested-category-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#119cd4}.category-icon{height:80px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;background:#f9fafb;color:inherit}@media(min-width:768px){.category-icon{height:100px;font-size:3rem}}.category-body{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.category-body h3{font-size:.95rem;font-weight:600;margin:0;color:#1f2937;line-height:1.3}@media(min-width:768px){.category-body h3{font-size:1rem}}.category-body p{font-size:.8rem;color:#6b7280;margin:0;line-height:1.4;flex:1}@media(min-width:768px){.category-body p{font-size:.85rem}}.category-price{font-size:.875rem;font-weight:600;color:#f59e0b;margin-top:auto}.browse-categories-container{text-align:center;margin-top:1.5rem}.browse-categories-btn{background:transparent;border:2px solid #02445f;color:#02445f;border-radius:8px;padding:.875rem 2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.browse-categories-btn:hover{background:#02445f;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #02445f33}@media(min-width:768px){.browse-categories-btn{padding:1rem 2.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}
