@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";.login{min-height:100vh;display:flex;flex:1 1 10px;font-family:Manrope,sans-serif;background:#edf4f8}.login *{box-sizing:border-box;font-family:Manrope,sans-serif}.login__brand{position:relative;flex:0 0 55%;overflow:hidden;margin:1.25rem 0 1.25rem 1.25rem;border-radius:24px}.login__brand-img{width:100%;height:100%;object-fit:cover;display:block}.login__brand-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(170deg,#204b572e,#204b5740 40%,#193c4680)}.login__brand-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;padding:2.4rem 2.6rem;color:#fff}.login__brand-logo{display:flex;align-items:center;gap:.55rem;cursor:pointer}.login__brand-logo span{font-size:1.55rem;font-weight:700;letter-spacing:-.01em}.login__brand-tagline{font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.25;letter-spacing:-.01em}.login__brand-tagline--accent{color:#5bbee0;font-weight:700}.login__brand-tagline--bold{position:relative;display:inline-block;font-weight:700}.login__brand-tagline--bold:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#5bbee0;border-radius:3px}.login__brand-curve{position:absolute;bottom:-2px;right:-2px;width:160px;height:160px;z-index:3;background:#edf4f8;border-top-left-radius:100%}.login__brand-swoosh{position:absolute;bottom:0;left:0;width:200px;height:120px;z-index:3;background:linear-gradient(135deg,#0D4262 0%,#125E8A 60%,transparent 100%);border-top-right-radius:100%;opacity:.85}.login__form-panel{position:relative;flex:1;display:flex;align-items:center;justify-content:center;padding:2.4rem;overflow:hidden}.login__decor-circle{position:absolute;border-radius:50%;z-index:0}.login__decor-circle--top{width:220px;height:220px;top:-60px;right:-60px;background:radial-gradient(circle at 40% 40%,#125e8a40,#125e8a14 70%);border:2px solid rgba(18,94,138,.15)}.login__decor-circle--bottom{width:140px;height:140px;bottom:40px;left:-40px;background:radial-gradient(circle at 60% 60%,#125e8a2e,#125e8a0a 70%);border:2px solid rgba(18,94,138,.12)}.login__card{position:relative;z-index:1;margin:auto;width:100%;max-width:480px;padding:2.4rem;border-radius:26px;background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #0d253712,0 1.5px 4px #0d25370a;animation:fade-in .45s ease}.login__home{display:inline-flex;align-items:center;gap:.35rem;margin:0 0 1.2rem;padding:0;border:0;background:transparent;color:#657487;font-size:.95rem;cursor:pointer}.login__card-head{margin-bottom:1.7rem}.login__title{margin:0;font-size:clamp(1.9rem,2.7vw,2.8rem);color:#182735;line-height:1.1}.login__title--accent{color:#0e4a6d}.login__subtitle{margin:.55rem 0 0;font-size:1.2rem;color:#516071}.login__subtitle strong{color:#0e4a6d}.login__form{display:flex;flex-direction:column;gap:1rem}.login__label{display:block;margin-bottom:.45rem;font-size:.95rem;font-weight:700;color:#2a3b4d}.login__input-wrap{position:relative;display:flex;align-items:center}.login__input-icon{position:absolute;left:.85rem;color:#8f9cab;pointer-events:none}.login__input{width:100%;height:48px;padding:.7rem 2.8rem .7rem 2.65rem;border:1px solid #d7e0e7;border-radius:12px;font-size:.98rem;color:#2e3e50;background:#f0f5fa}.login__input::placeholder{color:#9aa5b1}.login__input:focus{outline:none;border-color:#8a716a;box-shadow:0 0 0 3px #125e8a21}.login__input--error{border-color:#dc2626}.login__toggle-pw{position:absolute;right:.65rem;display:inline-flex;align-items:center;justify-content:center;padding:.2rem;border:0;background:transparent;color:#8f9cab;cursor:pointer}.login__forgot{margin-top:.5rem;margin-left:auto;display:block;padding:0;background:transparent;border:0;font-size:.9rem;font-weight:700;color:#0e4a6d;cursor:pointer}.login__error{display:block;margin-top:.36rem;font-size:.78rem;color:#dc2626;font-weight:600}.login__submit{margin-top:.45rem;height:50px;border:0;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:1.08rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#0e4a6d,#197bbd);box-shadow:0 10px 20px #125e8a47;cursor:pointer}.login__submit:disabled{opacity:.72;cursor:not-allowed}.login__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.login__divider{display:flex;align-items:center;gap:.75rem;margin:1.2rem 0}.login__divider:before,.login__divider:after{content:"";flex:1;height:1px;background:#e5ebf0}.login__divider span{font-size:.82rem;font-weight:700;color:#95a3b0}.login__create{width:100%;height:48px;border:1px solid #d7e0e7;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:1rem;font-weight:700;color:#2d3f50;cursor:pointer}.login__footer{margin:1rem 0 0;text-align:center;font-size:.88rem;line-height:1.5;color:#7f8c99}.login__link{color:#0e4a6d;font-weight:700}@media(max-width:1200px){.login__brand{flex-basis:50%}.login__brand-tagline{font-size:clamp(1.8rem,3vw,2.6rem)}}@media(max-width:900px){.login{flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:100vh;background:url(/images/login_bg_8.jpg) center center/cover no-repeat}.login__brand,.login__decor-circle--top,.login__decor-circle--bottom{display:none}.login__form-panel{flex:1;padding:2.5rem 1.25rem 2rem;align-items:flex-start;justify-content:center}.login__card{max-width:480px;margin:auto}}@media(max-width:600px){.login__card{padding:1.6rem 1.3rem;border-radius:20px}.login__subtitle{font-size:1rem}}@keyframes fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-glow{0%,to{opacity:.45;transform:scale(1) translate(0)}33%{opacity:.65;transform:scale(1.06) translate(2%,-1%)}66%{opacity:.55;transform:scale(1.04) translate(-1%,2%)}}@keyframes pop-in{0%{opacity:0;transform:scale(.92) translateY(-12px)}70%{transform:scale(1.02) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes badge-pulse{0%,to{box-shadow:0 0 #125e8a66}50%{box-shadow:0 0 0 8px #125e8a00}}@keyframes nav-slide{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes backdrop-fade{0%{opacity:0}to{opacity:1}}@keyframes accent-shine{0%{background-position:120% center}to{background-position:-20% center}}@keyframes float-blob{0%,to{transform:translate(0) scale(1)}25%{transform:translate(8px,-12px) scale(1.05)}50%{transform:translate(-5px,8px) scale(.98)}75%{transform:translate(12px,5px) scale(1.02)}}@keyframes shape-float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(15px,-20px) rotate(5deg)}50%{transform:translate(-10px,10px) rotate(-3deg)}75%{transform:translate(20px,8px) rotate(4deg)}}@keyframes shape-float-slow{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-12px,-15px) rotate(-4deg)}66%{transform:translate(18px,12px) rotate(6deg)}}@keyframes icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.landing{display:flex;flex-direction:column;min-height:100vh;height:100vh;flex:1 1 10px;overflow:hidden;background:#fff;font-family:Manrope,sans-serif;color:#1e293b}.landing *{font-family:Manrope,sans-serif;box-sizing:border-box}.landing__scroll{flex:1;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.landing__header{flex-shrink:0;z-index:50;background:linear-gradient(135deg,#105575,#125e8a 45%,#e8f1f6);box-shadow:0 3px 16px #125e8a29}.landing__header--animate{animation:nav-slide .5s ease-out forwards}.landing__nav{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:.8rem 1.5rem;gap:1rem}.landing__logo-wrap{display:flex;align-items:center;gap:.5rem}.landing__logo-text{font-weight:800;font-size:1.4rem;color:#fff;letter-spacing:-.03em}.landing__nav-links{display:flex;align-items:center;gap:.25rem}.landing__nav-link{position:relative;color:#ffffffd9;font-size:.92rem;font-weight:600;padding:.5rem .85rem;border-radius:10px;text-decoration:none;transition:color .2s,background .2s}.landing__nav-link:after{content:"";position:absolute;bottom:.35rem;left:.85rem;right:.85rem;height:2px;background:#fff;border-radius:2px;transform:scaleX(0);transition:transform .25s ease}.landing__nav-link:hover{color:#fff;background:#ffffff26}.landing__nav-link:hover:after{transform:scaleX(1)}.landing__nav-actions{display:flex;align-items:center;gap:.5rem}.landing__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.15rem;border-radius:12px;font-size:.92rem;font-weight:700;cursor:pointer;border:none;transition:all .22s;white-space:nowrap}.landing__btn:active{transform:scale(.97)}.landing__btn--solid{background:linear-gradient(135deg,#105575,#125e8a);color:#fff;box-shadow:0 4px 16px #125e8a59}.landing__btn--solid:hover{box-shadow:0 8px 28px #125e8a73;transform:translateY(-2px) scale(1.02)}.landing__btn--white{background:#fff;color:#105575;box-shadow:0 2px 8px #0000000f}.landing__btn--white:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-1px) scale(1.02)}.landing__btn--ghost{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.4)}.landing__btn--ghost:hover{background:#fff3;border-color:#fff}.landing__btn--outline-dark{background:transparent;color:#334155;border:2px solid #e2e8f0}.landing__btn--outline-dark:hover{border-color:#125e8a;color:#105575;background:#e8f1f6}.landing__btn--lg{padding:.75rem 1.6rem;font-size:1rem;border-radius:14px}.landing__hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:max(520px,60vh);padding:4rem 1.5rem 2rem;overflow:hidden;background:linear-gradient(170deg,#fff,#f5f8fa 45%,#e8f1f6)}.landing__hero-glow{position:absolute;width:600px;height:600px;top:-120px;right:-180px;background:radial-gradient(circle,rgba(18,94,138,.12) 0%,transparent 70%);border-radius:50%;animation:hero-glow 6s ease-in-out infinite;pointer-events:none}.landing__hero-glow--left{top:40%;left:-200px;right:auto;width:400px;height:400px;opacity:.5;animation-duration:8s;animation-delay:-2s}.landing__hero-blobs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:1}.landing__hero-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:.3;animation:float-blob 12s ease-in-out infinite}.landing__hero-blob--1{width:280px;height:280px;background:#125e8a2e;top:10%;left:5%;animation-delay:0s}.landing__hero-blob--2{width:180px;height:180px;background:#125e8a26;top:60%;right:10%;animation-delay:-3s}.landing__hero-blob--3{width:220px;height:220px;background:#8a716a29;bottom:15%;left:15%;animation-delay:-6s}.landing__hero-blob--4{width:120px;height:120px;background:#125e8a4d;top:25%;right:25%;animation-delay:-9s}.landing__hero-shapes{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:1}.landing__shape{position:absolute;pointer-events:none;animation:shape-float 18s ease-in-out infinite}.landing__shape--circle{border-radius:50%;background:#125e8a1f;border:1px solid rgba(18,94,138,.15)}.landing__shape--square{border-radius:18%;background:#125e8a14;border:1px solid rgba(18,94,138,.12)}.landing__shape--ring{border-radius:50%;background:transparent;border:2px solid rgba(18,94,138,.2)}.landing__shape--1{width:80px;height:80px;top:12%;right:18%;animation-duration:14s;animation-delay:0s}.landing__shape--2{width:50px;height:50px;top:55%;left:8%;animation-duration:20s;animation-delay:-4s;animation-name:shape-float-slow}.landing__shape--3{width:36px;height:36px;bottom:25%;right:12%;animation-duration:16s;animation-delay:-8s}.landing__shape--4{width:64px;height:64px;top:28%;left:12%;animation-duration:22s;animation-delay:-2s;animation-name:shape-float-slow}.landing__shape--5{width:44px;height:44px;top:68%;right:28%;animation-duration:15s;animation-delay:-6s}.landing__shape--6{width:100px;height:100px;top:8%;left:20%;animation-duration:24s;animation-delay:-10s;animation-name:shape-float-slow}.landing__shape--7{width:60px;height:60px;bottom:18%;left:25%;animation-duration:19s;animation-delay:-5s}.landing__hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.35;background-image:linear-gradient(rgba(18,94,138,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(18,94,138,.08) 1px,transparent 1px);background-size:48px 48px}.landing__hero-inner{position:relative;z-index:2;text-align:center;max-width:680px}.landing__hero-el{opacity:0;animation:fade-up .65s cubic-bezier(.22,1,.36,1) forwards}.landing__hero-el--1{animation-delay:.1s}.landing__hero-el--2{animation-delay:.25s}.landing__hero-el--3{animation-delay:.4s}.landing__hero-el--4{animation-delay:.55s}.landing__hero-badge{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:700;color:#105575;background:#fff;border:1.5px solid rgba(18,94,138,.3);padding:.4rem .9rem;border-radius:999px;margin-bottom:1.5rem;animation:badge-pulse 3s ease-in-out infinite}.landing__hero-badge-dot{width:8px;height:8px;border-radius:50%;background:#125e8a;flex-shrink:0}.landing__hero-title{font-size:clamp(2.5rem,5.5vw,3.75rem);line-height:1.1;font-weight:800;color:#0f172a;margin:0 0 1.15rem;letter-spacing:-.04em}.landing__hero-title--accent{background:linear-gradient(135deg,#105575,#125e8a,#8a716a);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:accent-shine 4s ease-in-out infinite}.landing__hero-subtitle{font-size:1.15rem;line-height:1.65;color:#475569;margin:0 auto 2rem;max-width:520px;font-weight:500}.landing__hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;align-items:center}.landing__stats{position:relative;z-index:2;display:flex;justify-content:center;gap:2rem;margin-top:3.5rem;padding:1.35rem 2rem;background:#fff;border-radius:20px;border:1px solid rgba(18,94,138,.15);box-shadow:0 8px 32px #125e8a0f;flex-wrap:wrap}.landing__stat{display:flex;flex-direction:column;align-items:center;gap:.15rem;min-width:100px}.landing__stat--stagger{opacity:0;animation:fade-up .6s cubic-bezier(.22,1,.36,1) forwards;animation-fill-mode:both}.landing__stat-value{font-size:1.6rem;font-weight:800;color:#105575;letter-spacing:-.02em}.landing__stat-label{font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.landing__section-inner{max-width:1100px;margin:0 auto;padding:0 1.5rem}.landing__features .landing__section-badge,.landing__features .landing__section-title,.landing__features .landing__section-subtitle,.landing__how .landing__section-badge,.landing__how .landing__section-title{opacity:0}.landing__section--visible .landing__section-badge{animation:fade-in-up .5s cubic-bezier(.22,1,.36,1) forwards}.landing__section--visible .landing__section-title{animation:fade-in-up .5s cubic-bezier(.22,1,.36,1) .08s forwards}.landing__section--visible .landing__section-subtitle{animation:fade-in-up .5s cubic-bezier(.22,1,.36,1) .16s forwards}.landing__section-badge{display:inline-block;font-size:.78rem;font-weight:700;color:#105575;background:#e8f1f6;border:1px solid rgba(18,94,138,.2);padding:.3rem .8rem;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.85rem}.landing__section-title{font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;color:#0f172a;margin:0 0 .6rem;letter-spacing:-.03em}.landing__section-subtitle{font-size:1.05rem;color:#475569;margin:0 0 2.5rem;max-width:560px;line-height:1.6;font-weight:500}.landing__features{padding:5rem 0;background:#fff}.landing__features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.landing__feature-card{position:relative;padding:1.75rem;border-radius:20px;border:1px solid #e2e8f0;background:#fff;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .3s;opacity:0;transform:translateY(20px);overflow:hidden}.landing__feature-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:2px;background:linear-gradient(135deg,#125e8a66,#125e8a33,#8a716a4d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .35s}.landing__section--visible .landing__feature-card{animation:fade-in-up .55s cubic-bezier(.22,1,.36,1) forwards}.landing__feature-card:hover{border-color:#125e8a59;box-shadow:0 16px 40px #125e8a1a,0 0 0 1px #125e8a1a;transform:translateY(-6px)}.landing__feature-card:hover:before{opacity:1}.landing__feature-card:hover .landing__feature-icon{transform:scale(1.08);box-shadow:0 8px 24px #125e8a33}.landing__feature-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#e8f1f6,#125e8a1f);color:#105575;margin-bottom:1rem;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s}.landing__feature-title{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.landing__feature-desc{font-size:.9rem;color:#475569;line-height:1.6;margin:0;font-weight:500}.landing__testimonial{padding:4rem 1.5rem;background:linear-gradient(180deg,#fff,#f1f5f9,#e8f1f6)}.landing__testimonial-inner{max-width:640px;margin:0 auto;text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:28px;border:1px solid rgba(18,94,138,.15);box-shadow:0 12px 40px #125e8a0f;position:relative}.landing__testimonial-inner:before{content:"“";position:absolute;top:1.25rem;left:1.5rem;font-size:4rem;line-height:1;color:#125e8a40;font-family:Georgia,serif}.landing__testimonial-quote{font-size:1.2rem;line-height:1.7;color:#334155;margin:0 0 1.25rem;font-weight:500;font-style:italic}.landing__testimonial-meta{display:flex;flex-direction:column;gap:.15rem}.landing__testimonial-author{font-size:.95rem;font-weight:700;color:#0f172a;font-style:normal}.landing__testimonial-role{font-size:.82rem;color:#64748b;font-weight:500}.landing__testimonial-stars{display:flex;justify-content:center;gap:.2rem;margin-top:1rem}.landing__testimonial-star{color:#fbbf24;opacity:.9}.landing__how{padding:5rem 0;background:linear-gradient(180deg,#f1f5f9,#fff)}.landing__steps-wrap{position:relative}.landing__steps-connector{display:none;position:absolute;top:4rem;left:12%;right:12%;height:2px;background:linear-gradient(90deg,transparent,rgba(18,94,138,.35),rgba(18,94,138,.35),transparent);border-radius:2px;z-index:0}@media(min-width:901px){.landing__steps-connector{display:block}}.landing__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;position:relative;z-index:1}.landing__step{position:relative;text-align:center;padding:2rem 1.25rem;background:#fff;border-radius:20px;border:1px solid #e2e8f0;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .3s;opacity:0;transform:translateY(24px)}.landing__section--visible .landing__step{animation:fade-in-up .6s cubic-bezier(.22,1,.36,1) forwards}.landing__step:hover{border-color:#125e8a4d;box-shadow:0 8px 24px #125e8a0f;transform:translateY(-3px)}.landing__step-num{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#105575,#125e8a);color:#fff;font-size:1.1rem;font-weight:800;margin-bottom:1rem;box-shadow:0 4px 14px #125e8a4d;transition:transform .3s,box-shadow .3s}.landing__step:hover .landing__step-num{transform:scale(1.08);box-shadow:0 6px 20px #125e8a66}.landing__step-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .4rem}.landing__step-desc{font-size:.88rem;color:#475569;line-height:1.55;margin:0;font-weight:500}.landing__cta{position:relative;padding:5rem 1.5rem;background:linear-gradient(135deg,#0e4a6d,#125e8a,#8a716a);text-align:center;overflow:hidden}.landing__cta-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.2;pointer-events:none;animation:float-blob 15s ease-in-out infinite}.landing__cta-blob--t{width:320px;height:320px;background:#fff6;top:-80px;right:-60px;animation-delay:0s}.landing__cta-blob--b{width:280px;height:280px;background:#ffffff40;bottom:-60px;left:-80px;animation-delay:-7s}.landing__cta-inner{max-width:640px;margin:0 auto;opacity:0;transform:translateY(20px)}.landing__section--visible .landing__cta-inner{animation:fade-in-up .7s cubic-bezier(.22,1,.36,1) .1s forwards}.landing__cta-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#fff;margin:0 0 .65rem;letter-spacing:-.02em}.landing__cta-subtitle{font-size:1.05rem;color:#ffffffd9;margin:0 0 2rem;font-weight:500}.landing__cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.landing__footer{position:relative;padding:1.5rem;background:#0f172a;overflow:hidden}.landing__footer-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.06;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.4) 1px,transparent 0);background-size:24px 24px;pointer-events:none}.landing__footer-inner{position:relative;z-index:1;max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.landing__footer-brand{display:flex;align-items:center;gap:.4rem}.landing__footer-logo{font-size:1.1rem;font-weight:800;color:#fff;letter-spacing:-.02em}.landing__footer-copy{margin:0;font-size:.82rem;color:#94a3b8;font-weight:500}.landing__popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a73;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.landing__popup-backdrop--animate{animation:backdrop-fade .25s ease-out}.landing__popup{background:#fff;border-radius:28px;box-shadow:0 24px 64px #0000001f,0 0 0 1px #0000000a;max-width:440px;width:100%;overflow:hidden}.landing__popup--animate{animation:pop-in .35s cubic-bezier(.34,1.56,.64,1)}.landing__popup-header{display:flex;align-items:center;justify-content:space-between;padding:1.35rem 1.5rem 0}.landing__popup-title{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.landing__popup-close{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:8px;display:flex;transition:all .2s}.landing__popup-close:hover{color:#1e293b;background:#f1f5f9}.landing__popup-subtitle{font-size:.92rem;color:#475569;margin:.4rem 1.5rem 1.25rem;font-weight:500}.landing__popup-options{display:flex;flex-direction:column;gap:.6rem;padding:0 1.5rem 1.5rem}.landing__popup-option{display:flex;align-items:center;gap:1rem;width:100%;text-align:left;background:#f1f5f9;border:1.5px solid transparent;border-radius:14px;padding:1rem 1.15rem;cursor:pointer;transition:all .2s}.landing__popup-option:hover{background:#e8f1f6;border-color:#125e8a66;box-shadow:0 4px 16px #125e8a1a}.landing__popup-option-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;flex-shrink:0}.landing__popup-option-icon--patient{background:linear-gradient(135deg,#e8f1f6,#125e8a26);color:#105575}.landing__popup-option-icon--org{background:linear-gradient(135deg,#ede9fe,#8b5cf61f);color:#7c3aed}.landing__popup-option-text{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.landing__popup-option-title{font-size:.98rem;font-weight:700;color:#0f172a}.landing__popup-option-desc{font-size:.82rem;color:#475569;line-height:1.4;font-weight:500}.landing__popup-option-arrow{color:#94a3b8;flex-shrink:0;transition:transform .2s,color .2s}.landing__popup-option:hover .landing__popup-option-arrow{color:#105575;transform:translate(3px)}@media(max-width:900px){.landing__features-grid,.landing__steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.landing__nav-links{display:none}.landing__hero{min-height:auto;padding:3rem 1rem 2rem}.landing__hero-title{font-size:2.2rem}.landing__hero-blob{filter:blur(30px);opacity:.3}.landing__hero-shapes .landing__shape{opacity:.5}.landing__stats{gap:1rem;padding:1rem;margin-top:2.5rem}.landing__stat-value{font-size:1.3rem}.landing__features-grid{grid-template-columns:1fr}.landing__steps{grid-template-columns:1fr 1fr;gap:1rem}.landing__section-title{font-size:1.5rem}.landing__feature-card{padding:1.25rem}.landing__testimonial-inner{padding:1.75rem 1.25rem}.landing__testimonial-quote{font-size:1.05rem}.landing__cta{padding:3.5rem 1rem}.landing__footer-inner{flex-direction:column;text-align:center}}@media(max-width:420px){.landing__steps{grid-template-columns:1fr}.landing__hero-actions{flex-direction:column;width:100%}.landing__hero-actions .landing__btn{width:100%}}@media(prefers-reduced-motion:reduce){.landing__header--animate,.landing__hero-el,.landing__stat--stagger,.landing__feature-card,.landing__step,.landing__cta-inner,.landing__popup-backdrop--animate,.landing__popup--animate,.landing__section--visible .landing__section-badge,.landing__section--visible .landing__section-title,.landing__section--visible .landing__section-subtitle{animation:none!important;opacity:1!important;transform:none!important}.landing__hero-title--accent,.landing__hero-glow,.landing__hero-badge,.landing__hero-blob,.landing__cta-blob,.landing__shape{animation:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.location-picker__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.location-picker__search-wrap{flex:1;min-width:180px;display:flex;gap:.5rem}.location-picker__search{flex:1;min-width:0;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fafbfc;font-size:.9375rem;transition:border-color .2s,box-shadow .2s,background .2s}.location-picker__search:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #8a716a2e;background:#f0f5fa}.location-picker__search::placeholder{color:#9ca3af}.location-picker__search-btn{height:44px;padding:0 1.25rem;border:none;border-radius:12px;background:#125e8a;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;transition:background .2s,transform .15s}.location-picker__search-btn:hover:not(:disabled){background:#0f4f75}.location-picker__search-btn:disabled{opacity:.7;cursor:not-allowed}.location-picker__locate-btn{height:44px;display:inline-flex;align-items:center;gap:.35rem;padding:0 1rem;border:1.5px solid rgba(18,94,138,.35);border-radius:12px;background:#f0f5fa;color:#125e8a;cursor:pointer;font-size:.875rem;font-weight:600;white-space:nowrap;transition:background .2s,border-color .2s}.location-picker__locate-btn:hover{background:#e8f1f6;border-color:#125e8a}.location-picker__error{margin:0 0 .5rem;font-size:.8rem;color:#dc2626}.location-picker__map-wrap{height:220px;border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000a}.location-picker__map{height:100%;width:100%;background:#e8f1f6}.location-picker__address{margin:.5rem 0 0;font-size:.8125rem;color:#64748b}@keyframes fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes swoosh-drift{0%{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(20px,-15px) scale(1.12);opacity:.9}to{transform:translate(0) scale(1);opacity:.7}}.register{display:flex;min-height:100vh;height:100vh;flex:1 1 10px;font-family:Manrope,sans-serif;background:#edf4f8;overflow:hidden}.register *{font-family:Manrope,sans-serif;box-sizing:border-box}.register__brand{position:relative;flex:0 0 55%;overflow:hidden;margin:1.25rem 0 1.25rem 1.25rem;border-radius:24px}.register__brand-img{width:100%;height:100%;object-fit:cover;display:block}.register__brand-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(170deg,#204b572e,#204b5740 40%,#193c4680)}.register__brand-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;padding:2.4rem 2.6rem;color:#fff}.register__brand-logo{display:flex;align-items:center;gap:.55rem;cursor:pointer}.register__brand-logo span{font-size:1.55rem;font-weight:700;letter-spacing:-.01em}.register__brand-tagline-wrap{flex:1;display:flex;align-items:center;justify-content:center}.register__brand-tagline{font-size:clamp(2rem,3.2vw,3rem);font-weight:400;line-height:1.25;letter-spacing:-.01em}.register__brand-tagline--accent{color:#5bbee0;font-weight:700}.register__brand-tagline--bold{position:relative;display:inline-block;font-weight:700}.register__brand-tagline--bold:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;background:#5bbee0;border-radius:3px}.register__brand-curve{position:absolute;bottom:-2px;right:-2px;width:160px;height:160px;z-index:3;background:#edf4f8;border-top-left-radius:100%}.register__brand-swoosh{position:absolute;bottom:0;left:0;width:220px;height:140px;z-index:3;background:linear-gradient(135deg,#0D4262 0%,#125E8A 60%,transparent 100%);border-top-right-radius:100%;opacity:.7;animation:swoosh-drift 6s ease-in-out infinite}.register__form-panel{position:relative;flex:1;display:flex;align-items:stretch;justify-content:center;padding:2rem 2.5rem}.register__decor-circle{position:absolute;border-radius:50%;z-index:0}.register__decor-circle--top{width:220px;height:220px;top:-60px;right:-60px;background:radial-gradient(circle at 40% 40%,#125e8a40,#125e8a14 70%);border:2px solid rgba(18,94,138,.15)}.register__decor-circle--bottom{width:140px;height:140px;bottom:40px;left:-40px;background:radial-gradient(circle at 60% 60%,#125e8a2e,#125e8a0a 70%);border:2px solid rgba(18,94,138,.12)}.register__card{position:relative;z-index:1;width:100%;max-height:900px;display:flex;flex-direction:column;padding:2rem;border-radius:26px;background:#ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6);box-shadow:0 8px 32px #0d253712,0 1.5px 4px #0d25370a;animation:fade-in .45s ease}.register__card-header{flex-shrink:0;padding:0 0 .75rem}.register__card-body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:.25rem .25rem .5rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(18,94,138,.3) transparent}.register__card-body::-webkit-scrollbar{width:5px}.register__card-body::-webkit-scrollbar-track{background:transparent}.register__card-body::-webkit-scrollbar-thumb{background:#125e8a40;border-radius:3px}.register__card-body::-webkit-scrollbar-thumb:hover{background:#125e8a73}.register__back{display:inline-flex;align-items:center;gap:.3rem;padding:.38rem .8rem;margin-bottom:1rem;background:#f1f5f9;border:none;border-radius:10px;color:#475569;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s}.register__back:hover{background:#e8f1f6;color:#0e4a6d}.register__title{margin:0 0 .25rem;font-size:1.55rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;line-height:1.15}.register__subtitle{margin:0;font-size:.9rem;color:#64748b;font-weight:500}.register__role-tabs{display:flex;justify-content:center;gap:.35rem;margin-bottom:1.15rem;padding:.3rem;background:#f1f5f9;border-radius:12px}.register__role-tab{flex:1;padding:.55rem .75rem;border:none;background:none;color:#64748b;cursor:pointer;font-size:.86rem;font-weight:600;border-radius:10px;transition:all .2s}.register__role-tab--active{background:linear-gradient(135deg,#0e4a6d,#125e8a);color:#fff;box-shadow:0 2px 8px #125e8a4d}.register__role-tab:hover:not(.register__role-tab--active){color:#1e293b;background:#fff9}.register__form{display:flex;flex-direction:column;gap:1.1rem}.register__row{display:flex;gap:.85rem}.register__row .register__field{flex:1}.register__field{position:relative}.register__label{display:block;margin-bottom:.35rem;font-size:.82rem;font-weight:700;color:#334155}.register__input,.register__select{width:100%;padding:.72rem .9rem;border:1.5px solid #e2e8f0;border-radius:12px;font-size:.92rem;background:#f0f5fa;color:#1e293b;transition:border-color .2s,box-shadow .2s,background .2s}.register__input:focus,.register__select:focus{outline:none;border-color:#125e8a;box-shadow:0 0 0 4px #125e8a1f;background:#f0f5fa}.register__input::placeholder,.register__select::placeholder{color:#94a3b8}.register__input--error,.register__select--error{border-color:#dc2626;background:#dc262608}.register__select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.2rem}.register__field-error{display:block;margin-top:.28rem;font-size:.76rem;color:#dc2626;font-weight:600}.register__hint{margin:.2rem 0 0;font-size:.78rem;color:#64748b;font-style:italic}.register__error{margin:0;font-size:.85rem;color:#dc2626;padding:.55rem .8rem;background:#dc26260d;border:1px solid rgba(220,38,38,.15);border-radius:10px;font-weight:600}.register__file-input{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.register__file-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;padding:1.2rem;border:2px dashed rgba(18,94,138,.35);border-radius:14px;background:#ecfdf580;cursor:pointer;transition:all .2s;position:relative}.register__file-zone--drag{border-color:#125e8a;background:#125e8a14}.register__file-zone--error{border-color:#dc2626;background:#dc26260a}.register__file-zone:hover{border-color:#125e8a99;background:#ecfdf5b3}.register__file-zone-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#125e8a26;color:#0e4a6d;font-size:1.4rem;font-weight:600;line-height:1;margin-bottom:.5rem}.register__file-zone-title{font-size:.88rem;font-weight:600;color:#1e293b;margin-bottom:.15rem}.register__file-zone-hint{font-size:.8rem;color:#64748b}.register__file-zone-formats{font-size:.72rem;color:#94a3b8;margin-top:.1rem}.register__file-zone-count{margin-top:.4rem;font-size:.82rem;font-weight:600;color:#0e4a6d}.register__submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.82rem 1.25rem;border:none;border-radius:14px;font-size:1rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#0e4a6d,#197bbd);box-shadow:0 10px 20px #125e8a47;cursor:pointer;transition:all .25s}.register__submit:hover:not(:disabled){box-shadow:0 8px 32px #125e8a66;transform:translateY(-2px)}.register__submit:active:not(:disabled){transform:scale(.98)}.register__submit:disabled{opacity:.6;cursor:not-allowed}.register__spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.register__footer{flex-shrink:0;padding:.85rem 0 0;display:flex;flex-direction:column;gap:.5rem;align-items:stretch;font-size:.88rem;color:#64748b;text-align:center;font-weight:500}.register__footer p{margin:0}.register__link{background:none;border:none;color:#0e4a6d;cursor:pointer;text-decoration:none;font-weight:700;padding:0;font-size:inherit;transition:color .2s}.register__link:hover{color:#0e4a6d;text-decoration:underline}.register__policies{margin-top:.35rem;padding:.85rem 1rem;background:#e8f1f6;border:1px solid rgba(18,94,138,.2);border-radius:12px}.register__policies-title{margin:0 0 .1rem;font-size:.88rem;font-weight:800;color:#0f172a}.register__policies-hint{margin:0 0 .65rem;font-size:.78rem;color:#64748b;font-weight:500}.register__policy-item{background:#f0f5fa;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .8rem;margin-bottom:.45rem;transition:border-color .2s}.register__policy-item:last-of-type{margin-bottom:0}.register__policy-item:hover{border-color:#125e8a4d}.register__policy-check{display:flex;align-items:center;gap:.5rem;cursor:pointer}.register__policy-check input[type=checkbox]{width:18px;height:18px;accent-color:#0E4A6D;cursor:pointer;flex-shrink:0}.register__policy-check-label{font-size:.85rem;font-weight:500;color:#334155}.register__policy-check-label strong{font-weight:700;color:#0f172a}.register__policy-toggle{background:none;border:none;padding:0;margin-top:.3rem;font-size:.76rem;font-weight:700;color:#125e8a;cursor:pointer;display:inline-block}.register__policy-toggle:hover{color:#0e4a6d;text-decoration:underline}.register__policy-content{margin-top:.55rem;padding:.65rem .8rem;background:#f1f5f9;border-radius:8px;font-size:.8rem;line-height:1.6;color:#475569;max-height:180px;overflow-y:auto;white-space:pre-wrap}.register__policy-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;border-radius:20px;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50}.register__policy-modal{width:min(640px,94vw);max-height:100%;background:#f0f5fa;border-radius:18px;box-shadow:0 18px 45px #0f172a40,0 0 0 1px #94a3b866;display:flex;flex-direction:column;overflow:hidden}.register__policy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.85rem 1.1rem;border-bottom:1px solid #e2e8f0;background:linear-gradient(135deg,#E8F1F6,var(--themeColor))}.register__policy-modal-title{margin:0;font-size:.98rem;font-weight:800;color:#0f172a}.register__policy-modal-close{border:none;background:#f1f5f9;color:#334155;font-size:1.1rem;line-height:1;cursor:pointer;padding:.1rem .35rem;border-radius:999px}.register__policy-modal-close:hover{background:#f1f5f9;color:#334155}.register__policy-modal-body{padding:1rem 1.1rem 1.2rem;overflow-y:auto}.register__policy-modal-content{font-size:.86rem;line-height:1.7;text-align:left;color:#334155;white-space:pre-wrap}@media(max-width:1200px){.register__brand{flex-basis:50%}.register__brand-tagline{font-size:clamp(1.8rem,3vw,2.6rem)}}@media(max-width:900px){.register{flex-direction:column;align-items:stretch;height:auto;min-height:100vh;background:url(/images/login_bg_3.jpg) center center/cover no-repeat;overflow:auto}.register__brand,.register__brand-curve,.register__brand-swoosh{display:none}.register__form-panel{flex:1;padding:2.5rem 1.25rem 2rem}.register__card{max-width:520px;margin:0 auto}}@media(max-width:600px){.register__card{padding:1.4rem 1.3rem;border-radius:20px}.register__title{font-size:1.3rem}.register__row{flex-direction:column;gap:1rem}.register__role-tabs{gap:.2rem;padding:.2rem}.register__role-tab{font-size:.8rem;padding:.42rem .5rem}}.sidebar{position:fixed;left:0;top:0;bottom:0;width:var(--sidebarWidth, 250px);background-color:#fff;box-shadow:0 4px 16px #125e8a0f;display:flex;flex-direction:column;z-index:10}.sidebar__header{padding:1.25rem 1rem;border-bottom:1px solid #eee}.sidebar__logo{font-weight:600;font-size:1.125rem;color:#197bbd}.sidebar__nav{flex:1;padding:1rem 0;display:flex;flex-direction:column;gap:.25rem}.sidebar__link{display:block;width:100%;padding:.625rem 1rem;text-align:left;background:none;border:none;font-size:.9375rem;color:#1e293b;cursor:pointer;transition:background-color .2s}.sidebar__link:hover{background-color:#fff}.sidebar__footer{padding:1rem;border-top:1px solid #eee}.sidebar__logout{width:100%;padding:.5rem;background:none;border:1px solid #ddd;border-radius:16px;color:#64748b;cursor:pointer;font-size:.875rem}.sidebar__logout:hover{background-color:#fff;color:#1e293b}.dashboard{display:flex;min-height:100vh;background-color:#fff}.dashboard__main{flex:1;padding:2rem;margin-left:var(--sidebarWidth, 250px)}.dashboard__title{margin:0 0 1rem;font-size:1.5rem;color:#1e293b}.dashboard__text{margin:0;color:#64748b}.admin-layout{display:flex;flex:1 1 10px;min-height:100vh;font-family:Manrope,sans-serif;color:#243041;background:linear-gradient(180deg,#f5f8faf0,#edf4f8db),url(/images/login_bg.png) center center/cover no-repeat}.admin-layout *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-layout__sidebar{position:fixed;top:0;left:0;bottom:0;width:220px;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#f0f5fa,#e8f1f6);border-right:1px solid #C2B8B2;box-shadow:0 8px 30px #0f172a12;z-index:20;transition:width .25s ease}.admin-layout__sidebar--collapsed{width:76px}.admin-layout__sidebar--collapsed .admin-layout__logo-text,.admin-layout__sidebar--collapsed .admin-layout__link-text,.admin-layout__sidebar--collapsed .admin-layout__help,.admin-layout__sidebar--collapsed .admin-layout__logout-text{display:none}.admin-layout__sidebar--collapsed .admin-layout__link{justify-content:center;padding:.7rem}.admin-layout__sidebar--collapsed .admin-layout__link-arrow{display:none}.admin-layout__sidebar-header{padding:1.2rem 1rem;border-bottom:1px solid #e7eef2}.admin-layout__logo{display:flex;align-items:center;gap:.48rem;font-weight:800;font-size:1.8rem;letter-spacing:-.02em;color:#243041}.admin-layout__nav{display:flex;flex-direction:column;gap:.3rem;padding:.9rem .5rem}.admin-layout__link{border:none;background:none;border-radius:11px;padding:.7rem .75rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#435062;font-size:.92rem;font-weight:600;transition:all .22s ease}.admin-layout__link:hover:not(.admin-layout__link--active){background:#125e8a14;color:#125e8a}.admin-layout__link--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 8px 20px #125e8a59}.admin-layout__link-inner{display:flex;align-items:center;gap:.6rem}.admin-layout__link-icon{display:inline-flex}.admin-layout__link-arrow{display:inline-flex;opacity:.78}.admin-layout__help{margin:auto .8rem .8rem;padding:.95rem .85rem;background:linear-gradient(180deg,#fff,#f7fafb);border:1px solid #e2eaef;border-radius:14px;box-shadow:0 10px 22px #10182814}.admin-layout__help-title{margin:0;font-size:1rem;font-weight:800;color:#243041}.admin-layout__help-text{margin:.35rem 0 .75rem;font-size:.92rem;font-weight:600;color:#6a7788}.admin-layout__help-btn{width:100%;border:none;padding:.58rem;border-radius:10px;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer}.admin-layout__footer{padding:.8rem;border-top:1px solid #e6edf2;display:flex;gap:.5rem}.admin-layout__logout{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;border:1px solid #ffd4d4;background:#fff2f2;color:#df4444;padding:.6rem .75rem;border-radius:10px;font-size:.92rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-layout__logout:hover{background:#fee2e2;border-color:#fca5a5;box-shadow:0 2px 8px #ef44441f}.admin-layout__collapse{width:36px;border:1px solid #dbe5eb;background:#f8fafc;border-radius:10px;color:#7a8796;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.admin-layout__collapse:hover{border-color:#c2b8b2;color:#125e8a;background:#e8f1f6}.admin-layout__main-wrap{margin-left:220px;flex:1;display:flex;flex-direction:column;min-height:100vh;transition:margin-left .2s ease}.admin-layout--collapsed .admin-layout__main-wrap{margin-left:76px}.admin-layout__header{position:sticky;top:0;z-index:10;margin:.9rem 1rem 0;padding:.55rem .8rem;border-radius:14px;border:1px solid rgba(212,236,225,.6);background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:space-between;gap:1rem;box-shadow:0 2px 12px #125e8a0a}.admin-layout__header-left{min-width:0}.admin-layout__page-title{margin:0;font-size:1.6rem;line-height:1.15;font-weight:800;color:#1f2937;letter-spacing:-.02em}.admin-layout__header-right{display:flex;align-items:center;gap:.45rem;margin-left:auto}.admin-layout__header-btn{position:relative;width:40px;height:40px;border:1px solid #e1e8ee;background:#f0f5fa;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;color:#5f6b7a;cursor:pointer;transition:all .2s}.admin-layout__header-btn:hover{border-color:#c2b8b2;background:#e8f1f6;color:#125e8a;box-shadow:0 2px 8px #125e8a1a}.admin-layout__header-badge{position:absolute;right:4px;top:3px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:16px;height:16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.admin-layout__profile{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #e1e8ee;background:#f0f5fa;border-radius:12px;padding:.25rem .55rem .25rem .3rem;cursor:pointer;transition:all .2s}.admin-layout__profile:hover{border-color:#c2b8b2;box-shadow:0 2px 10px #125e8a0f}.admin-layout__avatar{width:36px;height:36px;border-radius:999px;object-fit:cover}.admin-layout__profile-meta{display:flex;flex-direction:column;text-align:left}.admin-layout__profile-role{font-size:.72rem;font-weight:600;color:#7a8696}.admin-layout__profile-name{font-size:.95rem;font-weight:800;color:#283241}.admin-layout__profile-chevron{color:#728090;display:inline-flex}.admin-layout__main{padding:.9rem 1rem 1rem;overflow-x:hidden;overflow-y:auto;display:flex;flex:1 1 0;min-height:0;background:linear-gradient(180deg,#f5f8fa9e,#edf4f88a),url(/images/login_bg.png) center center/cover no-repeat;border-radius:16px 0 0}.admin-layout__main:has(>.organisation-admin){overflow:visible}.admin-layout__main>.patient-home,.admin-layout__main>.discover-providers,.admin-layout__main>.appointments,.admin-layout__main>.patient-records,.admin-layout__main>.patient-profile,.admin-layout__main>.provider-detail{width:100%;max-width:none;margin:0;min-height:0;height:100%;flex:1}.admin-layout__main .appointments__hero{width:min(1120px,100% - 2rem)}.admin-layout__main .patient-profile__content{max-width:min(900px,100%)}.admin-layout__main .patient-home__search-overlay{max-width:760px}.admin-layout__mobile-bottom-nav{display:none}@media(max-width:1100px){.admin-layout__sidebar{width:76px}.admin-layout__logo-text,.admin-layout__link-text,.admin-layout__link-arrow,.admin-layout__help,.admin-layout__logout-text{display:none}.admin-layout__main-wrap{margin-left:76px}}@media(max-width:1024px){.admin-layout--patient .admin-layout__sidebar{display:none}.admin-layout--patient .admin-layout__main-wrap{margin-left:0}.admin-layout--patient .admin-layout__header{margin:.6rem .6rem 0}.admin-layout--patient .admin-layout__main{padding:.6rem .6rem 74px;border-radius:12px 12px 0 0}.admin-layout--patient .admin-layout__mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;justify-content:space-around;align-items:center;gap:.2rem;background:#f0f5fa;border-top:1px solid #dce6ed;padding:.45rem .25rem max(.45rem,env(safe-area-inset-bottom));box-shadow:0 -8px 24px #0f172a14}.admin-layout--patient .admin-layout__mobile-bottom-item{flex:1 1 0;border:none;background:transparent;color:#6b7c8e;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;font-size:.68rem;font-weight:600;padding:.3rem .1rem;border-radius:8px}.admin-layout--patient .admin-layout__mobile-bottom-item--active{color:#125e8a}.admin-layout--patient .admin-layout__mobile-bottom-icon{display:inline-flex}}@media(max-width:760px){.admin-layout{flex-direction:column}.admin-layout__sidebar{position:static;width:100%}.admin-layout__main-wrap{margin-left:0}.admin-layout__page-title{font-size:1.3rem}}.admin-dashboard{font-family:Manrope,sans-serif;color:#1e293b;margin:0 22px;flex:1 1 10px;position:relative;z-index:1}.admin-dashboard *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-dashboard__welcome{display:flex;align-items:baseline;gap:.9rem;margin-bottom:1rem}.admin-dashboard__title{font-size:1.85rem;line-height:1.15;font-weight:800;margin:0;color:#1e293b;letter-spacing:-.02em}.admin-dashboard__subtitle{margin:0 0 1.1rem;font-size:1rem;font-weight:500;color:#64748b}.admin-dashboard__subtitle button{background:none;border:none;padding:0;font-size:inherit;font-weight:700;color:#125e8a;text-decoration:underline;cursor:pointer}.admin-dashboard__loading{padding:3rem;text-align:center;color:#64748b;font-weight:500}.admin-dashboard__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.admin-dashboard__card{background:linear-gradient(135deg,#f0f5fa,#e8f1f6);border:1px solid #C2B8B2;border-radius:18px;padding:1.1rem 1.15rem;display:flex;justify-content:space-between;align-items:flex-start;box-shadow:0 6px 18px #125e8a1f;transition:box-shadow .25s,transform .25s}.admin-dashboard__card:hover{box-shadow:0 10px 28px #125e8a1a;transform:translateY(-2px)}.admin-dashboard__card-label{margin:0;font-size:.875rem;font-weight:600;color:#64748b}.admin-dashboard__card-value{margin:.3rem 0;font-size:2rem;line-height:1.1;font-weight:800;color:#1e293b;letter-spacing:-.03em}.admin-dashboard__card-change{margin:0;font-size:.875rem;font-weight:700;color:#059669}.admin-dashboard__card-view{margin-top:.4rem;border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:700;font-size:.8rem;border-radius:999px;padding:.3rem .85rem;cursor:pointer;box-shadow:0 2px 8px #125e8a33;transition:all .2s}.admin-dashboard__card-view:hover{box-shadow:0 4px 12px #125e8a59;transform:translateY(-1px)}.admin-dashboard__card-icon{width:48px;height:48px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:800}.admin-dashboard__card-icon--green{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff}.admin-dashboard__card-icon--blue{background:#eff6ff;color:#2563eb}.admin-dashboard__card-icon--yellow{background:#fffbeb;color:#d97706}.admin-dashboard__card-icon--purple{background:#faf5ff;color:#7c3aed}.admin-dashboard__charts-row{display:grid;grid-template-columns:1.6fr 1fr;gap:1rem;margin-bottom:1.25rem}.admin-dashboard__chart-card,.admin-dashboard__section{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:18px;padding:1.1rem;box-shadow:0 6px 18px #125e8a1f}.admin-dashboard__chart-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}.admin-dashboard__chart-title span:first-child{font-size:1rem;font-weight:800;color:#1e293b}.admin-dashboard__chart-select{border:1.5px solid #C2B8B2;background:#edf2f7;border-radius:10px;padding:.35rem .65rem;font-size:.85rem;font-weight:600;color:#64748b;font-family:Manrope,sans-serif}.admin-dashboard__chart-legend{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:#64748b}.admin-dashboard__chart-legend i{width:8px;height:8px;border-radius:50%;background:#197bbd;display:inline-block}.admin-dashboard__chart-line-wrap{height:190px}.admin-dashboard__line-grid,.admin-dashboard__bar-wrap{display:grid;grid-template-columns:38px 1fr;gap:.45rem}.admin-dashboard__bar-ylabels{height:190px;display:flex;flex-direction:column;justify-content:space-between;font-size:.75rem;font-weight:700;color:#94a3b8}.admin-dashboard__chart-placeholder{height:190px;border-radius:14px;padding:.65rem .5rem 0;background:linear-gradient(180deg,#125e8a1a,#125e8a05);display:flex;align-items:flex-end;justify-content:space-evenly;gap:.35rem}.admin-dashboard__chart-bar{flex:0 0 14px;width:14px;background:linear-gradient(180deg,#197bbd,#125e8a);border-radius:6px 6px 0 0;transition:opacity .2s}.admin-dashboard__chart-bar:hover{opacity:.85}.admin-dashboard__chart-line-labels{text-align:center;display:grid;grid-template-columns:repeat(6,1fr);font-size:.78rem;font-weight:700;color:#94a3b8;margin-top:.5rem}.admin-dashboard__bottom-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}.admin-dashboard__section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.65rem}.admin-dashboard__section-link{border:none;background:none;padding:0;font-size:.85rem;font-weight:700;color:#197bbd;cursor:pointer;transition:color .2s}.admin-dashboard__section-link:hover{color:#125e8a}.admin-dashboard__tabs{display:flex;gap:.85rem;border-bottom:2px solid #e2e8f0;margin-bottom:.75rem}.admin-dashboard__tab{background:none;border:none;padding:.5rem .15rem .6rem;margin-bottom:-2px;font-size:.9rem;font-weight:600;color:#94a3b8;cursor:pointer;border-bottom:2.5px solid transparent;display:inline-flex;align-items:center;gap:.35rem;transition:color .2s,border-color .2s}.admin-dashboard__tab:hover{color:#64748b}.admin-dashboard__tab--active{color:#125e8a;border-bottom-color:#125e8a}.admin-dashboard__tab-badge{background:#fef3c7;color:#b45309;font-size:.75rem;font-weight:700;border-radius:999px;padding:.12rem .5rem}.admin-dashboard__table-wrap{border:1px solid #C2B8B2;border-radius:16px;overflow:auto;background:#f0f5fa;box-shadow:0 4px 16px #125e8a1f}.admin-dashboard__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-dashboard__table th,.admin-dashboard__table td{padding:.75rem 1rem;text-align:left}.admin-dashboard__table th{background:#125e8a;color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-dashboard__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-dashboard__table tbody tr{transition:background .15s}.admin-dashboard__table tbody tr:hover{background:#edf2f7}.admin-dashboard__table tbody tr:last-child td{border-bottom:none}.admin-dashboard__table-footer{margin-top:.65rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.8rem;font-weight:600;color:#64748b}.admin-dashboard__pagination{display:inline-flex;align-items:center;gap:.4rem}.admin-dashboard__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .3rem;border-radius:8px;cursor:pointer;transition:all .2s}.admin-dashboard__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.admin-dashboard__page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-dashboard__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}.admin-dashboard__table-user{display:flex;align-items:center;gap:.5rem}.admin-dashboard__table-avatar{width:34px;height:34px;border-radius:999px;object-fit:cover;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border:1.5px solid #a7f3d0}.admin-dashboard__table-name{font-weight:700;color:#1e293b}.admin-dashboard__status{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.admin-dashboard__status--pending{background:#fef3c7;color:#b45309}.admin-dashboard__status--completed,.admin-dashboard__status--approved{background:#e8f1f6;color:#125e8a}.admin-dashboard__status--rejected{background:#fee2e2;color:#b91c1c}.admin-dashboard__btn{border:none;border-radius:8px;font-size:.78rem;font-weight:700;padding:.32rem .6rem;cursor:pointer;margin-right:.3rem;transition:all .2s}.admin-dashboard__btn--approve{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff}.admin-dashboard__btn--reject{background:#fff1f1;color:#dc2626;border:1px solid #fecaca}.admin-dashboard__payments{display:flex;flex-direction:column}.admin-dashboard__payments-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.admin-dashboard__payment-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f1f5f9;transition:background .15s}.admin-dashboard__payment-item:hover{background:#edf2f7}.admin-dashboard__payment-left{display:flex;align-items:center;gap:.5rem}.admin-dashboard__payment-meta{display:flex;flex-direction:column}.admin-dashboard__payment-id{font-size:.78rem;font-weight:600;color:#94a3b8}.admin-dashboard__payment-name{font-size:.92rem;font-weight:700;color:#1e293b}.admin-dashboard__payment-right{display:flex;align-items:center;gap:.5rem}.admin-dashboard__payment-amount{font-size:1rem;font-weight:800;color:#1e293b}.admin-dashboard__download-btn{margin-top:.85rem;border:1.5px solid #C2B8B2;background:#edf2f7;color:#1e293b;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1rem;border-radius:12px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-dashboard__download-btn:hover{border-color:#197bbd;background:#e8f1f6}@media(max-width:1320px){.admin-dashboard__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-dashboard__charts-row,.admin-dashboard__bottom-grid{grid-template-columns:1fr}}@media(max-width:768px){.admin-dashboard{margin:0 12px}.admin-dashboard__welcome{flex-direction:column;align-items:flex-start;gap:.35rem}.admin-dashboard__title{font-size:1.5rem}.admin-dashboard__cards{grid-template-columns:1fr}.admin-dashboard__card{padding:.9rem}.admin-dashboard__section{padding:.85rem}}.admin-providers{font-family:Manrope,sans-serif;flex:1 1 10px;margin:0 22px;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-providers *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-providers__title{font-size:1.85rem;font-weight:800;margin:0 0 .25rem;color:#1e293b}.admin-providers__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.admin-providers__toolbar{display:flex;align-items:center;gap:.75rem;margin-bottom:.85rem;flex-wrap:wrap}.admin-providers__search{flex:1;min-width:200px;height:42px;border:1.5px solid #C2B8B2;border-radius:12px;padding:0 .85rem;background:#f0f5fa;color:#334155;font-size:.875rem;font-family:Manrope,sans-serif;transition:border-color .2s,box-shadow .2s}.admin-providers__search:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-providers__card{flex:1;min-height:0;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-providers__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-providers__table th,.admin-providers__table td{padding:.75rem 1rem;text-align:left}.admin-providers__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-providers__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-providers__table tbody tr{transition:background .15s}.admin-providers__table tbody tr:hover{background:#edf2f7}.admin-providers__table tbody tr:last-child td{border-bottom:none}.admin-providers__name-cell{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.admin-providers__avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.admin-providers__status{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.admin-providers__status--pending{background:#fef3c7;color:#b45309}.admin-providers__status--approved{background:#e8f1f6;color:#125e8a}.admin-providers__status--rejected{background:#fee2e2;color:#b91c1c}.admin-providers__inline-actions{display:inline-flex;gap:.4rem;align-items:center}.admin-providers__btn{border:none;border-radius:8px;padding:.32rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-providers__btn:disabled{opacity:.55;cursor:not-allowed}.admin-providers__btn--approve{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;box-shadow:0 2px 6px #125e8a33}.admin-providers__btn--approve:hover:not(:disabled){box-shadow:0 4px 10px #125e8a4d;transform:translateY(-1px)}.admin-providers__btn--view{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;box-shadow:0 2px 6px #125e8a33}.admin-providers__btn--view:hover:not(:disabled){box-shadow:0 4px 10px #125e8a4d;transform:translateY(-1px)}.admin-providers__btn--reject{background:#fff1f1;color:#dc2626;border:1px solid #fecaca}.admin-providers__btn--reject:hover:not(:disabled){background:#fee2e2}.admin-providers__footer{padding:.7rem 1rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid #f1f5f9}.admin-providers__pagination{display:inline-flex;align-items:center;gap:.4rem}.admin-providers__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.admin-providers__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.admin-providers__page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-providers__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:768px){.admin-providers{margin:0 12px}.admin-providers__toolbar{flex-direction:column;align-items:stretch}.admin-providers__search{width:100%}.admin-providers__table th,.admin-providers__table td{padding:.6rem .65rem;font-size:.8rem}}.admin-patients{font-family:Manrope,sans-serif;flex:1 1 10px;margin:0 22px;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-patients *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-patients__title{font-size:1.85rem;font-weight:800;margin:0 0 .25rem;color:#1e293b}.admin-patients__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.admin-patients__toolbar{display:flex;gap:.75rem;margin-bottom:.85rem}.admin-patients__search{flex:1;height:42px;border:1.5px solid #C2B8B2;border-radius:12px;padding:0 .85rem;background:#f0f5fa;color:#334155;font-size:.875rem;font-family:Manrope,sans-serif;transition:border-color .2s,box-shadow .2s}.admin-patients__search:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-patients__card{flex:1;min-height:0;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-patients__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-patients__table th,.admin-patients__table td{padding:.75rem 1rem;text-align:left}.admin-patients__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-patients__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-patients__table tbody tr{transition:background .15s}.admin-patients__table tbody tr:hover{background:#edf2f7}.admin-patients__table tbody tr:last-child td{border-bottom:none}.admin-patients__name-cell{display:inline-flex;align-items:center;gap:.6rem;font-weight:600}.admin-patients__avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.admin-patients__view-btn{border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:700;border-radius:8px;padding:.32rem .85rem;font-size:.78rem;cursor:pointer;box-shadow:0 2px 6px #125e8a33;transition:all .2s}.admin-patients__view-btn:hover{box-shadow:0 4px 10px #125e8a4d;transform:translateY(-1px)}.admin-patients__footer{padding:.7rem 1rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid #f1f5f9}.admin-patients__pagination{display:inline-flex;align-items:center;gap:.4rem}.admin-patients__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.admin-patients__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.admin-patients__page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-patients__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:768px){.admin-patients{margin:0 12px}.admin-patients__table th,.admin-patients__table td{padding:.6rem .65rem;font-size:.8rem}}.admin-reports{font-family:Manrope,sans-serif;flex:1 1 10px;margin:0 22px;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-reports *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-reports__title{font-size:1.85rem;font-weight:800;margin:0 0 .25rem;color:#1e293b}.admin-reports__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.admin-reports__toolbar{display:grid;grid-template-columns:1fr 180px;gap:.75rem;margin-bottom:.85rem}.admin-reports__search,.admin-reports__select{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;padding:0 .85rem;background:#f0f5fa;color:#334155;font-size:.875rem;font-family:Manrope,sans-serif;transition:border-color .2s,box-shadow .2s}.admin-reports__search:focus,.admin-reports__select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-reports__card{flex:1;min-height:0;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-reports__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-reports__table th,.admin-reports__table td{padding:.75rem 1rem;text-align:left}.admin-reports__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-reports__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-reports__table tbody tr{transition:background .15s}.admin-reports__table tbody tr:hover{background:#edf2f7}.admin-reports__table tbody tr:last-child td{border-bottom:none}.admin-reports__download-btn{border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:700;border-radius:8px;padding:.35rem .85rem;font-size:.8rem;cursor:pointer;box-shadow:0 2px 6px #125e8a33;transition:all .2s}.admin-reports__download-btn:hover{box-shadow:0 4px 10px #125e8a4d;transform:translateY(-1px)}.admin-reports__footer{padding:.7rem 1rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;gap:.8rem;border-top:1px solid #f1f5f9}.admin-reports__pagination{display:inline-flex;align-items:center;gap:.4rem}.admin-reports__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.admin-reports__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.admin-reports__page-btn:disabled{opacity:.4;cursor:not-allowed}.admin-reports__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:768px){.admin-reports{margin:0 12px}.admin-reports__toolbar{grid-template-columns:1fr}}.admin-page--light{background:transparent}.admin-page__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.admin-page__summary-card{background:linear-gradient(135deg,#f0f5fa,#e8f1f6);border:1px solid #C2B8B2;border-radius:16px;padding:1.15rem;box-shadow:0 4px 16px #125e8a1f;transition:box-shadow .25s,transform .25s}.admin-page__summary-card:hover{box-shadow:0 8px 24px #125e8a1a;transform:translateY(-1px)}.admin-page__summary-label{font-size:.85rem;font-weight:600;color:#64748b;margin-bottom:.3rem}.admin-page__summary-value{font-size:1.65rem;font-weight:800;color:#1e293b}.admin-page__summary-value--pending{color:#d97706}.admin-page__card{flex:1;min-height:0;background:#f0f5fa;border-radius:16px;border:1px solid #C2B8B2;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-page__table-wrap{flex:1;min-height:0;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-page__status{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.admin-page__status--completed{background:#e8f1f6;color:#125e8a}.admin-page__status--pending{background:#fef3c7;color:#b45309}.admin-page__status--failed{background:#fee2e2;color:#b91c1c}.admin-page__btn--primary{background:#125e8a;color:#fff;box-shadow:0 2px 6px #125e8a33}@media(max-width:768px){.admin-page{margin:0 12px}.admin-page__summary-grid{grid-template-columns:1fr}}.admin-page{font-family:Manrope,sans-serif;padding:0;flex:1 1 10px;margin:0 22px;max-height:calc(100vh - 135px);display:flex;flex-direction:column}.admin-page *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-page__title{font-size:1.85rem;font-weight:800;color:#1e293b;margin:0 0 .3rem}.admin-page__subtitle{font-size:.9rem;font-weight:500;color:#64748b;margin:0 0 1rem}.admin-page__card{flex:1;min-height:0;background:#f0f5fa;border-radius:16px;border:1px solid #C2B8B2;box-shadow:0 4px 16px #125e8a1f;overflow:auto;padding:1.25rem}.admin-page__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-page__table th,.admin-page__table td{padding:.75rem 1rem;text-align:left}.admin-page__table th{background:#125e8a;color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-page__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-page__table tbody tr{transition:background .15s}.admin-page__table tbody tr:hover{background:#edf2f7}.admin-page__table tbody tr:last-child td{border-bottom:none}.admin-page__btn{border:none;border-radius:8px;padding:.38rem .85rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-page__btn--primary{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 2px 6px #125e8a33}.admin-page__btn--primary:hover{box-shadow:0 4px 10px #125e8a4d;transform:translateY(-1px)}.admin-config__tabs{display:flex;gap:.5rem;margin-bottom:1.15rem}.admin-config__tab{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:12px;border:1.5px solid #e2e8f0;background:#f0f5fa;font-size:.88rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.admin-config__tab:hover{border-color:#197bbd;color:#1e293b}.admin-config__tab--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 3px 10px #125e8a40}.admin-config__tab--active svg{stroke:#fff}.admin-config__table-wrap{border:1px solid #C2B8B2;border-radius:16px;overflow:hidden;background:#f0f5fa;box-shadow:0 4px 16px #125e8a1f}.admin-config__policies{flex:1;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.admin-config__policies-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.admin-config__policies-title{margin:0;font-size:1.2rem;font-weight:800;color:#1e293b}.admin-config__policies-sub{margin:.2rem 0 0;font-size:.85rem;color:#64748b;font-weight:500}.admin-config__add-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #125e8a40;transition:all .2s;white-space:nowrap;flex-shrink:0}.admin-config__add-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #125e8a59}.admin-config__loading{text-align:center;padding:3rem 1rem;color:#64748b;font-weight:500}.admin-config__empty{text-align:center;padding:3.5rem 1.5rem;color:#64748b;font-weight:500;background:#f0f5fa;border:2px dashed #C2B8B2;border-radius:20px;margin-top:.5rem}.admin-config__empty svg{margin-bottom:1rem;display:block;margin-left:auto;margin-right:auto;opacity:.6}.admin-config__empty h3{margin:0 0 .35rem;font-size:1.15rem;font-weight:800;color:#1e293b}.admin-config__empty p{margin:0 0 .25rem;font-size:.9rem;color:#64748b;max-width:420px;margin-left:auto;margin-right:auto}.admin-config__empty-actions{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;flex-wrap:wrap}.admin-config__seed-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem 1.35rem;border-radius:14px;border:none;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:.9rem;font-weight:700;font-family:Manrope,sans-serif;cursor:pointer;box-shadow:0 4px 16px #125e8a4d;transition:all .2s}.admin-config__seed-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #125e8a66}.admin-config__seed-btn:disabled{opacity:.6;cursor:not-allowed}.admin-config__add-btn--outline{background:#f0f5fa;color:#1e293b;border:2px solid #C2B8B2;box-shadow:none;font-family:Manrope,sans-serif}.admin-config__add-btn--outline:hover{background:#e8f1f6;border-color:#197bbd;transform:translateY(-1px);box-shadow:0 3px 10px #125e8a1f}.admin-config__empty-hint{margin-top:1.25rem!important;font-size:.8rem!important;color:#94a3b8!important;font-style:italic}.admin-config__error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.65rem 1rem;color:#b91c1c;font-size:.85rem;font-weight:600;margin-bottom:.75rem}.admin-config__error--warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.admin-config__policy-list{display:flex;flex-direction:column;gap:.75rem}.admin-config__modal-form{display:flex;flex-direction:column;gap:.65rem;padding-top:.5rem}.admin-config__modal-form label{font-size:.82rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.admin-config__modal-input{width:100%;padding:.6rem .85rem;border-radius:10px;border:1.5px solid #C2B8B2;font-size:.9rem;font-family:Manrope,sans-serif;color:#1e293b;transition:border-color .2s,box-shadow .2s}.admin-config__modal-input:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-config__modal-textarea{width:100%;padding:.75rem .85rem;border-radius:10px;border:1.5px solid #C2B8B2;font-size:.88rem;font-family:Manrope,sans-serif;color:#1e293b;resize:vertical;min-height:200px;line-height:1.6;transition:border-color .2s,box-shadow .2s}.admin-config__modal-textarea:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.policy-card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px #125e8a0d;transition:box-shadow .2s}.policy-card--open{box-shadow:0 8px 24px #125e8a14}.policy-card__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;gap:1rem;transition:background .15s}.policy-card__header:hover{background:#edf2f7}.policy-card__header-left{display:flex;align-items:flex-start;gap:.65rem;min-width:0}.policy-card__chevron{flex-shrink:0;margin-top:.2rem;transition:transform .25s}.policy-card--open .policy-card__chevron{transform:rotate(180deg)}.policy-card__title{margin:0;font-size:1rem;font-weight:700;color:#1e293b}.policy-card__desc{margin:.15rem 0 0;font-size:.82rem;color:#64748b;font-weight:500}.policy-card__header-right{display:flex;align-items:center;gap:.65rem;flex-shrink:0}.policy-card__version-count{font-size:.78rem;font-weight:600;color:#94a3b8}.policy-card__body{border-top:1px solid #e2e8f0;padding:1rem 1.25rem 1.25rem}.policy-card__actions-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.policy-card__actions-left{font-size:.82rem;color:#94a3b8}.policy-card__actions-right{display:flex;justify-content:flex-end;flex:1}.policy-card__action-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .85rem;border-radius:10px;border:1.5px solid #C2B8B2;background:#f0f5fa;font-size:.8rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s}.policy-card__action-btn--green{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 2px 8px #125e8a33}.policy-card__action-btn--green:hover{box-shadow:0 4px 12px #125e8a59}.policy-card__no-versions{color:#94a3b8;font-size:.88rem;font-weight:500;text-align:center;padding:1.5rem 0}.policy-card__versions{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.policy-card__preview{margin-top:1rem;background:#edf2f7;border:1px solid #C2B8B2;border-radius:12px;padding:1rem 1.15rem}.policy-card__preview-title{margin:0 0 .5rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#059669}.policy-card__preview-content{font-size:.88rem;line-height:1.65;color:#334155;white-space:pre-wrap}.policy-status{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.policy-status--published{background:#e8f1f6;color:#125e8a}.policy-status--draft{background:#fef3c7;color:#92400e}.policy-status--archived{background:#f1f5f9;color:#64748b}.version-row{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;transition:background .15s}.version-row:last-child{border-bottom:none}.version-row:hover{background:#edf2f7}.version-row--published{background:#e8f1f6}.version-row__left{display:flex;align-items:center;gap:.55rem}.version-row__number{font-size:.85rem;font-weight:800;color:#1e293b;min-width:28px}.version-row__date{font-size:.78rem;font-weight:500;color:#94a3b8}.version-row__right{display:flex;align-items:center;gap:.45rem}.version-row__btn{padding:.3rem .7rem;border-radius:8px;border:1.5px solid #C2B8B2;background:#f0f5fa;font-size:.78rem;font-weight:700;color:#334155;cursor:pointer;transition:all .2s}.version-row__btn:hover{border-color:#197bbd;background:#e8f1f6}.version-row__btn--publish{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 2px 6px #125e8a33}.version-row__btn--publish:hover{box-shadow:0 4px 10px #125e8a4d}.version-row__live{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:700;color:#059669}@media(max-width:768px){.admin-config__policies-header{flex-direction:column;gap:.65rem}.admin-config__tabs{flex-wrap:wrap}.policy-card__header{flex-direction:column;align-items:flex-start;gap:.5rem}.policy-card__header-right{flex-wrap:wrap}.version-row{flex-direction:column;align-items:flex-start;gap:.4rem}}.admin-audit-logs{font-family:Manrope,sans-serif;display:flex;flex-direction:column;gap:.85rem;width:100%}.admin-audit-logs *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-audit-logs__toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.admin-audit-logs__toolbar select{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;background:#f0f5fa;padding:0 .75rem;font-size:.875rem;color:#334155;font-family:Manrope,sans-serif;font-weight:600;transition:border-color .2s,box-shadow .2s}.admin-audit-logs__toolbar select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-audit-logs__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-audit-logs__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-audit-logs__table th,.admin-audit-logs__table td{padding:.75rem 1rem;text-align:left}.admin-audit-logs__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-audit-logs__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-audit-logs__table tbody tr{transition:background .15s}.admin-audit-logs__table tbody tr:hover{background:#edf2f7}.admin-audit-logs__table tbody tr:last-child td{border-bottom:none}.admin-emr-logs{font-family:Manrope,sans-serif;display:flex;flex-direction:column;gap:.85rem;width:100%}.admin-emr-logs *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-emr-logs__toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.admin-emr-logs__toolbar select{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;background:#f0f5fa;padding:0 .75rem;font-size:.875rem;color:#334155;font-family:Manrope,sans-serif;font-weight:600;transition:border-color .2s,box-shadow .2s}.admin-emr-logs__toolbar select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.admin-emr-logs__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-emr-logs__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-emr-logs__table th,.admin-emr-logs__table td{padding:.75rem 1rem;text-align:left}.admin-emr-logs__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-emr-logs__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-emr-logs__table tbody tr{transition:background .15s}.admin-emr-logs__table tbody tr:hover{background:#edf2f7}.admin-emr-logs__table tbody tr:last-child td{border-bottom:none}.admin-logs{margin:0;flex:1 1 10px;font-family:Manrope,sans-serif}.admin-logs__subtitle{margin:0 0 .9rem;font-size:.9rem;color:#64748b;font-weight:500}.admin-logs__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.admin-logs__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:1rem}.admin-logs__tabs{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:#f5f8fa;border:1px solid rgba(18,94,138,.3);box-shadow:inset 0 1px 2px #10182814}.admin-logs__filter select,.admin-logs__filter input{height:42px;border-radius:999px;padding:0 .9rem;border:1px solid #C2B8B2;background:#f0f5fa;font-size:.85rem;font-weight:600;color:#334155;min-width:160px}.admin-logs__search{height:42px;min-width:240px;padding:0 1rem;border:1px solid #C2B8B2;border-radius:999px;background:#f0f5fa;font-size:.9rem;color:#0f172a;flex:1 1 260px}.admin-logs__date-field{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:#64748b}.admin-logs__date-field span{white-space:nowrap}.admin-logs__date-field input{height:42px;padding:0 .9rem;border:1px solid #C2B8B2;border-radius:999px;background:#f0f5fa;font-size:.85rem;font-weight:600;color:#334155;min-width:150px}.admin-logs__multiselect{position:relative;min-width:220px}.admin-logs__multiselect-trigger{height:42px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:0 .95rem;border:1px solid #C2B8B2;border-radius:999px;background:#f0f5fa;font-size:.85rem;font-weight:600;color:#334155;cursor:pointer}.admin-logs__multiselect-menu{position:absolute;top:calc(100% + .5rem);right:0;z-index:10;width:min(320px,85vw);padding:.85rem;border:1px solid #C2B8B2;border-radius:1rem;background:#f0f5fa;box-shadow:0 18px 40px #0f172a24}.admin-logs__multiselect-search{width:100%;height:40px;padding:0 .9rem;border:1px solid #C2B8B2;border-radius:.8rem;font-size:.85rem;color:#334155}.admin-logs__multiselect-actions{display:flex;justify-content:space-between;gap:.75rem;margin:.7rem 0}.admin-logs__multiselect-actions button{border:none;background:transparent;color:#125e8a;font-size:.8rem;font-weight:700;cursor:pointer;padding:0}.admin-logs__multiselect-options{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem}.admin-logs__multiselect-option{display:flex;align-items:center;gap:.65rem;font-size:.85rem;color:#334155}.admin-logs__multiselect-empty{margin:0;font-size:.85rem;color:#94a3b8}.admin-logs__tab{border:none;background:transparent;padding:.4rem .95rem;border-radius:999px;font-weight:600;font-size:.85rem;color:#4a5c74;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.admin-logs__tab--active{background:#125e8a;color:#fff;box-shadow:0 10px 24px #125e8a40}.admin-logs__panel{margin-top:.25rem;max-height:calc(100vh - 220px);overflow-y:auto}.admin-logs__panel .admin-audit-logs,.admin-logs__panel .admin-emr-logs,.admin-logs__panel .admin-page{margin:0;max-height:none}.admin-logs__panel .admin-audit-logs__card,.admin-logs__panel .admin-emr-logs__card,.admin-logs__panel .admin-page__card,.admin-logs__panel .admin-audit-logs__table,.admin-logs__panel .admin-emr-logs__table,.admin-logs__panel .admin-page__table{width:100%}@media(max-width:900px){.admin-logs__header{flex-direction:column;align-items:stretch}.admin-logs__toolbar{align-items:stretch}.admin-logs__search,.admin-logs__multiselect,.admin-logs__date-field input,.admin-logs__filter select{width:100%}}.admin-layout--provider .admin-layout__logo{font-size:1.5rem;font-weight:800;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__link{font-size:.875rem;font-weight:600;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__help-title{font-size:1.05rem;font-weight:700;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__help-text{font-size:.875rem;font-weight:500;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__help-btn{font-size:.875rem;font-weight:700;font-family:Manrope,sans-serif;background:linear-gradient(135deg,#125e8a,#125e8a);border:none;color:#fff;border-radius:10px}.admin-layout--provider .admin-layout__logout{font-size:.875rem;font-weight:600;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__profile-role{font-size:.78rem;font-weight:600;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__profile-name{font-size:.875rem;font-weight:700;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__header-badge{font-size:.72rem;font-weight:700;font-family:Manrope,sans-serif}.admin-layout--provider .admin-layout__main .admin-dashboard__title,.admin-layout--provider .admin-layout__main .admin-dashboard__welcome{font-size:1.5rem;font-weight:800}.admin-layout--provider .admin-layout__main .admin-dashboard__subtitle{font-size:.875rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-dashboard__card-label{font-size:.875rem;font-weight:600}.admin-layout--provider .admin-layout__main .admin-dashboard__card-value{font-size:1.5rem;font-weight:800}.admin-layout--provider .admin-layout__main .admin-dashboard__card-change,.admin-layout--provider .admin-layout__main .admin-dashboard__card-view{font-size:.85rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-dashboard__section-title{font-size:1.05rem;font-weight:800}.admin-layout--provider .admin-layout__main .admin-dashboard__section-link{font-size:.85rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-dashboard__table th{font-size:.78rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-dashboard__table td,.admin-layout--provider .admin-layout__main .admin-dashboard__table-name{font-size:.875rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-dashboard__btn{font-size:.85rem;font-weight:700}.admin-layout--provider .admin-layout__main .admin-page__title{font-size:1.5rem;font-weight:800}.admin-layout--provider .admin-layout__main .admin-page__subtitle,.admin-layout--provider .admin-layout__main .admin-page__table th,.admin-layout--provider .admin-layout__main .admin-page__table td{font-size:.875rem;font-weight:500}.admin-layout--provider .admin-layout__main .admin-page__table th{font-weight:700}.admin-layout--provider .admin-layout__main .admin-page__status{font-size:.72rem;font-weight:700}.provider-gate{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.provider-gate__card{width:min(640px,100%);background:#f0f5fa;border-radius:18px;padding:1.5rem;height:100%;overflow:auto;box-shadow:0 20px 50px #125e8a33;font-family:Manrope,sans-serif}.provider-gate__card h2{margin:0 0 .5rem;font-size:1.3rem;font-weight:800;color:#1e293b}.provider-gate__card p{margin:0 0 1rem;color:#64748b;font-weight:500}.provider-gate__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.provider-gate__field{display:flex;flex-direction:column;gap:.3rem}.provider-gate__field--full{grid-column:1/-1}.provider-gate__field label{font-size:.85rem;font-weight:700;color:#334155}.provider-gate__field input{border:1.5px solid #C2B8B2;border-radius:12px;padding:.6rem .85rem;font-size:.875rem;background:#edf2f7;font-family:Manrope,sans-serif;transition:border-color .2s,box-shadow .2s}.provider-gate__field input:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26;background:#f0f5fa}.provider-gate__actions{margin-top:1.25rem;display:flex;justify-content:flex-end}.provider-gate__actions button{border:none;border-radius:12px;padding:.65rem 1.25rem;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:700;font-size:.9rem;cursor:pointer;box-shadow:0 3px 10px #125e8a33;transition:all .2s}.provider-gate__actions button:hover:not(:disabled){box-shadow:0 5px 16px #125e8a59;transform:translateY(-1px)}.provider-gate__actions button:disabled{opacity:.55;cursor:not-allowed;transform:none}.provider-gate__error{color:#dc2626!important;margin-top:.75rem!important;margin-bottom:0!important;font-weight:600}@media(max-width:768px){.provider-gate__grid{grid-template-columns:1fr}}.provider-dashboard__overview{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:1rem;align-items:stretch}.provider-dashboard__graph-section{margin-bottom:0}.provider-dashboard__cards-column{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:1rem}.provider-dashboard__cards-column .admin-dashboard__card{height:100%;margin-bottom:0}@media(max-width:1100px){.provider-dashboard__overview{grid-template-columns:1fr}.provider-dashboard__cards-column{grid-template-columns:1fr 1fr;grid-template-rows:none}}@media(max-width:768px){.provider-dashboard__cards-column{grid-template-columns:1fr}}.provider-calendar{--bg: #F7FAFB;--card: #ffffff;--card-border: #C2B8B2;--text: #1e293b;--text-muted: #64748b;--slot-border: #C2B8B2;--slot-selected: #E8F1F6;--accent: #197BBD;--accent-2: #125E8A;font-family:Manrope,sans-serif;display:flex;flex-direction:column;overflow:hidden;background:var(--bg);border-radius:0;padding:0 1.5rem;min-height:calc(100vh - 140px);color:var(--text)}.provider-calendar__intro{margin-bottom:1rem}.provider-calendar .admin-page__title{font-size:1.95rem;font-weight:700;margin:0;color:var(--text)}.provider-calendar .admin-page__subtitle{margin:.35rem 0 1rem;color:var(--text-muted);font-size:.95rem;font-weight:500}.provider-calendar .admin-dashboard__section-title{font-size:1.05rem;font-weight:700;color:#1f2937;margin:0}.provider-calendar.provider-calendar--compact{padding:.65rem .8rem .8rem;min-height:auto}.provider-calendar__error{background:#b91c1c29;border:1px solid rgba(248,113,113,.4);color:#fecaca;padding:.65rem .85rem;border-radius:10px;margin-bottom:1rem}.provider-calendar__panel{display:grid;grid-template-columns:360px minmax(0,1fr);gap:1.15rem;overflow:scroll}.provider-calendar__left,.provider-calendar__right{background:var(--card);border:1px solid var(--card-border);border-radius:18px;padding:1.35rem}.provider-calendar__slots-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.provider-calendar__slots-hint{margin:0;color:var(--text-muted);font-size:.9375rem;font-weight:500;flex:1;min-width:200px}.provider-calendar__make-all-btn{flex-shrink:0;border:1px solid var(--card-border);background:#f8fffa;color:var(--text);border-radius:12px;padding:.5rem 1rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:.18s ease}.provider-calendar__make-all-btn:hover{background:#ecfdf3;border-color:var(--accent);color:#0f6a34}.provider-calendar__left h2,.provider-calendar__right h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text)}.provider-calendar__month-nav{display:flex;align-items:center;justify-content:center;gap:.9rem;margin-bottom:.9rem}.provider-calendar__month-nav span{font-size:.9375rem;font-weight:600;min-width:130px;text-align:center}.provider-calendar__month-nav button{width:30px;height:30px;border-radius:50%;border:1px solid var(--card-border);background:#f8fffa;color:#4f6b58;font-size:.9375rem;line-height:1;cursor:pointer}.provider-calendar__month-nav button:disabled{opacity:.5;cursor:not-allowed}.provider-calendar__weekday-row{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));margin-bottom:.3rem}.provider-calendar__weekday-row div{color:var(--text-muted);text-align:center;font-size:.8125rem;font-weight:600;padding:.35rem 0}.provider-calendar__month-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.provider-calendar__day-btn{background:transparent;border:1px solid transparent;color:#234231;border-radius:10px;padding:.52rem 0;font-size:.9375rem;font-weight:500;cursor:pointer}.provider-calendar__day-btn--faded{opacity:.3}.provider-calendar__day-btn--today{border-color:#125e8a73}.provider-calendar__day-btn--selected{background:var(--accent);color:#fff;font-weight:700}.provider-calendar__day-btn--blocked{position:relative;background:#e2e8f0;color:#94a3b8;opacity:.85;pointer-events:auto}.provider-calendar__day-btn--blocked:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#94a3b8}.provider-calendar__day-btn--blocked.provider-calendar__day-btn--selected{background:#cbd5e1;color:#64748b;opacity:.9}.provider-calendar__day-btn--has-booking{position:relative}.provider-calendar__day-btn--has-booking:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--accent)}.provider-calendar__day-btn--past,.provider-calendar__day-btn:disabled{opacity:.4;cursor:not-allowed;color:#94a3b8}.provider-calendar__day-btn--selected.provider-calendar__day-btn--blocked:after,.provider-calendar__day-btn--selected.provider-calendar__day-btn--has-booking:after{background:#f0f5fa}.provider-calendar__right-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.95rem}.provider-calendar__status-text{color:#1f3d2b;font-size:.9375rem;font-weight:600}.provider-calendar__blocked-note{margin:-.2rem 0 .9rem;color:#5f7a67;font-size:.9375rem;font-weight:500}.provider-calendar__slots-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.provider-calendar__slot{background:#f0f5fa;border:1px solid #cfe3d4;color:#244231;border-radius:14px;padding:.8rem .9rem;display:grid;grid-template-columns:1fr;align-items:center;gap:.8rem;font-size:.9375rem;font-weight:500;cursor:pointer;text-align:left}.provider-calendar__slot-left{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.provider-calendar__slot-meta{display:flex;flex-direction:column;gap:.15rem}.provider-calendar__slot-patient{font-size:.8125rem;font-weight:600;line-height:1.2}.provider-calendar__slot-type{font-size:.8125rem;font-weight:500;opacity:.9}.provider-calendar__slot svg{width:17px;height:17px;stroke:#789985;stroke-width:2;fill:none;flex:0 0 auto}.provider-calendar__slot--base{background:#f0f5fa;border-color:#cfe3d4;color:#244231}.provider-calendar__slot--base svg{stroke:#789985}.provider-calendar__slot--persisted{background:#ecfdf3;border-color:#8cddaa;color:#0f6a34}.provider-calendar__slot--persisted svg{stroke:#169c4c}.provider-calendar__slot--selected{background:#125e8a;border-color:#105575;color:#fff}.provider-calendar__slot--selected svg{stroke:#fff}.provider-calendar__slot--booked{background:#eef2ef;color:#4f6758;border-color:#cad8d0}.provider-calendar__slot--booked .provider-calendar__slot-patient{color:#2f4a3a}.provider-calendar__slot--past{background:#e2e8f0!important;border-color:#cbd5e1!important;color:#94a3b8!important;opacity:.85}.provider-calendar__slot--past svg{stroke:#94a3b8!important}.provider-calendar__slot:disabled{cursor:not-allowed}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot{background:#e2e8f0!important;border-color:#cbd5e1!important;color:#94a3b8!important;opacity:.85}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot svg{stroke:#94a3b8!important}.provider-calendar__slots-grid--day-blocked .provider-calendar__slot--booked .provider-calendar__slot-patient,.provider-calendar__slots-grid--day-blocked .provider-calendar__slot--booked .provider-calendar__slot-type{color:#94a3b8!important}.provider-calendar__footer-actions{margin-top:1.6rem;padding-top:1.2rem;border-top:1px solid #dcefe1;display:flex;align-items:center;justify-content:space-between;gap:1rem}.provider-calendar__footer-right{display:flex;align-items:center;gap:.7rem}.provider-calendar__ghost-btn,.provider-calendar__primary-btn,.provider-calendar__text-btn{border-radius:12px;font-size:.9375rem;font-weight:600;padding:.7rem 1.05rem;cursor:pointer}.provider-calendar__ghost-btn{background:#f0f5fa;border:1px solid #cfe3d4;color:#244231}.provider-calendar__primary-btn{background:#125e8a;border:none;color:#fff}.provider-calendar__text-btn{border:1px solid #cfe3d4;color:#244231;background:transparent}.provider-calendar__loading{margin-top:.8rem;color:var(--text-muted);font-size:.9375rem;font-weight:500}.provider-calendar__modal{display:flex;flex-direction:column;gap:.5rem}.provider-calendar__modal label{font-size:.9375rem;font-weight:600;color:#0f172a}.provider-calendar__modal textarea{width:100%;min-height:100px;border-radius:10px;border:1px solid #cbd5e1;padding:.65rem .75rem;resize:vertical}@media(max-width:1180px){.provider-calendar__title{font-size:1.5rem}.provider-calendar__subtitle{font-size:.9375rem}.provider-calendar__panel{grid-template-columns:1fr}}@media(max-width:800px){.provider-calendar{padding:1rem}.provider-calendar__top{flex-direction:column}.provider-calendar__slots-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.provider-calendar__slots-grid{grid-template-columns:1fr}}.provider-appointments-table *{font-family:Manrope,sans-serif;box-sizing:border-box}.provider-appointments-table__wrap{border:1px solid #C2B8B2;border-radius:16px;overflow:hidden;background:#f0f5fa;box-shadow:0 4px 16px #125e8a1f}.provider-appointments-table__table{width:100%;border-collapse:collapse;font-size:.875rem;table-layout:fixed}.provider-appointments-table__table th,.provider-appointments-table__table td{padding:.75rem .85rem;text-align:left;vertical-align:middle}.provider-appointments-table__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.provider-appointments-table__table td{border-bottom:1px solid #f1f5f9;color:#334155}.provider-appointments-table__table th:nth-child(1),.provider-appointments-table__table td:nth-child(1){width:22%}.provider-appointments-table__table th:nth-child(2),.provider-appointments-table__table td:nth-child(2){width:10%}.provider-appointments-table__table th:nth-child(3),.provider-appointments-table__table td:nth-child(3){width:18%}.provider-appointments-table__table th:nth-child(4),.provider-appointments-table__table td:nth-child(4){width:16%}.provider-appointments-table__table th:nth-child(5),.provider-appointments-table__table td:nth-child(5){width:16%}.provider-appointments-table__table th:nth-child(6),.provider-appointments-table__table td:nth-child(6){width:18%}.provider-appointments-table__table tbody tr{background:#f0f5fa;transition:background .15s}.provider-appointments-table__table tbody tr:hover{background:#edf2f7}.provider-appointments-table__table tbody tr:last-child td{border-bottom:none}.provider-appointments-table__patient-name{font-size:.875rem;font-weight:700;color:#1e293b}.provider-appointments-table__patient-age,.provider-appointments-table__time{font-size:.85rem;font-weight:500;color:#64748b}.provider-appointments-table__date{font-size:.875rem;font-weight:600;color:#1e293b}.provider-appointments-table__empty{text-align:center;padding:1.5rem!important;color:#64748b;font-weight:500}.provider-appointments-table__empty--error{color:#b91c1c}@media(max-width:980px){.provider-appointments-table__wrap{overflow-x:auto}.provider-appointments-table__table{min-width:760px;table-layout:auto}}.provider-appointments{font-family:Manrope,sans-serif;background:transparent;border:none;border-radius:0;padding:0;color:#1e293b;min-height:auto;margin:0 22px}.provider-appointments *{font-family:Manrope,sans-serif;box-sizing:border-box}.provider-appointments__header{margin-bottom:1.25rem}.provider-appointments__eyebrow{margin:0;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#197bbd;font-weight:700}.provider-appointments__section-header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.5rem}.provider-appointments__section-title{margin:0}.provider-appointments__content-grid{display:grid;grid-template-columns:minmax(300px,430px) minmax(0,1fr);gap:1.25rem}.provider-appointments__calendar-wrapper{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:18px;padding:1rem;box-shadow:0 6px 18px #125e8a1f}.provider-appointments__table-section{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:18px;padding:1.25rem;box-shadow:0 6px 18px #125e8a1f;display:flex;flex-direction:column;gap:1rem}.provider-appointments__section-header h2{margin:0}.provider-appointments__toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:.8rem;margin-bottom:1rem;padding:.85rem;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;box-shadow:0 4px 12px #125e8a0a}.provider-appointments__search-form{display:flex;align-items:center;gap:.55rem;background:#edf2f7;border:1.5px solid #C2B8B2;border-radius:12px;padding:.45rem .75rem;transition:border-color .2s,box-shadow .2s}.provider-appointments__search-form:focus-within{border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.provider-appointments__search-icon{display:inline-flex;color:#64748b}.provider-appointments__search-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}.provider-appointments__search-input{width:100%;background:transparent;border:none;outline:none;color:#1e293b;font-size:.875rem;font-weight:500;font-family:Manrope,sans-serif}.provider-appointments__search-input::placeholder{color:#94a3b8}.provider-appointments__filters{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.provider-appointments__chip{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;border-radius:10px;padding:.42rem .85rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.provider-appointments__chip:hover{border-color:#197bbd;color:#059669}.provider-appointments__chip--active{background:linear-gradient(135deg,#125e8a,#125e8a);border-color:#125e8a;color:#fff;box-shadow:0 2px 8px #125e8a33}.provider-appointments__pagination{display:flex;align-items:center;justify-content:center;gap:.9rem;padding-top:1rem}.provider-appointments__page-btn{padding:.45rem .85rem;border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;border-radius:10px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.provider-appointments__page-btn:hover:not(:disabled){border-color:#197bbd;background:#e8f1f6}.provider-appointments__page-btn:disabled{opacity:.4;cursor:not-allowed}.provider-appointments__page-info{color:#64748b;font-size:.85rem;font-weight:600}.provider-appointments__detail-modal .ant-modal-content{padding:0!important;border-radius:20px!important;overflow:hidden;box-shadow:0 20px 60px #125e8a26!important;border:1px solid #C2B8B2}.provider-appointments__detail-modal .ant-modal-body{padding:0!important}.appt-detail{font-family:Manrope,sans-serif;position:relative}.appt-detail *{box-sizing:border-box}.appt-detail__close{position:absolute;top:.85rem;right:.85rem;z-index:5;width:32px;height:32px;border-radius:10px;border:none;background:#ffffffd9;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s}.appt-detail__close:hover{background:#f0f5fa;color:#1e293b;box-shadow:0 2px 8px #0000001a}.appt-detail__hero{background:linear-gradient(135deg,#125e8a,#197bbd);padding:2rem 1.5rem 1.6rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center}.appt-detail__avatar{width:64px;height:64px;border-radius:50%;background:#fff3;border:2.5px solid rgba(255,255,255,.5);color:#fff;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.03em;margin-bottom:.3rem}.appt-detail__name{margin:0;font-size:1.15rem;font-weight:800;color:#fff}.appt-detail__age{font-size:.82rem;font-weight:500;color:#fffc}.appt-detail__status{display:inline-flex;align-items:center;margin-top:.35rem;padding:.25rem .85rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;background:#fff3;color:#fff}.appt-detail__status--confirmed,.appt-detail__status--completed,.appt-detail__status--approved{background:#ffffff40;color:#fff}.appt-detail__status--pending{background:#fef3c7;color:#92400e}.appt-detail__status--cancelled,.appt-detail__status--rejected{background:#fee2e2;color:#991b1b}.appt-detail__fields{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:0}.appt-detail__field{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 0;border-bottom:1px solid #f1f5f9}.appt-detail__field:last-child{border-bottom:none;padding-bottom:0}.appt-detail__field:first-child{padding-top:0}.appt-detail__field-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.05rem}.appt-detail__field-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.appt-detail__field-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.appt-detail__field-value{font-size:.92rem;font-weight:600;color:#1e293b}.appt-detail__actions{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.appt-detail__action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1rem;border-radius:12px;font-family:Manrope,sans-serif;font-size:.88rem;font-weight:700;cursor:pointer;border:none;transition:all .2s}.appt-detail__action:disabled{opacity:.5;cursor:not-allowed}.appt-detail__action--approve{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 4px 14px #125e8a4d}.appt-detail__action--approve:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #125e8a66}.appt-detail__action--reject{background:#f0f5fa;color:#dc2626;border:1.5px solid #fecaca}.appt-detail__action--reject:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.admin-page__title{font-size:1.65rem;font-weight:800;margin:.15rem 0 .45rem;color:#1e293b}.admin-page__subtitle{margin:0;font-size:.9rem;font-weight:500;color:#64748b}.admin-dashboard__section-title{font-size:1.05rem;font-weight:800;color:#1e293b;margin:0}@media(max-width:900px){.provider-appointments{margin:0 12px}.provider-appointments__content-grid,.provider-appointments__toolbar{grid-template-columns:1fr}.provider-appointments__filters{justify-content:flex-start}}.provider-reviews__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.15rem}.provider-reviews__card{font-family:Manrope,sans-serif;background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;padding:1.25rem;box-shadow:0 4px 16px #125e8a1f;display:flex;flex-direction:column;gap:.85rem;transition:box-shadow .25s,transform .25s}.provider-reviews__card:hover{box-shadow:0 8px 24px #125e8a1a;transform:translateY(-2px)}.provider-reviews__card-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.provider-reviews__avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(145deg,#125e8a,#197bbd);color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.provider-reviews__meta{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.provider-reviews__patient-name{font-weight:700;font-size:.9rem;color:#1e293b}.provider-reviews__date{font-size:.8rem;color:#94a3b8;font-weight:500}.provider-reviews__stars{display:flex;gap:.15rem;flex-shrink:0}.provider-reviews__star{font-size:1.05rem;color:#e2e8f0;line-height:1}.provider-reviews__star--filled{color:#f59e0b}.provider-reviews__comment{margin:0;font-size:.9rem;line-height:1.55;color:#334155;font-weight:500}.provider-settings{font-family:Manrope,sans-serif}.provider-settings *{font-family:Manrope,sans-serif;box-sizing:border-box}.provider-settings__card{background:#f0f5fa;border-radius:24px;overflow:hidden;box-shadow:0 16px 35px #0f172a14;border:1px solid rgba(18,94,138,.1);padding:0!important}.provider-settings__banner{height:100px;background:#197bbd}.provider-settings__hero{display:flex;flex-direction:column;align-items:flex-start;padding:0 2rem 1.5rem;margin-top:-44px;position:relative}.provider-settings__avatar{width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:1.8rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 24px #125e8a4d;letter-spacing:.03em;flex-shrink:0}.provider-settings__hero-text{margin-top:.6rem}.provider-settings__hero-text h2{margin:0;font-size:1.4rem;font-weight:800;color:#1a2634}.provider-settings__hero-text p{margin:.15rem 0 0;font-size:.88rem;color:#6b7f92;display:flex;align-items:center;gap:.35rem}.provider-settings__hero-meta{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.84rem;color:#204b57;font-weight:600}.provider-settings__info-row{display:flex;flex-wrap:wrap;gap:1.25rem;padding:0 2rem;margin-top:.25rem;margin-bottom:1.25rem}.provider-settings__info-row-item{display:flex;align-items:center;gap:.4rem;font-size:.88rem;color:#6b7f92}.provider-settings__info-row-item svg{color:#197bbd;flex-shrink:0}.provider-settings__info-row-item span{color:#1f2a3a;font-weight:600}.provider-settings__details-section{padding:0 2rem 1.75rem}.provider-settings__section-title{margin:0 0 1rem;font-size:.92rem;font-weight:700;color:#1f2a3a;display:flex;align-items:center;gap:.45rem;padding-bottom:.75rem;border-bottom:1px solid #eef4f8}.provider-settings__section-title svg{color:#197bbd}.provider-settings__details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.provider-settings__detail{display:flex;flex-direction:column;gap:.3rem;padding:.65rem .75rem;background:#f8fbfc;border-radius:12px;border:1px solid #eef4f8;transition:border-color .2s,box-shadow .2s}.provider-settings__detail:hover{border-color:#c8dfe9;box-shadow:0 4px 12px #125e8a0f}.provider-settings__detail--full{grid-column:1/-1}.provider-settings__detail-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7f92;display:flex;align-items:center;gap:.3rem}.provider-settings__detail-label svg{color:#9bb8c8}.provider-settings__detail-value{font-size:.92rem;font-weight:600;color:#1f2a3a}.provider-settings__hint{margin:0 2rem 1.5rem;font-size:.8rem;color:#b45309;background:#fffbeb;border-radius:10px;padding:.65rem .85rem;border:1px solid #fde68a}.provider-settings__error{color:#dc2626;font-size:.85rem;font-weight:600;padding:1.5rem 2rem}@media(max-width:600px){.provider-settings__hero{padding:0 1.25rem 1.25rem}.provider-settings__avatar{width:72px;height:72px;font-size:1.4rem}.provider-settings__details-section{padding:0 1.25rem 1.5rem}.provider-settings__details-grid{grid-template-columns:1fr}.provider-settings__info-row{padding:0 1.25rem}.provider-settings__hint{margin:0 1.25rem 1.25rem}}.admin-patient-details{padding-bottom:.75rem;flex:1 1 10px;font-family:Manrope,sans-serif}.admin-patient-details *{font-family:Manrope,sans-serif;box-sizing:border-box}.glass-details__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.glass-details__back{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;border-radius:10px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.glass-details__back:hover{border-color:#197bbd;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff}.glass-details__title{margin:0;font-size:1.65rem;font-weight:800;color:#1e293b}.glass-details__state{color:#64748b;padding:1.5rem;font-weight:500}.glass-details__summary-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1.2fr);gap:1rem;margin-bottom:1rem}.glass-details__profile-card,.glass-details__metric-card,.glass-details__section{border:1px solid #C2B8B2;border-radius:18px;background:#f0f5fa;box-shadow:0 4px 16px #125e8a1f}.glass-details__profile-card{display:grid;grid-template-columns:78px minmax(0,1fr);gap:1rem;align-items:start;padding:1.25rem}.glass-details__avatar{display:grid;place-items:center;width:68px;height:68px;border-radius:50%;background:linear-gradient(145deg,#125e8a,#197bbd);color:#fff;font-size:1.25rem;font-weight:800}.glass-details__profile-content h2{margin:0 0 .35rem;font-size:1.5rem;line-height:1.2;font-weight:800;color:#1e293b}.glass-details__profile-content p{margin:.15rem 0;font-size:.9rem;color:#64748b;font-weight:500}.glass-details__metrics-stack{display:grid;gap:.75rem}.glass-details__metric-card{display:flex;align-items:center;gap:.9rem;padding:1.1rem;min-height:90px;transition:box-shadow .25s,transform .25s}.glass-details__metric-card:hover{box-shadow:0 8px 24px #125e8a1a;transform:translateY(-1px)}.glass-details__metric-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;font-weight:700;color:#059669;background:#e8f1f6;flex-shrink:0}.glass-details__metric-label{margin:0;font-size:.85rem;color:#64748b;font-weight:600}.glass-details__metric-value{margin:.1rem 0 0;font-size:1.65rem;font-weight:800;color:#1e293b}.glass-details__section{padding:1rem 1.1rem;margin-bottom:.9rem}.glass-details__section h2{margin:0 0 .75rem;font-size:1.1rem;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:.5rem}.glass-details__section h2:before{content:"";width:4px;height:1.1em;border-radius:2px;background:linear-gradient(180deg,#125e8a,#197bbd);flex-shrink:0}.glass-details__table{width:100%;border-collapse:collapse;font-size:.875rem}.glass-details__table th,.glass-details__table td{padding:.7rem .85rem;text-align:left}.glass-details__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.glass-details__table td{border-bottom:1px solid #f1f5f9;color:#334155}.glass-details__table tbody tr{transition:background .15s}.glass-details__table tbody tr:hover{background:#edf2f7}.glass-details__table tbody tr:last-child td{border-bottom:none}.glass-details__badge{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#047857;background:#e8f1f6}@media(max-width:900px){.glass-details__summary-grid{grid-template-columns:1fr}.glass-details__profile-content h2{font-size:1.25rem}.glass-details__metric-value{font-size:1.3rem}.glass-details__section h2{font-size:1rem}.glass-details__table th,.glass-details__table td{padding:.55rem .65rem;font-size:.8rem}}.admin-org-details{font-family:Manrope,sans-serif;padding-bottom:.75rem;flex:1 1 10px}.admin-org-details *{font-family:Manrope,sans-serif;box-sizing:border-box}.admin-org-details__header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.admin-org-details__pending-pill{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;border-radius:10px;background:#fff5db;border:1px solid #f8d78b;color:#9a6700;font-size:.74rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;width:100%}.admin-org-details__back{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;border-radius:10px;padding:.4rem .85rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-org-details__back:hover{border-color:#197bbd;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff}.admin-org-details__btn{border:none;border-radius:10px;padding:.5rem 1rem;font-size:.82rem;font-weight:800;min-width:128px;cursor:pointer;transition:all .2s ease}.admin-org-details__btn:focus-visible{outline:none;box-shadow:0 0 0 3px #197bbd38}.admin-org-details__btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.admin-org-details__btn--approve{background:linear-gradient(135deg,#0f5f92,#197bbd);color:#fff;box-shadow:0 6px 14px #125e8a47}.admin-org-details__btn--approve:hover:not(:disabled){box-shadow:0 8px 18px #125e8a59;transform:translateY(-2px)}.admin-org-details__btn--reject{background:#fff;color:#b42318;border:1.5px solid #f6c7c3}.admin-org-details__btn--reject:hover:not(:disabled){background:#fff1f0;transform:translateY(-1px)}.admin-org-details__state{color:#64748b;padding:1.5rem;font-weight:500}.admin-org-details__hero-card{background:#f0f5fa;border-radius:24px;overflow:hidden;margin-bottom:1rem;box-shadow:0 16px 35px #0f172a14;border:1px solid rgba(18,94,138,.1)}.admin-org-details__hero-banner{height:90px;background:linear-gradient(135deg,#125e8a,#197bbd 40%,#6dd5a8);position:relative}.admin-org-details__hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E");background-size:60px 60px}.admin-org-details__hero-body{display:flex;align-items:flex-start;gap:1.5rem;padding:0 1.75rem 1.5rem;margin-top:-36px;position:relative;flex-wrap:wrap}.admin-org-details__hero-main{display:flex;align-items:flex-start;gap:1.25rem;flex:1;min-width:0}.admin-org-details__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 24px #125e8a4d;flex-shrink:0;letter-spacing:.03em}.admin-org-details__hero-info{padding-top:2.6rem;min-width:0}.admin-org-details__org-name{margin:0 0 .15rem;font-size:1.45rem;font-weight:800;color:#1a2634;line-height:1.2}.admin-org-details__admin-name{display:flex;align-items:center;gap:.4rem;margin:.35rem 0 .2rem;font-size:.95rem;font-weight:600;color:#334155}.admin-org-details__admin-name svg{color:#197bbd;flex-shrink:0}.admin-org-details__admin-detail{display:flex;align-items:center;gap:.35rem;margin:.15rem 0;font-size:.88rem;color:#6b7f92;font-weight:500}.admin-org-details__admin-detail svg{color:#197bbd;flex-shrink:0}.admin-org-details__metrics{display:flex;flex-direction:column;gap:.5rem;min-width:200px;margin-top:3.2rem;flex-shrink:0}.admin-org-details__metrics-actions{display:flex;gap:.5rem;padding:.65rem;border-radius:12px;min-width:220px}.admin-org-details__metric{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem .85rem;border:1px solid #C2B8B2;border-radius:12px;background:#edf2f7}.admin-org-details__metric span{font-size:.85rem;font-weight:600;color:#64748b}.admin-org-details__metric strong{font-size:1.15rem;font-weight:800;color:#1e293b}.admin-org-details__tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1rem}.admin-org-details__tab{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#64748b;border-radius:10px;padding:.45rem .95rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.admin-org-details__tab:hover{border-color:#197bbd;color:#334155}.admin-org-details__tab--active{background:linear-gradient(135deg,#125e8a,#125e8a);border-color:#125e8a;color:#fff;box-shadow:0 2px 8px #125e8a33}.admin-org-details__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.admin-org-details__table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-org-details__table th,.admin-org-details__table td{padding:.75rem 1rem;text-align:left}.admin-org-details__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.admin-org-details__table td{border-bottom:1px solid #f1f5f9;color:#334155}.admin-org-details__table tbody tr{transition:background .15s}.admin-org-details__table tbody tr:hover{background:#edf2f7}.admin-org-details__table tbody tr:last-child td{border-bottom:none}.admin-org-details__revenue{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.25rem}.admin-org-details__metric-box{display:flex;flex-direction:column;gap:.35rem;padding:1rem;border:1px solid #C2B8B2;border-radius:14px;background:#edf2f7;transition:box-shadow .25s}.admin-org-details__metric-box:hover{box-shadow:0 6px 16px #125e8a14}.admin-org-details__metric-box span{font-size:.85rem;font-weight:600;color:#64748b}.admin-org-details__metric-box strong{font-size:1.65rem;font-weight:800;color:#1e293b}@media(max-width:900px){.admin-org-details__hero-body{flex-direction:column;padding:0 1.25rem 1.25rem}.admin-org-details__btn{min-width:100%}.admin-org-details__hero-main{flex-direction:column;align-items:center;text-align:center}.admin-org-details__hero-info{padding-top:0}.admin-org-details__admin-name,.admin-org-details__admin-detail{justify-content:center}.admin-org-details__metrics{margin-top:0;width:100%}.admin-org-details__tabs{gap:.35rem}.admin-org-details__tab{padding:.38rem .7rem;font-size:.8rem}.admin-org-details__revenue{grid-template-columns:1fr}.admin-org-details__table th,.admin-org-details__table td{padding:.55rem .65rem;font-size:.8rem}}.location-search{position:relative;width:100%;font-family:Manrope,sans-serif}.location-search__input-wrap{display:flex;align-items:center;gap:.5rem;border-radius:12px;padding:0 1rem}.location-search__input-wrap:focus-within{border-color:#c2b8b2;box-shadow:0 0 0 2px #125e8a2e}.location-search__icon{color:#7a8ea1}.location-search__input{flex:1;min-width:0;padding:.875rem 0;background:none;border:none;color:#2f4358;font-size:.9375rem}.location-search__input::placeholder{color:#8da0b3}.location-search__input:focus{outline:none}.location-search__clear{display:flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;color:#7a8ea1;cursor:pointer;border-radius:6px}.location-search__clear:hover{color:#2f4358;background:#eef4f8}.location-search__error{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding:.75rem 1rem;background:#fff2f2;border:1px solid #fecaca;border-radius:8px;font-size:.875rem;color:#dc2626;z-index:500}.location-search__list{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding:.25rem 0;background:#f0f5fa;border:1px solid #dbe6ed;border-radius:12px;box-shadow:0 8px 18px #0f172a1f;list-style:none;max-height:240px;overflow-y:auto;z-index:500}.location-search__item{padding:.75rem 1rem;font-size:.9375rem;color:#2f4358;cursor:pointer}.location-search__item:hover,.location-search__item--highlighted{background:#f1f7fb}.location-search__item--empty{color:#8da0b3;cursor:default}.location-search__item--empty:hover{background:transparent}.rating-stars{display:inline-flex;align-items:center;gap:.4rem;font-weight:600;color:#204b57}.rating-stars__icons{display:inline-flex;align-items:center;gap:.2rem}.rating-stars__icon{width:16px;height:16px;color:#fbbf24}.rating-stars__value{font-size:.85rem;color:inherit}.rating-stars__icon--empty path{fill:none!important}.rating-stars__icon--full path{fill:#fbbf24}.rating-stars__icon--half path{fill:#fbbf24}.patient-home{min-height:0;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;background:linear-gradient(180deg,#f5f8faeb,#edf4f8db);color:#243041;font-family:Manrope,sans-serif}.patient-home *{font-family:Manrope,sans-serif}.patient-home__map-wrap{position:relative;flex:1;min-height:300px;overflow:hidden;padding-top:.5rem}.patient-home__map{height:100%;width:100%;background:#eef4f8}.patient-home__map-controls{display:flex;flex-direction:column;gap:.5rem;margin:.75rem .75rem 0 0!important}.patient-home__map-controls .leaflet-control{display:none}.patient-home__map-btn{width:40px;height:40px;border-radius:50%;background:#fffffff2;border:1px solid #d8e5ec;color:#3f556b;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.patient-home__map-btn:hover{background:#f5f8fa}.patient-home__user-marker{background:none;border:none;z-index:1000!important}.patient-home__user-marker-dot{width:24px;height:24px;border-radius:50%;background:#197bbd;border:3px solid #fff;box-shadow:0 8px 18px #0f172a59;position:relative}.patient-home__user-marker-dot:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(18,94,138,.45)}.patient-home__provider-marker{background:none;border:none}.patient-home__provider-marker-cross{width:24px;height:24px;border-radius:50%;background:#f51302;border:2px solid #fff;box-shadow:0 1px 4px #00000040;position:relative;display:flex;align-items:center;justify-content:center}.patient-home__provider-marker-cross:before,.patient-home__provider-marker-cross:after{content:"";position:absolute;background:#f0f5fa}.patient-home__provider-marker-cross:before{width:3px;height:12px}.patient-home__provider-marker-cross:after{width:12px;height:3px}.patient-home__search-overlay{position:absolute;top:.9rem;left:50%;transform:translate(-50%);width:min(100% - 2rem,520px);max-width:520px;z-index:460;pointer-events:auto}.patient-home__search-row{display:flex;align-items:center;gap:.5rem}.patient-home__location-search{flex:1;min-width:0;background-color:#fff;border-radius:12px}.patient-home__locate-btn{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fffffff2;border:1px solid #d8e5ec;border-radius:12px;color:#197bbd;cursor:pointer;transition:background .2s,border-color .2s}.patient-home__locate-btn:hover{background:#f5f8fa;border-color:#c2b8b2}.patient-home__count-overlay{position:absolute;width:200px;bottom:13.5rem;left:.75rem;right:.75rem;padding:.75rem 1rem;background:var(--themeColor);color:#fff;border-radius:16px;box-shadow:0 8px 20px #0f172a26;display:flex;flex-direction:column;gap:.1rem;align-items:flex-start;z-index:400;pointer-events:none}.patient-home__cards{position:absolute;left:0;right:0;bottom:1.2rem;padding:0 .75rem .25rem;z-index:420;pointer-events:none}.patient-home__cards-scroll{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.6) transparent;pointer-events:auto;cursor:grab;-webkit-user-select:none;user-select:none}.patient-home__cards-scroll::-webkit-scrollbar{height:6px}.patient-home__cards-scroll::-webkit-scrollbar-track{background:transparent}.patient-home__cards-scroll::-webkit-scrollbar-thumb{background:#94a3b899;border-radius:999px}.patient-home__cards-item{flex:0 0 250px;max-width:260px}.patient-home__card{background:#fffffffa;border-radius:20px;border:1px solid #deebf1;box-shadow:0 16px 32px #0f172a29;padding:.75rem .85rem .8rem;display:flex;flex-direction:column;gap:.45rem}.patient-home__card-header{display:flex;align-items:center;gap:.55rem}.patient-home__card-avatar{width:40px;height:40px;border-radius:14px;background:linear-gradient(180deg,#dbeefc,#b7e1ff);display:flex;align-items:center;justify-content:center;font-weight:700;color:#204b57;font-size:.85rem;box-shadow:0 10px 18px #0f172a26}.patient-home__card-title h3{margin:0;font-size:.95rem;font-weight:700;color:#141d2f}.patient-home__card-title p{margin:.05rem 0 0;font-size:.76rem;color:#60708c}.patient-home__card-body{display:flex;flex-direction:column;gap:.5rem}.patient-home__card-stat-row{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.patient-home__card-rating{display:inline-flex;align-items:center;gap:.3rem}.patient-home__card-rating .rating-stars__icons{gap:.1rem}.patient-home__card-rating-value{font-size:.78rem;color:#204b57}.patient-home__card-pill{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;padding:.22rem .55rem;border-radius:999px;background:#e8f1f6;color:#1e3a8a;font-weight:600}.patient-home__card-footer{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.patient-home__card-price-block{display:flex;flex-direction:column;gap:.1rem}.patient-home__card-price-label{font-size:.7rem;color:#6b7f92}.patient-home__card-price{font-size:.92rem;font-weight:700;color:#125e8a}.patient-home__card-book{flex-shrink:0;min-width:120px;padding:.45rem .75rem;border-radius:999px;border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 12px 22px #125e8a59;white-space:nowrap}.patient-home__count-value{font-size:1.4rem;font-weight:700;color:#1f2a3a}.patient-home__count-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#49607a}.patient-home__content{flex-shrink:0;padding:1rem 1.25rem;background:transparent}.patient-home__error{margin:0 0 1rem;font-size:.8125rem;color:#dc2626}.patient-home__tooltip-wrap{background:transparent!important;border:none!important;box-shadow:none!important}.patient-home__tooltip{min-width:180px;padding:.75rem 1rem;background:#f0f5fa;border-radius:12px;border:1px solid #dbe6ed;box-shadow:0 8px 18px #0f172a1f;color:#33475b}.patient-home__tooltip-name{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:#243041}.patient-home__tooltip-specialty,.patient-home__tooltip-distance,.patient-home__tooltip-slot{margin:0 0 .5rem;font-size:.8125rem;color:#6b7f92}.patient-home__tooltip-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.8125rem}.patient-home__tooltip-rating{display:inline-flex;align-items:center;gap:.25rem}.patient-home__tooltip-rating .rating-stars__value{font-size:.8rem;color:#6b7f92}.patient-home__tooltip-price{font-weight:700;color:#125e8a}.patient-home__tooltip-book{width:100%;padding:.5rem .75rem;background:linear-gradient(135deg,#125e8a,#125e8a);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer}.patient-home .leaflet-popup-content-wrapper{background:#f0f5fa;border:1px solid #dbe6ed;border-radius:12px;box-shadow:0 8px 18px #0f172a1f}.patient-home .leaflet-popup-tip{background:#f0f5fa}.patient-home .leaflet-popup-close-button{color:#7a8b9b}.patient-home .leaflet-popup-close-button:hover{color:#243041}@media(max-width:720px){.patient-home__search-overlay{width:calc(100% - 1rem);max-width:calc(100% - 1rem);top:1rem}.patient-home__count-overlay{bottom:12.5rem;left:.5rem;right:.5rem;padding:.6rem .8rem;border-radius:12px}.patient-home__cards{padding:0 .5rem .25rem}.patient-home__cards-item{flex:0 0 220px}.patient-home__card{padding:.65rem .75rem .7rem;border-radius:16px}.patient-home__card-book{min-width:100px;padding:.4rem .6rem;font-size:.75rem}}@media(max-width:400px){.patient-home__locate-btn{width:42px;height:42px;border-radius:10px}.patient-home__cards-item{flex:0 0 200px}}.patient-profile{min-height:0;height:100%;width:100%;box-sizing:border-box;display:flex;flex-direction:column;background:linear-gradient(180deg,#f3fbf6,#ebf6ef);color:#243041;font-family:Manrope,sans-serif;overflow:hidden}.patient-profile *{font-family:Manrope,sans-serif}.patient-profile__content{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.25rem 2rem;max-width:560px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:1rem}.patient-profile__loading{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 1rem;color:#6b7f92}.patient-profile__spinner{width:36px;height:36px;border:3px solid #dde8ef;border-top-color:#125e8a;border-radius:50%;animation:patient-profile-spin .8s linear infinite}@keyframes patient-profile-spin{to{transform:rotate(360deg)}}.patient-profile__error{background:#f0f5fa;border-radius:20px;padding:1.5rem;text-align:center;color:#dc2626;box-shadow:0 10px 22px #1018280f}.patient-profile__retry{margin-top:.75rem;padding:.5rem 1.2rem;background:#e8f8ef;border:1px solid #b7e5cc;border-radius:10px;color:#1f8b5f;font-weight:600;cursor:pointer}.patient-profile__hero-card{background:#f0f5fa;border-radius:24px;overflow:hidden;flex:1 1 10px;box-shadow:0 16px 35px #0f172a14;border:1px solid rgba(18,94,138,.1)}.patient-profile__hero-banner{height:90px;background:linear-gradient(135deg,#125e8a,#197bbd 40%,#6dd5a8);position:relative}.patient-profile__hero-banner:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='40' fill='none' stroke='rgba(255,255,255,0.08)' stroke-width='1'/%3E%3C/svg%3E");background-size:60px 60px}.patient-profile__hero-body{display:flex;flex-direction:column;align-items:center;padding:0 1.5rem 1.5rem;margin-top:-40px;position:relative}.patient-profile__avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:1.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 8px 24px #125e8a4d;letter-spacing:.03em}.patient-profile__name{font-size:1.35rem;font-weight:800;color:#1a2634;text-align:center;margin:0}.patient-profile__email{display:flex;align-items:center;gap:.35rem;font-size:.88rem;color:#6b7f92}.patient-profile__email svg{color:#197bbd;flex-shrink:0}.patient-profile__section{background:#f0f5fa;border-radius:20px;padding:1.25rem 1.3rem;box-shadow:0 12px 28px #0f172a0f;border:1px solid #e8f0f4}.patient-profile__section-title{margin:0 0 1rem;font-size:.92rem;font-weight:700;color:#1f2a3a;display:flex;align-items:center;gap:.45rem;padding-bottom:.75rem;border-bottom:1px solid #eef4f8}.patient-profile__section-title svg{color:#197bbd}.patient-profile__fields{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.patient-profile__field{display:flex;flex-direction:column;gap:.3rem;padding:.65rem .75rem;background:#f8fbf9;border-radius:12px;border:1px solid #eef4f1;transition:border-color .2s,box-shadow .2s}.patient-profile__field:hover{border-color:#c8e6d5;box-shadow:0 4px 12px #125e8a0f}.patient-profile__field--full{grid-column:1/-1}.patient-profile__label{font-size:.72rem;font-weight:700;color:#6b7f92;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:.3rem}.patient-profile__label svg{color:#9bb8a8}.patient-profile__value{font-size:.92rem;font-weight:600;color:#1f2a3a}.patient-profile__logout-btn{width:100%;min-height:46px;padding:.6rem 1rem;border:1.5px solid #fecaca;border-radius:14px;background:#f0f5fa;color:#dc2626;font-weight:700;font-size:.92rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.45rem;transition:all .2s ease}.patient-profile__logout-btn svg{flex-shrink:0}.patient-profile__logout-btn:hover{background:#fef2f2;border-color:#f87171;box-shadow:0 6px 18px #ef44441f}@media(max-width:640px){.patient-profile__content{padding:.75rem .75rem 2rem}.patient-profile__fields{grid-template-columns:1fr}.patient-profile__hero-banner{height:40%}.patient-profile__hero-body{padding:0 1rem 1.25rem}.patient-profile__avatar{width:64px;height:64px;font-size:1.3rem}}.discover-providers{min-height:0;height:100%;width:100%;max-width:100%;box-sizing:border-box;background:linear-gradient(180deg,#f3fbf6,#ebf6ef);font-family:Manrope,sans-serif;color:#204b57;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:hidden}.discover-providers *{font-family:Manrope,sans-serif;box-sizing:border-box}.discover-providers__header{width:calc(100% - 2rem);background:#fff;border-radius:24px;padding:1.25rem 1.3rem 1.1rem;box-shadow:0 12px 30px #125e8a0f;border:1px solid rgba(22,83,59,.08);position:sticky;top:0;z-index:20;margin-top:.75rem}.discover-providers__title-row h1{margin:0;font-size:1.45rem;font-weight:800;color:#121b2f}.discover-providers__search-row{display:flex;gap:.65rem;align-items:center;width:100%}.discover-providers__search-input{flex:1;min-width:0;background:#f6f9f7;border-radius:14px;padding:.6rem .85rem;display:flex;align-items:center;gap:.55rem;border:1.5px solid transparent;transition:border .2s,box-shadow .2s}.discover-providers__search-input:focus-within{border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26;background:#fff}.discover-providers__search-icon{color:#6e7b92;display:flex;align-items:center}.discover-providers__location-search .location-search__input{background:transparent;border:none;padding:0;color:#1f2a3a;font-size:.95rem;width:100%}.discover-providers__location-search .location-search__icon{display:none!important}.discover-providers__locate-btn{flex-shrink:0;width:46px;height:46px;border-radius:14px;border:1.5px solid #C2B8B2;background:#fff;color:#125e8a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.discover-providers__locate-btn:hover{background:#e8f1f6;border-color:#197bbd;box-shadow:0 4px 12px #125e8a26}.discover-providers__clear-location-btn{flex-shrink:0;height:46px;padding:0 16px;border-radius:14px;border:1.5px solid #197BBD;background:#fff;color:#0f6a49;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.discover-providers__clear-location-btn:hover{background:#197bbd;color:#fff}.discover-providers__meta-row{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;width:100%}.discover-providers__search-term-row{margin-top:1rem;display:flex;align-items:center;gap:.65rem}.discover-providers__location-hint,.discover-providers__location-error{margin:.15rem 0 .7rem}.discover-providers__location-prompt{margin:.5rem 0 .7rem}.discover-providers__location-error,.discover-providers__error{color:#dc2626}.discover-providers__location-hint{color:#526179;font-size:.82rem}.discover-providers__search-term-input{flex:1;border-radius:14px;border:1.5px solid #d4dfe8;padding:.5rem .9rem;font-size:.9rem;color:#1f2a3a;background:#fff;transition:border-color .2s}.discover-providers__search-term-input:focus{border-color:#197bbd;outline:none}.discover-providers__search-clear{width:44px;height:44px;border-radius:14px;border:none;background:#e8f1f6;color:#125e8a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.discover-providers__search-clear:hover{background:#dcfce7}.discover-providers__search-helper{margin:.4rem 0 0;font-size:.8rem;color:#5b6474}.discover-providers__category-line{margin-top:.75rem;display:flex;align-items:center;gap:.4rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#5b6474}.discover-providers__category-pill{padding:.25rem .8rem;border-radius:999px;background:#e8f1f6;color:#166534;font-weight:600;font-size:.7rem;border:1px solid #E8F1F6}.discover-providers__count{margin:0;color:#5b6a7c;font-size:.9rem}.discover-providers__meta-controls{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.discover-providers__radius-wrap{display:flex;align-items:center;gap:.35rem;background:#fff;border-radius:12px;padding:.25rem .6rem;border:1.5px solid #C2B8B2;transition:border-color .2s}.discover-providers__radius-wrap:focus-within{border-color:#197bbd}.discover-providers__radius-wrap select{border:none;background:transparent;padding:.35rem .4rem;font-size:.85rem;color:#0f4534}.discover-providers__radius-select{min-width:80px;font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M0 0l5 5 5-5' stroke='%236e7b92' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .2rem center;padding-right:1.1rem}.discover-providers__custom-radius{display:flex;align-items:center;gap:.25rem}.discover-providers__custom-radius-input{width:56px;border:1.5px solid #d4dfe8;border-radius:10px;padding:.25rem .5rem;font-size:.8rem;background:#fff;color:#1f2a3a}.discover-providers__custom-radius-unit{font-size:.75rem;color:#8a96a9}.discover-providers__sort-label{font-size:.75rem;color:#0f4534;margin-right:.15rem;font-weight:600}.discover-providers__sort-select{min-width:130px;border-radius:12px;border:1.5px solid #C2B8B2;padding:.45rem .8rem;font-size:.85rem;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M0 0l5 5 5-5' stroke='%232a5c42' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .4rem center;transition:border-color .2s}.discover-providers__sort-select:focus{border-color:#197bbd;outline:none}.discover-providers__chip-row{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:.25rem}.discover-providers__chip{background:#fff;border:1.5px solid #C2B8B2;border-radius:999px;padding:.35rem 1rem;font-size:.84rem;font-weight:600;color:#204b57;cursor:pointer;transition:all .2s;white-space:nowrap}.discover-providers__chip:hover{border-color:#197bbd;background:#e8f1f6}.discover-providers__chip--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 6px 16px #125e8a40}.discover-providers__filter-btn{flex-shrink:0;width:40px;height:40px;border-radius:14px;border:1.5px solid #C2B8B2;background:#fff;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative}.discover-providers__filter-btn:hover{border-color:#197bbd;background:#e8f1f6;color:#125e8a}.discover-providers__filter-btn-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#125e8a;color:#fff;font-size:.65rem;font-weight:800;display:flex;align-items:center;justify-content:center;line-height:1}.discover-providers__content{flex:1;width:calc(100% - 2rem);margin-top:.9rem;display:flex;flex-direction:column;gap:.8rem;min-height:0;overflow:hidden}.discover-providers__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;overflow-x:hidden;width:100%}.discover-providers__card{background:#fff;border-radius:18px;padding:1rem 1.15rem;border:1px solid #e8f0f4;box-shadow:0 6px 18px #1121410a;display:flex;flex-direction:column;gap:.7rem;transition:border-color .25s,box-shadow .25s,transform .25s;overflow:hidden;max-width:100%}.discover-providers__card:hover{border-color:#b8e0cc;box-shadow:0 12px 30px #11214114;transform:translateY(-2px)}.discover-providers__card-top{display:flex;gap:.75rem;align-items:center;min-width:0}.discover-providers__card-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:.92rem;box-shadow:0 6px 16px #125e8a40;flex-shrink:0;letter-spacing:.03em}.discover-providers__card-info{flex:1;min-width:0}.discover-providers__card-name{margin:0;font-size:1.05rem;font-weight:700;color:#1a2634;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discover-providers__card-specialty{margin:.1rem 0 0;font-size:.72rem;letter-spacing:.05em;color:#6b7f92;text-transform:uppercase;font-weight:600}.discover-providers__card-chips{display:flex;flex-wrap:wrap;gap:.4rem}.discover-providers__chip-stat{display:inline-flex;align-items:center;gap:.25rem;padding:.22rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;background:#e8f1f6;color:#166534;border:1px solid #E8F1F6}.discover-providers__chip-stat svg{flex-shrink:0}.discover-providers__chip-stat--rating{background:#fffbeb;color:#92400e;border-color:#fde68a}.discover-providers__chip-stat--rating svg{color:#f59e0b}.discover-providers__chip-stat--fee{background:#f0f9ff;color:#0c4a6e;border-color:#bae6fd;font-weight:700}.discover-providers__chip-review-count{font-weight:500;color:#a16207;margin-left:.1rem}.discover-providers__card-view{width:36px;height:36px;border-radius:10px;border:1.5px solid #e2eaef;background:#fff;color:#6b7f92;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .2s}.discover-providers__card-view:hover{background:#e8f1f6;border-color:#197bbd;color:#166534}.discover-providers__card-book{width:100%;border-radius:12px;padding:.6rem .5rem;font-size:.88rem;font-weight:600;cursor:pointer;border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;box-shadow:0 6px 16px #125e8a33;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.4rem;white-space:nowrap;overflow:hidden}.discover-providers__card-book svg{flex-shrink:0}.discover-providers__card-book:hover{transform:translateY(-1px);box-shadow:0 10px 24px #125e8a4d}.discover-providers__empty-state,.discover-providers__loading{border-radius:18px;padding:1.5rem;background:#fff;border:1px solid #e8f0f4;text-align:center;color:#5c6b81;box-shadow:0 6px 16px #0f172a0a}.discover-providers__error{border-radius:18px;padding:1.5rem;background:#fff;border:1px solid #fecaca;text-align:center}.discover-providers__spinner{width:36px;height:36px;border-radius:50%;border:3px solid #dde8ef;border-top-color:#125e8a;animation:discover-providers-spin .8s linear infinite;margin:0 auto .5rem}@keyframes discover-providers-spin{to{transform:rotate(360deg)}}.discover-providers__retry{margin-top:.5rem;padding:.55rem 1.2rem;border-radius:12px;border:none;background:#e8f1f6;color:#166534;font-weight:600;cursor:pointer;transition:background .2s}.discover-providers__retry:hover{background:#dcfce7}.discover-providers__load-more{display:flex;justify-content:center}.discover-providers__load-more-btn{min-height:44px;padding:0 1.5rem;border-radius:12px;border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 8px 20px #125e8a40;transition:all .2s}.discover-providers__load-more-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #125e8a4d}.discover-providers__panel{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;gap:1rem;overflow-x:hidden;overflow-y:auto}@media(max-width:720px){.discover-providers__header{width:calc(100% - 1rem);margin-top:.5rem;padding:.85rem .9rem .75rem;border-radius:18px}.discover-providers__title-row h1{font-size:1.2rem}.discover-providers__search-row{gap:.45rem}.discover-providers__search-input{padding:.5rem .7rem;border-radius:12px}.discover-providers__locate-btn,.discover-providers__clear-location-btn{height:40px;min-width:40px}.discover-providers__locate-btn{width:40px;border-radius:12px}.discover-providers__clear-location-btn{padding:0 10px;font-size:.75rem;border-radius:12px}.discover-providers__meta-row{gap:.4rem;margin-top:.65rem}.discover-providers__count{font-size:.8rem}.discover-providers__sort-select{min-width:100px;font-size:.78rem;padding:.35rem .55rem}.discover-providers__chip-row{gap:.3rem;margin-top:.6rem}.discover-providers__chip{padding:.25rem .65rem;font-size:.75rem}.discover-providers__content{width:calc(100% - 1rem);margin-top:.5rem;gap:.55rem}.discover-providers__list{max-height:none;gap:.55rem}.discover-providers__card{padding:.75rem .8rem;border-radius:14px;gap:.5rem}.discover-providers__card-avatar{width:42px;height:42px;font-size:.8rem}.discover-providers__card-name{font-size:.92rem}.discover-providers__card-chips{gap:.25rem}.discover-providers__chip-stat{font-size:.68rem;padding:.18rem .45rem}.discover-providers__card-book{padding:.5rem 0;font-size:.82rem;border-radius:10px}.discover-providers__card-view{width:30px;height:30px;border-radius:8px}}@media(max-width:400px){.discover-providers__header{width:calc(100% - .7rem);margin-top:.35rem;padding:.65rem .65rem .55rem}.discover-providers__chip-stat{font-size:.62rem;padding:.15rem .35rem}.discover-providers__card-chips{gap:.2rem}.discover-providers__chip-review-count{display:none}.discover-providers__card{padding:.65rem .7rem}.discover-providers__card-avatar{width:38px;height:38px;font-size:.75rem}.discover-providers__card-book{font-size:.78rem}}.discover-providers__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:900;animation:drawerFadeIn .2s ease}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawerSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.discover-providers__drawer{position:fixed;top:0;right:0;bottom:0;width:min(380px,85vw);background:#fff;z-index:910;display:flex;flex-direction:column;box-shadow:-8px 0 30px #0f172a26;animation:drawerSlideIn .25s ease}.discover-providers__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.25rem;border-bottom:1px solid #e2e8f0}.discover-providers__drawer-header h2{margin:0;font-size:1.1rem;font-weight:800;color:#1a2634}.discover-providers__drawer-close{width:36px;height:36px;border-radius:10px;border:none;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.discover-providers__drawer-close:hover{background:#e2e8f0;color:#1e293b}.discover-providers__drawer-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.discover-providers__drawer-section{display:flex;flex-direction:column;gap:.55rem}.discover-providers__drawer-section-title{margin:0;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.discover-providers__drawer-sort-options{display:flex;flex-wrap:wrap;gap:.4rem}.discover-providers__drawer-sort-btn{padding:.4rem .85rem;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .2s}.discover-providers__drawer-sort-btn--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 3px 10px #125e8a33}.discover-providers__drawer-chips{display:flex;flex-wrap:wrap;gap:.4rem}.discover-providers__drawer-chip{padding:.38rem .85rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s}.discover-providers__drawer-chip--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;border-color:transparent;box-shadow:0 3px 10px #125e8a33}.discover-providers__filter-stars{display:flex;align-items:center;gap:.2rem}.discover-providers__filter-star{background:none;border:none;font-size:1.5rem;line-height:1;color:#d1d5db;cursor:pointer;padding:.1rem;transition:color .15s,transform .15s}.discover-providers__filter-star:hover{transform:scale(1.15)}.discover-providers__filter-star--active{color:#f59e0b}.discover-providers__filter-star-label{font-size:.82rem;font-weight:700;color:#92400e;margin-left:.3rem}.discover-providers__drawer-input{height:42px;border-radius:12px;border:1.5px solid #e2e8f0;padding:0 .85rem;font-size:.9rem;color:#1e293b;background:#f8fafc;width:100%;font-family:inherit;transition:border-color .2s,box-shadow .2s}.discover-providers__drawer-input::placeholder{color:#94a3b8}.discover-providers__drawer-input:focus{outline:none;border-color:#197bbd;background:#fff;box-shadow:0 0 0 3px #125e8a1a}.discover-providers__drawer-footer{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;gap:.5rem}.discover-providers__drawer-clear{padding:.65rem 1rem;border-radius:12px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .2s}.discover-providers__drawer-clear:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.discover-providers__drawer-apply{flex:1;padding:.65rem 1rem;border-radius:12px;border:none;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #125e8a40;transition:all .2s}.discover-providers__drawer-apply:hover{transform:translateY(-1px);box-shadow:0 6px 18px #125e8a4d}.patient-bottom-nav-shell{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(600px,100% - 2rem);display:flex;justify-content:center;align-items:center;z-index:1000;padding:0 0 .5rem}.patient-bottom-nav{width:100%;display:flex;justify-content:space-around;align-items:center;background:#f0f5fa;border-top:1px solid rgba(15,23,42,.12);padding:.5rem .25rem;box-shadow:0 -4px 30px #0f172a1a}.patient-bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.4rem .65rem;background:none;border:none;color:#75879a;font-size:.6875rem;cursor:pointer;font-weight:600;border-radius:50px;transition:color .2s,background .2s}.patient-bottom-nav__item svg,.patient-bottom-nav__item .patient-bottom-nav__icon{width:24px;height:24px;line-height:1}.patient-bottom-nav__item:hover{color:#243041;background:#125e8a1f}.patient-bottom-nav__item--active{color:#125e8a}.patient-bottom-nav__item--disabled{color:#9aa9b8;cursor:not-allowed}@media(max-width:640px){.patient-bottom-nav{width:calc(100% - 1rem);height:70px}}.appointments{min-height:0;height:100%;width:100%;max-width:720px;margin:0 auto;box-sizing:border-box;display:flex;flex-direction:column;background:linear-gradient(180deg,#f5f8faeb,#edf4f8db);color:#243041;font-family:Manrope,sans-serif;overflow:hidden}.appointments *{font-family:Manrope,sans-serif}.appointments__panel{margin:.75rem auto 0;width:100%;border-radius:24px;padding:1rem 1.15rem;background:#f0f5fa;box-shadow:0 12px 30px #0f172a0f;border:1px solid rgba(15,23,42,.08);display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:hidden}.appointments__content{flex:1;padding:0;margin:0;width:100%;display:flex;flex-direction:column;overflow-y:auto;min-height:0;padding-right:.25rem;padding-bottom:1rem}.appointments__hero{width:min(600px,100% - 2.25rem);margin:1.25rem auto 0;padding:1.15rem 1.35rem;border-radius:32px;background:linear-gradient(180deg,#fff,#e8f1f6);box-shadow:0 20px 40px #0f172a14;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem}.appointments__hero-left{display:flex;align-items:center;gap:.85rem}.appointments__back-btn{width:44px;height:44px;border-radius:14px;border:none;background:#ffffffe6;box-shadow:0 8px 18px #0f172a1f;display:flex;align-items:center;justify-content:center;color:#125e8a;cursor:pointer}.appointments__hero-text{display:flex;flex-direction:column;gap:.15rem}.appointments__hero .appointments__title{margin:0;font-size:1.65rem;font-weight:700}.appointments__subtitle{margin:0;color:#486072;font-size:.85rem}.appointments__hero-tabs{display:flex;gap:.5rem;background:#f0f5fa;padding:.25rem;border-radius:999px;border:1px solid rgba(18,94,138,.35);box-shadow:inset 0 1px 2px #10182814;width:100%}.appointments__toast{position:fixed;top:1rem;left:50%;transform:translate(-50%);width:min(520px,100% - 2rem);background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;padding:.85rem 1rem;border-radius:16px;box-shadow:0 18px 40px #0f172a40;display:flex;align-items:center;justify-content:space-between;gap:.8rem;z-index:1100;font-weight:600}.appointments__toast-close{background:transparent;border:none;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.appointments__toast-close:hover{background:#ffffff40}.appointments__hero-tab{border:none;background:transparent;padding:.45rem 1.1rem;border-radius:999px;font-weight:600;font-size:.9rem;color:#4a5c74;cursor:pointer;transition:background .2s,color .2s;flex:1;text-align:center;margin:0 .15rem}.appointments__hero-tab--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 10px 30px #125e8a40}.appointments__title,.appointments__card-provider,.appointments__booking-title,.appointments__empty-title{color:#243041}.appointments__view-description{font-size:.85rem;color:#5b6474;margin:.75rem 0 .6rem}.appointments__pending-banner{background:#fff4e8;border:1px solid #ffecd5;color:#a04a00;border-radius:18px;padding:.75rem 1rem;margin-bottom:.75rem;font-size:.88rem;box-shadow:0 12px 24px #0f172a14}.appointments__success{background:#e8f1f6;border:1px solid #C2B8B2;color:#0e4a6d;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.appointments__error{background:#fff2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.appointments__error p{margin:0}.appointments__count,.appointments__card-time,.appointments__meta-label,.appointments__empty-hint,.appointments__loading{color:#667b8f}.appointments__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.appointments__list-container{flex:1;min-height:0;padding-right:.25rem}.appointments__card{padding:.9rem;background:#fff;border-radius:14px;border:1px solid #deebf1;box-shadow:0 8px 18px #1018280f;transition:box-shadow .2s ease}.appointments__card--history{border-left:3px solid #197BBD}.appointments__card-body{display:flex;align-items:stretch}.appointments__card-info{flex:1;min-width:0}.appointments__card-times{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;font-size:.85rem;color:#4b6478}.appointments__card-times svg{flex-shrink:0;color:#197bbd}.appointments__card-top{display:flex;justify-content:space-between;gap:.8rem}.appointments__card-profile{display:flex;gap:.7rem;align-items:flex-start}.appointments__card-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid #d8ece0}.appointments__card-provider{margin:0;font-size:1.03rem;font-weight:700}.appointments__card-subtitle{margin:.15rem 0 0;font-size:.78rem;font-weight:600;color:#6b7f92}.appointments__card-status-block{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.appointments__badge{padding:.24rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700}.appointments__badge--pending{background:#fef3c7;color:#b45309}.appointments__badge--cancelled{background:#fee2e2;color:#b91c1c}.appointments__badge--completed{background:#e8f1f6;color:#125e8a}.appointments__badge--confirmed{background:#dbeafe;color:#1e40af}.appointments__badge--rejected{background:#fee2e2;color:#b91c1c}.appointments__badge--payment-pending{background:#e5e7eb;color:#4b5563}.appointments__badge--payment-paid,.appointments__badge--payment-pay-later,.appointments__badge--payment-pay_later{background:#e8f1f6;color:#125e8a}.appointments__card-time{margin:.52rem 0 0;font-size:.9rem;color:#435b6f}.appointments__card-time--muted{margin-top:.25rem;color:#7b8fa3}.appointments__card-buttons{display:grid;gap:.45rem;margin-top:.7rem}.appointments__card-buttons--history{grid-template-columns:1fr 1fr}.appointments__card-action{min-height:40px;padding:.45rem .7rem;border-radius:10px;font-size:.88rem;font-weight:600;cursor:pointer;border:1px solid #dbe6ed;background:#f0f5fa;color:#31465a;transition:all .2s ease}.appointments__card-action--cancel{background:#fff2f2;border-color:#fecaca;color:#dc2626}.appointments__card-action--reschedule{background:#f7fbfe;color:#2f5964}.appointments__card-action--pay{background:linear-gradient(135deg,#125e8a,#125e8a);border-color:transparent;color:#fff}.appointments__card-action--rebook{background:linear-gradient(135deg,#125e8a,#197bbd);border-color:transparent;color:#fff;box-shadow:0 4px 14px #125e8a47}.appointments__card-action--rebook:hover{box-shadow:0 6px 20px #125e8a59;transform:translateY(-1px)}.appointments__card-action--rate{background:#ffeeae;border-color:#fcd34d;color:#92400e;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;font-weight:700}.appointments__card-action--rate svg{fill:none;stroke:#f59e0b;flex-shrink:0}.appointments__card-action--rate:hover{background:#fef3c7;border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b26;transform:translateY(-1px)}.appointments__card-review-display{padding:.45rem .65rem;border-radius:10px}.appointments__card-review-display-stars{display:flex;align-items:center;gap:.1rem}.appointments__card-review-display-label{margin-left:.4rem;font-size:.78rem;font-weight:700;color:#92400e}.appointments__card-review-star{font-size:.88rem;color:#d1d5db;line-height:1}.appointments__card-review-star--filled{color:#f59e0b}.appointments__card-review-comment{margin:.25rem 0 0;font-size:.8rem;color:#78350f;font-style:italic;line-height:1.35;text-align:end}.appointments__spinner{width:32px;height:32px;border:3px solid #dde8ef;border-top-color:#125e8a;border-radius:50%;animation:appointments-spin .8s linear infinite}@keyframes appointments-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.appointments{max-width:none}.appointments__hero{width:calc(100% - 1.5rem);grid-template-columns:minmax(0,1fr);gap:.65rem;padding:.9rem 1rem}.appointments__hero-tabs{justify-content:flex-start;width:100%;flex-wrap:wrap}.appointments__content{padding:0;width:100%}.appointments__panel{margin:.5rem auto 0;padding:.75rem .8rem;border-radius:18px}.appointments__card{padding:.75rem;border-radius:12px}.appointments__card-body{flex-direction:column}.appointments__card-avatar{width:44px;height:44px}.appointments__card-provider{font-size:.95rem}.appointments__card-buttons{grid-template-columns:1fr}.appointments__toast{width:calc(100% - 1.5rem);top:.5rem}.appointments__view-description{font-size:.8rem;margin:.5rem 0 .4rem}.appointments__tabs{gap:.25rem}.appointments__tab{padding:.35rem .75rem;font-size:.8rem}.slot-picker__hero{padding:.85rem;border-radius:16px}.slot-picker__hero-avatar{width:44px;height:44px;font-size:.95rem}.slot-picker__hero-name{font-size:1rem}.slot-picker__body{padding:.85rem;border-radius:16px}.slot-picker__grid{grid-template-columns:repeat(auto-fill,minmax(85px,1fr));gap:.4rem}.slot-picker__slot{padding:.5rem .35rem;font-size:.8rem;border-radius:10px}}@media(max-width:400px){.appointments__panel{padding:.6rem;border-radius:14px}.appointments__card-times{font-size:.78rem}.slot-picker__grid{grid-template-columns:repeat(3,1fr)}}.appointments__empty-card{margin-top:1.25rem;border-radius:20px;background:#f0f5fa;padding:2rem 1.75rem;box-shadow:0 20px 45px #0f172a1f;text-align:center;display:flex;flex-direction:column;gap:.7rem}.appointments__empty-illustration{width:92px;height:92px;border-radius:24px;background:#e8f9ff;display:flex;align-items:center;justify-content:center;color:#125e8a;margin:0 auto}.appointments__empty-illustration svg{width:56px;height:56px}.appointments__empty-title{font-size:1.15rem;font-weight:700;margin:0}.appointments__empty-hint{margin:0;font-size:.9rem;color:#5f6b82}.appointments__empty-btn{min-height:44px;padding:.5rem 1.15rem;background:linear-gradient(135deg,#125e8a,#197bbd);border:none;border-radius:12px;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #125e8a40}.appointments__load-more{margin-top:1.5rem;display:flex;justify-content:center}.appointments__load-more-btn{min-height:44px;padding:0 1.5rem;border-radius:12px;border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 14px 32px #125e8a40}.appointments__booking-back{min-height:40px;padding:.5rem .9rem;background:#f8fbfd;border:1px solid #dbe6ed;border-radius:10px;color:#415b71;font-size:.875rem;font-weight:600;cursor:pointer}.appointments__booking-shell{background:#fffffff2;border:1px solid #deebf1;border-radius:16px;box-shadow:0 12px 24px #10182814;padding:1rem}.appointments__booking-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.appointments__booking-title{margin:0;font-size:clamp(1.4rem,4vw,2rem);line-height:1.2}.appointments__booking-subtitle{margin:.45rem 0 0;color:#6f8599;font-size:.92rem}.appointments__booking-body{margin-top:.85rem}.appointments__slot-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.appointments__slot-btn{width:100%;min-height:52px;padding:.8rem 1rem;background:#f0f5fa;border:1px solid #deebf1;border-radius:10px;color:#31465a;font-size:.95rem;font-weight:600;text-align:left;cursor:pointer;box-shadow:0 4px 10px #1018280a}.appointments__slot-btn:hover:not(:disabled){background:#f4fbf7;border-color:#b7e5cc;transform:translateY(-1px)}.appointments__cancel-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.appointments__cancel-sheet{background:#f0f5fa;border-radius:15px;padding:1.2rem 1.4rem;box-shadow:0 25px 45px #0f172a40;width:min(400px,100%);text-align:center}.appointments__cancel-text{margin:0 0 .35rem;color:#1f2a3a}.appointments__cancel-subtext{margin:0;color:#5b6474;font-size:.85rem}.appointments__confirm-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem}.appointments__confirm-sheet{background:#f0f5fa;border-radius:15px;padding:1.2rem 1.4rem;box-shadow:0 25px 45px #0f172a40;width:min(420px,100%);text-align:center}.appointments__confirm-text{margin:.35rem 0 1rem;color:#1f2a3a;font-weight:600}.appointments__cancel-actions{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.appointments__cancel-close,.appointments__cancel-confirm{border:none;border-radius:8px;padding:.55rem 1.3rem;font-weight:600;cursor:pointer}.appointments__cancel-close{background:#f8fbfd;border:1px solid #dbe6ed;color:#415b71}.appointments__cancel-confirm{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff}.appointments__cancel-confirm--cancel{background:linear-gradient(135deg,#f97316,#f43f5e)}.appointments__cancel-confirm--reschedule{background:linear-gradient(135deg,#f59e0b,#eab308)}.appointments__tabs{margin:.5rem 0 .35rem;display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:#f5f8fa;border:1px solid rgba(18,94,138,.3);box-shadow:inset 0 1px 2px #10182814}.appointments__tab{border:none;background:transparent;padding:.4rem .95rem;border-radius:999px;font-weight:600;font-size:.85rem;color:#4a5c74;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.appointments__tab--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 10px 24px #125e8a40}@media(max-width:560px){.appointments__card-buttons{grid-template-columns:1fr}.appointments__booking-header{flex-direction:column}}.appointments__review-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1100;padding:1rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:reviewFadeIn .2s ease}@keyframes reviewFadeIn{0%{opacity:0}to{opacity:1}}@keyframes reviewSlideUp{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.appointments__review-sheet{background:#fff;border-radius:24px;padding:0;box-shadow:0 30px 60px #0f172a40,0 0 0 1px #0f172a0f;width:min(420px,100%);overflow:hidden;animation:reviewSlideUp .25s ease}.appointments__review-sheet-top{background:#fffbeb;border-bottom:1px solid #fde68a;padding:1.25rem 1.5rem 1rem;text-align:center}.appointments__review-sheet-top-icon{width:44px;height:44px;border-radius:50%;background:#fef3c7;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem}.appointments__review-sheet-top-icon svg{stroke:#f59e0b}.appointments__review-sheet-header{margin-bottom:.15rem}.appointments__review-sheet-header h2{margin:0;font-size:1.1rem;font-weight:800;color:#1a2634}.appointments__review-sheet-sub{margin:.15rem 0 0;font-size:.88rem;color:#64748b}.appointments__review-sheet-sub strong{color:#1a2634}.appointments__review-sheet-body{padding:1.25rem 1.5rem 1.5rem}.appointments__review-form{display:flex;flex-direction:column;gap:1rem}.appointments__review-rating-row{display:flex;flex-direction:column;align-items:center;gap:.5rem}.appointments__review-rating-label{font-size:.82rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.appointments__review-star-picker{display:flex;gap:.35rem}.appointments__review-star-btn{background:none;border:none;font-size:2rem;line-height:1;color:#e2e8f0;cursor:pointer;padding:.15rem;transition:color .15s,transform .2s}.appointments__review-star-btn:hover{transform:scale(1.25)}.appointments__review-star-btn--active{color:#f59e0b;filter:drop-shadow(0 2px 4px rgba(245,158,11,.3))}.appointments__review-textarea{width:100%;box-sizing:border-box;padding:.75rem .9rem;border-radius:14px;border:1.5px solid #e2e8f0;background:#f8fafc;font-size:.9rem;font-family:inherit;color:#1a2634;resize:vertical;min-height:90px;transition:border-color .2s,box-shadow .2s,background .2s}.appointments__review-textarea::placeholder{color:#94a3b8}.appointments__review-textarea:focus{outline:none;border-color:#197bbd;background:#fff;box-shadow:0 0 0 3px #125e8a1a}.appointments__review-actions{margin-top:.5rem;display:flex;gap:.6rem}.appointments__review-cancel{flex:1;padding:.7rem 1rem;border-radius:14px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-weight:700;cursor:pointer;font-size:.9rem;transition:all .2s}.appointments__review-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.appointments__review-submit{flex:1;padding:.7rem 1rem;border-radius:14px;border:none;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-weight:700;cursor:pointer;font-size:.9rem;box-shadow:0 4px 14px #125e8a40;transition:all .2s}.appointments__review-submit:hover{transform:translateY(-1px);box-shadow:0 6px 18px #125e8a4d}.appointments__review-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.slot-picker{display:flex;flex-direction:column;gap:1rem;width:100%}.slot-picker__hero{display:flex;align-items:center;gap:.85rem;background:#f0f5fa;border-radius:20px;padding:1rem 1.15rem;box-shadow:0 10px 25px #0f172a0f;border:1px solid #e8f0f4}.slot-picker__hero-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px #125e8a40;letter-spacing:.03em}.slot-picker__hero-info{flex:1;min-width:0}.slot-picker__hero-name{margin:0;font-size:1.1rem;font-weight:700;color:#1a2634}.slot-picker__hero-action{margin:.15rem 0 0;font-size:.82rem;color:#5b6a7c;font-weight:500}.slot-picker__back-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:.3rem;padding:.45rem .9rem;border-radius:10px;border:1.5px solid #d4dfe8;background:#f0f5fa;color:#415b71;font-weight:600;font-size:.82rem;cursor:pointer;transition:all .2s}.slot-picker__back-btn:hover{background:#f5f8fa;border-color:#c4e0d0}.slot-picker__body{background:#f0f5fa;border-radius:20px;padding:1.15rem;box-shadow:0 10px 25px #0f172a0f;border:1px solid #e8f0f4;flex:1;min-height:0;overflow-y:auto}.slot-picker__heading{display:flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:700;color:#1f2a3a;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #eef4f8}.slot-picker__heading svg{color:#197bbd}.slot-picker__state{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;color:#6b7f92;text-align:center}.slot-picker__state p{margin:0}.slot-picker__state--error{color:#dc2626}.slot-picker__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;text-align:center}.slot-picker__empty-title{margin:0;font-size:1.05rem;font-weight:700;color:#1f2a3a}.slot-picker__empty-hint{margin:0;font-size:.85rem;color:#6b7f92}.slot-picker__groups{display:flex;flex-direction:column;gap:1.25rem}.slot-picker__group-label{margin:0 0 .6rem;font-size:.82rem;font-weight:700;color:#197bbd;text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:.5rem}.slot-picker__group-label:after{content:"";flex:1;height:1px;background:#eef4f8}.slot-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.5rem}.slot-picker__slot{padding:.6rem .5rem;border-radius:12px;border:1.5px solid #C2B8B2;background:#f0f5fa;color:#1a2634;font-size:.88rem;font-weight:600;cursor:pointer;text-align:center;transition:all .2s}.slot-picker__slot:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd;color:#166534;box-shadow:0 4px 12px #125e8a26;transform:translateY(-1px)}.slot-picker__slot:active:not(:disabled){background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;border-color:transparent}.slot-picker__slot:disabled{opacity:.5;cursor:not-allowed}@media(max-width:560px){.slot-picker__hero{flex-wrap:wrap}.slot-picker__grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr))}}.provider-detail{min-height:0;height:100%;width:100%;background:linear-gradient(180deg,#f3fbf6,#ebf6ef);color:#1a2634;font-family:Manrope,sans-serif;padding:1rem 1.25rem 2rem;display:flex;justify-content:center;overflow-y:auto;box-sizing:border-box}.provider-detail *{font-family:Manrope,sans-serif}.provider-detail__inner{width:100%;max-width:860px;display:flex;flex-direction:column;gap:1rem}.provider-detail__header{display:flex;align-items:center;gap:.75rem}.provider-detail__back{border:1px solid #e2eaef;background:#fff;border-radius:12px;padding:.45rem 1rem;font-weight:600;font-size:.88rem;color:#1f2a3a;box-shadow:0 4px 12px #0f172a0f;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;transition:all .2s}.provider-detail__back:hover{background:#f5f8fa;border-color:#c4e0d0}.provider-detail__hero{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 16px 35px #0f172a14;border:1px solid rgba(18,94,138,.1)}.provider-detail__hero-banner{height:80px;background:#197bbd}.provider-detail__hero-inner{padding:0 1.4rem 1.4rem;margin-top:-36px;display:flex;gap:1rem;align-items:flex-start;position:relative}.provider-detail__avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;font-weight:800;letter-spacing:.05em;border:4px solid #fff;box-shadow:0 8px 24px #125e8a40;flex-shrink:0}.provider-detail__hero-content{flex:1;min-width:0;padding-top:2.5rem}.provider-detail__hero-heading h2{margin:0;font-size:1.3rem;font-weight:800;color:#1a2634}.provider-detail__hero-heading p{margin:.15rem 0 0;color:#5b6a7c;font-size:.9rem;font-weight:500}.provider-detail__hero-stats{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}.provider-detail__stat-chip{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .7rem;border-radius:999px;font-size:.8rem;font-weight:600;background:#e8f1f6;color:#166534;border:1px solid #E8F1F6}.provider-detail__stat-chip svg{flex-shrink:0}.provider-detail__stat-chip--rating{background:#fffbeb;color:#92400e;border-color:#fde68a}.provider-detail__stat-chip--rating svg{color:#f59e0b}.provider-detail__stat-chip--fee{background:#f0f9ff;color:#0c4a6e;border-color:#bae6fd;font-weight:700}.provider-detail__hero-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem;padding-top:2.5rem;flex-shrink:0}.provider-detail__book-btn{border:none;border-radius:14px;padding:.65rem 1.3rem;font-weight:700;font-size:.9rem;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;cursor:pointer;box-shadow:0 10px 24px #125e8a4d;display:inline-flex;align-items:center;gap:.4rem;transition:all .2s;white-space:nowrap}.provider-detail__book-btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #125e8a59}.provider-detail__details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.provider-detail__detail-card{background:#fff;border-radius:20px;padding:1.1rem 1.2rem;box-shadow:0 10px 25px #0f172a0f;border:1px solid #e8f0f4}.provider-detail__detail-card h3{margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:#1f2a3a;display:flex;align-items:center;gap:.4rem;padding-bottom:.65rem;border-bottom:1px solid #eef4f8}.provider-detail__detail-card h3 svg{color:#197bbd}.provider-detail__detail-row{display:flex;flex-direction:column;gap:.15rem;padding:.45rem 0}.provider-detail__detail-row+.provider-detail__detail-row{border-top:1px solid #f4f8fa}.provider-detail__detail-row span{font-size:.9rem;color:#374151}.provider-detail__detail-label{font-size:.72rem!important;font-weight:700;color:#6b7f92!important;text-transform:uppercase;letter-spacing:.05em}.provider-detail__section{background:#fff;border-radius:22px;padding:1.25rem;box-shadow:0 10px 25px #0f172a0f;border:1px solid #e8f0f4}.provider-detail__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem;padding-bottom:.7rem;border-bottom:1px solid #eef4f8}.provider-detail__section-header h2{margin:0;font-size:1.05rem;font-weight:700;color:#1f2a3a;display:flex;align-items:center;gap:.4rem}.provider-detail__section-header h2 svg{color:#f59e0b}.provider-detail__review-count{font-size:.8rem;font-weight:600;color:#6b7f92;background:#f4f8fa;padding:.25rem .65rem;border-radius:999px}.provider-detail__review-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.provider-detail__review{border:1px solid #eef4f1;border-radius:14px;padding:.85rem 1rem;background:#fafdfb;transition:border-color .2s}.provider-detail__review:hover{border-color:#c8e6d5}.provider-detail__review-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.4rem}.provider-detail__review-stars{display:flex;gap:.08rem}.provider-detail__review-star{font-size:1rem;color:#d1d5db;line-height:1}.provider-detail__review-star--filled{color:#f59e0b}.provider-detail__review-comment{margin:0;color:#374151;font-size:.9rem;line-height:1.5}.provider-detail__review-date{font-size:.78rem;color:#9ca3af}.provider-detail__empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;color:#8b99ad;text-align:center}.provider-detail__empty p{margin:0}.provider-detail__state{background:#fff;border-radius:20px;padding:2rem 1.5rem;text-align:center;color:#5b6474;box-shadow:0 10px 22px #0f172a0f;display:flex;flex-direction:column;align-items:center;gap:.75rem}.provider-detail__state--error{color:#dc2626}.provider-detail__spinner{width:32px;height:32px;border:3px solid #dde8ef;border-top-color:#125e8a;border-radius:50%;animation:provider-detail-spin .8s linear infinite}@keyframes provider-detail-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.provider-detail{padding:.65rem .65rem 1.5rem}.provider-detail__inner{gap:.75rem}.provider-detail__hero-banner{height:60px}.provider-detail__hero-inner{flex-direction:column;align-items:center;text-align:center;padding:0 1rem 1rem;margin-top:-30px}.provider-detail__avatar{width:60px;height:60px;font-size:1.1rem}.provider-detail__hero-content{padding-top:.5rem}.provider-detail__hero-heading h2{font-size:1.15rem}.provider-detail__hero-stats{justify-content:center}.provider-detail__hero-actions{padding-top:0;align-items:center}.provider-detail__book-btn{padding:.6rem 1rem;font-size:.85rem}.provider-detail__details-grid{grid-template-columns:1fr}.provider-detail__detail-card{padding:.9rem;border-radius:16px}.provider-detail__section{padding:.9rem;border-radius:18px}.provider-detail__review{padding:.7rem .8rem;border-radius:12px}}@media(max-width:400px){.provider-detail{padding:.5rem .5rem 1rem}.provider-detail__hero{border-radius:18px}.provider-detail__stat-chip{font-size:.72rem;padding:.2rem .5rem}}.organisation-admin{font-family:Manrope,sans-serif;flex:1 1 0;display:flex;flex-direction:column;min-height:0}.organisation-admin *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-admin__header{margin-bottom:1.25rem}.organisation-admin__header h1{font-size:1.65rem;font-weight:800;margin:0 0 .2rem;color:#1e293b}.organisation-admin__header p{color:#64748b;margin:0;font-size:.9rem;font-weight:500}.organisation-admin__top-nav{display:flex;justify-content:flex-start;margin-bottom:.75rem}.organisation-admin__top-actions{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-bottom:1rem}.organisation-admin__back-list{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;border-radius:12px;padding:.65rem 1.1rem;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.organisation-admin__back-list:hover{border-color:#197bbd;background:#e8f1f6;color:#125e8a}.organisation-admin__tabs{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:2px solid #e2e8f0}.organisation-admin__tab{padding:.6rem 1.25rem;font-size:.95rem;font-weight:700;color:#64748b;background:transparent;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s;font-family:Manrope,sans-serif}.organisation-admin__tab:hover{color:#125e8a}.organisation-admin__tab--active{color:#125e8a;border-bottom-color:#125e8a}.organisation-admin__section{flex:1 1 0;min-height:0;overflow-y:auto;padding:1.25rem;border:1px solid #C2B8B2;border-radius:18px;background:#f0f5fa;box-shadow:0 4px 16px #125e8a1f;margin-bottom:1rem}.organisation-admin__section h2{font-size:1.05rem;font-weight:800;margin:0 0 .85rem;color:#1e293b;display:flex;align-items:center;gap:.5rem}.organisation-admin__section h2:before{content:"";width:4px;height:1.1em;border-radius:2px;background:linear-gradient(180deg,#125e8a,#197bbd);flex-shrink:0}.organisation-admin__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem;margin-bottom:.85rem}.organisation-admin__field{display:flex;flex-direction:column;gap:.3rem}.organisation-admin__field label{font-size:.85rem;font-weight:700;color:#334155}.organisation-admin__field--full{width:100%;grid-column:1/-1}.organisation-admin__field--currency{position:relative}.organisation-admin__field--currency .organisation-admin__currency-prefix{position:absolute;left:.9rem;top:auto;bottom:.9rem;transform:none;font-size:.85rem;font-weight:600;color:#64748b;pointer-events:none}.organisation-admin__field--currency input{padding-left:1.9rem}.organisation-admin__field input,.organisation-admin__field select{height:44px;border-radius:12px;border:1.5px solid #C2B8B2;background:#edf2f7;padding:0 .85rem;font-size:.875rem;color:#334155;font-family:Manrope,sans-serif;transition:border-color .2s,box-shadow .2s}.organisation-admin__field input:focus,.organisation-admin__field select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26;background:#f0f5fa}.organisation-admin__doc-dropzone{border:2px dashed #C2B8B2;border-radius:14px;padding:1.5rem 1rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;background:#f7fafb}.organisation-admin__doc-dropzone:hover,.organisation-admin__doc-dropzone--active{border-color:#197bbd;background:#e8f1f6}.organisation-admin__doc-dropzone svg{display:block;margin:0 auto .5rem;opacity:.7}.organisation-admin__doc-dropzone p{margin:0 0 .25rem;font-size:.88rem;font-weight:600;color:#334155}.organisation-admin__doc-browse{color:#125e8a;font-weight:700;cursor:pointer;text-decoration:underline}.organisation-admin__doc-browse input{display:none}.organisation-admin__doc-hint{font-size:.78rem;color:#64748b;font-weight:500}.organisation-admin__doc-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.organisation-admin__doc-item{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;background:#fff;border:1px solid #C2B8B2;border-radius:10px;transition:box-shadow .2s}.organisation-admin__doc-item:hover{box-shadow:0 2px 8px #125e8a14}.organisation-admin__doc-icon{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;letter-spacing:.02em;flex-shrink:0}.organisation-admin__doc-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.organisation-admin__doc-name{font-size:.84rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organisation-admin__doc-size{font-size:.75rem;color:#64748b;font-weight:500}.organisation-admin__doc-remove{width:28px;height:28px;border:none;background:none;color:#94a3b8;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s,background .2s}.organisation-admin__doc-remove:hover{color:#dc2626;background:#fef2f2}.organisation-admin__submit{border:none;background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;border-radius:12px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:700;cursor:pointer;box-shadow:0 3px 10px #125e8a33;transition:all .2s}.organisation-admin__submit:hover{box-shadow:0 5px 16px #125e8a59;transform:translateY(-1px)}.organisation-admin__submit:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(max-width:768px){.organisation-admin__top-actions{justify-content:stretch}.organisation-admin__submit{width:100%}}.organisation-dashboard{font-family:Manrope,sans-serif;color:#1e293b;margin:0 22px;flex:1 1 10px}.organisation-dashboard *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-dashboard__title{margin:0 0 .15rem;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-dashboard__subtitle{margin:0 0 1.1rem;font-size:.9rem;color:#64748b;font-weight:500}.organisation-dashboard__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.organisation-dashboard__card{background:linear-gradient(135deg,#f0f5fa,#e8f1f6);border:1px solid #C2B8B2;border-radius:18px;padding:1.1rem;box-shadow:0 6px 18px #125e8a1f;display:flex;justify-content:space-between;align-items:flex-start;transition:box-shadow .25s,transform .25s}.organisation-dashboard__card:hover{box-shadow:0 10px 28px #125e8a1a;transform:translateY(-2px)}.organisation-dashboard__card-label{margin:0;font-size:.85rem;font-weight:600;color:#64748b}.organisation-dashboard__card-value{margin:.25rem 0;font-size:1.85rem;font-weight:800;color:#1e293b;letter-spacing:-.02em}.organisation-dashboard__card-change{margin:0;font-size:.85rem;font-weight:700;color:#059669}.organisation-dashboard__card-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:800}.organisation-dashboard__card-icon--green{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff}.organisation-dashboard__card-icon--blue{background:#eff6ff;color:#2563eb}.organisation-dashboard__card-icon--yellow{background:#fffbeb;color:#d97706}.organisation-dashboard__card-icon--purple{background:#faf5ff;color:#7c3aed}.organisation-dashboard__grid{display:grid;gap:1rem;margin-bottom:1rem}.organisation-dashboard__section{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:18px;padding:1.1rem;box-shadow:0 6px 18px #125e8a1f}.organisation-dashboard__section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.organisation-dashboard__section-head h2{font-size:1.05rem;font-weight:800;margin:0 0 .25rem;color:#1e293b}.organisation-dashboard__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.65rem}.organisation-dashboard__section-title{font-size:1.05rem;font-weight:800;color:#1e293b;margin:0}.organisation-dashboard__section-link{border:none;background:none;font-size:.85rem;font-weight:700;color:#197bbd;cursor:pointer;transition:color .2s}.organisation-dashboard__section-link:hover{color:#125e8a}.organisation-dashboard__table{width:100%;border-collapse:collapse;font-size:.875rem}.organisation-dashboard__table th,.organisation-dashboard__table td{padding:.65rem .75rem;text-align:left}.organisation-dashboard__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.organisation-dashboard__table thead tr:first-child th:first-child{border-top-left-radius:10px}.organisation-dashboard__table thead tr:first-child th:last-child{border-top-right-radius:10px}.organisation-dashboard__table td{border-bottom:1px solid #f1f5f9;color:#334155}.organisation-dashboard__table tbody tr{transition:background .15s}.organisation-dashboard__table tbody tr:hover{background:#edf2f7}.organisation-dashboard__table tbody tr:last-child td{border-bottom:none}.organisation-dashboard__status{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.organisation-dashboard__status--active{background:#e8f1f6;color:#125e8a}.organisation-dashboard__status--suspended{background:#fee2e2;color:#b91c1c}.organisation-dashboard__action{border:none;border-radius:8px;padding:.3rem .65rem;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s}.organisation-dashboard__action--danger{background:#fff1f1;color:#dc2626;border:1px solid #fecaca}.organisation-dashboard__action--danger:hover{background:#fee2e2}.organisation-dashboard__action--safe{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;box-shadow:0 2px 6px #125e8a33}.organisation-dashboard__action--safe:hover{box-shadow:0 4px 10px #125e8a4d}.organisation-dashboard__filters{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:.6rem;margin-bottom:.85rem}.organisation-dashboard__filters select,.organisation-dashboard__filters input{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;padding:0 .75rem;background:#f0f5fa;color:#334155;font-size:.875rem;font-family:Manrope,sans-serif;font-weight:600;transition:border-color .2s,box-shadow .2s}.organisation-dashboard__filters select:focus,.organisation-dashboard__filters input:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.organisation-dashboard__footer{padding:.7rem .75rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9}.organisation-dashboard__pagination{display:inline-flex;align-items:center;gap:.4rem}.organisation-dashboard__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.organisation-dashboard__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.organisation-dashboard__page-btn:disabled{opacity:.4;cursor:not-allowed}.organisation-dashboard__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:1280px){.organisation-dashboard__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.organisation-dashboard__grid{grid-template-columns:1fr}.organisation-dashboard__filters{grid-template-columns:1fr 1fr}}@media(max-width:768px){.organisation-dashboard{margin:0 12px}.organisation-dashboard__cards{grid-template-columns:1fr}.organisation-dashboard__card{padding:.9rem}.organisation-dashboard__filters{grid-template-columns:1fr}}.organisation-provider-list{font-family:Manrope,sans-serif;margin:0 22px;flex:1 1 10px}.organisation-provider-list *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-provider-list__title{margin:0 0 .15rem;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-provider-list__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.organisation-provider-list__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:.75rem}.organisation-provider-list__add-btn{border:none;background:#125e8a;color:#fff;border-radius:10px;padding:.5rem 1rem;font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #125e8a33;transition:all .2s}.organisation-provider-list__add-btn:hover{box-shadow:0 4px 14px #125e8a59;transform:translateY(-1px)}.organisation-provider-list__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.organisation-provider-list__table{width:100%;border-collapse:collapse;font-size:.875rem}.organisation-provider-list__table th,.organisation-provider-list__table td{padding:.75rem 1rem;text-align:left}.organisation-provider-list__table th{background:#125e8a;color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.organisation-provider-list__table td{border-bottom:1px solid #f1f5f9;color:#334155}.organisation-provider-list__table tbody tr{transition:background .15s}.organisation-provider-list__table tbody tr:hover{background:#edf2f7}.organisation-provider-list__table tbody tr:last-child td{border-bottom:none}.organisation-provider-list__status{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.organisation-provider-list__status--approved,.organisation-provider-list__status--active{background:#e8f1f6;color:#125e8a}.organisation-provider-list__status--pending,.organisation-provider-list__status--inactive{background:#fef3c7;color:#b45309}.organisation-provider-list__status--rejected,.organisation-provider-list__status--deleted{background:#fee2e2;color:#b91c1c}.organisation-provider-list__actions{display:flex;gap:.5rem;align-items:center}.organisation-provider-list__view-btn{border:1.5px solid #125E8A;background:transparent;color:#125e8a;border-radius:8px;padding:.3rem .75rem;font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .2s}.organisation-provider-list__view-btn:hover{background:#125e8a;color:#fff;box-shadow:0 2px 8px #125e8a40}.organisation-provider-list__delete-btn{background:transparent;color:#125e8a;border-radius:8px;height:100%;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.organisation-provider-list__delete-btn svg{width:22px;height:22px}@media(max-width:768px){.organisation-provider-list{margin:0 12px}}.organisation-audit-logs{font-family:Manrope,sans-serif;margin:0 22px;flex:1 1 10px}.organisation-audit-logs *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-audit-logs__title{margin:0 0 .15rem;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-audit-logs__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.organisation-audit-logs__toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.85rem}.organisation-audit-logs__toolbar select,.organisation-audit-logs__toolbar input{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;background:#f0f5fa;padding:0 .75rem;font-size:.875rem;color:#334155;font-family:Manrope,sans-serif;font-weight:600;transition:border-color .2s,box-shadow .2s}.organisation-audit-logs__toolbar select:focus,.organisation-audit-logs__toolbar input:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.organisation-audit-logs__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.organisation-audit-logs__table{width:100%;border-collapse:collapse;font-size:.875rem}.organisation-audit-logs__table th,.organisation-audit-logs__table td{padding:.75rem 1rem;text-align:left}.organisation-audit-logs__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.organisation-audit-logs__table td{border-bottom:1px solid #f1f5f9;color:#334155}.organisation-audit-logs__table tbody tr{transition:background .15s}.organisation-audit-logs__table tbody tr:hover{background:#edf2f7}.organisation-audit-logs__table tbody tr:last-child td{border-bottom:none}.organisation-audit-logs__status{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.organisation-audit-logs__status--success{background:#e8f1f6;color:#125e8a}.organisation-audit-logs__status--failed{background:#fee2e2;color:#b91c1c}.organisation-audit-logs__role-pill{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;background:#e8f1f6;color:#125e8a;border:1px solid rgba(18,94,138,.2)}.organisation-audit-logs__footer{padding:.7rem 1rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9}.organisation-audit-logs__pagination{display:inline-flex;align-items:center;gap:.4rem}.organisation-audit-logs__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.organisation-audit-logs__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.organisation-audit-logs__page-btn:disabled{opacity:.4;cursor:not-allowed}.organisation-audit-logs__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:768px){.organisation-audit-logs{margin:0 12px}}.organisation-emr-logs{font-family:Manrope,sans-serif;margin:0 22px;flex:1 1 10px}.organisation-emr-logs *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-emr-logs__title{margin:0 0 .15rem;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-emr-logs__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.organisation-emr-logs__toolbar{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-bottom:.85rem}.organisation-emr-logs__toolbar select{height:42px;border:1.5px solid #C2B8B2;border-radius:12px;background:#f0f5fa;padding:0 .75rem;font-size:.875rem;color:#334155;font-family:Manrope,sans-serif;font-weight:600;transition:border-color .2s,box-shadow .2s}.organisation-emr-logs__toolbar select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26}.organisation-emr-logs__card{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.organisation-emr-logs__table{width:100%;border-collapse:collapse;font-size:.875rem}.organisation-emr-logs__table th,.organisation-emr-logs__table td{padding:.75rem 1rem;text-align:left}.organisation-emr-logs__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.organisation-emr-logs__table td{border-bottom:1px solid #f1f5f9;color:#334155}.organisation-emr-logs__table tbody tr{transition:background .15s}.organisation-emr-logs__table tbody tr:hover{background:#edf2f7}.organisation-emr-logs__table tbody tr:last-child td{border-bottom:none}.organisation-emr-logs__status{display:inline-flex;align-items:center;padding:.25rem .65rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.organisation-emr-logs__status--success{background:#e8f1f6;color:#125e8a}.organisation-emr-logs__status--failed{background:#fee2e2;color:#b91c1c}.organisation-emr-logs__status--pending{background:#fef3c7;color:#b45309}.organisation-emr-logs__status--in_progress{background:#e0f2fe;color:#0369a1}.organisation-emr-logs__footer{padding:.7rem 1rem;font-size:.82rem;color:#64748b;font-weight:600;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9}.organisation-emr-logs__pagination{display:inline-flex;align-items:center;gap:.4rem}.organisation-emr-logs__page-btn{border:1.5px solid #C2B8B2;background:#f0f5fa;color:#334155;font-size:.82rem;font-weight:700;min-width:32px;height:30px;padding:0 .4rem;border-radius:8px;cursor:pointer;transition:all .2s}.organisation-emr-logs__page-btn:hover:not(:disabled){background:#e8f1f6;border-color:#197bbd}.organisation-emr-logs__page-btn:disabled{opacity:.4;cursor:not-allowed}.organisation-emr-logs__page-text{min-width:30px;height:30px;padding:0 .4rem;border-radius:8px;background:#197bbd;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;border:none}@media(max-width:768px){.organisation-emr-logs{margin:0 12px}}.org-logs{margin:0 22px;flex:1 1 10px;font-family:Manrope,sans-serif}.org-logs__subtitle{margin:0 0 .9rem;font-size:.9rem;color:#64748b;font-weight:500}.org-logs__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.85rem}.org-logs__search{height:42px;min-width:220px;padding:0 1rem;border:1px solid #C2B8B2;border-radius:999px;background:#f0f5fa;font-size:.9rem;color:#0f172a;flex:1 1 260px}.org-logs__date-field{display:flex;align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;color:#64748b}.org-logs__date-field span{white-space:nowrap}.org-logs__date-field input{height:42px;padding:0 .9rem;border:1px solid #C2B8B2;border-radius:999px;background:#f0f5fa;outline:none;font-size:.85rem;font-weight:600;color:#334155;min-width:150px}.org-logs__date-field input:focus{border-color:#197bbd;box-shadow:0 0 0 3px #125e8a26;background:#f0f5fa}.org-logs__tabs{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:#f5f8fa;border:1px solid rgba(18,94,138,.3);box-shadow:inset 0 1px 2px #10182814;margin-bottom:.9rem}.org-logs__tab{border:none;background:transparent;padding:.4rem .95rem;border-radius:999px;font-weight:600;font-size:.85rem;color:#4a5c74;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.org-logs__tab--active{background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;box-shadow:0 10px 24px #125e8a40}.org-logs__panel{margin-top:.25rem;max-height:calc(100vh - 220px);overflow-y:auto}.org-logs__panel .organisation-audit-logs__card,.org-logs__panel .organisation-emr-logs__card,.org-logs__panel .organisation-audit-logs__table,.org-logs__panel .organisation-emr-logs__table{width:100%}@media(max-width:900px){.org-logs__search,.org-logs__date-field input{width:100%}}.organisation-revenue{font-family:Manrope,sans-serif;margin:0 22px;flex:1 1 10px}.organisation-revenue *{font-family:Manrope,sans-serif;box-sizing:border-box}.organisation-revenue__title{margin:0 0 .15rem;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-revenue__subtitle{margin:0 0 1rem;color:#64748b;font-size:.9rem;font-weight:500}.organisation-revenue__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}.organisation-revenue__card{background:linear-gradient(135deg,#f0f5fa,#e8f1f6);border:1px solid #C2B8B2;border-radius:18px;padding:1.15rem;box-shadow:0 6px 18px #125e8a1f;transition:box-shadow .25s,transform .25s}.organisation-revenue__card:hover{box-shadow:0 10px 28px #125e8a1a;transform:translateY(-2px)}.organisation-revenue__label{margin:0;font-size:.85rem;font-weight:600;color:#64748b}.organisation-revenue__value{margin:.25rem 0;font-size:1.85rem;font-weight:800;color:#1e293b}.organisation-revenue__table-wrap{background:#f0f5fa;border:1px solid #C2B8B2;border-radius:16px;overflow:auto;box-shadow:0 4px 16px #125e8a1f}.organisation-revenue__table{width:100%;border-collapse:collapse;font-size:.875rem}.organisation-revenue__table th,.organisation-revenue__table td{padding:.75rem 1rem;text-align:left}.organisation-revenue__table th{background:linear-gradient(135deg,#125e8a,#125e8a);color:#fff;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.organisation-revenue__table td{border-bottom:1px solid #f1f5f9;color:#334155}.organisation-revenue__table tbody tr{transition:background .15s}.organisation-revenue__table tbody tr:hover{background:#edf2f7}.organisation-revenue__table tbody tr:last-child td{border-bottom:none}@media(max-width:768px){.organisation-revenue{margin:0 12px}.organisation-revenue__cards{grid-template-columns:1fr}}.org-provider-detail{font-family:Manrope,sans-serif;margin:0 22px;flex:1 1 10px;padding-bottom:2rem}.org-provider-detail *{font-family:Manrope,sans-serif;box-sizing:border-box}.org-provider-detail__loading{padding:3rem 1rem;text-align:center;color:#64748b;font-size:.9rem}.org-provider-detail__error{padding:2rem;text-align:center;color:#dc2626;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.org-provider-detail__error button{border:1.5px solid #C2B8B2;background:#f0f5fa;border-radius:10px;padding:.5rem 1rem;font-weight:600;cursor:pointer}.org-provider-detail__back{display:inline-flex;align-items:center;gap:.35rem;border:none;background:none;color:#125e8a;font-size:.88rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:1rem;transition:color .2s}.org-provider-detail__back:hover{color:#0f4f75}.org-provider-detail__card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px #0f172a12;border:1px solid #e8eff5;margin-bottom:2rem}.org-provider-detail__banner{height:70px;background:#197bbd}.org-provider-detail__hero{display:flex;align-items:center;gap:1.25rem;padding:0 2rem 1.5rem;margin-top:-48px;position:relative}.org-provider-detail__avatar{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#125e8a,#197bbd);color:#fff;font-size:1.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:4px solid #fff;box-shadow:0 6px 20px #125e8a40;flex-shrink:0}.org-provider-detail__hero-info{flex:1;padding-top:48px}.org-provider-detail__hero-info h2{margin:0;font-size:1.35rem;font-weight:800;color:#1a2634}.org-provider-detail__hero-info p{margin:.15rem 0 0;font-size:.85rem;color:#6b7f92}.org-provider-detail__hero-status{display:inline-block;font-size:.72rem;font-weight:700;font-style:italic;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem}.org-provider-detail__hero-status--active{color:#15803d}.org-provider-detail__hero-status--inactive{color:#b45309}.org-provider-detail__edit-btn{display:inline-flex;align-items:center;gap:.4rem;border:1.5px solid #125E8A;background:#fff;color:#125e8a;padding:.45rem 1rem;border-radius:10px;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .2s;align-self:center;margin-top:48px;flex-shrink:0}.org-provider-detail__edit-btn:hover{background:#125e8a;color:#fff;box-shadow:0 4px 14px #125e8a40}.org-provider-detail__details-section,.org-provider-detail__edit-section{padding:0 2rem 1.5rem;overflow-y:auto;max-height:calc(100vh - 340px)}.org-provider-detail__section-title{margin:0 0 1.25rem;font-size:.88rem;font-weight:700;color:#1f2a3a;display:flex;align-items:center;gap:.45rem;padding-bottom:.75rem;border-bottom:2px solid #eef4f8}.org-provider-detail__section-title svg{color:#197bbd}.org-provider-detail__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.org-provider-detail__field-card{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;background:#f5f9fc;border-radius:14px;border:1px solid #e8eff5;transition:border-color .2s,box-shadow .2s}.org-provider-detail__field-card:hover{border-color:#c8dfe9;box-shadow:0 4px 14px #125e8a0f}.org-provider-detail__field-icon{width:40px;height:40px;border-radius:10px;background:#e8f2fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-provider-detail__field-content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.org-provider-detail__label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#8b9db5}.org-provider-detail__value{font-size:.92rem;font-weight:600;color:#1f2a3a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-provider-detail__deactivate-section{display:flex;align-items:center;gap:1rem;margin:0 2rem 1.5rem;padding:1rem 1.25rem;background:#fef8f8;border:1px solid #fde2e2;border-radius:14px}.org-provider-detail__deactivate-icon{width:44px;height:44px;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;flex-shrink:0}.org-provider-detail__deactivate-info{flex:1;display:flex;flex-direction:column;gap:.15rem}.org-provider-detail__deactivate-info strong{font-size:.88rem;font-weight:700;color:#1e293b}.org-provider-detail__deactivate-info span{font-size:.78rem;color:#64748b}.org-provider-detail__deactivate-btn{border:none;background:#dc2626;color:#fff;border-radius:10px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #dc26262e;transition:all .2s}.org-provider-detail__deactivate-btn:hover{background:#b91c1c;box-shadow:0 4px 14px #dc26264d}.org-provider-detail__edit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.org-provider-detail__edit-field{display:flex;flex-direction:column;gap:.35rem}.org-provider-detail__edit-field--full{grid-column:1/-1}.org-provider-detail__edit-field label{font-size:.75rem;font-weight:700;color:#5a6f85;text-transform:uppercase;letter-spacing:.04em}.org-provider-detail__edit-field input,.org-provider-detail__edit-field select{height:44px;padding:0 .9rem;border:1.5px solid #d8e2ec;border-radius:10px;background:#f7fafc;font-size:.9rem;color:#1e293b;transition:border-color .2s,box-shadow .2s}.org-provider-detail__edit-field input:focus,.org-provider-detail__edit-field select:focus{outline:none;border-color:#197bbd;box-shadow:0 0 0 3px #125e8a1a;background:#fff}.org-provider-detail__save-error{margin:.75rem 0 0;font-size:.82rem;color:#dc2626;font-weight:600}.org-provider-detail__edit-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:2px solid #eef4f8}.org-provider-detail__cancel-btn{border:1.5px solid #C2B8B2;background:#fff;color:#475569;border-radius:10px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s}.org-provider-detail__cancel-btn:hover{border-color:#94a3b8;background:#f1f5f9}.org-provider-detail__save-btn{border:none;background:#125e8a;color:#fff;border-radius:10px;padding:.55rem 1.5rem;font-size:.85rem;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #125e8a33;transition:all .2s}.org-provider-detail__save-btn:hover:not(:disabled){background:#0f4f75;box-shadow:0 4px 14px #125e8a59}.org-provider-detail__save-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){.org-provider-detail{margin:0 12px}.org-provider-detail__hero{padding:0 1.25rem 1rem;flex-wrap:wrap}.org-provider-detail__avatar{width:76px;height:76px;font-size:1.4rem}.org-provider-detail__edit-btn{margin-top:0}.org-provider-detail__grid,.org-provider-detail__edit-grid{grid-template-columns:1fr}.org-provider-detail__details-section,.org-provider-detail__edit-section{padding:0 1.25rem 1.5rem}.org-provider-detail__deactivate-section{margin:0 1.25rem 1.5rem;flex-direction:column;text-align:center}}:root{--themeColor: #125E8A;--boxShadow: rgba(0, 0, 0, .08);--tableShadow: rgba(18, 94, 138, .06);--black: #000000;--whiteInsideTheme: #ffffff;--white: #ffffff;--invalid: rgb(220, 38, 38);--primaryDarkBorder: #334155;--primaryBorder: #C2B8B2;--primaryIconColor: #64748b;--textColor: #1e293b;--formBorder: #C2B8B2;--loginFormBorder: #C2B8B2;--labelColor: #64748b;--mainBg: #ffffff;--tableHeadBg: #125E8A;--tableBorder: #f1f5f9;--linkColor: #125E8A;--importBoxBorder: rgba(25, 123, 189, .4);--disabledColor: #94a3b8;--workOrderItemBg: #E8F1F6;--diffByTwo: #d97706;--popUpBg: #E8F1F6;--numericKeyBorder: #C2B8B2;--grey: #94a3b8;--tableAlternateRowColor: #F7FAFB}@font-face{font-family:Roboto-Black;src:url(/assets/Roboto-Black-qr0G-G-3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Bold;src:url(/assets/Roboto-Bold-BKtbn9Wi.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Regular;src:url(/assets/Roboto-Regular-BHeBnKzs.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Light;src:url(/assets/Roboto-Light-y85UWPYz.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto-Medium;src:url(/assets/Roboto-Medium-CFKDKRMh.ttf) format("truetype");font-weight:400;font-style:normal}html body{font-size:13px;font-family:NotoSansJP-Regular}html body .font_20{font-size:20px}html body .font_12{font-size:12px}html body .font_11{font-size:11px}html body .font-16{font-size:16px}html body .font-body{font-size:13px}html body .font_weight_bold{font-family:NotoSansJP-Bold}html body .roboto_font{font-family:Roboto-Regular}html body .roboto_font .font_weight_bold{font-family:Roboto-Bold}html body .roboto_font .font_weight_black{font-family:Roboto-Black}html body .roboto_font .font_weight_medium{font-family:Roboto-Medium}html body .roboto_font .font_weight_thin{font-family:Roboto-Light}html body .roboto_font .font_weight_regular{font-family:Roboto-Regular}html body .noto_sans_font{font-family:NotoSansJP-Regular}html body .noto_sans_font .font_weight_bold{font-family:NotoSansJP-Bold}html body .noto_sans_font .font_weight_black{font-family:NotoSansJP-Black}html body .noto_sans_font .font_weight_medium{font-family:NotoSansJP-Medium}html body .noto_sans_font .font_weight_thin{font-family:NotoSansJP-Light}html body .noto_sans_font .font_weight_regular{font-family:NotoSansJP-Regular}:root{--headerHeight: 65px;--sidebarWidth: 250px;--sidebarIpadWidth: 100px;--ipadLandscapeWidth: 1100px}html,body,button,input,textarea,select{font-family:Manrope,system-ui,-apple-system,sans-serif}html{height:100%;width:100%}html body{height:100%;width:100%;-webkit-user-select:none;user-select:none;color:var(--textColor)}html body .padding-3{padding:3px}html body .text_color{color:var(--textColor)}html body .label_color{color:var(--labelColor)}html body .theme_color{color:var(--themeColor)}html body .link_color{color:var(--linkColor)!important}html body .color_black{color:var(--black)}html body .color_grey{color:var(--grey)}html body .white_bg{background-color:var(--white)!important}html body .main_grey_bg{background-color:var(--mainBg)}html body .border_bottom_1{border-bottom:1px solid var(--primaryDarkBorder)}html body .drag_container{padding:3px}html body .drag_container.drag_started{outline:2px dotted var(--importBoxBorder)}html body .drag_container .dragging_item{outline:1px solid var(--formBorder)}html body .drag_container_header{padding:0 3px}html body .center_overlay{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center}html body tbody tr td[colspan]{text-align:center}html body .new_tag{color:var(--whiteInsideTheme);background-color:var(--themeColor);min-width:27px;display:inline-block;vertical-align:top;border:2px solid var(--themeColor);border-radius:5000px;padding:0 3px;font-size:8px;white-space:nowrap}html body .primary_card{background-color:#f0f5fa;border-radius:4px;box-shadow:0 2px 8px #125e8a1a;border:1px solid #C2B8B2}html body .border_radius_4{border-radius:4px}html body .height_40{height:40px}html body .width_450{width:450px!important}html body .max_height_550{max-height:550px}html body .max_width_200{max-width:200px}html body .max_width_300{max-width:300px}html body .max_width_350{max-width:350px}html body .max_width_400{max-width:400px}html body .max_width_500{max-width:500px}html body .min_height_32{min-height:32px}html body .min_width_31{min-width:31px}html body .min_width_60{min-width:60px}html body .min_width_75{min-width:75px}html body .min_width_85{min-width:85px}html body .min_width_95{min-width:95px}html body .min_width_96{min-width:96px}html body .min_width_100{min-width:100px}html body .min_width_103{min-width:103px}html body .min_width_110{min-width:110px}html body .min_width_120{min-width:120px}html body .min_width_126{min-width:126px}html body .min_width_140{min-width:140px}html body .min_width_150{min-width:150px}html body .min_width_170{min-width:170px}html body .min_width_180{min-width:180px}html body .min_width_205{min-width:205px}html body .min_width_300{min-width:300px}html body .flex_0_0_30{flex:0 0 30px}html body .flex_0_0_160{flex:0 0 160px}html body .flex_0_0_250{flex:0 0 250px}html body .flex_0_0_320{flex:0 0 320px}html body .flex_1_1_10{flex:1 1 10px}html body .flex_2_2_10{flex:2 2 10px}html body .flex_1_1_10_limit{flex:1 1 10px;width:10px}html body .flex_2_2_10_limit{flex:2 2 10px;width:10px}html body .flex_1_1_10_h_limit{flex:1 1 10px;height:10px}html body .sales_plan_discard_confirm{width:auto!important}html body .border_bottom_none{border-bottom:none!important}html body .vertical_align_top{vertical-align:top}html body .white_space_no_wrap{white-space:nowrap!important}html body .white_space_pre_wrap{white-space:pre-wrap!important}html body .white_space_break_all{word-break:break-all;word-break:break-word;white-space:pre-wrap}html body .white_space_break_word{white-space:pre-wrap!important;word-break:break-word}html body .ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html body .flex_column_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}html body .flex_column_container .flex_column_grow_container{-webkit-box-flex:1;-ms-flex:1 1 10px;flex:1 1 10px;height:10px}html body .invalid_border{border-color:var(--invalid)!important}html body .invalid{position:absolute;top:0;right:0;font-size:12px;color:var(--invalid)}html body .invalid.invalid_top_17{top:-17px}html body .invalid.invalid_top_19{top:-19px}html body .cursor_pointer{cursor:pointer}html body .cursor_grab{cursor:grab}html body .cursor_auto{cursor:auto}html body .cursor_not_allowed{cursor:not-allowed!important}html body .disabled{opacity:.5;cursor:no-drop}html body .no_data{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center}html body .edit_link{color:var(--linkColor)!important;text-decoration:none}html body .edit_link.edit_link_disabled{color:var(--disabledColor)!important;cursor:not-allowed}html body .delete_link{color:var(--themeColor)}html body .delete_link.delete_link_disabled{color:var(--disabledColor);cursor:not-allowed}html body .disabled_icon{opacity:.5;cursor:not-allowed}html body .primary_btn{background-color:var(--themeColor);color:var(--white);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor);min-height:32px}html body .primary_btn:disabled,html body .primary_btn[disabled]{opacity:.5;cursor:not-allowed}html body .primary_border_btn{background-color:var(--white);color:var(--themeColor);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor);min-height:32px}html body .primary_border_btn:disabled,html body .primary_border_btn[disabled]{opacity:.5;cursor:not-allowed}html body .primary_border_btn.disabled{opacity:.5;cursor:not-allowed}html body .secondary_border_btn{background-color:var(--white);color:var(--textColor);padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--labelColor);min-height:32px}html body .secondary_border_btn:disabled,html body .secondary_border_btn[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn{background-color:var(--white)!important;color:var(--textColor)!important;padding:0 20px!important;outline:none!important;box-shadow:none!important;border-radius:20px!important;border:1px solid var(--labelColor)!important;min-height:32px}html body .ant-btn:disabled,html body .ant-btn[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn.ant-btn-primary{background-color:var(--white);color:var(--themeColor)!important;padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor)!important;min-height:32px}html body .ant-btn.ant-btn-primary:disabled,html body .ant-btn.ant-btn-primary[disabled]{opacity:.5;cursor:not-allowed}html body .ant-btn.ant-btn-dangerous{background-color:var(--white);color:var(--themeColor)!important;padding:0 20px;outline:none!important;box-shadow:none!important;border-radius:20px;border:1px solid var(--themeColor)!important;min-height:32px}html body .ant-btn.ant-btn-dangerous:disabled,html body .ant-btn.ant-btn-dangerous[disabled]{opacity:.5;cursor:not-allowed}html body .color_white{color:var(--white)!important}html body .shade_loading{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#e1e1e166;z-index:9}html body .overlay_loading{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#e1e1e1;z-index:9}html body .main_form_container>input{min-height:32px;border:1px solid var(--formBorder);border-radius:20px;padding:0 15px;outline:none!important;box-shadow:none!important;width:100%}html body .main_form_container>input::placeholder{color:var(--labelColor)}html body .main_form_container .ant-select{width:100%}html body .main_form_container .ant-select .ant-select-selector{padding:0 30px 0 15px!important;border-radius:20px;border-color:var(--formBorder)!important;box-shadow:none!important}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .main_form_container .ant-select .ant-select-selector .ant-select-selection-search>input{padding-left:4px!important}html body .main_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .main_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-placeholder{padding-left:4px}html body .main_form_container .ant-select .ant-select-arrow{right:15px;top:calc(50% - 1px)}html body .main_form_container .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .main_form_container .ant-select .ant-select-clear{height:20px;right:14px;top:calc(50% - 4px);font-size:18px;width:20px;color:var(--black);display:flex;padding:0}html body .main_form_container .ant-picker{min-height:32px;border:1px solid var(--formBorder);border-color:var(--formBorder)!important;border-radius:20px;padding:0 15px;outline:none!important;box-shadow:none!important;width:100%}html body .main_form_container .ant-picker .ant-picker-input>input{font-family:regular}html body .main_form_container .ant-picker .ant-picker-input>input::placeholder{color:var(--labelColor)}html body .main_form_container .ant-picker .ant-picker-suffix,html body .main_form_container .ant-picker .ant-picker-clear{color:var(--black)}html body .main_form_container .ant-picker .ant-picker-active-bar{background-color:var(--themeColor)}html body .main_form_container .ant-picker .ant-picker-separator{display:none}html body .main_form_container .ant-picker .ant-picker-clear{height:17px;right:14px;top:50%;font-size:18px;width:17px;color:var(--black)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox.ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox:after{border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper .ant-checkbox .ant-checkbox-inner{border-radius:2px!important}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox.ant-checkbox-checked:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{background-color:var(--themeColor);border-color:var(--themeColor)}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox .ant-checkbox-inner{border-color:var(--themeColor)!important}html body .main_form_container .ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox:after{border-color:var(--themeColor)!important}html body .main_form_container .ant-switch{background-color:var(--labelColor)!important}html body .main_form_container .ant-switch.ant-switch-checked{background-color:var(--themeColor)!important}html body .main_form_container.minus_switch_bulk .ant-switch,html body .main_form_container.minus_switch_bulk .ant-switch.ant-switch-checked{background-color:#ddd!important}html body .secondary_form_container>input{min-height:32px;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .secondary_form_container>input::placeholder{color:var(--labelColor)}html body .secondary_form_container>textarea{height:100px;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;padding:10px;outline:none!important;width:100%;resize:none}html body .secondary_form_container>textarea::placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-select{width:100%}html body .secondary_form_container .ant-select .ant-select-selector{padding:0 10px!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .secondary_form_container .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .secondary_form_container .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .secondary_form_container .ant-select .ant-select-arrow{right:10px;top:calc(50% - 1px)}html body .secondary_form_container .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .secondary_form_container .ant-select .ant-select-clear{height:20px;right:6px;top:calc(50% - 4px);font-size:18px;width:20px;color:var(--black);display:flex}html body .secondary_form_container .ant-picker{min-height:32px;border-color:transparent!important;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow);border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .secondary_form_container .ant-picker .ant-picker-input>input{font-family:regular}html body .secondary_form_container .ant-picker .ant-picker-input>input::placeholder{color:var(--labelColor)}html body .secondary_form_container .ant-picker .ant-picker-suffix,html body .secondary_form_container .ant-picker .ant-picker-clear{color:var(--black)}html body .secondary_form_container .ant-picker .ant-picker-active-bar{background-color:var(--themeColor)}html body .secondary_form_container .ant-picker .ant-picker-separator{display:none}html body .secondary_form_container .ant-picker .ant-picker-clear{height:17px;top:50%;font-size:18px;width:17px;color:var(--black)}html body .custom_antd_clear_btn{height:100%;width:100%;color:var(--white);display:flex;align-items:center;justify-content:center;background-color:var(--black);border-radius:5000px;font-size:10px;padding:0;outline:none;box-shadow:none;border:none}@media screen and (max-width:1150px){html body .ant-select .ant-select-clear{opacity:1!important}}html body .main_filter_container_box{padding-bottom:10px;display:flex;align-items:center;justify-content:flex-end}html body .main_filter_container_box.main_pagination_container_filter_container_box{padding-bottom:5px}html body .main_filter_container_box .main_filter_container{flex:1 1 10px;width:10px;max-width:300px;padding:0 7.5px 5px}html body .main_filter_container_box .main_filter_container.main_filter_container_no_max_width{max-width:inherit}html body .main_filter_container_box .main_filter_container_bottom_padding{padding-bottom:5px}html body .main_filter_container_box .clear_filter{color:var(--formBorder);cursor:pointer;padding-left:7.5px;text-decoration:underline;padding-bottom:8px}html body .main_filter_container_box .filter_spacer_left{padding-left:7.5px}html body .main_filter_container_box .event_dates{font-size:12px;text-align:right}html body .table_status_item{color:#8a716a}html body .table_status_item.table_status_item_rejected{color:var(--themeColor)}html body .table_status_item.table_status_item_store_pending{color:#cb8d30}html body .table_status_item_svg{margin-top:1px;fill:var(--themeColor)}html body .table_status_item_svg.table_status_item_store_pending_tooltip{fill:#cb8d30}html body .table_status_item_svg.table_status_item_store_submitted_tooltip{fill:#8a716a}html body .table_status_item_svg.table_status_item_svg_filler{fill:var(--white)}html body .sales_plan_view_tooltip{position:absolute;right:-10px;top:2px}html body .table_min_width_100_td{min-width:100px;width:100px;white-space:pre-wrap!important}html body .table_min_width_165_td{min-width:165px;width:165px;white-space:pre-wrap!important}html body .table_min_width_100_th{min-width:100px;width:100px;white-space:pre-wrap!important}html body .table_min_width_100_th:before{content:"";min-width:90px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_min_width_155_th{min-width:135px;width:135px;white-space:pre-wrap!important}html body .table_min_width_155_th:before{content:"";min-width:120px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_min_width_190_td{min-width:190px;width:190px;white-space:pre-wrap!important}html body .table_min_width_250_td{min-width:250px;width:250px;white-space:pre-wrap!important}html body .table_min_width_190_th{min-width:190px;width:190px;white-space:pre-wrap!important}html body .table_min_width_190_th:before{content:"";min-width:190px;display:block;position:relative!important;top:0!important;bottom:0!important;background-color:transparent!important}html body .table_max_width_50_th{min-width:50px;max-width:50px;width:50px}html body .table_max_width_70_th{min-width:70px;max-width:70px;width:70px}html body .table_max_width_80_th{min-width:80px;max-width:80px;width:80px}html body .table_max_width_90_th{min-width:90px;max-width:90px;width:90px}html body .table_max_width_100_th{min-width:100px;max-width:100px;width:100px}html body .table_max_width_120_th{min-width:120px;max-width:120px;width:120px}html body .table_width_130_th{width:130px}html body .table_width_250_td{width:250px}html body .table_width_290_td{width:290px}html body .confirm_modal_with_content .ant-modal-close{display:none}html body .ant-modal-confirm-btns .ant-btn{min-width:130px}html body .ant-modal-confirm.ant_modal_confirm_responsive_width{width:max-content!important}html body input::file-selector-button{cursor:pointer}html body button:focus{outline:none!important}html body .column_resize_table th:before{content:"";display:block;width:var(--column_resize_before_width)}html body .ant-modal-wrap{display:flex;align-items:center;justify-content:center}html body .ant-modal-wrap .ant-modal{top:auto;padding-bottom:0;transform:none;color:var(--textColor);line-height:1.5}html body .ant-modal-wrap .ant-modal .ant-modal-body{line-height:1.5}html body .ant-pagination>li .ant-pagination-item-link{display:flex!important;align-items:center;justify-content:center}html body .ant-pagination>li.ant-pagination-item-active{border-color:var(--themeColor)!important}html body .ant-pagination>li.ant-pagination-item-active>a{color:var(--themeColor)!important}html body .ant-pagination .ant-select .ant-select-selector{padding:0 10px!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-placeholder{color:var(--labelColor)}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-right:25px}html body .ant-pagination .ant-select .ant-select-selector .ant-select-selection-search{margin-left:0}html body .ant-pagination .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{line-height:22px!important}html body .ant-pagination .ant-select .ant-select-arrow{right:12px;top:calc(50% + 1px)}html body .ant-pagination .ant-select .ant-select-arrow .ant_select_drop_icon{font-size:22px;color:var(--black)}html body .ant-pagination .ant-select .ant-select-clear{height:17px;right:14px;top:calc(50% - 3px);font-size:18px;width:17px;color:var(--black);display:flex}html body .ant-pagination .ant-pagination-options-quick-jumper>input{min-height:32px;padding:0 10px;outline:none!important;border:1px solid var(--boxShadow)!important;border-radius:4px;box-shadow:0 0 2px 0 var(--boxShadow) inset!important;width:100%}html body .ant-pagination .ant-pagination-options-quick-jumper>input::placeholder{color:var(--labelColor)}html body .ant-tooltip{max-width:90vw!important}html body .ant-checkbox-wrapper,html body .ant-checkbox-wrapper *,html body .ant-checkbox-wrapper .ant-checkbox{font-family:regular}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--labelColor);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--primaryDarkBorder)}.logout-confirm-modal .ant-modal-content{background:var(--whiteInsideTheme, #ffffff);border-radius:8px;box-shadow:0 2px 8px var(--boxShadow, rgba(0, 0, 0, .25));border:1px solid var(--primaryBorder, #d3d3d3)}.logout-confirm-modal .ant-modal-confirm-title{color:var(--textColor, #444444);font-weight:600}.logout-confirm-modal .ant-modal-confirm-content{color:var(--labelColor, #676767)}.logout-confirm-modal .ant-modal-confirm-btns .ant-btn-primary{background-color:var(--themeColor, #8A716A)!important;border-color:var(--themeColor, #8A716A)!important;color:var(--whiteInsideTheme, #fff)!important;border-radius:8px}.logout-confirm-modal .ant-modal-confirm-btns .ant-btn-default{border-radius:8px;border-color:var(--primaryBorder, #d3d3d3);color:var(--textColor, #444444)}.cancel-appointment-modal .ant-modal-content{background:var(--whiteInsideTheme, #ffffff);border-radius:8px;box-shadow:0 2px 8px var(--boxShadow, rgba(0, 0, 0, .25));border:1px solid var(--primaryBorder, #d3d3d3)}.cancel-appointment-modal .ant-modal-confirm-title{color:var(--textColor, #444444);font-weight:600}.cancel-appointment-modal .ant-modal-confirm-content{color:var(--labelColor, #676767)}.cancel-appointment-modal .ant-modal-confirm-btns .ant-btn-primary{background-color:var(--themeColor, #8A716A)!important;border-color:var(--themeColor, #8A716A)!important;color:var(--whiteInsideTheme, #fff)!important;border-radius:8px}.cancel-appointment-modal .ant-modal-confirm-btns .ant-btn-default{border-radius:8px;border-color:var(--primaryBorder, #d3d3d3);color:var(--textColor, #444444)}
