.Header-module__lnUIdW__header{z-index:var(--z-sticky);transition:all var(--duration-normal)var(--ease-out);background:0 0;padding:1rem 0;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__scrolled{-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);background:#ffffffeb;padding:.75rem 0}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;display:flex}.Header-module__lnUIdW__logo{font-family:var(--font-display);letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.Header-module__lnUIdW__logoIcon{color:var(--primary-500);font-size:1.5rem}.Header-module__lnUIdW__logoText{color:#1e3a5f;-webkit-text-fill-color:#1e3a5f}.Header-module__lnUIdW__nav{align-items:center;gap:2rem;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-secondary);transition:color var(--duration-fast);font-size:.9rem;font-weight:500;position:relative}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary)}.Header-module__lnUIdW__navLink:after{content:"";background:var(--gradient-gold);width:0;height:2px;transition:width var(--duration-normal)var(--ease-out);border-radius:1px;position:absolute;bottom:-4px;left:0}.Header-module__lnUIdW__navLink:hover:after,.Header-module__lnUIdW__navLinkActive:after{width:100%}.Header-module__lnUIdW__navLinkActive{color:var(--primary-600);font-weight:600}.Header-module__lnUIdW__userMenu{align-items:center;gap:.75rem;display:flex;position:relative}.Header-module__lnUIdW__bellBtn{color:var(--text-secondary);transition:color var(--duration-fast);align-items:center;display:flex;position:relative}.Header-module__lnUIdW__bellBtn:hover{color:var(--primary-500)}.Header-module__lnUIdW__bellBadge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;line-height:1;display:flex;position:absolute;top:-5px;right:-6px}.Header-module__lnUIdW__avatarBtn{cursor:pointer;width:38px;height:38px;transition:all var(--duration-fast);background:var(--gradient-gold);border:2px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.Header-module__lnUIdW__avatarBtn:hover{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b26}.Header-module__lnUIdW__avatarImg{object-fit:cover;border-radius:50%;width:100%;height:100%}.Header-module__lnUIdW__avatarLetter{color:#fff;font-size:1rem;font-weight:700}.Header-module__lnUIdW__dropdown{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:220px;z-index:var(--z-dropdown);animation:Header-module__lnUIdW__fadeIn .15s var(--ease-out);background:#fff;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 48px -12px #00000026}.Header-module__lnUIdW__dropdownHeader{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.125rem;padding:.875rem 1rem;display:flex}.Header-module__lnUIdW__dropdownHeader strong{font-size:.875rem}.Header-module__lnUIdW__dropdownHeader span{color:var(--text-muted);font-size:.75rem}.Header-module__lnUIdW__dropdownItem{color:var(--text-primary);transition:background var(--duration-fast);text-align:left;cursor:pointer;width:100%;font-size:.8125rem;font-family:var(--font-body);background:0 0;border:none;align-items:center;gap:.5rem;padding:.625rem 1rem;text-decoration:none;display:flex}.Header-module__lnUIdW__dropdownItem:hover{background:var(--bg-secondary)}.Header-module__lnUIdW__dropdownDivider{background:var(--border-subtle);height:1px;margin:.25rem 0}.Header-module__lnUIdW__mobileNavActive{color:var(--primary-600)!important;border-color:var(--primary-400)!important}.Header-module__lnUIdW__actions{align-items:center;gap:.75rem;display:flex}.Header-module__lnUIdW__burger{flex-direction:column;gap:5px;padding:4px;display:flex}.Header-module__lnUIdW__burgerLine{background:var(--text-primary);width:24px;height:2px;transition:all var(--duration-normal)var(--ease-out);border-radius:2px;display:block}.Header-module__lnUIdW__burgerLine.Header-module__lnUIdW__open:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__lnUIdW__burgerLine.Header-module__lnUIdW__open:nth-child(2){opacity:0}.Header-module__lnUIdW__burgerLine.Header-module__lnUIdW__open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__lnUIdW__mobileMenu{-webkit-backdrop-filter:blur(12px);z-index:var(--z-dropdown);animation:Header-module__lnUIdW__fadeIn .2s var(--ease-out);background:#fffffff7;position:fixed;inset:60px 0 0}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:1.5rem;padding:2rem 1.5rem;display:flex}.Header-module__lnUIdW__mobileNav a{color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);transition:color var(--duration-fast);padding:.5rem 0;font-size:1.125rem;font-weight:500}.Header-module__lnUIdW__mobileNav a:hover{color:var(--primary-600)}.Header-module__lnUIdW__mobileActions{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}@keyframes Header-module__lnUIdW__fadeIn{0%{opacity:0}to{opacity:1}}
.Footer-module__3hUVsW__footer{background:var(--gray-900);color:var(--gray-300);padding:4rem 0 2rem}.Footer-module__3hUVsW__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__logo{font-family:var(--font-display);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.Footer-module__3hUVsW__logoIcon{color:var(--primary-400);font-size:1.4rem}.Footer-module__3hUVsW__logoText{background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Footer-module__3hUVsW__tagline{color:var(--gray-400);font-size:.875rem;line-height:1.6}.Footer-module__3hUVsW__socials{gap:.75rem;margin-top:.25rem;display:flex}.Footer-module__3hUVsW__socials a{color:var(--gray-400);transition:color var(--duration-fast),transform var(--duration-fast);align-items:center;display:flex}.Footer-module__3hUVsW__socials a:hover{color:var(--primary-400);transform:translateY(-2px)}.Footer-module__3hUVsW__column{flex-direction:column;gap:.75rem;display:flex}.Footer-module__3hUVsW__columnTitle{font-family:var(--font-display);color:#fff;margin-bottom:.25rem;font-size:.875rem;font-weight:600}.Footer-module__3hUVsW__column a{color:var(--gray-400);transition:color var(--duration-fast);font-size:.8125rem}.Footer-module__3hUVsW__column a:hover{color:var(--primary-400)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--gray-700);color:var(--gray-500);justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;font-size:.8125rem;display:flex}.Footer-module__3hUVsW__peru{font-size:.8125rem}@media (max-width:480px){.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:.5rem}}
.Modal-module__7LRQSW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}.Modal-module__7LRQSW__modal{border-radius:var(--radius-xl);max-height:90vh;animation:Modal-module__7LRQSW__slideUp .3s var(--ease-out);background:#fff;overflow-y:auto;box-shadow:0 30px 80px -20px #00000040}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Modal-module__7LRQSW__sm{width:100%;max-width:400px}.Modal-module__7LRQSW__md{width:100%;max-width:520px}.Modal-module__7LRQSW__lg{width:100%;max-width:640px}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.Modal-module__7LRQSW__title{font-size:1.125rem;font-weight:700}.Modal-module__7LRQSW__close{background:var(--bg-secondary);width:32px;height:32px;color:var(--text-secondary);transition:all var(--duration-fast);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.Modal-module__7LRQSW__close:hover{background:var(--gray-200);color:var(--text-primary)}.Modal-module__7LRQSW__body{padding:1.5rem}
.ReviewModal-module__yrlUia__form{flex-direction:column;gap:1.5rem;display:flex}.ReviewModal-module__yrlUia__ratingSection{text-align:center}.ReviewModal-module__yrlUia__ratingSection label{margin-bottom:.75rem;font-size:.9375rem;font-weight:600;display:block}.ReviewModal-module__yrlUia__stars{justify-content:center;gap:.5rem;display:flex}.ReviewModal-module__yrlUia__star{cursor:pointer;color:var(--gray-200);background:0 0;border:none;padding:0;font-size:2.5rem;line-height:1;transition:all .15s}.ReviewModal-module__yrlUia__star:hover{transform:scale(1.2)}.ReviewModal-module__yrlUia__starFilled{color:var(--primary-500)}.ReviewModal-module__yrlUia__ratingLabel{color:var(--primary-600);margin-top:.5rem;font-size:.8125rem;font-weight:600;display:block}.ReviewModal-module__yrlUia__field{flex-direction:column;gap:.375rem;display:flex}.ReviewModal-module__yrlUia__field label{font-size:.8125rem;font-weight:600}.ReviewModal-module__yrlUia__field textarea{border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);resize:vertical;transition:border-color var(--duration-fast);outline:none;padding:.75rem 1rem;font-size:.9375rem}.ReviewModal-module__yrlUia__field textarea:focus{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b1a}.ReviewModal-module__yrlUia__success{text-align:center;padding:2rem 1rem}.ReviewModal-module__yrlUia__successIcon{margin-bottom:1rem;font-size:3rem;display:block}.ReviewModal-module__yrlUia__success p{color:var(--text-secondary);font-size:1rem}
.BookingModal-module__0R9AaW__form{flex-direction:column;gap:1.25rem;display:flex}.BookingModal-module__0R9AaW__field{flex-direction:column;gap:.375rem;display:flex}.BookingModal-module__0R9AaW__field label{color:var(--text-primary);font-size:.8125rem;font-weight:600}.BookingModal-module__0R9AaW__field input,.BookingModal-module__0R9AaW__field select{border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);transition:border-color var(--duration-fast);background:#fff;outline:none;padding:.75rem 1rem;font-size:.9375rem}.BookingModal-module__0R9AaW__field input:focus,.BookingModal-module__0R9AaW__field select:focus{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b1a}.BookingModal-module__0R9AaW__row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.BookingModal-module__0R9AaW__hourPicker{background:var(--bg-secondary);border-radius:var(--radius-md);border:1.5px solid var(--border-subtle);align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.BookingModal-module__0R9AaW__hourBtn{border:1.5px solid var(--border-default);cursor:pointer;width:36px;height:36px;transition:all var(--duration-fast);color:var(--text-primary);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.BookingModal-module__0R9AaW__hourBtn:hover{border-color:var(--primary-400);color:var(--primary-600)}.BookingModal-module__0R9AaW__hourValue{text-align:center;color:var(--primary-600);flex:1;font-size:1.5rem;font-weight:700}.BookingModal-module__0R9AaW__totalCard{background:var(--primary-50);border:1px solid var(--primary-100);border-radius:var(--radius-lg);padding:1rem 1.25rem}.BookingModal-module__0R9AaW__totalRow{justify-content:space-between;align-items:center;display:flex}.BookingModal-module__0R9AaW__totalRow span:first-child{color:var(--text-secondary);font-size:.875rem}.BookingModal-module__0R9AaW__totalAmount{color:var(--primary-600);font-size:1.5rem;font-weight:700}.BookingModal-module__0R9AaW__success{text-align:center;padding:2rem 1rem}.BookingModal-module__0R9AaW__successIcon{margin-bottom:1rem;font-size:3rem;display:block}.BookingModal-module__0R9AaW__success p{color:var(--text-secondary);font-size:1rem;line-height:1.5}
.company-module__PKPIOq__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.company-module__PKPIOq__pageHeader{text-align:center;margin-bottom:3rem}.company-module__PKPIOq__pageHeader h1{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}.company-module__PKPIOq__pageHeader p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.company-module__PKPIOq__heroBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#8b4513 0%,sienna 40%,#b8734a 100%);align-items:center;gap:3rem;margin-bottom:3rem;padding:3rem 2.5rem;display:flex;overflow:hidden}.company-module__PKPIOq__heroBannerText{flex:1}.company-module__PKPIOq__heroBannerText h2{font-family:var(--font-display);color:#fff;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.company-module__PKPIOq__heroBannerText p{color:#ffffffe6;font-size:1rem;line-height:1.7}.company-module__PKPIOq__heroBannerImage{border-radius:var(--radius-md);flex:0 0 420px;overflow:hidden}@media (max-width:768px){.company-module__PKPIOq__heroBanner{text-align:center;flex-direction:column;padding:2rem 1.5rem}.company-module__PKPIOq__heroBannerImage{flex:none;width:100%}}.company-module__PKPIOq__section{margin-bottom:3rem}.company-module__PKPIOq__section h2{font-family:var(--font-display);color:var(--primary-600);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.company-module__PKPIOq__section h3{font-family:var(--font-display);color:var(--text);margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.company-module__PKPIOq__section p,.company-module__PKPIOq__section li{color:#444;font-size:.95rem;line-height:1.8}.company-module__PKPIOq__section ul{padding:0;list-style:none}.company-module__PKPIOq__section ul li{padding:.35rem 0 .35rem 1.5rem;position:relative}.company-module__PKPIOq__section ul li:before{content:"";background:var(--primary-500);border-radius:50%;width:8px;height:8px;position:absolute;top:.75rem;left:0}.company-module__PKPIOq__statsRow{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;margin:2.5rem 0;display:grid}.company-module__PKPIOq__statCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:1.5rem}.company-module__PKPIOq__statValue{font-family:var(--font-display);color:var(--primary-500);margin-bottom:.25rem;font-size:2rem;font-weight:800;display:block}.company-module__PKPIOq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem}.company-module__PKPIOq__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.company-module__PKPIOq__valueCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.company-module__PKPIOq__valueCard h3{align-items:center;gap:.5rem;display:flex}.company-module__PKPIOq__valueCard p{margin-top:.5rem}.company-module__PKPIOq__contactGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem;display:grid}@media (max-width:768px){.company-module__PKPIOq__contactGrid{grid-template-columns:1fr}}.company-module__PKPIOq__contactForm{flex-direction:column;gap:1rem;display:flex}.company-module__PKPIOq__formGroup{flex-direction:column;gap:.35rem;display:flex}.company-module__PKPIOq__formGroup label{color:var(--text);font-size:.85rem;font-weight:600}.company-module__PKPIOq__formGroup input,.company-module__PKPIOq__formGroup textarea,.company-module__PKPIOq__formGroup select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);transition:border-color var(--duration-fast);padding:.75rem 1rem;font-size:.9rem}.company-module__PKPIOq__formGroup input:focus,.company-module__PKPIOq__formGroup textarea:focus,.company-module__PKPIOq__formGroup select:focus{border-color:var(--primary-500);outline:none}.company-module__PKPIOq__formGroup textarea{resize:vertical;min-height:120px}.company-module__PKPIOq__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.company-module__PKPIOq__contactCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.company-module__PKPIOq__contactCard svg{color:var(--primary-500);flex-shrink:0}.company-module__PKPIOq__contactCardText h3{margin-bottom:.25rem}.company-module__PKPIOq__contactCardText p{color:var(--text-muted);font-size:.875rem}.company-module__PKPIOq__legalContent{max-width:800px;margin:0 auto}.company-module__PKPIOq__legalContent h2{font-family:var(--font-display);border-bottom:2px solid var(--primary-200);margin-top:2.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700}.company-module__PKPIOq__legalContent p{color:var(--text-muted);margin-bottom:1rem;font-size:.925rem;line-height:1.8}.company-module__PKPIOq__legalContent ul{margin-bottom:1rem;padding:0;list-style:none}.company-module__PKPIOq__legalContent ul li{color:var(--text-muted);padding:.35rem 0 .35rem 1.5rem;font-size:.925rem;line-height:1.7;position:relative}.company-module__PKPIOq__legalContent ul li:before{content:"";background:var(--primary-500);border-radius:50%;width:7px;height:7px;position:absolute;top:.7rem;left:0}.company-module__PKPIOq__lastUpdated{color:var(--text-muted);margin-bottom:2rem;font-size:.8125rem;font-style:italic}.company-module__PKPIOq__teamGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem;display:grid}.company-module__PKPIOq__teamCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:1.75rem}.company-module__PKPIOq__teamAvatar{background:var(--primary-100);width:110px;height:110px;color:var(--primary-600);font-family:var(--font-display);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:2rem;font-weight:700;display:flex}.company-module__PKPIOq__teamCard h3{margin-bottom:.15rem;font-size:1.05rem}.company-module__PKPIOq__teamRole{color:var(--primary-500);font-size:.8125rem;font-weight:600}.company-module__PKPIOq__teamBio{color:var(--text-muted);margin-top:.5rem;font-size:.85rem;line-height:1.5}
.help-module__nV1pGa__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.help-module__nV1pGa__pageHeader{text-align:center;margin-bottom:3rem}.help-module__nV1pGa__pageHeader h1{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.help-module__nV1pGa__pageHeader p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.05rem}.help-module__nV1pGa__categories{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.help-module__nV1pGa__catBtn{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text-muted);transition:all var(--duration-fast);border-radius:999px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500}.help-module__nV1pGa__catBtn:hover{border-color:var(--primary-300)}.help-module__nV1pGa__catActive{background:var(--primary-500);color:#fff;border-color:var(--primary-500)}.help-module__nV1pGa__faqList{flex-direction:column;gap:.5rem;max-width:800px;margin:0 auto;display:flex}.help-module__nV1pGa__faqItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--duration-fast);overflow:hidden}.help-module__nV1pGa__faqItem:hover{border-color:var(--primary-300)}.help-module__nV1pGa__faqQuestion{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.help-module__nV1pGa__faqQuestion:hover{color:var(--primary-600)}.help-module__nV1pGa__faqArrow{transition:transform var(--duration-fast);color:var(--primary-500);flex-shrink:0;font-size:1.25rem}.help-module__nV1pGa__faqArrowOpen{transform:rotate(180deg)}.help-module__nV1pGa__faqAnswer{color:var(--text-muted);padding:0 1.5rem 1.25rem;font-size:.9rem;line-height:1.7}.help-module__nV1pGa__ctaSection{text-align:center;background:var(--primary-50);border-radius:var(--radius-lg);margin-top:4rem;padding:3rem 2rem}.help-module__nV1pGa__ctaSection h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.help-module__nV1pGa__ctaSection p{color:var(--text-muted);margin-bottom:1.5rem}.help-module__nV1pGa__ctaActions{justify-content:center;gap:1rem;display:flex}
.confirmed-module__U8lHfq__page{background:var(--gradient-hero);justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex}.confirmed-module__U8lHfq__container{width:100%;max-width:480px}.confirmed-module__U8lHfq__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);text-align:center;animation:confirmed-module__U8lHfq__fadeInUp .6s var(--ease-out)both;padding:3rem 2.5rem}@keyframes confirmed-module__U8lHfq__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.confirmed-module__U8lHfq__iconWrap{width:80px;height:80px;margin:0 auto 1.5rem;position:relative}.confirmed-module__U8lHfq__iconCircle{border:3px solid var(--status-success);width:80px;height:80px;animation:confirmed-module__U8lHfq__scaleIn .5s var(--ease-out).2s both;background:linear-gradient(135deg,#d4edda 0%,#c3e6cb 100%);border-radius:50%;justify-content:center;align-items:center;display:flex}@keyframes confirmed-module__U8lHfq__scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.confirmed-module__U8lHfq__checkIcon{color:var(--status-success);animation:confirmed-module__U8lHfq__drawCheck .4s var(--ease-out).5s both}@keyframes confirmed-module__U8lHfq__drawCheck{0%{opacity:0;transform:scale(0)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.confirmed-module__U8lHfq__sparkles{pointer-events:none;position:absolute;inset:-12px}.confirmed-module__U8lHfq__sparkle{background:var(--primary-400);width:8px;height:8px;animation:confirmed-module__U8lHfq__sparkle .6s var(--ease-out)both;border-radius:50%;position:absolute}.confirmed-module__U8lHfq__sparkle:first-child{animation-delay:.6s;top:0;left:50%}.confirmed-module__U8lHfq__sparkle:nth-child(2){background:var(--primary-500);width:6px;height:6px;animation-delay:.7s;top:15%;right:5%}.confirmed-module__U8lHfq__sparkle:nth-child(3){background:var(--status-success);width:7px;height:7px;animation-delay:.8s;bottom:15%;right:0}.confirmed-module__U8lHfq__sparkle:nth-child(4){width:5px;height:5px;animation-delay:.75s;bottom:5%;left:10%}.confirmed-module__U8lHfq__sparkle:nth-child(5){background:var(--primary-300);animation-delay:.65s;top:20%;left:0}@keyframes confirmed-module__U8lHfq__sparkle{0%{opacity:0;transform:scale(0)translate(0)}50%{opacity:1;transform:scale(1.4)translate(-2px,-4px)}to{opacity:0;transform:scale(.6)translate(2px,2px)}}.confirmed-module__U8lHfq__title{font-family:var(--font-display);color:var(--text-primary);animation:confirmed-module__U8lHfq__fadeInUp .5s var(--ease-out).3s both;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.confirmed-module__U8lHfq__subtitle{color:var(--text-secondary);animation:confirmed-module__U8lHfq__fadeInUp .5s var(--ease-out).4s both;margin-bottom:2rem;font-size:.9375rem;line-height:1.6}.confirmed-module__U8lHfq__actions{animation:confirmed-module__U8lHfq__fadeInUp .5s var(--ease-out).5s both;flex-direction:column;gap:.75rem;display:flex}.confirmed-module__U8lHfq__primaryBtn{background:var(--primary-500);color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration-normal)var(--ease-out);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.confirmed-module__U8lHfq__primaryBtn:hover{background:var(--primary-600);transform:translateY(-1px);box-shadow:0 4px 12px #f9ae1b4d}.confirmed-module__U8lHfq__secondaryBtn{color:var(--text-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration-normal)var(--ease-out);background:0 0;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.confirmed-module__U8lHfq__secondaryBtn:hover{background:var(--gray-50);border-color:var(--border-default);color:var(--text-primary)}.confirmed-module__U8lHfq__confetti{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.confirmed-module__U8lHfq__confettiPiece{width:10px;height:10px;animation:3s ease-in both confirmed-module__U8lHfq__confettiFall;position:absolute;top:-20px}.confirmed-module__U8lHfq__confettiPiece:first-child{background:var(--primary-400);animation-delay:.1s;left:10%;transform:rotate(15deg)}.confirmed-module__U8lHfq__confettiPiece:nth-child(2){background:var(--status-success);border-radius:2px;width:8px;height:12px;animation-delay:.3s;left:25%}.confirmed-module__U8lHfq__confettiPiece:nth-child(3){background:var(--primary-500);border-radius:50%;width:8px;height:8px;animation-delay:.2s;left:40%}.confirmed-module__U8lHfq__confettiPiece:nth-child(4){background:#f59e0b;border-radius:2px;width:6px;height:14px;animation-delay:.4s;left:55%}.confirmed-module__U8lHfq__confettiPiece:nth-child(5){background:var(--primary-300);animation-delay:.15s;left:70%;transform:rotate(-20deg)}.confirmed-module__U8lHfq__confettiPiece:nth-child(6){background:#34d399;border-radius:50%;width:7px;height:7px;animation-delay:.35s;left:85%}.confirmed-module__U8lHfq__confettiPiece:nth-child(7){background:#fbbf24;width:9px;height:6px;animation-delay:.5s;left:15%}.confirmed-module__U8lHfq__confettiPiece:nth-child(8){background:var(--primary-600);border-radius:50%;animation-delay:.25s;left:60%}@keyframes confirmed-module__U8lHfq__confettiFall{0%{opacity:1;top:-20px;transform:translate(0)rotate(0)}to{opacity:0;top:110vh;transform:translate(40px)rotate(720deg)}}@media (max-width:480px){.confirmed-module__U8lHfq__card{padding:2rem 1.25rem}}
.bookings-module__MNUcGW__page{background:var(--bg-secondary);min-height:100vh;padding:6rem 0 4rem}.bookings-module__MNUcGW__pageHeader{margin-bottom:2rem}.bookings-module__MNUcGW__pageHeader h1{margin-bottom:.25rem;font-size:2rem}.bookings-module__MNUcGW__pageHeader p{color:var(--text-secondary)}.bookings-module__MNUcGW__tabs{gap:.5rem;margin-bottom:2rem;display:flex;overflow-x:auto}.bookings-module__MNUcGW__tab{border-radius:var(--radius-full);border:1.5px solid var(--border-subtle);color:var(--text-secondary);transition:all var(--duration-fast);white-space:nowrap;background:#fff;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600}.bookings-module__MNUcGW__tab:hover{border-color:var(--primary-300);color:var(--primary-700)}.bookings-module__MNUcGW__tabActive{background:var(--gradient-gold);color:#fff;border-color:#0000}.bookings-module__MNUcGW__empty{text-align:center;color:var(--text-muted);padding:4rem 1rem}.bookings-module__MNUcGW__bookingsList{flex-direction:column;gap:1rem;display:flex}.bookings-module__MNUcGW__bookingCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-fast);background:#fff;padding:1.5rem}.bookings-module__MNUcGW__bookingCard:hover{box-shadow:var(--shadow-md)}.bookings-module__MNUcGW__bookingHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.bookings-module__MNUcGW__serviceInfo{align-items:center;gap:.75rem;display:flex}.bookings-module__MNUcGW__serviceName{font-size:1rem;font-weight:700;display:block}.bookings-module__MNUcGW__bookingDate{color:var(--text-muted);text-transform:capitalize;font-size:.8125rem;display:block}.bookings-module__MNUcGW__statusBadge{border-radius:var(--radius-full);border:1px solid;padding:.3rem .75rem;font-size:.75rem;font-weight:700}.bookings-module__MNUcGW__bookingBody{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 0;display:flex}.bookings-module__MNUcGW__workerInfo{align-items:center;gap:.75rem;display:flex}.bookings-module__MNUcGW__workerAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:flex}.bookings-module__MNUcGW__workerName{font-size:.9375rem;font-weight:600;display:block}.bookings-module__MNUcGW__workerMeta{color:var(--text-muted);font-size:.8125rem;display:block}.bookings-module__MNUcGW__bookingDetails{text-align:right;color:var(--text-secondary);font-size:.875rem}.bookings-module__MNUcGW__price{color:var(--primary-600);font-size:1.25rem;font-weight:700;display:block}.bookings-module__MNUcGW__bookingActions{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}@media (max-width:600px){.bookings-module__MNUcGW__bookingHeader{flex-direction:column;align-items:flex-start;gap:.75rem}.bookings-module__MNUcGW__bookingBody{flex-direction:column;align-items:flex-start;gap:1rem}.bookings-module__MNUcGW__bookingDetails{text-align:left}}
.calculator-module__kEltUa__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.calculator-module__kEltUa__pageHeader{text-align:center;margin-bottom:2.5rem}.calculator-module__kEltUa__pageHeader h1{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.calculator-module__kEltUa__pageHeader p{color:var(--text-muted);max-width:600px;margin-top:.5rem;margin-left:auto;margin-right:auto}.calculator-module__kEltUa__calcGrid{grid-template-columns:1fr 1.4fr;align-items:flex-start;gap:2rem;display:grid}@media (max-width:768px){.calculator-module__kEltUa__calcGrid{grid-template-columns:1fr}}.calculator-module__kEltUa__inputPanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:2rem;position:sticky;top:5rem}.calculator-module__kEltUa__inputPanel h2{font-family:var(--font-display);border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.calculator-module__kEltUa__fieldGroup{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.calculator-module__kEltUa__fieldGroup:last-child{margin-bottom:0}.calculator-module__kEltUa__fieldGroup label{color:var(--text);font-size:.85rem;font-weight:600}.calculator-module__kEltUa__fieldGroup small{color:var(--text-muted);font-size:.75rem}.calculator-module__kEltUa__fieldGroup input,.calculator-module__kEltUa__fieldGroup select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);transition:border-color var(--duration-fast);padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.calculator-module__kEltUa__fieldGroup input:focus,.calculator-module__kEltUa__fieldGroup select:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100);outline:none}.calculator-module__kEltUa__salaryInput{text-align:center;letter-spacing:.02em;font-weight:700;font-size:1.5rem!important}.calculator-module__kEltUa__rmvNotice{border-radius:var(--radius-sm);align-items:center;gap:.5rem;margin-top:.5rem;padding:.6rem .75rem;font-size:.8rem;font-weight:500;display:flex}.calculator-module__kEltUa__rmvOk{background:var(--status-success-bg);color:var(--status-success);border:1px solid var(--status-success-border)}.calculator-module__kEltUa__rmvError{background:var(--status-error-bg);color:var(--status-error);border:1px solid #fecaca}.calculator-module__kEltUa__resultsPanel{flex-direction:column;gap:1.5rem;display:flex}.calculator-module__kEltUa__resultCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.calculator-module__kEltUa__resultCard h2{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:700}.calculator-module__kEltUa__totalHighlight{background:var(--gradient-gold);color:#fff;border:none}.calculator-module__kEltUa__totalHighlight h2{color:#fffc}.calculator-module__kEltUa__totalRow{justify-content:space-between;align-items:center;display:flex}.calculator-module__kEltUa__totalLabel{font-size:1rem;font-weight:500}.calculator-module__kEltUa__totalHighlight .calculator-module__kEltUa__totalLabel{color:#ffffffe6}.calculator-module__kEltUa__totalValue{font-family:var(--font-display);font-size:2rem;font-weight:800}.calculator-module__kEltUa__breakdownList{flex-direction:column;gap:0;display:flex}.calculator-module__kEltUa__breakdownRow{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.calculator-module__kEltUa__breakdownRow:last-child{border-bottom:none}.calculator-module__kEltUa__breakdownLabel{flex-direction:column;gap:.1rem;display:flex}.calculator-module__kEltUa__breakdownName{font-size:.9rem;font-weight:500}.calculator-module__kEltUa__breakdownDesc{color:var(--text-muted);font-size:.75rem}.calculator-module__kEltUa__breakdownAmount{font-size:.95rem;font-weight:700;font-family:var(--font-display);white-space:nowrap}.calculator-module__kEltUa__employerCost{color:var(--status-error)}.calculator-module__kEltUa__workerDeduction{color:var(--status-warning)}.calculator-module__kEltUa__netPay{color:var(--status-success)}.calculator-module__kEltUa__comparisonGrid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.calculator-module__kEltUa__compCol{text-align:center;border-radius:var(--radius-md);padding:1.5rem 1rem}.calculator-module__kEltUa__compEmployer{background:var(--status-error-bg);border:1px solid #fecaca}.calculator-module__kEltUa__compWorker{background:var(--status-success-bg);border:1px solid var(--status-success-border)}.calculator-module__kEltUa__compCol h3{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.calculator-module__kEltUa__compEmployer h3{color:var(--status-error)}.calculator-module__kEltUa__compWorker h3{color:var(--status-success)}.calculator-module__kEltUa__compAmount{font-family:var(--font-display);font-size:1.75rem;font-weight:800}.calculator-module__kEltUa__compEmployer .calculator-module__kEltUa__compAmount{color:var(--status-error)}.calculator-module__kEltUa__compWorker .calculator-module__kEltUa__compAmount{color:var(--status-success)}.calculator-module__kEltUa__compSub{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.calculator-module__kEltUa__legalCallout{background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-md);align-items:flex-start;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.calculator-module__kEltUa__legalCallout svg{color:var(--primary-500);flex-shrink:0;margin-top:.1rem}.calculator-module__kEltUa__legalCalloutText h3{color:var(--primary-700);margin-bottom:.25rem;font-size:.9rem;font-weight:700}.calculator-module__kEltUa__legalCalloutText p{color:var(--primary-600);font-size:.8125rem;line-height:1.6}.calculator-module__kEltUa__barChart{flex-direction:column;gap:.85rem;margin-top:.5rem;display:flex}.calculator-module__kEltUa__barRow{align-items:center;gap:.75rem;display:flex}.calculator-module__kEltUa__barLabel{text-align:right;width:100px;color:var(--text-secondary);flex-shrink:0;font-size:.8rem;font-weight:500}.calculator-module__kEltUa__barTrack{background:var(--gray-100);border-radius:var(--radius-sm);flex:1;height:32px;position:relative;overflow:hidden}.calculator-module__kEltUa__barFill{border-radius:var(--radius-sm);height:100%;transition:width .5s var(--ease-out);align-items:center;min-width:28px;padding-left:.6rem;display:flex}.calculator-module__kEltUa__barPctInside{color:#fffffff2;text-shadow:0 1px 2px #00000026;white-space:nowrap;font-size:.65rem;font-weight:700}.calculator-module__kEltUa__barValue{color:var(--text-primary);text-align:right;width:95px;font-size:.82rem;font-weight:700;font-family:var(--font-display);flex-shrink:0}.calculator-module__kEltUa__barSalary{background:var(--gradient-gold)}.calculator-module__kEltUa__barEssalud{background:var(--accent-500)}.calculator-module__kEltUa__barCts{background:var(--primary-400)}.calculator-module__kEltUa__barGratif{background:var(--primary-300)}.calculator-module__kEltUa__barVacation{background:var(--status-success)}
.chat-module__r3ZgIG__page{flex-direction:column;height:100vh;padding-top:4rem;display:flex}.chat-module__r3ZgIG__chatLayout{flex:1;grid-template-columns:340px 1fr;height:calc(100vh - 4rem);display:grid;overflow:hidden}@media (max-width:768px){.chat-module__r3ZgIG__chatLayout{grid-template-columns:1fr}}.chat-module__r3ZgIG__sidebar{border-right:1px solid var(--border-subtle);background:#fff;flex-direction:column;display:flex;overflow:hidden}.chat-module__r3ZgIG__sidebarHeader{border-bottom:1px solid var(--border-subtle);padding:1.25rem 1.5rem}.chat-module__r3ZgIG__sidebarHeader h2{font-size:1.25rem;font-weight:700}.chat-module__r3ZgIG__convList{flex:1;overflow-y:auto}.chat-module__r3ZgIG__convItem{text-align:left;width:100%;transition:background var(--duration-fast);border-bottom:1px solid var(--border-subtle);background:0 0;border-left:3px solid #0000;align-items:center;gap:.75rem;padding:.875rem 1.5rem;display:flex}.chat-module__r3ZgIG__convItem:hover{background:var(--bg-secondary)}.chat-module__r3ZgIG__convActive{background:var(--primary-50);border-left-color:var(--primary-500)}.chat-module__r3ZgIG__convAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.chat-module__r3ZgIG__convInfo{flex:1;min-width:0}.chat-module__r3ZgIG__convTop{justify-content:space-between;align-items:center;margin-bottom:.125rem;display:flex}.chat-module__r3ZgIG__convName{color:var(--text-primary);font-size:.875rem;font-weight:600}.chat-module__r3ZgIG__convTime{color:var(--text-muted);font-size:.6875rem}.chat-module__r3ZgIG__convBottom{justify-content:space-between;align-items:center;display:flex}.chat-module__r3ZgIG__convPreview{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.8125rem;overflow:hidden}.chat-module__r3ZgIG__convBadge{background:var(--primary-500);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.625rem;font-weight:700;display:flex}.chat-module__r3ZgIG__chatArea{background:var(--warm-50);flex-direction:column;display:flex}.chat-module__r3ZgIG__chatHeader{border-bottom:1px solid var(--border-subtle);background:#fff;align-items:center;gap:.75rem;padding:.75rem 1.5rem;display:flex}.chat-module__r3ZgIG__chatHeaderAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.chat-module__r3ZgIG__chatHeaderName{font-size:.9375rem;font-weight:600;display:block}.chat-module__r3ZgIG__chatHeaderStatus{color:var(--primary-500);font-size:.6875rem;display:block}.chat-module__r3ZgIG__messages{flex-direction:column;flex:1;gap:.75rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-module__r3ZgIG__message{max-width:70%;display:flex}.chat-module__r3ZgIG__messageMe{align-self:flex-end}.chat-module__r3ZgIG__messageThem{align-self:flex-start}.chat-module__r3ZgIG__messageBubble{border-radius:var(--radius-lg);padding:.625rem 1rem;font-size:.9375rem;line-height:1.5;position:relative}.chat-module__r3ZgIG__messageMe .chat-module__r3ZgIG__messageBubble{background:var(--primary-500);color:#fff;border-bottom-right-radius:4px}.chat-module__r3ZgIG__messageThem .chat-module__r3ZgIG__messageBubble{color:var(--text-primary);box-shadow:var(--shadow-sm);background:#fff;border-bottom-left-radius:4px}.chat-module__r3ZgIG__messageTime{opacity:.7;text-align:right;margin-top:.25rem;font-size:.625rem;display:block}.chat-module__r3ZgIG__chatInput{border-top:1px solid var(--border-subtle);background:#fff;gap:.75rem;padding:.75rem 1.5rem;display:flex}.chat-module__r3ZgIG__chatInput input{border:1.5px solid var(--border-subtle);border-radius:var(--radius-full);font-family:var(--font-body);transition:border-color var(--duration-fast);outline:none;flex:1;padding:.75rem 1rem;font-size:.9375rem}.chat-module__r3ZgIG__chatInput input:focus{border-color:var(--primary-400)}.chat-module__r3ZgIG__messageSystem{align-self:center;max-width:85%}.chat-module__r3ZgIG__systemBubble{border-radius:var(--radius-lg);color:#166534;text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;padding:.5rem 1rem;font-size:.8rem;line-height:1.5}
.contract-module__t-3hrG__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.contract-module__t-3hrG__pageHeader{text-align:center;margin-bottom:2rem}.contract-module__t-3hrG__pageHeader h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.contract-module__t-3hrG__pageHeader p{color:var(--text-muted);max-width:600px;margin-top:.5rem;margin-left:auto;margin-right:auto}.contract-module__t-3hrG__contractDoc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);max-width:800px;box-shadow:var(--shadow-md);margin:0 auto;padding:3rem;position:relative}@media (max-width:768px){.contract-module__t-3hrG__contractDoc{padding:1.5rem}}.contract-module__t-3hrG__watermark{font-family:var(--font-display);color:var(--primary-100);opacity:.3;pointer-events:none;white-space:nowrap;z-index:0;font-size:5rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.contract-module__t-3hrG__contractHeader{text-align:center;border-bottom:2px solid var(--text);z-index:1;margin-bottom:2rem;padding-bottom:1.5rem;position:relative}.contract-module__t-3hrG__contractLogo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.contract-module__t-3hrG__contractLogo span{font-family:var(--font-display);color:var(--primary-500);font-size:1.25rem;font-weight:800}.contract-module__t-3hrG__contractTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:1.35rem;font-weight:700}.contract-module__t-3hrG__contractSubtitle{color:var(--text-muted);font-size:.85rem}.contract-module__t-3hrG__section{z-index:1;margin-bottom:1.75rem;position:relative}.contract-module__t-3hrG__sectionTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid var(--border);color:var(--primary-600);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.contract-module__t-3hrG__sectionContent{color:var(--text);font-size:.9rem;line-height:1.8}.contract-module__t-3hrG__sectionContent p{margin-bottom:.75rem}.contract-module__t-3hrG__field{border-bottom:1px dashed var(--primary-400);min-width:160px;color:var(--primary-500);background:var(--primary-50);border-radius:2px;padding:0 .5rem;font-size:.85rem;font-weight:600;display:inline-block}.contract-module__t-3hrG__partyGrid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1rem;display:grid}@media (max-width:480px){.contract-module__t-3hrG__partyGrid{grid-template-columns:1fr}}.contract-module__t-3hrG__partyCard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.contract-module__t-3hrG__partyCard h4{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.75rem;font-size:.8rem;font-weight:700}.contract-module__t-3hrG__partyField{border-bottom:1px dotted var(--border);justify-content:space-between;padding:.35rem 0;font-size:.85rem;display:flex}.contract-module__t-3hrG__partyField:last-child{border-bottom:none}.contract-module__t-3hrG__partyField span:first-child{color:var(--text-muted)}.contract-module__t-3hrG__partyField span:last-child{color:var(--primary-500);font-weight:600}.contract-module__t-3hrG__salaryTable{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.85rem}.contract-module__t-3hrG__salaryTable th,.contract-module__t-3hrG__salaryTable td{text-align:left;border-bottom:1px solid var(--border);padding:.5rem .75rem}.contract-module__t-3hrG__salaryTable th{background:var(--bg);text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.8rem;font-weight:600}.contract-module__t-3hrG__salaryTable td:last-child{text-align:right;color:var(--primary-600);font-weight:600}.contract-module__t-3hrG__salaryTable tr:last-child{font-weight:700}.contract-module__t-3hrG__salaryTable tr:last-child td{border-bottom:none;border-top:2px solid var(--text);color:var(--text)}.contract-module__t-3hrG__signaturesGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem;display:grid}.contract-module__t-3hrG__signatureBox{text-align:center;border-top:1px solid var(--text);padding-top:3rem}.contract-module__t-3hrG__signatureBox p{margin-bottom:.15rem;font-size:.85rem;font-weight:600}.contract-module__t-3hrG__signatureBox small{color:var(--text-muted);font-size:.75rem}.contract-module__t-3hrG__actions{text-align:center;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}.contract-module__t-3hrG__notice{border-radius:var(--radius-md);color:#92400e;background:#fffbeb;border:1px solid #fde68a;align-items:flex-start;gap:.5rem;max-width:800px;margin:0 auto 1.5rem;padding:1rem 1.5rem;font-size:.85rem;display:flex}.contract-module__t-3hrG__notice strong{margin-bottom:.2rem;display:block}
.course-detail-module__WaI1Vq__page{background:var(--bg-secondary);min-height:100vh;padding-top:6rem;padding-bottom:3rem}.course-detail-module__WaI1Vq__backLink{color:var(--text-muted);transition:color var(--duration-fast);align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;display:inline-flex}.course-detail-module__WaI1Vq__backLink:hover{color:var(--primary-600)}.course-detail-module__WaI1Vq__layout{grid-template-columns:1fr 340px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.course-detail-module__WaI1Vq__layout{grid-template-columns:1fr}}.course-detail-module__WaI1Vq__mainCol{flex-direction:column;gap:1.5rem;display:flex}.course-detail-module__WaI1Vq__section{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.course-detail-module__WaI1Vq__section h2{margin-bottom:1rem;font-size:1.125rem}.course-detail-module__WaI1Vq__heroBanner{background:var(--gray-800);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-height:200px;padding:2.5rem 2rem;position:relative;overflow:hidden}.course-detail-module__WaI1Vq__heroImage{object-fit:cover;opacity:.35;z-index:0}.course-detail-module__WaI1Vq__heroBannerAccent{z-index:2;height:4px;position:absolute;top:0;left:0;right:0}.course-detail-module__WaI1Vq__heroContent{z-index:1;position:relative}.course-detail-module__WaI1Vq__heroCat{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.course-detail-module__WaI1Vq__heroBanner h1{color:#fff;margin-bottom:1rem;font-size:1.75rem}.course-detail-module__WaI1Vq__heroMeta{color:#ffffffbf;gap:1.5rem;font-size:.875rem;display:flex}.course-detail-module__WaI1Vq__heroRating{color:var(--primary-400);font-weight:600}.course-detail-module__WaI1Vq__desc{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.course-detail-module__WaI1Vq__lessonList{flex-direction:column;gap:.5rem;display:flex}.course-detail-module__WaI1Vq__lessonItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:background var(--duration-fast);align-items:center;gap:1rem;padding:.875rem 1rem;display:flex}.course-detail-module__WaI1Vq__lessonItem:hover{background:var(--warm-100)}.course-detail-module__WaI1Vq__lessonNum{font-family:var(--font-display);color:var(--text-muted);min-width:24px;font-size:.875rem;font-weight:700}.course-detail-module__WaI1Vq__lessonInfo{flex:1}.course-detail-module__WaI1Vq__lessonTitle{margin-bottom:.25rem;font-size:.875rem;font-weight:500;display:block}.course-detail-module__WaI1Vq__lessonMeta{color:var(--text-muted);gap:.75rem;font-size:.75rem;display:flex}.course-detail-module__WaI1Vq__lessonType{font-weight:500}.course-detail-module__WaI1Vq__locked{opacity:.5;font-size:.875rem}.course-detail-module__WaI1Vq__learnGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.course-detail-module__WaI1Vq__learnItem{color:var(--text-secondary);padding:.5rem 0;font-size:.875rem}@media (max-width:600px){.course-detail-module__WaI1Vq__learnGrid{grid-template-columns:1fr}}.course-detail-module__WaI1Vq__sideCol{position:sticky;top:5rem}.course-detail-module__WaI1Vq__enrollCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.course-detail-module__WaI1Vq__priceBlock{text-align:center}.course-detail-module__WaI1Vq__priceFree{font-family:var(--font-display);color:var(--success);font-size:2rem;font-weight:800}.course-detail-module__WaI1Vq__priceAmount{font-family:var(--font-display);color:var(--primary-600);font-size:2rem;font-weight:800}.course-detail-module__WaI1Vq__courseDetails{flex-direction:column;gap:.5rem;display:flex}.course-detail-module__WaI1Vq__detailRow{border-bottom:1px solid var(--border-subtle);justify-content:space-between;padding:.5rem 0;font-size:.8125rem;display:flex}.course-detail-module__WaI1Vq__detailRow span:first-child{color:var(--text-muted)}.course-detail-module__WaI1Vq__detailRow span:last-child{font-weight:500}.course-detail-module__WaI1Vq__certPreview{text-align:center;background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-md);padding:1rem}.course-detail-module__WaI1Vq__certPreviewIcon{margin-bottom:.5rem;font-size:2rem;display:block}.course-detail-module__WaI1Vq__certPreview p{color:var(--text-muted);font-size:.75rem;line-height:1.5}
.courses-module__CLvPQW__page{background:var(--bg-secondary);min-height:100vh;padding-top:6rem;padding-bottom:3rem}.courses-module__CLvPQW__pageHeader{text-align:center;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.courses-module__CLvPQW__pageHeader p{color:var(--text-secondary);font-size:1.0625rem}.courses-module__CLvPQW__controls{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.courses-module__CLvPQW__categoryTabs{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.courses-module__CLvPQW__tab{border-radius:var(--radius-full);color:var(--text-muted);border:1.5px solid var(--border-subtle);transition:all var(--duration-fast);background:#fff;padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.courses-module__CLvPQW__tab:hover{color:var(--text-primary);border-color:var(--primary-300)}.courses-module__CLvPQW__tabActive{background:var(--gradient-accent);color:#fff;box-shadow:var(--shadow-accent);border-color:#0000;font-weight:600}.courses-module__CLvPQW__statsRow{justify-content:center;gap:2rem;margin-bottom:2.5rem;display:flex}.courses-module__CLvPQW__statBox{color:var(--text-muted);flex-direction:column;align-items:center;gap:.25rem;font-size:.8125rem;display:flex}.courses-module__CLvPQW__statNum{font-family:var(--font-display);color:var(--accent-600);font-size:1.5rem;font-weight:800}.courses-module__CLvPQW__courseGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:900px){.courses-module__CLvPQW__courseGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.courses-module__CLvPQW__courseGrid{grid-template-columns:1fr}}.courses-module__CLvPQW__courseCard{cursor:pointer;border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--duration-normal)var(--ease-out);background:#fff;flex-direction:column;display:flex;position:relative;overflow:hidden;padding:0!important}.courses-module__CLvPQW__courseCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.courses-module__CLvPQW__courseAccent{width:100%;height:4px}.courses-module__CLvPQW__courseThumbnail{background:linear-gradient(135deg,var(--warm-50),var(--primary-50));border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;height:160px;display:flex;overflow:hidden}.courses-module__CLvPQW__thumbImage{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out)}.courses-module__CLvPQW__courseCard:hover .courses-module__CLvPQW__thumbImage{transform:scale(1.05)}.courses-module__CLvPQW__thumbEmoji{font-size:3rem}.courses-module__CLvPQW__courseContent{flex-direction:column;flex:1;gap:.75rem;padding:1.25rem;display:flex}.courses-module__CLvPQW__courseTopMeta{justify-content:space-between;align-items:center;display:flex}.courses-module__CLvPQW__courseCategory{text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:700}.courses-module__CLvPQW__courseCard h3{font-size:1.0625rem;line-height:1.3}.courses-module__CLvPQW__courseDesc{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.6;display:-webkit-box;overflow:hidden}.courses-module__CLvPQW__courseMeta{color:var(--text-muted);gap:1rem;margin-top:auto;font-size:.8125rem;display:flex}.courses-module__CLvPQW__courseRating{color:var(--primary-600);font-weight:600}.courses-module__CLvPQW__courseAction{margin-top:.5rem}.courses-module__CLvPQW__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.courses-module__CLvPQW__empty span{margin-bottom:1rem;font-size:3rem;display:block}.courses-module__CLvPQW__empty h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.25rem}.courses-module__CLvPQW__missionSection{border-radius:var(--radius-xl);background:#fff;border:1px solid #e88e071f;margin-bottom:2.5rem;padding:2rem 2.5rem;position:relative;overflow:hidden}.courses-module__CLvPQW__missionSection:before{content:"";background:linear-gradient(to bottom,var(--brand-primary),#cc6a03);width:4px;position:absolute;top:0;bottom:0;left:0}.courses-module__CLvPQW__missionContent{max-width:720px;margin:0 auto}.courses-module__CLvPQW__missionTitle{text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.courses-module__CLvPQW__missionContent p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.8}.courses-module__CLvPQW__missionContent p strong{color:var(--text-primary);font-weight:600}.courses-module__CLvPQW__missionHighlight{text-align:center;border-top:1px solid #e88e071a;border-bottom:1px solid #e88e071a;padding:1rem 0;color:var(--brand-primary)!important;margin:1.5rem 0!important;font-size:1.1rem!important;font-weight:700!important}@media (max-width:640px){.courses-module__CLvPQW__missionSection{padding:1.5rem 1.25rem}.courses-module__CLvPQW__missionContent p{font-size:.875rem}}
.dashboard-module__XABe8G__page{background:var(--bg-secondary);min-height:100vh;padding:6rem 0 4rem}.dashboard-module__XABe8G__welcome{align-items:center;gap:1.25rem;margin-bottom:2rem;display:flex}.dashboard-module__XABe8G__welcome h1{margin-bottom:.125rem;font-size:1.75rem}.dashboard-module__XABe8G__welcome p{color:var(--text-secondary);font-size:.9375rem}.dashboard-module__XABe8G__welcomeAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;display:flex}.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.dashboard-module__XABe8G__statsGrid{grid-template-columns:repeat(2,1fr)}}.dashboard-module__XABe8G__statCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:.25rem;padding:1.25rem;display:flex}.dashboard-module__XABe8G__statIcon{font-size:1.5rem}.dashboard-module__XABe8G__statValue{color:var(--primary-600);font-size:1.5rem;font-weight:700}.dashboard-module__XABe8G__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.dashboard-module__XABe8G__grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.dashboard-module__XABe8G__grid{grid-template-columns:1fr}}.dashboard-module__XABe8G__section{flex-direction:column;display:flex}.dashboard-module__XABe8G__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dashboard-module__XABe8G__sectionHeader h2{font-size:1rem;font-weight:700}.dashboard-module__XABe8G__seeAll{color:var(--primary-600);font-size:.8125rem;font-weight:500}.dashboard-module__XABe8G__seeAll:hover{text-decoration:underline}.dashboard-module__XABe8G__listCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.dashboard-module__XABe8G__listItem{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.dashboard-module__XABe8G__listItem:last-child{border-bottom:none}.dashboard-module__XABe8G__listAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.dashboard-module__XABe8G__listItemInfo{flex-direction:column;gap:.125rem;display:flex}.dashboard-module__XABe8G__listItemTitle{color:var(--text-primary);font-size:.875rem;font-weight:600}.dashboard-module__XABe8G__listItemMeta{color:var(--text-muted);font-size:.75rem}.dashboard-module__XABe8G__progressBar{background:var(--gray-100);border-radius:var(--radius-full);width:100%;height:6px;margin:.25rem 0;overflow:hidden}.dashboard-module__XABe8G__progressFill{background:var(--gradient-gold);border-radius:var(--radius-full);height:100%;transition:width .3s}.dashboard-module__XABe8G__promoCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.dashboard-module__XABe8G__promoCard p{color:var(--text-secondary);font-size:.9375rem}.dashboard-module__XABe8G__quickActions{margin-top:1rem}.dashboard-module__XABe8G__quickActions h2{margin-bottom:.75rem;font-size:1rem;font-weight:700}.dashboard-module__XABe8G__actionsGrid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}@media (max-width:768px){.dashboard-module__XABe8G__actionsGrid{grid-template-columns:repeat(2,1fr)}}.dashboard-module__XABe8G__actionCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);color:var(--text-primary);transition:all var(--duration-fast);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;display:flex}.dashboard-module__XABe8G__actionCard:hover{border-color:var(--primary-300);background:var(--primary-50);box-shadow:var(--shadow-md);transform:translateY(-2px)}.dashboard-module__XABe8G__actionCard span:first-child{font-size:1.5rem}
.job-detail-module__mBoeyG__page{background:var(--bg-secondary);min-height:100vh;padding:6rem 0 4rem}.job-detail-module__mBoeyG__notFound{text-align:center;min-height:60vh;padding:10rem 0}.job-detail-module__mBoeyG__notFound h1{margin-bottom:1rem}.job-detail-module__mBoeyG__notFound p{color:var(--text-secondary);margin-bottom:2rem}.job-detail-module__mBoeyG__backLink{color:var(--primary-600);transition:color var(--duration-fast);align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;display:inline-flex}.job-detail-module__mBoeyG__backLink:hover{color:var(--primary-700)}.job-detail-module__mBoeyG__layout{grid-template-columns:1fr 360px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.job-detail-module__mBoeyG__layout{grid-template-columns:1fr}}.job-detail-module__mBoeyG__card{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.job-detail-module__mBoeyG__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.job-detail-module__mBoeyG__categoryBadge{text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius-full);border:1px solid;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.job-detail-module__mBoeyG__date{color:var(--text-muted);font-size:.8125rem}.job-detail-module__mBoeyG__title{letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1.75rem;font-weight:700;line-height:1.3}.job-detail-module__mBoeyG__meta{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.job-detail-module__mBoeyG__metaItem{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.9375rem;font-weight:500;display:flex}.job-detail-module__mBoeyG__section{margin-top:1.5rem}.job-detail-module__mBoeyG__section h2{margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.job-detail-module__mBoeyG__section p{color:var(--text-secondary);line-height:1.7}.job-detail-module__mBoeyG__requirements{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (max-width:600px){.job-detail-module__mBoeyG__requirements{grid-template-columns:1fr}}.job-detail-module__mBoeyG__reqItem{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9375rem;display:flex}.job-detail-module__mBoeyG__sidebar{flex-direction:column;gap:1.5rem;display:flex}.job-detail-module__mBoeyG__applyCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);text-align:center;background:#fff;padding:1.75rem}.job-detail-module__mBoeyG__applyCard h3{margin-bottom:.5rem;font-size:1.125rem}.job-detail-module__mBoeyG__applyCard p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem}.job-detail-module__mBoeyG__employerCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:1.75rem}.job-detail-module__mBoeyG__employerCard h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem}.job-detail-module__mBoeyG__employerInfo{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.job-detail-module__mBoeyG__employerAvatar{background:var(--gradient-gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.125rem;font-weight:700;display:flex}.job-detail-module__mBoeyG__employerName{font-size:.9375rem;font-weight:600;display:block}.job-detail-module__mBoeyG__employerLocation{color:var(--text-muted);font-size:.8125rem;display:block}.job-detail-module__mBoeyG__employerStats{border-top:1px solid var(--border-subtle);grid-template-columns:1fr 1fr;gap:.75rem;padding-top:1rem;display:grid}.job-detail-module__mBoeyG__stat{text-align:center}.job-detail-module__mBoeyG__statValue{color:var(--primary-600);font-size:1rem;font-weight:700;display:block}.job-detail-module__mBoeyG__statLabel{color:var(--text-muted);font-size:.6875rem}
.jobs-module__GWLpvW__page{background:var(--bg-secondary);min-height:100vh;padding-top:6rem;padding-bottom:3rem}.jobs-module__GWLpvW__pageHeader{text-align:center;margin-bottom:2rem}.jobs-module__GWLpvW__pageHeader p{color:var(--text-secondary);margin-top:.5rem;font-size:1.0625rem}.jobs-module__GWLpvW__filtersBar{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.jobs-module__GWLpvW__filtersBar input[type=text]{border-radius:var(--radius-full);border:1.5px solid var(--border-subtle);background:#fff;outline:none;flex:180px;max-width:240px;padding:.5rem .875rem;font-size:.8125rem}.jobs-module__GWLpvW__filtersBar input[type=text]:focus{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b1a}.jobs-module__GWLpvW__filtersBar select{border:1.5px solid var(--border-subtle);border-radius:var(--radius-full);width:auto;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='%23a8a59d' d='M6 8L1 3h10z'/%3E%3C/svg%3E") right .6rem center no-repeat;outline:none;flex:0 auto;padding:.5rem 2rem .5rem .75rem;font-size:.8125rem;transition:border-color .2s,box-shadow .2s}.jobs-module__GWLpvW__filtersBar select:focus{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b1a}.jobs-module__GWLpvW__resultsCount{color:var(--text-muted);margin-bottom:.75rem;font-size:.8125rem}.jobs-module__GWLpvW__jobGrid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}@media (max-width:768px){.jobs-module__GWLpvW__jobGrid{grid-template-columns:1fr}}.jobs-module__GWLpvW__jobCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--duration-normal)var(--ease-out);background:#fff;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.jobs-module__GWLpvW__jobCard:hover{border-color:var(--primary-200);transform:translateY(-2px);box-shadow:0 8px 24px -6px #e98e071f,0 2px 8px -2px #0000000f}.jobs-module__GWLpvW__jobTop{align-items:flex-start;gap:.75rem;display:flex}.jobs-module__GWLpvW__jobServiceIcon{background:var(--warm-100);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.jobs-module__GWLpvW__jobInfo{flex:1;min-width:0}.jobs-module__GWLpvW__jobInfo h3{margin-bottom:.15rem;font-size:.9375rem;font-weight:700;line-height:1.3}.jobs-module__GWLpvW__jobPostedBy{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.375rem;font-size:.75rem;display:flex}.jobs-module__GWLpvW__jobTime{color:var(--text-muted);white-space:nowrap;background:var(--bg-secondary);border-radius:var(--radius-sm);flex-shrink:0;padding:.15rem .4rem;font-size:.6875rem}.jobs-module__GWLpvW__jobDesc{color:var(--text-secondary);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.jobs-module__GWLpvW__jobTags{flex-wrap:wrap;gap:.375rem;display:flex}.jobs-module__GWLpvW__jobBottom{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.625rem;display:flex}.jobs-module__GWLpvW__jobSalary{color:var(--accent-600);font-size:1rem;font-weight:700}.jobs-module__GWLpvW__empty{text-align:center;color:var(--text-muted);grid-column:1/-1;padding:4rem 2rem}.jobs-module__GWLpvW__empty span{margin-bottom:1rem;font-size:3rem;display:block}.jobs-module__GWLpvW__empty h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.25rem}
.new-job-module__MG-k0q__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.new-job-module__MG-k0q__pageHeader{margin-bottom:2rem}.new-job-module__MG-k0q__pageHeader h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.new-job-module__MG-k0q__pageHeader p{color:var(--text-muted);margin-top:.25rem}.new-job-module__MG-k0q__formGrid{grid-template-columns:2fr 1fr;align-items:flex-start;gap:2rem;display:grid}@media (max-width:768px){.new-job-module__MG-k0q__formGrid{grid-template-columns:1fr}}.new-job-module__MG-k0q__formMain{flex-direction:column;gap:1.5rem;display:flex}.new-job-module__MG-k0q__formSection{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.new-job-module__MG-k0q__formSection h2{font-family:var(--font-display);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.15rem;font-weight:700}.new-job-module__MG-k0q__fieldGroup{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.new-job-module__MG-k0q__fieldGroup:last-child{margin-bottom:0}.new-job-module__MG-k0q__fieldGroup label{color:var(--text);font-size:.85rem;font-weight:600}.new-job-module__MG-k0q__fieldGroup small{color:var(--text-muted);font-size:.75rem}.new-job-module__MG-k0q__fieldGroup input,.new-job-module__MG-k0q__fieldGroup select,.new-job-module__MG-k0q__fieldGroup textarea{border-radius:var(--radius-sm);color:var(--text);transition:border-color var(--duration-fast);background:#fff;border:1.5px solid #d1d5db;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;box-shadow:inset 0 1px 2px #0000000d}.new-job-module__MG-k0q__fieldGroup input:focus,.new-job-module__MG-k0q__fieldGroup select:focus,.new-job-module__MG-k0q__fieldGroup textarea:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100);outline:none}.new-job-module__MG-k0q__fieldGroup textarea{resize:vertical;min-height:120px}.new-job-module__MG-k0q__fieldRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:480px){.new-job-module__MG-k0q__fieldRow{grid-template-columns:1fr}}.new-job-module__MG-k0q__reqList{flex-direction:column;gap:.5rem;display:flex}.new-job-module__MG-k0q__reqItem{align-items:center;gap:.5rem;display:flex}.new-job-module__MG-k0q__reqItem input[type=text]{flex:1}.new-job-module__MG-k0q__reqItem button{border:1px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:all var(--duration-fast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.new-job-module__MG-k0q__reqItem button:hover{color:#e74c3c;background:#fef2f2;border-color:#e74c3c}.new-job-module__MG-k0q__addReqBtn{color:var(--primary-500);cursor:pointer;text-align:left;transition:color var(--duration-fast);background:0 0;border:none;padding:.5rem 0;font-size:.85rem;font-weight:600}.new-job-module__MG-k0q__addReqBtn:hover{color:var(--primary-600)}.new-job-module__MG-k0q__sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:5rem}.new-job-module__MG-k0q__previewCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.new-job-module__MG-k0q__previewCard h3{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.new-job-module__MG-k0q__previewTitle{font-family:var(--font-display);margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.new-job-module__MG-k0q__previewMeta{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.new-job-module__MG-k0q__previewMetaItem{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.new-job-module__MG-k0q__previewMetaItem svg{color:var(--primary-500);flex-shrink:0}.new-job-module__MG-k0q__previewBadge{border-radius:var(--radius-sm);background:var(--primary-100);color:var(--primary-600);text-transform:uppercase;margin-bottom:.75rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.new-job-module__MG-k0q__tipsCard{background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-md);padding:1.5rem}.new-job-module__MG-k0q__tipsCard h3{font-family:var(--font-display);color:var(--primary-600);margin-bottom:.75rem;font-size:.95rem;font-weight:700}.new-job-module__MG-k0q__tipsCard ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.new-job-module__MG-k0q__tipsCard li{color:var(--text-muted);padding-left:1.25rem;font-size:.8125rem;line-height:1.5;position:relative}.new-job-module__MG-k0q__tipsCard li:before{content:"✓";color:var(--primary-500);font-weight:700;position:absolute;left:0}.new-job-module__MG-k0q__formActions{gap:1rem;margin-top:.5rem;display:flex}.new-job-module__MG-k0q__successState{text-align:center;padding:4rem 2rem}.new-job-module__MG-k0q__successIcon{color:var(--primary-500);margin-bottom:1rem}.new-job-module__MG-k0q__successState h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.new-job-module__MG-k0q__successState p{color:var(--text-muted);margin-bottom:1.5rem}.new-job-module__MG-k0q__successActions{justify-content:center;gap:1rem;display:flex}
.login-module__WEZH7G__page{background:var(--gradient-hero);justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex}.login-module__WEZH7G__container{width:100%;max-width:440px}.login-module__WEZH7G__card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);animation:login-module__WEZH7G__fadeInUp .5s var(--ease-out)both;padding:2.5rem}.login-module__WEZH7G__logoWrap{justify-content:center;margin-bottom:1.5rem;display:flex}.login-module__WEZH7G__title{font-family:var(--font-display);text-align:center;color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.login-module__WEZH7G__subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2rem;font-size:.875rem}.login-module__WEZH7G__error{background:var(--status-error-bg);border-radius:var(--radius-md);color:var(--status-error);animation:login-module__WEZH7G__fadeInUp .3s var(--ease-out)both;border:1px solid #fecaca;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.login-module__WEZH7G__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:.375rem;display:flex}.login-module__WEZH7G__field label{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.login-module__WEZH7G__submitBtn{width:100%;margin-top:.5rem}.login-module__WEZH7G__submitBtn:disabled{opacity:.7;cursor:not-allowed}.login-module__WEZH7G__spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite login-module__WEZH7G__spin}@keyframes login-module__WEZH7G__spin{to{transform:rotate(360deg)}}.login-module__WEZH7G__divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.75rem 0;font-size:.75rem;display:flex}.login-module__WEZH7G__divider:before,.login-module__WEZH7G__divider:after{content:"";background:var(--border-subtle);flex:1;height:1px}.login-module__WEZH7G__switchText{text-align:center;color:var(--text-secondary);font-size:.875rem}.login-module__WEZH7G__switchLink{color:var(--primary-600);transition:color var(--duration-fast);font-weight:600}.login-module__WEZH7G__switchLink:hover{color:var(--primary-700);text-decoration:underline}.login-module__WEZH7G__roleSelector{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.login-module__WEZH7G__roleOption{background:var(--gray-50);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration-normal)var(--ease-out);text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;display:flex}.login-module__WEZH7G__roleOption:hover{border-color:var(--primary-300);background:var(--primary-50)}.login-module__WEZH7G__roleOptionActive{box-shadow:0 0 0 3px #f9ae1b26;border-color:var(--primary-500)!important;background:var(--primary-50)!important}.login-module__WEZH7G__roleEmoji{font-size:2rem;line-height:1}.login-module__WEZH7G__roleLabel{color:var(--text-primary);font-size:.8125rem;font-weight:600}.login-module__WEZH7G__roleDesc{color:var(--text-muted);font-size:.6875rem;line-height:1.3}.login-module__WEZH7G__success{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.login-module__WEZH7G__successIcon{background:var(--status-success-bg);border:2px solid var(--status-success-border);width:56px;height:56px;color:var(--status-success);animation:login-module__WEZH7G__scaleIn .4s var(--ease-out)both;border-radius:50%;justify-content:center;align-items:center;display:flex}.login-module__WEZH7G__successTitle{color:var(--text-primary);font-size:1.25rem;font-weight:700}.login-module__WEZH7G__successText{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.login-module__WEZH7G__nameRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.login-module__WEZH7G__docRow{grid-template-columns:auto 1fr;gap:.5rem;display:grid}.login-module__WEZH7G__docSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%235a5347' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px 8px;width:auto;min-width:0;padding-right:2.5rem;font-size:.8125rem}.login-module__WEZH7G__docInput{min-width:0}.login-module__WEZH7G__phoneCode{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%235a5347' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:12px 8px;width:auto;min-width:0;padding-right:2.5rem;font-size:.8125rem}.login-module__WEZH7G__dateRow{align-items:center;gap:.25rem;display:flex}.login-module__WEZH7G__dateSegment{text-align:center;letter-spacing:.05em;width:3.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.9375rem}.login-module__WEZH7G__dateSegmentYear{text-align:center;letter-spacing:.05em;width:5rem;padding-left:.5rem;padding-right:.5rem;font-size:.9375rem}.login-module__WEZH7G__dateSep{color:#a8a59d;-webkit-user-select:none;user-select:none;font-size:1.125rem;font-weight:500}@media (max-width:480px){.login-module__WEZH7G__card{padding:1.75rem 1.25rem}.login-module__WEZH7G__roleSelector,.login-module__WEZH7G__nameRow,.login-module__WEZH7G__docRow{grid-template-columns:1fr}}
.notifications-module__gv5qsq__page{background:var(--bg);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.notifications-module__gv5qsq__pageHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.notifications-module__gv5qsq__pageHeader h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.notifications-module__gv5qsq__markAll{color:var(--primary-500);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600}.notifications-module__gv5qsq__markAll:hover{text-decoration:underline}.notifications-module__gv5qsq__filters{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.notifications-module__gv5qsq__filterBtn{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--text-muted);transition:all var(--duration-fast);border-radius:999px;padding:.45rem 1rem;font-size:.8125rem;font-weight:500}.notifications-module__gv5qsq__filterBtn:hover{border-color:var(--primary-300)}.notifications-module__gv5qsq__filterActive{background:var(--primary-500);color:#fff;border-color:var(--primary-500)}.notifications-module__gv5qsq__notifList{flex-direction:column;gap:.5rem;display:flex}.notifications-module__gv5qsq__notifItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:background var(--duration-fast);cursor:pointer;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.notifications-module__gv5qsq__notifItem:hover{background:var(--primary-50)}.notifications-module__gv5qsq__notifUnread{border-left:3px solid var(--primary-500)}.notifications-module__gv5qsq__notifIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.notifications-module__gv5qsq__notifIconBooking{color:#d97706;background:#fef3c7}.notifications-module__gv5qsq__notifIconMessage{color:#2563eb;background:#dbeafe}.notifications-module__gv5qsq__notifIconReview{color:#db2777;background:#fce7f3}.notifications-module__gv5qsq__notifIconSystem{color:#4f46e5;background:#e0e7ff}.notifications-module__gv5qsq__notifContent{flex:1;min-width:0}.notifications-module__gv5qsq__notifTitle{color:var(--text);margin-bottom:.2rem;font-size:.9rem;font-weight:600}.notifications-module__gv5qsq__notifBody{color:var(--text-muted);font-size:.8125rem;line-height:1.5}.notifications-module__gv5qsq__notifTime{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:.75rem}.notifications-module__gv5qsq__notifDot{background:var(--primary-500);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.4rem}.notifications-module__gv5qsq__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}
.page-module___8aEwW__hero{background:var(--gradient-hero);align-items:center;min-height:100vh;padding-top:5rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__hero:before{content:"";background:radial-gradient(circle,var(--primary-100)0%,transparent 70%);opacity:.5;pointer-events:none;border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite page-module___8aEwW__float;position:absolute;top:-100px;right:-100px}.page-module___8aEwW__hero:after{content:"";background:radial-gradient(circle,var(--accent-100)0%,transparent 70%);opacity:.4;pointer-events:none;border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite reverse page-module___8aEwW__float;position:absolute;bottom:-80px;left:-80px}.page-module___8aEwW__heroContent{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}@media (max-width:768px){.page-module___8aEwW__heroContent{text-align:center;grid-template-columns:1fr}}.page-module___8aEwW__heroText h1{letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.5rem;line-height:1.08}@media (max-width:768px){.page-module___8aEwW__heroText h1{font-size:2.25rem}}.page-module___8aEwW__heroDescription{color:var(--text-secondary);max-width:520px;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.page-module___8aEwW__heroCta{flex-wrap:wrap;gap:1rem;display:flex}@media (max-width:768px){.page-module___8aEwW__heroCta{justify-content:center}}.page-module___8aEwW__heroImage{border-radius:var(--radius-xl);transition:transform .4s var(--ease-out);position:relative;overflow:hidden;transform:perspective(1000px)rotateY(-2deg);box-shadow:0 25px 60px -15px #0000001f}.page-module___8aEwW__heroImage:hover{transform:perspective(1000px)rotateY(0)scale(1.01)}.page-module___8aEwW__heroImage img{object-fit:cover;width:100%;height:480px}@media (max-width:768px){.page-module___8aEwW__heroImage{max-width:400px;margin:0 auto;transform:none}.page-module___8aEwW__heroImage img{height:300px}}.page-module___8aEwW__statsBar{background:var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);grid-template-columns:repeat(4,1fr);gap:1px;margin-top:3rem;display:grid;overflow:hidden}.page-module___8aEwW__statItem{background:#fff;flex-direction:column;align-items:center;gap:.25rem;padding:1.75rem 1rem;transition:background .2s;display:flex}.page-module___8aEwW__statItem:hover{background:var(--primary-50)}.page-module___8aEwW__statValue{font-family:var(--font-display);background:var(--gradient-gold);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:800}.page-module___8aEwW__statLabel{color:var(--text-muted);text-align:center;font-size:.75rem;font-weight:500}@media (max-width:600px){.page-module___8aEwW__statsBar{grid-template-columns:repeat(2,1fr)}}.page-module___8aEwW__sectionHeader{text-align:center;margin-bottom:3rem}.page-module___8aEwW__sectionHeader h2{letter-spacing:-.02em;margin:.75rem 0;font-size:2.25rem}.page-module___8aEwW__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.0625rem;line-height:1.6}.page-module___8aEwW__services{background:var(--bg-secondary);position:relative}.page-module___8aEwW__servicesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.page-module___8aEwW__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module___8aEwW__servicesGrid{grid-template-columns:1fr}}.page-module___8aEwW__serviceCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--duration-normal)var(--ease-out);cursor:pointer;background:#fff;padding:0;overflow:hidden}.page-module___8aEwW__serviceCard:hover{border-color:var(--primary-200);transform:translateY(-4px);box-shadow:0 12px 32px -8px #0000001f}.page-module___8aEwW__serviceImage{object-fit:cover;width:100%;height:180px;transition:transform .5s var(--ease-out)}.page-module___8aEwW__serviceCard:hover .page-module___8aEwW__serviceImage{transform:scale(1.05)}.page-module___8aEwW__serviceIcon{background:linear-gradient(135deg,var(--warm-50),var(--primary-50));justify-content:center;align-items:center;height:140px;transition:background .3s;display:flex}.page-module___8aEwW__serviceCard:hover .page-module___8aEwW__serviceIcon{background:linear-gradient(135deg,var(--primary-50),var(--accent-50))}.page-module___8aEwW__serviceCard h3{margin-bottom:.5rem;padding:1rem 1.5rem 0;font-size:1.125rem}.page-module___8aEwW__serviceCard p{color:var(--text-secondary);padding:0 1.5rem 1.5rem;font-size:.875rem;line-height:1.6}.page-module___8aEwW__steps{background:var(--bg-primary);position:relative}.page-module___8aEwW__stepsGrid{counter-reset:step;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (max-width:768px){.page-module___8aEwW__stepsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module___8aEwW__stepsGrid{grid-template-columns:1fr}}.page-module___8aEwW__stepCard{text-align:center;border-radius:var(--radius-lg);padding:1.5rem 1rem;transition:background .2s;position:relative}.page-module___8aEwW__stepCard:hover{background:var(--warm-50)}.page-module___8aEwW__stepNumber{width:52px;height:52px;font-family:var(--font-display);background:var(--gradient-gold);color:#fff;box-shadow:var(--shadow-gold);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1.25rem;font-weight:800;display:inline-flex}.page-module___8aEwW__stepCard h3{margin-bottom:.5rem;font-size:1rem}.page-module___8aEwW__stepCard p{color:var(--text-secondary);font-size:.8125rem;line-height:1.6}.page-module___8aEwW__courses{background:var(--bg-secondary)}.page-module___8aEwW__coursesGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.page-module___8aEwW__coursesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.page-module___8aEwW__coursesGrid{grid-template-columns:1fr}}.page-module___8aEwW__courseCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--duration-normal)var(--ease-out);background:#fff;flex-direction:column;display:flex;overflow:hidden}.page-module___8aEwW__courseCard:hover{transform:translateY(-3px);box-shadow:0 12px 32px -8px #0000001a}.page-module___8aEwW__courseAccent{height:4px}.page-module___8aEwW__courseHeader{justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 0;display:flex}.page-module___8aEwW__courseCategory{text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:700}.page-module___8aEwW__courseCard h3{padding:.5rem 1.25rem .75rem;font-size:1.0625rem}.page-module___8aEwW__courseMeta{color:var(--text-muted);gap:1rem;padding:0 1.25rem;font-size:.8125rem;display:flex}.page-module___8aEwW__courseCard .page-module___8aEwW__btn{margin:auto 1.25rem 1.25rem}.page-module___8aEwW__testimonials{background:var(--bg-primary);position:relative}.page-module___8aEwW__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.page-module___8aEwW__testimonialsGrid{grid-template-columns:1fr}}.page-module___8aEwW__testimonialCard{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);transition:all var(--duration-normal)var(--ease-out);background:#fff;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative}.page-module___8aEwW__testimonialCard:before{content:"“";color:var(--primary-200);font-family:serif;font-size:3rem;line-height:1;position:absolute;top:1rem;right:1.5rem}.page-module___8aEwW__testimonialCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.page-module___8aEwW__testimonialStars{color:var(--primary-500);gap:2px;font-size:1rem;display:flex}.page-module___8aEwW__testimonialCard p{color:var(--text-secondary);flex:1;font-size:.9375rem;font-style:italic;line-height:1.7}.page-module___8aEwW__testimonialAuthor{border-top:1px solid var(--border-subtle);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.page-module___8aEwW__testimonialAvatar{object-fit:cover;background:var(--warm-100);border:2px solid var(--primary-100);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.page-module___8aEwW__testimonialName{font-size:.875rem;font-weight:600}.page-module___8aEwW__testimonialRole{color:var(--text-muted);font-size:.75rem}.page-module___8aEwW__cta{padding:5rem 0}.page-module___8aEwW__ctaBox{background:var(--gradient-gold);border-radius:var(--radius-xl);text-align:center;padding:4.5rem 3rem;position:relative;overflow:hidden}.page-module___8aEwW__ctaBox:before{content:"";pointer-events:none;background:#ffffff1a;border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;left:-50px}.page-module___8aEwW__ctaBox:after{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-40px;right:-40px}.page-module___8aEwW__ctaBox h2{color:#fff;margin-bottom:1rem;font-size:2.25rem;position:relative}.page-module___8aEwW__ctaBox p{color:#ffffffe6;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.0625rem;position:relative}.page-module___8aEwW__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.page-module___8aEwW__ctaActions .page-module___8aEwW__btn-primary{color:var(--primary-700);box-shadow:var(--shadow-lg);background:#fff;font-weight:700}.page-module___8aEwW__ctaActions .page-module___8aEwW__btn-primary:hover{transform:translateY(-2px)scale(1.02)}.page-module___8aEwW__ctaActions .page-module___8aEwW__btn-secondary{color:#fff;box-shadow:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:2px solid #fff9;font-weight:700}.page-module___8aEwW__ctaActions .page-module___8aEwW__btn-secondary:hover{color:#fff;background:#ffffff59;border-color:#fffc}.page-module___8aEwW__legal{background:var(--surface)}.page-module___8aEwW__legalStats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:2.5rem;display:flex}.page-module___8aEwW__legalStat{text-align:center}.page-module___8aEwW__legalStatValue{font-family:var(--font-display);color:var(--primary-500);font-size:2.5rem;font-weight:800;display:block}.page-module___8aEwW__legalStatLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:500}.page-module___8aEwW__legalGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:768px){.page-module___8aEwW__legalGrid{grid-template-columns:repeat(2,1fr)}}.page-module___8aEwW__legalCard{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;transition:transform var(--duration-fast),box-shadow var(--duration-fast);padding:1.5rem}.page-module___8aEwW__legalCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.page-module___8aEwW__legalCard svg{margin-bottom:.75rem}.page-module___8aEwW__legalCard h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1rem;font-weight:700}.page-module___8aEwW__legalCard p{color:var(--text-muted);font-size:.85rem;line-height:1.6}
.payments-module__1U4tOG__page{background:var(--bg-secondary);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.payments-module__1U4tOG__pageHeader{text-align:center;margin-bottom:2.5rem}.payments-module__1U4tOG__pageHeader h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.payments-module__1U4tOG__pageHeader p{color:var(--text-muted);margin-top:.5rem}.payments-module__1U4tOG__summaryGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:600px){.payments-module__1U4tOG__summaryGrid{grid-template-columns:1fr}}.payments-module__1U4tOG__summaryCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:1.25rem}.payments-module__1U4tOG__summaryValue{font-size:1.75rem;font-weight:800;font-family:var(--font-display);display:block}.payments-module__1U4tOG__summaryLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.25rem;font-size:.75rem;display:block}.payments-module__1U4tOG__tableCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.payments-module__1U4tOG__tableHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.payments-module__1U4tOG__tableHeader h2{font-size:1rem;font-weight:700}.payments-module__1U4tOG__filterRow{gap:.75rem;display:flex}.payments-module__1U4tOG__filterRow select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);padding:.375rem .75rem;font-size:.8rem}.payments-module__1U4tOG__payTable{border-collapse:collapse;width:100%}.payments-module__1U4tOG__payTable th,.payments-module__1U4tOG__payTable td{text-align:left;border-bottom:1px solid var(--border);padding:.75rem 1.5rem;font-size:.85rem}.payments-module__1U4tOG__payTable th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);background:var(--bg);font-size:.7rem;font-weight:700}.payments-module__1U4tOG__payTable td:last-child,.payments-module__1U4tOG__payTable th:last-child{text-align:right}.payments-module__1U4tOG__payTable tr:last-child td{border-bottom:none}.payments-module__1U4tOG__payTable tr:hover td{background:var(--primary-50)}.payments-module__1U4tOG__statusBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.payments-module__1U4tOG__netAmount{color:var(--primary-600);font-weight:700}.payments-module__1U4tOG__actionsRow{background:var(--bg);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.85rem;display:flex}.payments-module__1U4tOG__totalLabel{color:var(--text-muted)}.payments-module__1U4tOG__totalValue{color:var(--primary-600);font-size:1.1rem;font-weight:800}@media (max-width:768px){.payments-module__1U4tOG__payTable th,.payments-module__1U4tOG__payTable td{padding:.5rem .75rem;font-size:.75rem}}.payments-module__1U4tOG__syncBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #93c5fd;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.payments-module__1U4tOG__syncLeft{align-items:center;gap:.75rem;display:flex}.payments-module__1U4tOG__syncLeft strong{font-size:.875rem;display:block}.payments-module__1U4tOG__syncLeft span:last-child{color:var(--text-muted);font-size:.78rem}.payments-module__1U4tOG__modalOverlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.payments-module__1U4tOG__modal{border-radius:var(--radius-xl);background:#fff;width:100%;max-width:520px;padding:2rem;animation:.25s payments-module__1U4tOG__modalIn;box-shadow:0 25px 50px -12px #00000040}@keyframes payments-module__1U4tOG__modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.payments-module__1U4tOG__modal h2{margin-bottom:.25rem;font-size:1.1rem}.payments-module__1U4tOG__paymentSummary{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.payments-module__1U4tOG__payRow{justify-content:space-between;padding:.35rem 0;font-size:.85rem;display:flex}.payments-module__1U4tOG__payRow span{color:var(--text-muted)}.payments-module__1U4tOG__payDivider{border-top:1px solid var(--border);margin:.5rem 0}.payments-module__1U4tOG__methodGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.payments-module__1U4tOG__methodOption{cursor:pointer}.payments-module__1U4tOG__methodOption input{display:none}.payments-module__1U4tOG__methodCard{border:2px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;font-size:.78rem;transition:all .15s;display:flex}.payments-module__1U4tOG__methodCard span:first-child{font-size:1.25rem}.payments-module__1U4tOG__methodCard small{color:var(--text-muted);font-size:.65rem}.payments-module__1U4tOG__methodOption input:checked+.payments-module__1U4tOG__methodCard{border-color:var(--primary-500);background:var(--primary-50);box-shadow:0 0 0 1px var(--primary-500)}.payments-module__1U4tOG__cardForm{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.5rem;padding:1rem}.payments-module__1U4tOG__cardForm label{color:var(--text-muted);margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.payments-module__1U4tOG__cardForm input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:.5rem .75rem;font-family:monospace;font-size:.85rem}.payments-module__1U4tOG__cardForm input:focus{border-color:var(--primary-400);outline:none;box-shadow:0 0 0 2px #e88e0726}.payments-module__1U4tOG__cardRow{gap:.75rem;margin-bottom:.5rem;display:flex}.payments-module__1U4tOG__cardRow>div{flex:1}.payments-module__1U4tOG__transferInfo{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.5rem;padding:1rem;font-size:.85rem;line-height:1.6}.payments-module__1U4tOG__transferInfo strong{margin-bottom:.5rem;display:block}
.profile-edit-module__j1Vgwa__page{background:var(--bg-secondary);min-height:100vh;padding:6rem 0 4rem}.profile-edit-module__j1Vgwa__pageHeader{margin-bottom:2rem}.profile-edit-module__j1Vgwa__pageHeader h1{margin-bottom:.25rem;font-size:2rem}.profile-edit-module__j1Vgwa__pageHeader p{color:var(--text-secondary)}.profile-edit-module__j1Vgwa__layout{max-width:680px}.profile-edit-module__j1Vgwa__card{border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);background:#fff;padding:2rem}.profile-edit-module__j1Vgwa__photoSection{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.profile-edit-module__j1Vgwa__avatar{background:var(--gradient-gold);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.75rem;font-weight:700;display:flex}.profile-edit-module__j1Vgwa__photoHint{color:var(--text-muted);margin-top:.375rem;font-size:.75rem}.profile-edit-module__j1Vgwa__section{border-bottom:1px solid var(--border-subtle);padding:1.5rem 0}.profile-edit-module__j1Vgwa__section:last-of-type{border-bottom:none}.profile-edit-module__j1Vgwa__section h2{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:700}.profile-edit-module__j1Vgwa__field{flex-direction:column;gap:.375rem;margin-bottom:1rem;display:flex}.profile-edit-module__j1Vgwa__field:last-child{margin-bottom:0}.profile-edit-module__j1Vgwa__field label{color:var(--text-primary);font-size:.8125rem;font-weight:600}.profile-edit-module__j1Vgwa__field input,.profile-edit-module__j1Vgwa__field select,.profile-edit-module__j1Vgwa__field textarea{border:1.5px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);transition:border-color var(--duration-fast);background:#fff;outline:none;padding:.75rem 1rem;font-size:.9375rem}.profile-edit-module__j1Vgwa__field input:focus,.profile-edit-module__j1Vgwa__field select:focus,.profile-edit-module__j1Vgwa__field textarea:focus{border-color:var(--primary-400);box-shadow:0 0 0 3px #f9ae1b1a}.profile-edit-module__j1Vgwa__fieldGrid{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}@media (max-width:500px){.profile-edit-module__j1Vgwa__fieldGrid{grid-template-columns:1fr}}.profile-edit-module__j1Vgwa__serviceGrid{flex-wrap:wrap;gap:.5rem;display:flex}.profile-edit-module__j1Vgwa__serviceChip{border:1.5px solid var(--border-default);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast);color:var(--text-secondary);background:#fff;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.profile-edit-module__j1Vgwa__serviceChip input{display:none}.profile-edit-module__j1Vgwa__serviceChip:hover{border-color:var(--primary-300)}.profile-edit-module__j1Vgwa__serviceActive{background:var(--primary-50);border-color:var(--primary-500);color:var(--primary-700);font-weight:600}.profile-edit-module__j1Vgwa__actions{border-top:1px solid var(--border-subtle);gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}
.vacations-module__XojMNq__page{background:var(--bg-secondary);min-height:100vh;padding-top:5rem;padding-bottom:4rem}.vacations-module__XojMNq__pageHeader{text-align:center;margin-bottom:2.5rem}.vacations-module__XojMNq__pageHeader h1{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.vacations-module__XojMNq__pageHeader p{color:var(--text-muted);margin-top:.5rem}.vacations-module__XojMNq__summaryGrid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}@media (max-width:768px){.vacations-module__XojMNq__summaryGrid{grid-template-columns:repeat(2,1fr)}}.vacations-module__XojMNq__summaryCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-sm);padding:1.25rem}.vacations-module__XojMNq__summaryValue{font-size:2rem;font-weight:800;font-family:var(--font-display);display:block}.vacations-module__XojMNq__summaryLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.25rem;font-size:.75rem;display:block}.vacations-module__XojMNq__layout{grid-template-columns:1fr 380px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.vacations-module__XojMNq__layout{grid-template-columns:1fr}}.vacations-module__XojMNq__calendarCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.vacations-module__XojMNq__calendarCard h2{margin-bottom:1rem;font-size:1rem}.vacations-module__XojMNq__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.vacations-module__XojMNq__calendarHeader h3{font-size:.9rem;font-weight:700}.vacations-module__XojMNq__calendarHeader button{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:.25rem .5rem;font-size:1.2rem}.vacations-module__XojMNq__calendarGrid{text-align:center;grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.vacations-module__XojMNq__calendarDayLabel{color:var(--text-muted);text-transform:uppercase;padding:.5rem 0;font-size:.7rem;font-weight:600}.vacations-module__XojMNq__calendarDay{border-radius:var(--radius-sm);cursor:default;padding:.5rem;font-size:.8rem}.vacations-module__XojMNq__calendarDay.vacations-module__XojMNq__today{background:var(--primary-100);color:var(--primary-700);font-weight:700}.vacations-module__XojMNq__calendarDay.vacations-module__XojMNq__vacation{color:#16a34a;background:#dcfce7;font-weight:600}.vacations-module__XojMNq__calendarDay.vacations-module__XojMNq__pending{color:#d97706;background:#fef3c7;font-weight:600}.vacations-module__XojMNq__calendarDay.vacations-module__XojMNq__empty{color:#0000}.vacations-module__XojMNq__calendarLegend{color:var(--text-muted);gap:1rem;margin-top:.75rem;font-size:.75rem;display:flex}.vacations-module__XojMNq__legendDot{vertical-align:middle;border-radius:50%;width:10px;height:10px;margin-right:.25rem;display:inline-block}.vacations-module__XojMNq__sidebar{flex-direction:column;gap:1.5rem;display:flex}.vacations-module__XojMNq__requestsCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.vacations-module__XojMNq__requestsCard h2{margin-bottom:1rem;font-size:1rem}.vacations-module__XojMNq__requestItem{border-bottom:1px solid var(--border);align-items:flex-start;gap:.75rem;padding:.75rem 0;display:flex}.vacations-module__XojMNq__requestItem:last-child{border-bottom:none}.vacations-module__XojMNq__requestIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;display:flex}.vacations-module__XojMNq__requestInfo{flex:1;min-width:0}.vacations-module__XojMNq__requestInfo strong{margin-bottom:.15rem;font-size:.85rem;display:block}.vacations-module__XojMNq__requestInfo small{color:var(--text-muted);font-size:.75rem}.vacations-module__XojMNq__requestBadge{border-radius:var(--radius-full);white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;padding:.15rem .5rem;font-size:.65rem;font-weight:700}.vacations-module__XojMNq__formCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.vacations-module__XojMNq__formCard h2{margin-bottom:1rem;font-size:1rem}.vacations-module__XojMNq__formGroup{margin-bottom:.75rem}.vacations-module__XojMNq__formGroup label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.vacations-module__XojMNq__formRow{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.vacations-module__XojMNq__legalNotice{border-radius:var(--radius-md);color:#1e40af;background:#eff6ff;border:1px solid #93c5fd;align-items:flex-start;gap:.5rem;margin-top:1.5rem;padding:1rem;font-size:.8rem;display:flex}.vacations-module__XojMNq__syncBanner{border-radius:var(--radius-lg);background:linear-gradient(135deg,#fef3c7,#fde68a33);border:1px solid #fbbf24;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.25rem;display:flex}.vacations-module__XojMNq__syncLeft{align-items:center;gap:.75rem;display:flex}.vacations-module__XojMNq__syncLeft strong{font-size:.875rem;display:block}.vacations-module__XojMNq__syncLeft span:last-child{color:var(--text-muted);font-size:.78rem}.vacations-module__XojMNq__modalOverlay{z-index:9999;background:#000000b3;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.vacations-module__XojMNq__modal{border-radius:var(--radius-xl);background:#fff;width:100%;max-width:520px;padding:2rem;animation:.25s vacations-module__XojMNq__modalIn;box-shadow:0 25px 50px -12px #00000040}@keyframes vacations-module__XojMNq__modalIn{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.vacations-module__XojMNq__modal h2{margin-bottom:.25rem;font-size:1.1rem}.vacations-module__XojMNq__modalSummary{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem}.vacations-module__XojMNq__modalRow{justify-content:space-between;padding:.35rem 0;font-size:.85rem;display:flex}.vacations-module__XojMNq__modalRow span{color:var(--text-muted)}.vacations-module__XojMNq__modalDivider{border-top:1px solid var(--border);margin:.5rem 0}.vacations-module__XojMNq__autopayToggle{border-radius:var(--radius-md);background:#f0fdf4;border:1px solid #86efac;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.vacations-module__XojMNq__paymentMethod{margin-bottom:.5rem}.vacations-module__XojMNq__methodGrid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.vacations-module__XojMNq__methodOption{cursor:pointer}.vacations-module__XojMNq__methodOption input{display:none}.vacations-module__XojMNq__methodCard{border:2px solid var(--border);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;font-size:.78rem;transition:all .15s;display:flex}.vacations-module__XojMNq__methodCard span:first-child{font-size:1.25rem}.vacations-module__XojMNq__methodCard small{color:var(--text-muted);font-size:.65rem}.vacations-module__XojMNq__methodOption input:checked+.vacations-module__XojMNq__methodCard{border-color:var(--primary-500);background:var(--primary-50);box-shadow:0 0 0 1px var(--primary-500)}
.worker-detail-module__-_yoda__page{background:var(--bg-secondary);min-height:100vh;padding-top:6rem;padding-bottom:3rem}.worker-detail-module__-_yoda__backLink{color:var(--text-muted);transition:color var(--duration-fast);align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.875rem;display:inline-flex}.worker-detail-module__-_yoda__backLink:hover{color:var(--primary-600)}.worker-detail-module__-_yoda__layout{grid-template-columns:1fr 320px;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.worker-detail-module__-_yoda__layout{grid-template-columns:1fr}}.worker-detail-module__-_yoda__mainCol{flex-direction:column;gap:1.5rem;display:flex}.worker-detail-module__-_yoda__section{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;padding:1.5rem}.worker-detail-module__-_yoda__section h2{margin-bottom:1rem;font-size:1.125rem}.worker-detail-module__-_yoda__profileHeader{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;padding:2rem}.worker-detail-module__-_yoda__profileTop{align-items:flex-start;gap:1.5rem;display:flex}@media (max-width:600px){.worker-detail-module__-_yoda__profileTop{text-align:center;flex-direction:column;align-items:center}}.worker-detail-module__-_yoda__avatar{flex-shrink:0;position:relative}.worker-detail-module__-_yoda__avatarEmoji{background:var(--warm-100);border:2px solid var(--border-subtle);border-radius:var(--radius-xl);justify-content:center;align-items:center;width:100px;height:100px;font-size:3rem;display:flex}.worker-detail-module__-_yoda__verifiedBadge{background:var(--success);color:#fff;border-radius:var(--radius-full);white-space:nowrap;padding:.125rem .625rem;font-size:.6875rem;font-weight:700;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.worker-detail-module__-_yoda__profileInfo{flex:1}.worker-detail-module__-_yoda__profileInfo h1{margin-bottom:.25rem;font-size:1.5rem}.worker-detail-module__-_yoda__location{color:var(--text-muted);margin-bottom:.75rem;font-size:.875rem}.worker-detail-module__-_yoda__profileBadges{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.worker-detail-module__-_yoda__ratingLarge{color:var(--primary-600);font-size:1.125rem;font-weight:700}.worker-detail-module__-_yoda__reviewCount{color:var(--text-muted);font-size:.8125rem}.worker-detail-module__-_yoda__bio{color:var(--text-secondary);font-size:.9375rem;line-height:1.7}.worker-detail-module__-_yoda__servicesList{flex-wrap:wrap;gap:.75rem;display:flex}.worker-detail-module__-_yoda__serviceItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9375rem;display:flex}.worker-detail-module__-_yoda__serviceItemIcon{font-size:1.25rem}.worker-detail-module__-_yoda__certsList{flex-direction:column;gap:.75rem;display:flex}.worker-detail-module__-_yoda__certItem{background:var(--primary-50);border:1px solid var(--primary-200);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.75rem;display:flex}.worker-detail-module__-_yoda__certIcon{font-size:1.5rem}.worker-detail-module__-_yoda__certItem strong{font-size:.875rem;display:block}.worker-detail-module__-_yoda__certDate{color:var(--text-muted);font-size:.75rem}.worker-detail-module__-_yoda__reviewsList{flex-direction:column;gap:1rem;display:flex}.worker-detail-module__-_yoda__reviewItem{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);padding:1rem}.worker-detail-module__-_yoda__reviewHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.worker-detail-module__-_yoda__reviewHeader strong{font-size:.875rem}.worker-detail-module__-_yoda__reviewRating{color:var(--primary-500);font-size:.875rem}.worker-detail-module__-_yoda__reviewItem p{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.worker-detail-module__-_yoda__reviewDate{color:var(--text-muted);margin-top:.5rem;font-size:.75rem;display:block}.worker-detail-module__-_yoda__noReviews{color:var(--text-muted);font-size:.875rem;font-style:italic}.worker-detail-module__-_yoda__sideCol{position:sticky;top:5rem}.worker-detail-module__-_yoda__contactCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.worker-detail-module__-_yoda__contactCard h3{font-size:1.0625rem}.worker-detail-module__-_yoda__rates{flex-direction:column;gap:.75rem;display:flex}.worker-detail-module__-_yoda__rateItem{background:var(--bg-secondary);border-radius:var(--radius-md);justify-content:space-between;align-items:center;padding:.75rem;display:flex}.worker-detail-module__-_yoda__rateLabel{color:var(--text-muted);font-size:.8125rem}.worker-detail-module__-_yoda__rateValue{color:var(--accent-600);font-size:1.125rem;font-weight:700}.worker-detail-module__-_yoda__experience{color:var(--text-secondary);text-align:center;background:var(--bg-secondary);border-radius:var(--radius-md);padding:.5rem;font-size:.875rem}
