.ChatStyles-module__pxm0da__root{background:var(--gradient-soft);height:100vh;font-family:var(--font-primary);flex-direction:column;display:flex}.ChatStyles-module__pxm0da__header{background:var(--gradient-soft);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-soft);z-index:10;justify-content:space-between;align-items:center;padding:5px 10px;display:flex;position:sticky;top:0}.ChatStyles-module__pxm0da__headerLeft{align-items:center;gap:var(--spacing-sm);display:flex}.ChatStyles-module__pxm0da__title{font-weight:var(--font-weight-bold);font-size:var(--font-size-lg);color:var(--color-primary-dark)}.ChatStyles-module__pxm0da__beta{color:#fff;background-color:#000;border-radius:100px;padding:2px 6px;font-weight:700}.ChatStyles-module__pxm0da__newChat{filter:invert()brightness(120%)contrast(90%);background-color:#0000;width:40px;height:40px}.ChatStyles-module__pxm0da__messagesWrapper{gap:var(--spacing-sm);flex-direction:column;flex:1;padding:90px 0 0;display:flex;overflow-y:auto}.ChatStyles-module__pxm0da__NoMessages{padding:var(--spacing-md);gap:var(--spacing-sm);flex-direction:column;flex:1;justify-content:center;display:flex;overflow-y:auto}.ChatStyles-module__pxm0da__messages{gap:var(--spacing-sm);flex-direction:column;flex:1;padding:0 1rem;display:flex;overflow-y:auto}.ChatStyles-module__pxm0da__welcome{text-align:center;margin-top:var(--spacing-xl);color:var(--color-text-muted)}.ChatStyles-module__pxm0da__welcomeDot{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:2.5rem;display:flex;box-shadow:0 0 40px #22c55e}.ChatStyles-module__pxm0da__form{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background:#cefffb02;justify-content:center;align-items:center;display:flex}.ChatStyles-module__pxm0da__InputWrapper{background:#fff;border:1px solid #ccc;border-radius:10px;align-items:center;width:100%;padding:10px;display:flex;position:relative}.ChatStyles-module__pxm0da__inputBox{background:#fff;justify-content:center;align-items:center;width:100%;padding:15px 0;display:flex}.ChatStyles-module__pxm0da__textarea{padding:var(--spacing-sm);border-radius:var(--radius-md);font-size:var(--font-size-base);resize:none;transition:var(--transition-fast);scrollbar-width:none;color:#2e2d2d;background:#fff;border:none;outline:none;flex:1;width:100%;height:20px;max-height:200px;padding:0 10px;font-family:inherit;font-size:15px;line-height:1.5;overflow-y:hidden}.ChatStyles-module__pxm0da__send{background:var(--color-primary);color:#fff;font-size:var(--font-size-base);cursor:pointer;transition:var(--transition-fast);border:none;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;display:flex}.ChatStyles-module__pxm0da__send:hover{background:var(--color-primary-dark)}.ChatStyles-module__pxm0da__messages::-webkit-scrollbar{width:8px}.ChatStyles-module__pxm0da__messages::-webkit-scrollbar-track{background:0 0}.ChatStyles-module__pxm0da__messages::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:var(--radius-sm)}@media (max-width:600px){.ChatStyles-module__pxm0da__title{font-size:var(--font-size-base)}.ChatStyles-module__pxm0da__textarea{font-size:var(--font-size-sm)}.ChatStyles-module__pxm0da__send{padding:var(--spacing-xs)var(--spacing-sm)}.ChatStyles-module__pxm0da__messages{padding:var(--spacing-sm);gap:var(--spacing-xs)}}
.ChatDrawer-module__HnzghW__backdrop{opacity:0;pointer-events:none;z-index:50;background:#00000059;transition:opacity .22s;position:fixed;inset:0}.ChatDrawer-module__HnzghW__backdropOpen{opacity:1;pointer-events:auto;cursor:pointer}.ChatDrawer-module__HnzghW__drawer{background:var(--gradient-soft);width:90%;height:100dvh;width:min(var(--drawerW),92vw);z-index:1000;will-change:transform;border-left:1px solid #00000014;flex-direction:column;transition:transform .26s;display:flex;position:fixed;top:0;right:0;transform:translate(105%);box-shadow:0 18px 60px #0000002e}.ChatDrawer-module__HnzghW__drawerOpen{width:90%;transform:translate(0)}.ChatDrawer-module__HnzghW__header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding:14px;display:flex}.ChatDrawer-module__HnzghW__title{margin:0;font-size:16px;font-weight:700}.ChatDrawer-module__HnzghW__closeBtn{cursor:pointer;background:#0f7a3d;border:0;border-radius:10px;width:40px;height:40px;font-size:18px}.ChatDrawer-module__HnzghW__closeBtn:focus-visible{outline-offset:2px;outline:2px solid #0f7a3d}.ChatDrawer-module__HnzghW__body{overflow:hidden}.ChatDrawer-module__HnzghW__footer{border-top:1px solid #00000014;min-height:8px;padding:10px 14px}@media (prefers-reduced-motion:reduce){.ChatDrawer-module__HnzghW__backdrop,.ChatDrawer-module__HnzghW__drawer{transition:none}}@media screen and (max-width:786px){.ChatDrawer-module__HnzghW__drawer{width:100%}}
.CTA-module__8inYpW__container{background:linear-gradient(135deg,var(--color-primary)0%,#256428 100%);color:#fff;text-align:center;border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);padding:80px 20px}.CTA-module__8inYpW__title{margin-bottom:16px;font-size:2.6rem;font-weight:800;line-height:1.3}.CTA-module__8inYpW__highlight{color:#ff0}.CTA-module__8inYpW__subtitle{color:#ffffffe6;max-width:700px;margin:0 auto 40px;font-size:1.2rem;line-height:1.6}.CTA-module__8inYpW__buttonContainer{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.CTA-module__8inYpW__buttonStart,.CTA-module__8inYpW__buttonContact{border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-fast);border:none;align-items:center;gap:10px;padding:14px 28px;font-size:1rem;font-weight:600;display:flex}.CTA-module__8inYpW__buttonStart{color:var(--color-primary-dark);box-shadow:var(--shadow-soft);background:#fff}.CTA-module__8inYpW__buttonStart:hover{background:var(--color-accent);color:#fff;transform:translateY(-2px)}.CTA-module__8inYpW__buttonContact{color:#fff;background:0 0;border:2px solid #fff}.CTA-module__8inYpW__buttonContact:hover{color:var(--color-primary-dark);background:#fff;transform:translateY(-2px)}.CTA-module__8inYpW__buttonStart svg,.CTA-module__8inYpW__buttonContact svg{font-size:1.1rem}@media (max-width:992px){.CTA-module__8inYpW__title{font-size:2.2rem}.CTA-module__8inYpW__subtitle{font-size:1.1rem}}@media (max-width:768px){.CTA-module__8inYpW__container{padding:60px 15px}.CTA-module__8inYpW__title{font-size:1.9rem}.CTA-module__8inYpW__buttonStart,.CTA-module__8inYpW__buttonContact{padding:12px 22px;font-size:.95rem}}@media (max-width:576px){.CTA-module__8inYpW__title{font-size:1.6rem}.CTA-module__8inYpW__subtitle{font-size:.9rem}.CTA-module__8inYpW__buttonContainer{flex-direction:column;gap:12px}.CTA-module__8inYpW__buttonStart,.CTA-module__8inYpW__buttonContact{justify-content:center;width:100%}}
.Button-module__ady5Lq__base{cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:5px;justify-content:center;align-items:center;padding:15px;font-size:15px;font-weight:500;transition:all .2s;display:inline-flex}.Button-module__ady5Lq__base:active{transform:scale(.97)}.Button-module__ady5Lq__fullWidth{width:100%}.Button-module__ady5Lq__disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.Button-module__ady5Lq__radiused{color:#04280a;cursor:pointer;background:#25665300;border:1.5px solid #0b6b49;border-radius:100px;padding:15px}.Button-module__ady5Lq__radiused.Button-module__ady5Lq__radiused:hover{color:#fff;background:#03291d}.Button-module__ady5Lq__primary{color:#fff;background:#0b6b49}.Button-module__ady5Lq__primary:hover{background:#256653}.Button-module__ady5Lq__secondary{color:#0b6b49;background:#e8f1ee;border:1px solid #b7d2c5}.Button-module__ady5Lq__secondary:hover{background:#dcebe4}.Button-module__ady5Lq__rounded{color:#fff;cursor:pointer;background:#256653;border:1.5px solid #0b6b49;border-radius:100px;padding:15px}.Button-module__ady5Lq__nobg{color:#fff;cursor:pointer;background:#fff0;border-radius:100px}.Button-module__ady5Lq__outline{color:#0b6b49;background:0 0;border:1.5px solid #0b6b49;padding:15px}.Button-module__ady5Lq__link{color:#0b6b49;background:0 0;border:1.5px solid #0b6b49;padding:5px}.Button-module__ady5Lq__outline:hover{background:#e8f1ee}.Button-module__ady5Lq__ghost{color:#0b6b49;background:0 0;border:none}.Button-module__ady5Lq__ghost:hover{background:#0b6b4914}.Button-module__ady5Lq__danger{color:#fff;background:#c0392b}.Button-module__ady5Lq__danger:hover{background:#a83224}.Button-module__ady5Lq__warning{color:#000;background:#f4b400}.Button-module__ady5Lq__warning:hover{background:#e0a600}.Button-module__ady5Lq__success{color:#fff;background:#0b875b}.Button-module__ady5Lq__success:hover{background:#096c49}.Button-module__ady5Lq__info{color:#fff;background:#007bff}.Button-module__ady5Lq__info:hover{background:#0069d9}.Button-module__ady5Lq__text{color:#0b6b49;background:0 0;border:none;padding:8px 12px}.Button-module__ady5Lq__text:hover{text-decoration:underline}
.ConfirmDialog-module___Z13hq__overlay{z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ConfirmDialog-module___Z13hq__dialog{text-align:center;background:#fff;border-radius:14px;width:100%;max-width:380px;padding:30px 24px;animation:.25s ConfirmDialog-module___Z13hq__fadeIn;box-shadow:0 8px 32px #00000026}.ConfirmDialog-module___Z13hq__iconWrapper{margin-bottom:16px}.ConfirmDialog-module___Z13hq__icon{font-size:2.5rem}.ConfirmDialog-module___Z13hq__default{color:#eab308}.ConfirmDialog-module___Z13hq__delete{color:#d32f2f}.ConfirmDialog-module___Z13hq__logout{color:#00691c}.ConfirmDialog-module___Z13hq__title{color:#222;margin-bottom:8px;font-size:1.3rem;font-weight:700}.ConfirmDialog-module___Z13hq__description{color:#555;margin-bottom:24px;font-size:.95rem}.ConfirmDialog-module___Z13hq__actions{justify-content:space-between;gap:10px;display:flex}.ConfirmDialog-module___Z13hq__confirmBtn{background:var(--clr-primary,#00691c);color:#fff;cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px 20px;font-weight:600;transition:background .3s}.ConfirmDialog-module___Z13hq__confirmBtn:hover{background:#014d13}.ConfirmDialog-module___Z13hq__cancelBtn{color:#333;cursor:pointer;background:#f0f0f0;border:none;border-radius:8px;flex:1;padding:10px 20px;font-weight:600;transition:background .3s}.ConfirmDialog-module___Z13hq__cancelBtn:hover{background:#e2e2e2}@keyframes ConfirmDialog-module___Z13hq__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:360px){.ConfirmDialog-module___Z13hq__dialog{width:90%;padding:24px 16px}.ConfirmDialog-module___Z13hq__title{font-size:1.1rem}.ConfirmDialog-module___Z13hq__description{font-size:.85rem}}
.NavBar-module__5M4Q6G__navbar{z-index:1000;background:#fff;justify-content:space-between;align-items:center;width:100%;height:64px;padding:0 28px;transition:all .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 3px 12px #00000014}.NavBar-module__5M4Q6G__logo{cursor:pointer;align-items:center;display:flex}.NavBar-module__5M4Q6G__hamburger{color:#1a1a1a;cursor:pointer;background:0 0;border:none;font-size:1.8rem;transition:transform .2s;display:none}.NavBar-module__5M4Q6G__hamburger:active{transform:scale(.9)}.NavBar-module__5M4Q6G__navRight{align-items:center;gap:32px;display:flex;position:relative}.NavBar-module__5M4Q6G__relative{position:relative}.NavBar-module__5M4Q6G__fixed{animation:.25s NavBar-module__5M4Q6G__slideDown;position:fixed;top:0;left:0}@keyframes NavBar-module__5M4Q6G__slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.NavBar-module__5M4Q6G__ButtonBox{justify-content:flex-end;align-items:center;display:flex}.NavBar-module__5M4Q6G__hideNavbar{display:none}.NavBar-module__5M4Q6G__sidebarOverlay.NavBar-module__5M4Q6G__active{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.NavBar-module__5M4Q6G__navMenu{gap:28px;list-style:none;display:flex}.NavBar-module__5M4Q6G__navMenu li a{color:#005e3a;padding-bottom:4px;font-size:1rem;font-weight:700;text-decoration:none;transition:color .2s;position:relative}.NavBar-module__5M4Q6G__navMenu li a:after{content:"";background-color:#007c4d;width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.NavBar-module__5M4Q6G__navMenu li a:hover:after{width:100%}.NavBar-module__5M4Q6G__activeLink{font-weight:600;color:#007c4d!important}.NavBar-module__5M4Q6G__activeLink:after{width:100%}.NavBar-module__5M4Q6G__profileWrapper{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:10px;width:max-content;display:flex}.NavBar-module__5M4Q6G__userProfilePic{color:#fff;z-index:1;aspect-ratio:1;background:#007c4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:48px;display:flex}.NavBar-module__5M4Q6G__profile_photo{border:1px solid #000;border-radius:100px;justify-content:center;align-items:center;width:45px;height:45px;font-size:25px;display:flex}.NavBar-module__5M4Q6G__authButtons{align-items:center;gap:14px;display:flex}.NavBar-module__5M4Q6G__loginBtn,.NavBar-module__5M4Q6G__signupBtn{cursor:pointer;letter-spacing:.2px;border:1.5px solid #007c4d;border-radius:5px;padding:12px 25px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.NavBar-module__5M4Q6G__loginBtn{color:#007c4d;background:0 0}.NavBar-module__5M4Q6G__loginBtn:hover,.NavBar-module__5M4Q6G__signupBtn{color:#fff;background:#007c4d}.NavBar-module__5M4Q6G__signupBtn:hover{background:#005e3a}.NavBar-module__5M4Q6G__sidebarOverlay{opacity:0;visibility:hidden;z-index:999;background:#00000059;width:100%;height:100vh;transition:all .3s;position:fixed;top:0;left:0}.NavBar-module__5M4Q6G__sidebarOverlay.NavBar-module__5M4Q6G__active{opacity:1;visibility:visible}.NavBar-module__5M4Q6G__sidebar{background:#fff;width:70%;height:100%;padding:24px;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:2px 0 14px #0000001a}.NavBar-module__5M4Q6G__sidebarOverlay.NavBar-module__5M4Q6G__active .NavBar-module__5M4Q6G__sidebar{transform:translate(0)}.NavBar-module__5M4Q6G__closeBtn{color:#1a1a1a;cursor:pointer;background:0 0;border:none;justify-content:flex-end;font-size:1.6rem;display:flex}.NavBar-module__5M4Q6G__sidebarMenu{flex-direction:column;gap:22px;margin-top:40px;list-style:none;display:flex}.NavBar-module__5M4Q6G__sidebarMenu li a{color:#1a1a1a;font-size:1.05rem;font-weight:500;text-decoration:none;transition:color .2s}.NavBar-module__5M4Q6G__sidebarMenu li a:hover{color:#007c4d}.NavBar-module__5M4Q6G__sidebarAuth{flex-direction:column;gap:14px;margin-top:40px;display:flex}.NavBar-module__5M4Q6G__MobileauthButtons{align-items:center;gap:14px;display:flex}.NavBar-module__5M4Q6G__dropdown{background:#fff;border:1px solid #ddd;border-radius:8px;min-width:250px;margin-top:6px;font-size:20px;font-weight:bolder;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.NavBar-module__5M4Q6G__dropdown p{cursor:pointer;margin:0;padding:10px 14px;font-size:.9rem;transition:background .2s}.NavBar-module__5M4Q6G__dropdown p:hover{background:#f5f5f5}@media (max-width:992px){.NavBar-module__5M4Q6G__navRight{gap:0}.NavBar-module__5M4Q6G__navMenu,.NavBar-module__5M4Q6G__authButtons{display:none}.NavBar-module__5M4Q6G__hamburger{display:block}.NavBar-module__5M4Q6G__navbar{height:58px;padding:0 15px}}@media (max-width:480px){.NavBar-module__5M4Q6G__sidebar{width:80%;padding:20px}.NavBar-module__5M4Q6G__navMenu li a{font-size:.95rem}}@media (min-width:992px){.NavBar-module__5M4Q6G__MobileauthButtons{display:none}}
.ChatBubble-module__stgPaa__userBubble{color:#000;max-width:80%;padding:var(--spacing-sm);border-radius:var(--radius-lg)var(--radius-lg)var(--radius-sm)var(--radius-lg);word-break:break-word;line-height:1.5;font-size:var(--font-size-base);box-shadow:var(--shadow-soft);background:linear-gradient(90deg,#22c55e26 0%,#22c55e40 100%);border:1px solid #22c55e40;align-self:flex-end}.ChatBubble-module__stgPaa__aiBubble{max-width:100%;color:var(--color-text);padding:var(--spacing-sm);border-radius:var(--radius-lg)var(--radius-lg)var(--radius-lg)10px;word-break:break-word;line-height:1.5;font-size:var(--font-size-base);box-shadow:var(--shadow-soft);background:var(--gradient-ai);background:var(--gradient-ai);border:1px solid #22c55e40;align-self:flex-start;margin-bottom:36px}.ChatBubble-module__stgPaa__aiBubble h1,.ChatBubble-module__stgPaa__aiBubble h2,.ChatBubble-module__stgPaa__aiBubble h3{color:#08100a;margin:10px 0 6px;font-size:14px;font-weight:600}.ChatBubble-module__stgPaa__aiBubble h2{color:#08100a;margin:10px 0 6px;font-weight:600}.ChatBubble-module__stgPaa__aiBubble h3{font-size:95%}.ChatBubble-module__stgPaa__aiBubble p{margin:6px 0}.ChatBubble-module__stgPaa__aiBubble a{color:#0078d4;border-bottom:1px solid #0078d44d;text-decoration:none}.ChatBubble-module__stgPaa__aiBubble a:hover{color:#005fa3;border-color:#005fa3}.ChatBubble-module__stgPaa__aiBubble ul,.ChatBubble-module__stgPaa__aiBubble ol{margin:8px 0 8px 22px}.ChatBubble-module__stgPaa__aiBubble li{margin-bottom:4px}.ChatBubble-module__stgPaa__aiBubble pre{color:#222;background:#f4f4f4;border:1px solid #ddd;border-radius:6px;padding:8px;font-family:Courier New,monospace;font-size:13px;overflow-x:auto}.ChatBubble-module__stgPaa__aiBubble code{background:#f4f4f4;border-radius:4px;padding:2px 5px;font-family:Courier New,monospace;font-size:13px}.ChatBubble-module__stgPaa__aiBubble blockquote{color:#333;background:#0078d40d;border-left:4px solid #0078d4;border-radius:4px;margin:8px 0;padding:8px 12px;font-style:italic}.ChatBubble-module__stgPaa__aiBubble table{border-collapse:collapse;width:100%;margin:8px 0;font-size:14px}.ChatBubble-module__stgPaa__aiBubble th,.ChatBubble-module__stgPaa__aiBubble td{border:1px solid #ddd;padding:6px}.ChatBubble-module__stgPaa__aiBubble th{background:#f0f0f0;font-weight:600}.ChatBubble-module__stgPaa__aiBubble hr{border:none;border-top:1px solid #ddd;margin:10px 0}.ChatBubble-module__stgPaa__aiBubble strong{color:#000;font-weight:600}.ChatBubble-module__stgPaa__aiBubble em{color:#444;font-style:italic}@media (max-width:600px){.ChatBubble-module__stgPaa__userBubble,.ChatBubble-module__stgPaa__aiBubble{max-width:100%;font-size:14px;font-size:var(--font-size-sm);padding:10px}}
.ScrollToTop-module__6mgl_W__scrollToTop{color:#fff;cursor:pointer;z-index:999;background-color:#0a9152;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 10px #0003}.ScrollToTop-module__6mgl_W__scrollToTop:hover{background-color:#087a45;transform:translateY(-3px)}.ScrollToTop-module__6mgl_W__scrollToTop svg{stroke-width:2.5px}
.ThinkingIndicator-module__HZPBEa__typingIndicatorContainer{flex-direction:column;align-items:flex-start;gap:2px;padding:10px 0;display:flex}.ThinkingIndicator-module__HZPBEa__dots{align-items:center;gap:6px;display:flex;position:relative;top:4px}.ThinkingIndicator-module__HZPBEa__dots span{background-color:#007c4d;border-radius:500px;width:10px;height:10px;animation:2s infinite both ThinkingIndicator-module__HZPBEa__blink}.ThinkingIndicator-module__HZPBEa__dots span:nth-child(2){animation-delay:.2s}.ThinkingIndicator-module__HZPBEa__dots span:nth-child(3){animation-delay:.4s}@keyframes ThinkingIndicator-module__HZPBEa__blink{0%,80%,to{opacity:0}40%{opacity:1}}.ThinkingIndicator-module__HZPBEa__shimmerText{color:#0000;background:linear-gradient(135deg,#ffffd7,#007c4d,#008854) 0 0/200% 100%;-webkit-background-clip:text;background-clip:text;align-items:baseline;gap:5px;font-size:20px;font-weight:bolder;animation:2s linear infinite ThinkingIndicator-module__HZPBEa__shimmer;display:flex}@keyframes ThinkingIndicator-module__HZPBEa__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.EmpowerSection-module__CHx93q__empowerSection{text-align:center;padding:80px 20px;font-family:Inter,sans-serif}.EmpowerSection-module__CHx93q__header{max-width:800px;margin:0 auto 50px}.EmpowerSection-module__CHx93q__header h2{color:#004d00;margin-bottom:15px;font-size:2.2rem;font-weight:700}.EmpowerSection-module__CHx93q__header p{color:#666;font-size:1.1rem;line-height:1.6}.EmpowerSection-module__CHx93q__cardGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;gap:25px;display:grid}.EmpowerSection-module__CHx93q__card{text-align:center;background:#fff;border-radius:16px;max-width:320px;padding:25px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 10px #0000000d}.EmpowerSection-module__CHx93q__card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a}.EmpowerSection-module__CHx93q__icon{color:#006400;margin-bottom:12px;font-size:2rem}.EmpowerSection-module__CHx93q__card h3{color:#030;margin-bottom:8px;font-size:1.1rem;font-weight:600}.EmpowerSection-module__CHx93q__card p{color:#555;font-size:.95rem;line-height:1.5}@media (max-width:768px){.EmpowerSection-module__CHx93q__header h2{font-size:1.7rem}.EmpowerSection-module__CHx93q__header p{font-size:1rem}.EmpowerSection-module__CHx93q__card{width:100%;max-width:100%;padding:20px}}@media (max-width:480px){.EmpowerSection-module__CHx93q__empowerSection{padding:60px 10px}.EmpowerSection-module__CHx93q__cardGrid{gap:15px}.EmpowerSection-module__CHx93q__card{width:100%;max-width:95%}.EmpowerSection-module__CHx93q__card h3{font-size:1rem}.EmpowerSection-module__CHx93q__card p{font-size:.9rem}}@media (max-width:300px){.EmpowerSection-module__CHx93q__header h2{font-size:1.2rem}.EmpowerSection-module__CHx93q__header p{font-size:.85rem}.EmpowerSection-module__CHx93q__card{border-radius:10px;width:100%;max-width:100%;padding:20px}.EmpowerSection-module__CHx93q__icon{font-size:1.5rem}.EmpowerSection-module__CHx93q__card h3{font-size:.9rem}.EmpowerSection-module__CHx93q__card p{font-size:.8rem}}
.AdvancedSearch-module__JP5MCa__container{box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;max-width:100%;display:flex}.AdvancedSearch-module__JP5MCa__topRow{align-items:flex-end;gap:.5rem;display:flex}.AdvancedSearch-module__JP5MCa__advancedRow{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.AdvancedSearch-module__JP5MCa__advancedRowFlex{gap:5px;display:flex}.AdvancedSearch-module__JP5MCa__actions{gap:.5rem;margin-top:1rem;display:flex}.AdvancedSearch-module__JP5MCa__select{border:1px solid #ccc;border-radius:.25rem;flex:1;min-width:120px;padding:.5rem;font-size:1rem}.AdvancedSearch-module__JP5MCa__searchBtn,.AdvancedSearch-module__JP5MCa__resetBtn{cursor:pointer;border:none;border-radius:.25rem;padding:.5rem 1rem;font-weight:500}.AdvancedSearch-module__JP5MCa__resetBtn{color:#333;background-color:#e5e5e5}@media (max-width:786px){.AdvancedSearch-module__JP5MCa__advancedRowFlex{flex-direction:column}.AdvancedSearch-module__JP5MCa__topRow{flex-direction:column;align-items:stretch}}@media (max-width:600px){.AdvancedSearch-module__JP5MCa__advancedRowFlex{flex-direction:column}.AdvancedSearch-module__JP5MCa__topRow{flex-direction:column;align-items:stretch}.AdvancedSearch-module__JP5MCa__advancedRow{flex-direction:column}.AdvancedSearch-module__JP5MCa__select,.AdvancedSearch-module__JP5MCa__advancedBtn,.AdvancedSearch-module__JP5MCa__searchBtn,.AdvancedSearch-module__JP5MCa__resetBtn{width:100%}}@media (max-width:350px){.AdvancedSearch-module__JP5MCa__topRow,.AdvancedSearch-module__JP5MCa__advancedRow,.AdvancedSearch-module__JP5MCa__actions{gap:.25rem}.AdvancedSearch-module__JP5MCa__advancedBtn,.AdvancedSearch-module__JP5MCa__searchBtn,.AdvancedSearch-module__JP5MCa__resetBtn{padding:.4rem .6rem;font-size:.85rem}}
.CustomInput-module__gtfNEq__field{flex-direction:column;gap:6px;width:100%;display:flex}.CustomInput-module__gtfNEq__label{color:#062018;font-size:.95rem;font-weight:500}.CustomInput-module__gtfNEq__input{background:#fff;border:1px solid #c8d1cc;border-radius:8px;width:100%;padding:15px 14px;font-size:1rem;transition:border-color .2s,box-shadow .2s;color:#000!important}.CustomInput-module__gtfNEq__input:focus{border-color:#0a8f5c;outline:none;box-shadow:0 0 0 3px #0a8f5c26}.CustomInput-module__gtfNEq__passwordWrapper{position:relative}.CustomInput-module__gtfNEq__eyeBtn{cursor:pointer;color:#0a8f5c;background:0 0;border:none;font-size:1rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.CustomInput-module__gtfNEq__checkboxContainer{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}.CustomInput-module__gtfNEq__checkbox{accent-color:#0a8f5c;cursor:pointer;width:18px;height:18px}.CustomInput-module__gtfNEq__checkboxLabel{color:#062018;font-size:.95rem;font-weight:500}
.FAQ-module__O0Ln2a__container{max-width:1100px;margin:80px auto;padding:40px 20px}.FAQ-module__O0Ln2a__title{text-align:center;color:var(--color-primary-dark);justify-content:center;align-items:center;gap:10px;font-size:2.2rem;font-weight:700;display:flex}.FAQ-module__O0Ln2a__title svg{color:var(--color-primary);font-size:1.8rem}.FAQ-module__O0Ln2a__subtitle{text-align:center;color:var(--color-text-muted);margin-top:10px;font-size:1.1rem}.FAQ-module__O0Ln2a__faqList{flex-direction:column;gap:16px;margin-top:40px;display:flex}.FAQ-module__O0Ln2a__faqItem{border-radius:var(--radius-md);box-shadow:var(--shadow-medium);transition:var(--transition-medium);background:#fff;overflow:hidden}.FAQ-module__O0Ln2a__faqItem:hover{box-shadow:var(--shadow-strong)}.FAQ-module__O0Ln2a__faqQuestion{cursor:pointer;background:var(--color-surface-alt);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.FAQ-module__O0Ln2a__questionText{color:var(--color-primary-dark);font-size:1.1rem;font-weight:600}.FAQ-module__O0Ln2a__toggleIcon{color:var(--color-primary);font-size:1.2rem;transition:transform .3s}.FAQ-module__O0Ln2a__faqAnswer{border-top:1px solid var(--color-border);color:var(--color-text-muted);background:#fafcfd;padding:15px 25px 20px;font-size:1rem;line-height:1.7;animation:.3s FAQ-module__O0Ln2a__fadeIn}.FAQ-module__O0Ln2a__faqAnswer p{margin:8px 0}@keyframes FAQ-module__O0Ln2a__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.FAQ-module__O0Ln2a__container{padding:30px 15px}.FAQ-module__O0Ln2a__title{font-size:2rem}.FAQ-module__O0Ln2a__questionText{font-size:1rem}}@media (max-width:768px){.FAQ-module__O0Ln2a__title{font-size:1.8rem}.FAQ-module__O0Ln2a__faqAnswer{font-size:.95rem}}@media (max-width:480px){.FAQ-module__O0Ln2a__container{margin:40px auto}.FAQ-module__O0Ln2a__title{font-size:1.6rem}.FAQ-module__O0Ln2a__questionText{font-size:.95rem}}
.DashboardNavbar-module__Y-EP8W__navbar{background:var(--gradient-soft);z-index:10;justify-content:space-between;align-items:center;width:100%;height:60px;padding:4.5px 10px;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #00000014}.DashboardNavbar-module__Y-EP8W__sidebarToggle{color:#000;cursor:pointer;background:0 0;border:none;align-items:center;font-size:1.2rem;display:flex}.DashboardNavbar-module__Y-EP8W__imgIcon{width:30px;height:30px}.DashboardNavbar-module__Y-EP8W__left{align-items:center;gap:20px;display:flex}.DashboardNavbar-module__Y-EP8W__logo{color:#00691c;font-size:1.2rem;font-weight:700}.DashboardNavbar-module__Y-EP8W__right{align-items:center;gap:18px;display:flex}.DashboardNavbar-module__Y-EP8W__iconWrapper{cursor:pointer;color:#333;font-size:1.2rem;position:relative}.DashboardNavbar-module__Y-EP8W__badge{color:#fff;background:red;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.DashboardNavbar-module__Y-EP8W__userProfilePic{color:#fff;z-index:1;aspect-ratio:1;background:#007c4d;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:48px;display:flex}.DashboardNavbar-module__Y-EP8W__profile_photo{border:1px solid #000;border-radius:100px;justify-content:center;align-items:center;width:45px;height:45px;font-size:25px;display:flex}.DashboardNavbar-module__Y-EP8W__profile{cursor:pointer;color:#333;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:relative}.DashboardNavbar-module__Y-EP8W__dropdown{background:#fff;border:1px solid #ddd;border-radius:8px;min-width:250px;margin-top:6px;font-size:20px;font-weight:bolder;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #0000001a}.DashboardNavbar-module__Y-EP8W__dropDownBody{padding:15px 5px}.DashboardNavbar-module__Y-EP8W__dropdown p{cursor:pointer;margin:0;padding:10px 14px;font-size:.9rem;transition:background .2s}.DashboardNavbar-module__Y-EP8W__dropdown p:hover{background:#f5f5f5}.DashboardNavbar-module__Y-EP8W__dropdownHead{background-color:#ccc;padding:5px}.DashboardNavbar-module__Y-EP8W__closeBtn{color:#fff;background-color:#000;border:none;border-radius:10px;width:30px;height:30px;padding:5px;font-weight:bolder}.DashboardNavbar-module__Y-EP8W__closeBtn.DashboardNavbar-module__Y-EP8W__closeBtn:hover{cursor:pointer;background-color:#242222}@media (max-width:768px){.DashboardNavbar-module__Y-EP8W__breadcrumb{display:none}.DashboardNavbar-module__Y-EP8W__navbar{padding:4.5px 20px}.DashboardNavbar-module__Y-EP8W__Middle{width:80%;font-size:1rem}}.DashboardNavbar-module__Y-EP8W__Middle{width:90%;display:flex}.DashboardNavbar-module__Y-EP8W__Middle span{text-align:center;justify-content:center;place-self:center;align-items:center;gap:10px;width:90%;display:flex}.DashboardNavbar-module__Y-EP8W__feedbackLink{color:#0144c2;font-weight:700}
.AvatarSkeleton-module__pNhClG__wrapper{background:0 0;align-items:center;display:flex}.AvatarSkeleton-module__pNhClG__avatar{background:linear-gradient(120deg,#d2d1d1 25%,#eee9e9 37%,#d2d1d1 63%) 0 0/400% 100%;border:.5px solid #fff;border-radius:50%;width:50px;height:50px;animation:1.5s infinite AvatarSkeleton-module__pNhClG__shimmer}@keyframes AvatarSkeleton-module__pNhClG__shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}
.FeatureCard-module__pYhKMG__cardGrid{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:32px;width:100%;margin-top:40px;display:flex}.FeatureCard-module__pYhKMG__card{text-align:start;box-sizing:border-box;background:linear-gradient(#fff 0%,#f9fbf9 100%);border:1px solid #00640014;border-radius:16px;flex:calc(25% - 32px);width:100%;max-width:380px;margin:0;padding:32px 24px;transition:all .3s;position:relative;box-shadow:0 6px 20px #00000014}.FeatureCard-module__pYhKMG__card:hover{border-color:#0a5c2b;transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.FeatureCard-module__pYhKMG__icon{color:#fff;background-color:#006400;border-radius:50%;justify-content:center;align-items:center;margin-bottom:18px;padding:18px;font-size:2rem;display:inline-flex;box-shadow:0 4px 10px #00640040}.FeatureCard-module__pYhKMG__card h3{color:#0a3c25;margin-bottom:10px;font-size:1.5rem;font-weight:700}.FeatureCard-module__pYhKMG__description{color:#4d665a;margin-bottom:20px;font-size:1rem;line-height:1.6}.FeatureCard-module__pYhKMG__featureList{text-align:left;margin:0;padding:0;list-style:none;display:inline-block}.FeatureCard-module__pYhKMG__featureList li{color:#062018;border-radius:8px;align-items:center;gap:10px;margin-bottom:10px;padding:8px 12px;font-size:.95rem;font-weight:500;transition:background .2s;display:flex}.FeatureCard-module__pYhKMG__featureList li:hover{background:#e9f3ec}.FeatureCard-module__pYhKMG__tickIcon{color:#0b6b49;flex-shrink:0;font-size:1.1rem}@media (max-width:1024px){.FeatureCard-module__pYhKMG__card{flex:calc(50% - 32px)}}@media (max-width:768px){.FeatureCard-module__pYhKMG__card{flex:100%;max-width:100%;padding:24px 18px}.FeatureCard-module__pYhKMG__featureList li{padding:6px 10px;font-size:.9rem}}@media (max-width:400px){.FeatureCard-module__pYhKMG__card{padding:20px 14px}.FeatureCard-module__pYhKMG__card h3{font-size:1.1rem}.FeatureCard-module__pYhKMG__description{font-size:.9rem}}
.Modal-module__XFP2aa__overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.Modal-module__XFP2aa__modal{background:var(--color-surface);box-shadow:var(--shadow-medium);border-radius:10px;width:80%;height:85vh;animation:.25s Modal-module__XFP2aa__fadeIn;overflow:hidden;box-shadow:1px 0 12px 6px #00000048}.Modal-module__XFP2aa__modalAuto{background:var(--color-surface);box-shadow:var(--shadow-medium);border-radius:10px;width:auto;min-width:300px;max-width:90vw;height:auto;max-height:50vh;animation:.25s Modal-module__XFP2aa__fadeIn;overflow:hidden;box-shadow:1px 0 12px 6px #00000048}.Modal-module__XFP2aa__header{border-bottom:1px solid var(--color-border);background:var(--gradient-diagonal);justify-content:space-between;align-items:center;padding:15px;display:flex}.Modal-module__XFP2aa__title{font-weight:var(--font-weight-medium);font-size:var(--font-size-lg);color:var(--color-text);margin:0}.Modal-module__XFP2aa__close{color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition-fast);background:#970303;border:none;border-radius:5px;justify-content:center;align-items:center;font-size:28px;font-weight:bolder;line-height:1;display:flex}.Modal-module__XFP2aa__close:hover{background:#9b0202}.Modal-module__XFP2aa__close:active{transform:scale(.7)}.Modal-module__XFP2aa__content{padding:var(--spacing-lg);color:var(--color-text);background:var(--gradient-ai);font-size:var(--font-size-base);width:100%;height:100vh;line-height:1.6;overflow-y:auto}.Modal-module__XFP2aa__contentLong{padding:var(--spacing-lg);color:var(--color-text);background:var(--gradient-ai);font-size:var(--font-size-base);width:100%;height:100vh;padding-bottom:100rem;line-height:1.6;overflow-y:auto}@keyframes Modal-module__XFP2aa__fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.HeroSection-module__qthkpG__hero{color:#fff;background-image:url(/images/herobg.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-bottom-right-radius:25px;border-bottom-left-radius:25px;justify-content:flex-start;align-items:center;width:100%;height:60vh;padding:80px 5%;display:flex;position:relative}.HeroSection-module__qthkpG__overlay{z-index:1;background:#1c1414a4;border-bottom-right-radius:25px;border-bottom-left-radius:25px;width:100%;height:100%;position:absolute;top:0;left:0}.HeroSection-module__qthkpG__content{z-index:2;max-width:600px;position:relative}.HeroSection-module__qthkpG__title{margin-bottom:20px;font-size:2.8rem;font-weight:700;line-height:1.2}.HeroSection-module__qthkpG__subtitle{color:#e0e0e0;margin-bottom:30px;font-size:1.2rem;line-height:1.6}.HeroSection-module__qthkpG__buttons{flex-wrap:wrap;gap:20px;display:flex}.HeroSection-module__qthkpG__primaryBtn{color:#fff;cursor:pointer;background-color:#006c44;border:none;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:background .3s,transform .2s}.HeroSection-module__qthkpG__primaryBtn:hover{background-color:#004f32;transform:translateY(-2px)}.HeroSection-module__qthkpG__secondaryBtn{color:#fff;cursor:pointer;background-color:#0000;border:2px solid #fff;border-radius:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:background .3s,color .3s,transform .2s}.HeroSection-module__qthkpG__secondaryBtn:hover{color:#006c44;background-color:#fff;transform:translateY(-2px)}.HeroSection-module__qthkpG__gavelSection{z-index:2;border-radius:10px;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex;position:relative}.HeroSection-module__qthkpG__base{width:100%;height:auto}@media (max-width:1024px){.HeroSection-module__qthkpG__gavelSection{display:none}.HeroSection-module__qthkpG__hero{text-align:start;height:80vh;padding:60px 5%}.HeroSection-module__qthkpG__title{text-align:start;font-size:2.4rem}.HeroSection-module__qthkpG__subtitle{text-align:start;font-size:1.1rem}}@media (max-width:768px){.HeroSection-module__qthkpG__hero{text-align:center;justify-content:center;height:70vh;padding:50px 5%}.HeroSection-module__qthkpG__title{font-size:2rem}.HeroSection-module__qthkpG__subtitle{font-size:1rem}.HeroSection-module__qthkpG__buttons{flex-direction:column;gap:15px}}
.PricingComponent-module__Cphr4G__container{background:var(--clr-bg-light);flex-direction:column;align-items:center;max-width:1250px;margin:0 auto;padding:60px 20px;display:flex}.PricingComponent-module__Cphr4G__header{text-align:center;margin-bottom:50px}.PricingComponent-module__Cphr4G__title{color:var(--clr-primary-dark);font-size:2.4rem;font-weight:700}.PricingComponent-module__Cphr4G__subtitle{color:var(--clr-text-muted);margin-top:6px;font-size:1rem}.PricingComponent-module__Cphr4G__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));justify-content:center;align-items:stretch;gap:30px;width:100%;display:grid}.PricingComponent-module__Cphr4G__pricingCard{background:#fff;border-radius:16px;flex-direction:column;justify-content:space-between;padding:35px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 6px 30px #00000014}.PricingComponent-module__Cphr4G__pricingCard:hover{transform:translateY(-6px);box-shadow:0 10px 40px #0000001f}.PricingComponent-module__Cphr4G__popularCard{border:2px solid var(--clr-primary);transform:scale(1.02)}.PricingComponent-module__Cphr4G__ribbon{--f:10px;--r:15px;--t:10px;inset:var(--t)calc(-1*var(--f))auto auto;padding:0 10px var(--f)calc(10px + var(--r));clip-path:polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f))100%,calc(100% - var(--f))calc(100% - var(--f)),0 calc(100% - var(--f)),var(--r)calc(50% - var(--f)/2));box-shadow:0 calc(-1*var(--f))0 inset #0005;color:#fff;background:#ffa41b;font-weight:700;position:absolute}.PricingComponent-module__Cphr4G__planTitle{color:var(--clr-primary-dark);font-size:1.6rem;font-weight:700}.PricingComponent-module__Cphr4G__planDescription{color:var(--clr-text-muted);margin-top:6px;font-size:1rem}.PricingComponent-module__Cphr4G__price{color:var(--clr-success);margin-top:18px;font-size:2rem;font-weight:800}.PricingComponent-module__Cphr4G__billing{color:var(--clr-text-muted);font-size:.95rem}.PricingComponent-module__Cphr4G__features{margin-top:24px}.PricingComponent-module__Cphr4G__featuresTitle{color:var(--clr-primary-dark);margin-bottom:10px;font-size:1.1rem;font-weight:600}.PricingComponent-module__Cphr4G__features ul{padding:0;list-style:none}.PricingComponent-module__Cphr4G__features li{color:var(--clr-text);align-items:flex-start;margin-bottom:10px;font-size:.95rem;line-height:1.4;display:flex}.PricingComponent-module__Cphr4G__icon{color:var(--clr-primary);min-width:20px;margin-top:2px;margin-right:10px;font-size:1.1rem}.PricingComponent-module__Cphr4G__cta{justify-content:center;margin-top:30px;display:flex}.PricingComponent-module__Cphr4G__trialButton{background:var(--clr-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:14px 36px;font-size:1rem;font-weight:600;transition:background .3s,transform .2s}.PricingComponent-module__Cphr4G__trialButton:hover{background:var(--clr-primary-dark);transform:translateY(-2px)}@media (max-width:992px){.PricingComponent-module__Cphr4G__pricingGrid{grid-template-columns:1fr}.PricingComponent-module__Cphr4G__popularCard{transform:none}}
.StatutesTable-module__fiFiEG__tableWrapper{background:#fff;border:1px solid #e3e3e3;border-radius:8px;width:100%;font-family:Inter,Roboto,sans-serif;overflow:hidden}.StatutesTable-module__fiFiEG__tableHeader{color:#fff;background:#0f172a;grid-template-columns:80px 1fr;padding:12px;font-size:14px;font-weight:600;display:grid}.StatutesTable-module__fiFiEG__headerCell{padding:0 8px}.StatutesTable-module__fiFiEG__tableRow{border-bottom:1px solid #f1f1f1;grid-template-columns:80px 1fr;align-items:center;padding:10px 12px;transition:background .2s;display:grid}.StatutesTable-module__fiFiEG__tableRow:hover{background:#f8fafc}.StatutesTable-module__fiFiEG__cell{color:#1e293b;font-size:14px}.StatutesTable-module__fiFiEG__title{color:#111827;cursor:pointer;font-weight:500}.StatutesTable-module__fiFiEG__count{color:#10b981;margin-left:4px;font-size:13px}.StatutesTable-module__fiFiEG__noData{text-align:center;color:#6b7280;padding:20px;font-size:14px}.StatutesTable-module__fiFiEG__skeletonRow{border-bottom:1px solid #f3f3f3;grid-template-columns:80px 1fr;align-items:center;padding:10px 12px;display:grid}.StatutesTable-module__fiFiEG__skeletonCell{background:#e5e7eb;border-radius:4px;width:40px;height:14px;animation:1.4s ease-in-out infinite StatutesTable-module__fiFiEG__pulse}.StatutesTable-module__fiFiEG__skeletonText{background:#e5e7eb;border-radius:4px;width:80%;height:14px;animation:1.4s ease-in-out infinite StatutesTable-module__fiFiEG__pulse}@keyframes StatutesTable-module__fiFiEG__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.StatutesTable-module__fiFiEG__pagination{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px;display:flex}.StatutesTable-module__fiFiEG__pageBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:6px 14px;font-size:13px;transition:background .2s}.StatutesTable-module__fiFiEG__pageBtn:disabled{cursor:not-allowed;background:#94a3b8}.StatutesTable-module__fiFiEG__pageBtn:hover:not(:disabled){background:#1e293b}.StatutesTable-module__fiFiEG__pageInfo{color:#475569;font-size:13px}.StatutesTable-module__fiFiEG__sectionsCounts{color:#0a9152;margin-left:10px}@media (max-width:768px){.StatutesTable-module__fiFiEG__tableHeader,.StatutesTable-module__fiFiEG__tableRow,.StatutesTable-module__fiFiEG__skeletonRow{grid-template-columns:50px 1fr}.StatutesTable-module__fiFiEG__tableWrapper{font-size:13px}}
.act-ordinance-module__9MGPwa__tableWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0000004d transparent;flex-direction:column;gap:5px;width:100%;padding:1rem;display:flex;overflow-x:auto}.act-ordinance-module__9MGPwa__tableWrapper::-webkit-scrollbar{background:0 0;height:6px}.act-ordinance-module__9MGPwa__tableWrapper::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.act-ordinance-module__9MGPwa__tableWrapper::-webkit-scrollbar-button{display:none}.act-ordinance-module__9MGPwa__table{border-collapse:collapse;width:100%;min-width:600px;margin:.5rem 0;font-size:.9rem}.act-ordinance-module__9MGPwa__table th,.act-ordinance-module__9MGPwa__table td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:.5rem .75rem}.act-ordinance-module__9MGPwa__table th{cursor:pointer;z-index:1;background-color:#f4f4f4;position:sticky;top:0}.act-ordinance-module__9MGPwa__table th:hover{background-color:#e1e1e1}.act-ordinance-module__9MGPwa__table tr:nth-child(2n){background-color:#fafafa}.act-ordinance-module__9MGPwa__table tr:hover{background-color:#f1f1f1}.act-ordinance-module__9MGPwa__table th svg{vertical-align:middle;margin-left:5px;font-size:.8rem}.act-ordinance-module__9MGPwa__paginationSection{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.act-ordinance-module__9MGPwa__skeletonWrapper{flex-direction:column;gap:8px;padding:1rem 0;display:flex}.act-ordinance-module__9MGPwa__skeletonRow{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;display:grid}.act-ordinance-module__9MGPwa__skeletonCell{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.2s linear infinite act-ordinance-module__9MGPwa__skeleton-loading}@keyframes act-ordinance-module__9MGPwa__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:600px){.act-ordinance-module__9MGPwa__table{font-size:.8rem}}@media (max-width:400px){.act-ordinance-module__9MGPwa__table th,.act-ordinance-module__9MGPwa__table td{padding:.4rem .5rem}}@media (max-width:250px){.act-ordinance-module__9MGPwa__table{min-width:500px;font-size:.7rem}.act-ordinance-module__9MGPwa__table th svg{font-size:.7rem}}
.MaximsTable-module__Wzg7bq__tableWrapper{background:#fff;border:1px solid #e3e3e3;border-radius:8px;width:100%;font-family:Inter,Roboto,sans-serif;overflow:hidden}.MaximsTable-module__Wzg7bq__tableHeader{color:#fff;background:#0f172a;grid-template-columns:80px 1fr;padding:12px;font-size:14px;font-weight:600;display:grid}.MaximsTable-module__Wzg7bq__headerCell{padding:0 8px}.MaximsTable-module__Wzg7bq__tableRow{border-bottom:1px solid #f1f1f1;grid-template-columns:80px 1fr;align-items:center;padding:10px 12px;transition:background .2s;display:grid}.MaximsTable-module__Wzg7bq__tableRow:hover{background:#f8fafc}.MaximsTable-module__Wzg7bq__cell{color:#1e293b;font-size:14px}.MaximsTable-module__Wzg7bq__title{color:#111827;font-weight:500}.MaximsTable-module__Wzg7bq__count{color:#10b981;margin-left:4px;font-size:13px}.MaximsTable-module__Wzg7bq__noData{text-align:center;color:#6b7280;padding:20px;font-size:14px}.MaximsTable-module__Wzg7bq__skeletonRow{border-bottom:1px solid #f3f3f3;grid-template-columns:80px 1fr;align-items:center;padding:10px 12px;display:grid}.MaximsTable-module__Wzg7bq__skeletonCell{background:#e5e7eb;border-radius:4px;width:40px;height:14px;animation:1.4s ease-in-out infinite MaximsTable-module__Wzg7bq__pulse}.MaximsTable-module__Wzg7bq__skeletonText{background:#e5e7eb;border-radius:4px;width:80%;height:14px;animation:1.4s ease-in-out infinite MaximsTable-module__Wzg7bq__pulse}@keyframes MaximsTable-module__Wzg7bq__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.MaximsTable-module__Wzg7bq__pagination{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px;display:flex}.MaximsTable-module__Wzg7bq__pageBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;padding:6px 14px;font-size:13px;transition:background .2s}.MaximsTable-module__Wzg7bq__pageBtn:disabled{cursor:not-allowed;background:#94a3b8}.MaximsTable-module__Wzg7bq__pageBtn:hover:not(:disabled){background:#1e293b}.MaximsTable-module__Wzg7bq__pageInfo{color:#475569;font-size:13px}@media (max-width:768px){.MaximsTable-module__Wzg7bq__tableHeader,.MaximsTable-module__Wzg7bq__tableRow,.MaximsTable-module__Wzg7bq__skeletonRow{grid-template-columns:50px 1fr}.MaximsTable-module__Wzg7bq__tableWrapper{font-size:13px}}
.ProcessStep-module__UQg49G__wrapper{justify-content:center;align-items:center;width:100%;max-width:100%;padding:60px 20px;display:flex}.ProcessStep-module__UQg49G__container{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;max-width:1200px;display:flex;position:relative}.ProcessStep-module__UQg49G__container:before{content:"";z-index:0;background-color:#d1b281;height:3px;position:absolute;top:28px;left:6%;right:6%}.ProcessStep-module__UQg49G__stepItem{text-align:center;z-index:1;flex-direction:column;flex:30%;align-items:center;display:flex;position:relative}.ProcessStep-module__UQg49G__stepNumber{color:#fff;z-index:2;background-color:#d1b281;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:700;display:flex}.ProcessStep-module__UQg49G__contentBox{background-color:#fff;border-radius:12px;width:100%;max-width:380px;height:300px;margin-top:30px;padding:24px;box-shadow:0 6px 20px #00000014}.ProcessStep-module__UQg49G__icon{color:#fff;background-color:#006400;border-radius:50%;justify-content:center;align-items:center;margin-bottom:15px;padding:14px;font-size:1.4rem;display:inline-flex}.ProcessStep-module__UQg49G__contentBox h3{color:#006400;margin-bottom:8px;font-size:1.25rem}.ProcessStep-module__UQg49G__contentBox p{color:#333;font-size:.95rem;line-height:1.4}@media (max-width:868px){.ProcessStep-module__UQg49G__container{flex-direction:column;align-items:center}.ProcessStep-module__UQg49G__container:before{display:none}.ProcessStep-module__UQg49G__stepItem{flex:none;width:100%;max-width:350px}.ProcessStep-module__UQg49G__contentBox{max-width:100%}.ProcessStep-module__UQg49G__wrapper{padding:40px 10px}}
.CitationsTable-module__-C3oEa__tableWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0000004d transparent;width:100%;overflow-x:auto}.CitationsTable-module__-C3oEa__tableWrapper::-webkit-scrollbar{background:0 0;height:6px}.CitationsTable-module__-C3oEa__tableWrapper::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.CitationsTable-module__-C3oEa__tableWrapper::-webkit-scrollbar-button{display:none}.CitationsTable-module__-C3oEa__table{border-collapse:collapse;width:100%;min-width:600px;margin:.5rem 0;font-size:.9rem}.CitationsTable-module__-C3oEa__table th,.CitationsTable-module__-C3oEa__table td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:.5rem .75rem}.CitationsTable-module__-C3oEa__table th{cursor:pointer;z-index:1;background-color:#f4f4f4;position:sticky;top:0}.CitationsTable-module__-C3oEa__table th:hover{background-color:#e1e1e1}.CitationsTable-module__-C3oEa__table tr:nth-child(2n){background-color:#fafafa}.CitationsTable-module__-C3oEa__table tr:hover{background-color:#f1f1f1}.CitationsTable-module__-C3oEa__table th svg{vertical-align:middle;margin-left:5px;font-size:.8rem}.CitationsTable-module__-C3oEa__skeletonWrapper{flex-direction:column;gap:8px;padding:1rem 0;display:flex}.CitationsTable-module__-C3oEa__skeletonRow{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;display:grid}.CitationsTable-module__-C3oEa__skeletonCell{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.2s linear infinite CitationsTable-module__-C3oEa__skeleton-loading}@keyframes CitationsTable-module__-C3oEa__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:600px){.CitationsTable-module__-C3oEa__table{font-size:.8rem}}@media (max-width:400px){.CitationsTable-module__-C3oEa__table th,.CitationsTable-module__-C3oEa__table td{padding:.4rem .5rem}}@media (max-width:250px){.CitationsTable-module__-C3oEa__table{min-width:500px;font-size:.7rem}.CitationsTable-module__-C3oEa__table th svg{font-size:.7rem}}
.AlphabetFilter-module__ZMbM3a__wrapper{-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d9d9d9;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;padding:10px;display:flex}.AlphabetFilter-module__ZMbM3a__letter{color:#333;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 10px;font-size:1rem;font-weight:500;transition:all .2s ease-in-out}.AlphabetFilter-module__ZMbM3a__letter:hover,.AlphabetFilter-module__ZMbM3a__letter:focus-visible{color:#007f4f;background:#e9f5ef;outline:none}.AlphabetFilter-module__ZMbM3a__active{color:#fff;background:#007f4f;font-weight:600}@media (max-width:768px){.AlphabetFilter-module__ZMbM3a__wrapper{scrollbar-width:thin;justify-content:flex-start;padding:8px;overflow-x:auto}}@media (max-width:400px){.AlphabetFilter-module__ZMbM3a__letter{padding:5px 8px;font-size:.9rem}}
.PageHead-module__s2t6_a__headContainer{color:#fff;background-color:#009688;border-bottom-right-radius:25px;border-bottom-left-radius:25px;justify-content:center;align-items:center;width:100%;height:300px;transition:background .3s;display:flex;position:relative;overflow:hidden}.PageHead-module__s2t6_a__withBg{background-position:50%;background-size:cover}.PageHead-module__s2t6_a__withBg:before{content:"";z-index:1;background:#0000008c;width:100%;height:100%;position:absolute;top:0;left:0}.PageHead-module__s2t6_a__content{text-align:center;z-index:2;padding:20px;position:relative}.PageHead-module__s2t6_a__title{margin-bottom:10px;font-size:2.5rem;font-weight:700}.PageHead-module__s2t6_a__description{margin-bottom:20px;font-size:1.2rem}.PageHead-module__s2t6_a__iconContainer{margin-bottom:10px;font-size:3rem}.PageHead-module__s2t6_a__children{margin-top:20px}@media (max-width:768px){.PageHead-module__s2t6_a__title{font-size:2rem}.PageHead-module__s2t6_a__description{font-size:1rem}}
.Loading-module__c-Ef8a__loadingWrapper{color:#020806;flex-direction:column;justify-content:center;align-items:center;width:100%;font-family:Inter,Roboto,sans-serif;font-size:15px;display:flex}.Loading-module__c-Ef8a__spinner{border:4px solid #afbab42b;border-top-color:#008f21;border-radius:50%;width:40px;height:40px;animation:.9s linear infinite Loading-module__c-Ef8a__spin}.Loading-module__c-Ef8a__text{color:#046442;font-weight:500}@keyframes Loading-module__c-Ef8a__spin{to{transform:rotate(360deg)}}
.act-ordinance-module__hMJq5G__tableWrapper{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#0000004d transparent;width:100%;padding:1rem;overflow-x:auto}.act-ordinance-module__hMJq5G__tableWrapper::-webkit-scrollbar{background:0 0;height:6px}.act-ordinance-module__hMJq5G__tableWrapper::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:3px}.act-ordinance-module__hMJq5G__tableWrapper::-webkit-scrollbar-button{display:none}.act-ordinance-module__hMJq5G__table{border-collapse:collapse;width:100%;min-width:600px;margin:.5rem 0;font-size:.9rem}.act-ordinance-module__hMJq5G__table th,.act-ordinance-module__hMJq5G__table td{text-align:left;vertical-align:top;border:1px solid #ddd;padding:.5rem .75rem}.act-ordinance-module__hMJq5G__table th{cursor:pointer;z-index:1;background-color:#f4f4f4;position:sticky;top:0}.act-ordinance-module__hMJq5G__table th:hover{background-color:#e1e1e1}.act-ordinance-module__hMJq5G__table tr:nth-child(2n){background-color:#fafafa}.act-ordinance-module__hMJq5G__table tr:hover{background-color:#f1f1f1}.act-ordinance-module__hMJq5G__table th svg{vertical-align:middle;margin-left:5px;font-size:.8rem}.act-ordinance-module__hMJq5G__paginationSection{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.act-ordinance-module__hMJq5G__skeletonWrapper{flex-direction:column;gap:8px;padding:1rem 0;display:flex}.act-ordinance-module__hMJq5G__skeletonRow{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;display:grid}.act-ordinance-module__hMJq5G__skeletonCell{background:linear-gradient(90deg,#f0f0f0 25%,#e4e4e4 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:20px;animation:1.2s linear infinite act-ordinance-module__hMJq5G__skeleton-loading}@keyframes act-ordinance-module__hMJq5G__skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.act-ordinance-module__hMJq5G__searchSection{flex-direction:column;gap:5px;padding:1rem;display:flex}@media (max-width:600px){.act-ordinance-module__hMJq5G__table{font-size:.8rem}}@media (max-width:400px){.act-ordinance-module__hMJq5G__table th,.act-ordinance-module__hMJq5G__table td{padding:.4rem .5rem}}@media (max-width:250px){.act-ordinance-module__hMJq5G__table{min-width:500px;font-size:.7rem}.act-ordinance-module__hMJq5G__table th svg{font-size:.7rem}}
:root{--page-bg:#f7f8fb;--surface:#fff;--surface-2:#f3f6ff;--text:#0f172a;--text-2:#334155;--muted:#64748b;--border:#0f172a1a;--shadow-sm:0 6px 16px #0f172a0f;--shadow-md:0 18px 40px #0f172a1a;--radius:14px;--radius-lg:18px;--green:#22c55e;--blue:#2563eb;--orange:#ea580c;--purple:#7e22ce;--focus:0 0 0 4px #22c55e2e}.dashBoard-module__X19gKW__DashboardPage{flex-direction:column;gap:14px;min-height:100%;padding:14px;display:flex}.dashBoard-module__X19gKW__maininfo{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px 16px 14px}.dashBoard-module__X19gKW__maininfo h1{color:var(--text);letter-spacing:-.3px;margin:0;font-size:clamp(18px,2.2vw,22px);font-weight:800}.dashBoard-module__X19gKW__maininfo p{color:var(--muted);margin:6px 0 0;font-size:14px;line-height:1.35}.dashBoard-module__X19gKW__cardsContainer{grid-template-columns:repeat(12,1fr);gap:12px;width:100%;display:grid}.dashBoard-module__X19gKW__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;grid-column:span 3;justify-content:flex-end;gap:12px;padding:14px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden}.dashBoard-module__X19gKW__card:before{content:"";background:#0f172a0f;height:3px;position:absolute;inset:0 0 auto}.dashBoard-module__X19gKW__card:hover{box-shadow:var(--shadow-md);border-color:#0f172a24;transform:translateY(-2px)}.dashBoard-module__X19gKW__BottomWrapper{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.dashBoard-module__X19gKW__BottomWrapper h2{color:var(--text);letter-spacing:-.2px;margin:0;font-size:15px;font-weight:800}.dashBoard-module__X19gKW__BottomWrapper p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.dashBoard-module__X19gKW__icon{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:inline-flex;box-shadow:0 10px 20px #0f172a1a}.dashBoard-module__X19gKW__iconPurple{background:var(--purple)}.dashBoard-module__X19gKW__blue{background:var(--blue)}.dashBoard-module__X19gKW__orange{background:var(--orange)}.dashBoard-module__X19gKW__green{background:var(--green)}.dashBoard-module__X19gKW__iconDefault{background:#64748b}.dashBoard-module__X19gKW__aiRow{flex-direction:column;gap:12px;display:flex}.dashBoard-module__X19gKW__searchContainer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:14px;position:relative;overflow:hidden}.dashBoard-module__X19gKW__searchContainer:before{content:"";pointer-events:none;background:radial-gradient(circle,#22c55e29,#0000 55%);width:520px;height:520px;position:absolute;top:-320px;right:-260px}.dashBoard-module__X19gKW__aiSearcHead{z-index:1;flex-direction:column;gap:6px;display:flex;position:relative}.dashBoard-module__X19gKW__aiMainTitleBox{align-items:center;gap:10px;margin:0;display:flex}.dashBoard-module__X19gKW__FaRobot{color:#fff;background:var(--green);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:inline-flex;box-shadow:0 10px 20px #22c55e33}.dashBoard-module__X19gKW__aiMainTitleBox h1{color:var(--text);letter-spacing:-.2px;margin:0;font-size:16px;font-weight:900}.dashBoard-module__X19gKW__beta{color:#166534;background:#22c55e1f;border:1px solid #22c55e40;border-radius:999px;margin-left:4px;padding:4px 10px;font-size:12px;font-weight:800}.dashBoard-module__X19gKW__aiSearcHead p{color:var(--muted);margin:0;font-size:13px;line-height:1.4}.dashBoard-module__X19gKW__searchWrapper{z-index:1;align-items:stretch;gap:10px;width:100%;margin-top:12px;display:flex;position:relative}.dashBoard-module__X19gKW__sendButton{cursor:pointer;background:var(--green);border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;transition:transform .16s,box-shadow .16s,filter .16s;display:inline-flex;box-shadow:0 14px 24px #22c55e33}.dashBoard-module__X19gKW__sendButton:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 18px 30px #22c55e40}.dashBoard-module__X19gKW__sendButton:active{transform:translateY(0)}.dashBoard-module__X19gKW__sendButton:focus-visible{box-shadow:0 14px 24px #22c55e33,var(--focus);outline:none}.dashBoard-module__X19gKW__suggestionsconatiner{z-index:1;color:var(--muted);background:#0f172a08;border:1px solid #0f172a0f;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding:10px;font-size:13px;line-height:1.35;display:flex;position:relative}.dashBoard-module__X19gKW__colnext{flex-direction:row;gap:10px;display:flex}.dashBoard-module__X19gKW__Latestscontainer,.dashBoard-module__X19gKW__AvailableLegalJournalscontainer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:14px}.dashBoard-module__X19gKW__AvailableLegalJournalscontainer h2{color:var(--text);letter-spacing:-.2px;margin:0 0 10px;font-size:15px;font-weight:900}.dashBoard-module__X19gKW__grid{grid-template-columns:repeat(12,1fr);gap:10px;display:grid}.dashBoard-module__X19gKW__AvailableLegalJournalscontainerCard{background:#0f172a05;border:1px solid #0f172a0f;border-radius:14px;grid-column:span 4;align-items:flex-start;gap:10px;padding:12px;transition:transform .18s,border-color .18s,background .18s;display:flex}.dashBoard-module__X19gKW__AvailableLegalJournalscontainerCard:hover{background:#0f172a08;border-color:#0f172a1f;transform:translateY(-1px)}.dashBoard-module__X19gKW__AvailableLegalJournalscontainerIcon{color:#1e3a8a;background:#e0e7ff;border-radius:12px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.dashBoard-module__X19gKW__info h3{color:var(--text);margin:0;font-size:13px;font-weight:900}.dashBoard-module__X19gKW__info p{color:var(--muted);margin:3px 0 0;font-size:12px;line-height:1.35}@media (max-width:1024px){.dashBoard-module__X19gKW__card,.dashBoard-module__X19gKW__AvailableLegalJournalscontainerCard{grid-column:span 6}}@media (max-width:640px){.dashBoard-module__X19gKW__DashboardPage{gap:12px;padding:12px}.dashBoard-module__X19gKW__card,.dashBoard-module__X19gKW__AvailableLegalJournalscontainerCard{grid-column:span 12}.dashBoard-module__X19gKW__searchWrapper{flex-direction:row}.dashBoard-module__X19gKW__sendButton{width:44px;height:44px}.dashBoard-module__X19gKW__suggestionsconatiner{flex-direction:column;align-items:flex-start}}@media (max-width:320px){.dashBoard-module__X19gKW__DashboardPage{padding:10px}.dashBoard-module__X19gKW__maininfo{padding:14px}.dashBoard-module__X19gKW__searchContainer{padding:12px}.dashBoard-module__X19gKW__colnext{flex-direction:column}}@media (max-width:520px){.dashBoard-module__X19gKW__colnext{flex-direction:column}}
.Constaltants-module__uBVBUW__card{box-sizing:border-box;color:#fff;background:#121e1a;border-radius:14px;flex-direction:column;justify-content:space-between;width:100%;min-width:200px;padding:14px;font-family:system-ui,sans-serif;display:flex}.Constaltants-module__uBVBUW__header{justify-content:space-between;align-items:center;display:flex}.Constaltants-module__uBVBUW__avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.Constaltants-module__uBVBUW__badge{color:#d7ffe8;white-space:nowrap;background:#1f8f55;border-radius:10px;padding:4px 8px;font-size:11px}.Constaltants-module__uBVBUW__name{margin:10px 0 2px;font-size:16px;font-weight:600}.Constaltants-module__uBVBUW__role{color:#6cffb3;font-size:13px}.Constaltants-module__uBVBUW__location,.Constaltants-module__uBVBUW__rating{color:#cfded8;gap:10px;margin-top:4px;font-size:12px;display:flex}.Constaltants-module__uBVBUW__footer{margin-top:12px}.Constaltants-module__uBVBUW__button{cursor:pointer;color:#121e1a;background:#2cff8f;border:none;border-radius:10px;width:100%;padding:10px;font-size:14px;font-weight:600}.Constaltants-module__uBVBUW__button:disabled{opacity:.5;cursor:not-allowed}.Constaltants-module__uBVBUW__skeletonAvatar{background:#2a3a35;border-radius:50%;width:48px;height:48px}.Constaltants-module__uBVBUW__skeletonBadge{background:#2a3a35;border-radius:10px;width:60px;height:18px}.Constaltants-module__uBVBUW__skeletonLine{background:#2a3a35;border-radius:6px;width:70%;height:14px;margin:12px 0 6px}.Constaltants-module__uBVBUW__skeletonSubLine{background:#2a3a35;border-radius:6px;width:50%;height:12px;margin-bottom:6px}.Constaltants-module__uBVBUW__skeletonButton{background:#2a3a35;border-radius:10px;height:36px}@media (max-width:240px){.Constaltants-module__uBVBUW__name{font-size:14px}.Constaltants-module__uBVBUW__button{padding:8px;font-size:12px}}
.layout-module__T8_2_W__dashboardRoot{background:var(--gradient-soft);height:100vh;display:flex;position:relative;overflow:hidden}.layout-module__T8_2_W__main{width:100%;overflow-y:auto}.layout-module__T8_2_W__sidebar{color:#000;z-index:10;background:linear-gradient(#f2f5f9 0%,#e6ecf3 50%,#f2f5f9 100%);flex-direction:column;width:300px;min-width:300px;transition:all .3s;display:flex;position:relative;box-shadow:6px 0 16px #0000001a}.layout-module__T8_2_W__collapsed{width:70px;min-width:70px}.layout-module__T8_2_W__collapsed .layout-module__T8_2_W__header{border-bottom:3px solid #ccc;justify-content:center;padding:10px}.layout-module__T8_2_W__header{border-bottom:2px solid #ccc;justify-content:space-between;align-items:center;padding:10px;display:flex}.layout-module__T8_2_W__YChats{color:#9e9e9e;margin:0 20px;font-size:13px}.layout-module__T8_2_W__logoArea{justify-content:stretch;align-items:center;gap:10px;width:100%;display:flex}.layout-module__T8_2_W__imgIcon{width:25px;height:25px}.layout-module__T8_2_W__logoArea span{align-items:center;gap:1rem;width:100%;display:flex}.layout-module__T8_2_W__logoText{color:#000;white-space:nowrap;font-size:1.1rem;font-weight:600}.layout-module__T8_2_W__toggleBtn{color:#000;cursor:pointer;background:0 0;border:none;align-items:center;font-size:1.2rem;display:none}.layout-module__T8_2_W__menu{flex-direction:column;flex:1;padding:20px 0;display:flex}.layout-module__T8_2_W__menuItem{color:#2d2d2d;align-items:center;padding:12px 20px;text-decoration:none;transition:background .2s,color .2s;display:flex;position:relative}.layout-module__T8_2_W__menuItem:hover{color:#121212;background:#d3eaf2}.layout-module__T8_2_W__icon{justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.layout-module__T8_2_W__label{margin-left:12px}.layout-module__T8_2_W__tooltip{color:#000;opacity:0;pointer-events:none;white-space:nowrap;padding:6px 10px;font-size:100%;font-weight:400;transition:all .2s;position:absolute;left:60px;transform:translate(-10px)}.layout-module__T8_2_W__menuItem:hover .layout-module__T8_2_W__tooltip{opacity:1;transform:translate(0)}.layout-module__T8_2_W__content{background:#fff;flex:1;padding:24px;overflow-y:auto}.layout-module__T8_2_W__overlay{z-index:999;background:#14141473;position:fixed;inset:0}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.layout-module__T8_2_W__overlay{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%);background:#cbf5eda5;box-shadow:inset 0 0 0 1px #ffffff1a}}.layout-module__T8_2_W__userProfilesectionBottom{width:100%;position:absolute;bottom:0}.layout-module__T8_2_W__Wrapper{background:linear-gradient(#f2f5f9 0%,#e6ecf3 50%,#f2f5f9 100%);border-top:3px solid #ccc;justify-content:space-around;align-items:center;padding:.5rem 10px;display:flex}.layout-module__T8_2_W__imageBox{cursor:pointer;border-radius:100px;justify-content:center;align-items:center;display:flex}.layout-module__T8_2_W__imageBox :hover{background-color:#ccc;border-radius:100px}.layout-module__T8_2_W__userProfilePic{border-radius:1000px;width:50px;height:50px}.layout-module__T8_2_W__nameSection{flex-direction:column;align-items:start;width:100%;height:auto;margin-left:10px;display:flex}.layout-module__T8_2_W__collapsed .layout-module__T8_2_W__logoutBtn,.layout-module__T8_2_W__collapsed .layout-module__T8_2_W__nameSection{display:none}.layout-module__T8_2_W__name{font-size:large;font-weight:bolder}.layout-module__T8_2_W__branBox{justify-content:space-between;width:100%;display:flex}.layout-module__T8_2_W__profile_photo{border-radius:100px;justify-content:center;align-items:center;width:45px;height:45px;font-size:25px;display:flex}@media (max-width:900px){.layout-module__T8_2_W__imageBox,.layout-module__T8_2_W__nameSection{display:flex!important}.layout-module__T8_2_W__Wrapper{justify-content:flex-end}.layout-module__T8_2_W__tooltip{opacity:1}.layout-module__T8_2_W__toggleBtn{display:flex!important}.layout-module__T8_2_W__header{border-bottom:1px solid #ffffff1a;align-items:center;padding:14px 18px;display:flex;justify-content:space-between!important}.layout-module__T8_2_W__sidebar{width:260px;height:100%;transition:left .3s;position:fixed;top:0;left:-100%}.layout-module__T8_2_W__mobileOpen{left:0}.layout-module__T8_2_W__collapsed{z-index:100000;width:300px}.layout-module__T8_2_W__content{padding:.5rem}}.layout-module__T8_2_W__PopUpMenue{z-index:1000;background:#fff;border-radius:12px;width:220px;padding:8px;position:relative;top:100%;left:10px;box-shadow:0 12px 30px #00000026}.layout-module__T8_2_W__roleList{margin:0;padding:0;list-style:none}.layout-module__T8_2_W__roleItem{cursor:pointer;border-radius:8px;padding:10px 12px;transition:background .2s}.layout-module__T8_2_W__roleItem:hover{background:#f5f7fa}.layout-module__T8_2_W__roleTitle{color:#222;font-size:14px;font-weight:600;display:block}.layout-module__T8_2_W__roleDesc{color:#777;font-size:12px}.layout-module__T8_2_W__newChat{color:#000;background-color:#0000;width:15px;height:15px;margin-right:15px}.layout-module__T8_2_W__startNewChat{cursor:pointer;color:#000;background-color:#0000;border:none;border-radius:100px;justify-content:flex-start;align-items:center;margin:10px;padding:10px;font-size:13px;display:flex}.layout-module__T8_2_W__startNewChat.layout-module__T8_2_W__startNewChat:hover{background-color:#fff}.layout-module__T8_2_W__backButton{cursor:pointer;color:#3a3a3a;background-color:#0000;border:none;border-radius:100px;justify-content:flex-start;align-items:center;margin:5px 0;padding:5px;font-size:13px;display:flex}.layout-module__T8_2_W__backButton.layout-module__T8_2_W__backButton:hover{background-color:#ccc;padding:5px}.layout-module__T8_2_W__backButton img{object-fit:cover;width:20px;height:20px}
.switch-role-module__JiOR0a__page{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:clamp(10px,3vw,36px);display:flex}.switch-role-module__JiOR0a__skip{position:fixed;top:10px;right:10px}.switch-role-module__JiOR0a__skipHref{color:#6f6e6e;cursor:pointer;background-color:#fff;border:none}.switch-role-module__JiOR0a__shell{width:min(1100px,100%)}.switch-role-module__JiOR0a__header{text-align:center;padding:clamp(8px,2.4vw,18px) 0 clamp(10px,3vw,22px)}.switch-role-module__JiOR0a__title{letter-spacing:-.02em;color:#121212;word-break:break-word;margin:0;font-size:clamp(14px,5vw,44px);font-weight:800;line-height:1.15}.switch-role-module__JiOR0a__subtitle{color:#02280f;word-break:break-word;max-width:62ch;margin:clamp(6px,1.8vw,10px) auto 0;padding:0 clamp(4px,2vw,14px);font-size:clamp(10px,2.5vw,14px);line-height:1.45}.switch-role-module__JiOR0a__grid{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));align-items:stretch;gap:clamp(10px,2.4vw,22px);display:grid}.switch-role-module__JiOR0a__card{background:#fff;border:1px solid #0000000f;border-radius:clamp(10px,2.2vw,14px);flex-direction:column;justify-content:space-between;min-width:0;padding:clamp(10px,2.6vw,18px);display:flex;box-shadow:0 6px 18px #0000000d}.switch-role-module__JiOR0a__cardCurrent{background:#2cf683;border:3px solid #24be36;border-radius:clamp(10px,2.2vw,14px);flex-direction:column;justify-content:space-between;min-width:0;padding:clamp(10px,2.6vw,18px);display:flex;box-shadow:0 6px 18px #0000000d}.switch-role-module__JiOR0a__cardTop{justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.switch-role-module__JiOR0a__iconWrap{color:#005f10;background:#b6f4ff;border-radius:clamp(8px,2vw,12px);flex:none;place-items:center;width:clamp(26px,6vw,44px);height:clamp(26px,6vw,44px);display:grid}.switch-role-module__JiOR0a__iconWrap svg{width:60%;height:60%}.switch-role-module__JiOR0a__tag{white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;gap:6px;max-width:100%;padding:4px 8px;font-size:clamp(9px,2.4vw,12px);line-height:1.1;display:inline-flex;overflow:hidden}.switch-role-module__JiOR0a__tagText{text-overflow:ellipsis;overflow:hidden}.switch-role-module__JiOR0a__tagGreen{color:#000;background:#2cf683;border:1px solid #187a3c2e}.switch-role-module__JiOR0a__tagGray{color:#6c7788;background:#eef1f6;border:1px solid #6c77882e}.switch-role-module__JiOR0a__tagRed{color:#fff;background:#00570d;border:1px solid #d51b2a2e}.switch-role-module__JiOR0a__cardTitle{color:#1a1a1a;letter-spacing:-.01em;word-break:break-word;margin:clamp(10px,2vw,12px) 0 0;font-size:clamp(12px,3.2vw,18px);font-weight:800}.switch-role-module__JiOR0a__cardDesc{color:#02280f;word-break:break-word;overflow-wrap:anywhere;margin:8px 0 0;font-size:clamp(10px,2.6vw,13px);line-height:1.45}.switch-role-module__JiOR0a__cardFooter{margin-top:clamp(12px,2.8vw,18px);display:flex}.switch-role-module__JiOR0a__btn{color:#fff;cursor:pointer;background:#00570d;border:0;border-radius:clamp(10px,2vw,12px);justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;padding:clamp(9px,2.6vw,12px) clamp(10px,2.8vw,14px);font-size:clamp(10px,2.6vw,12px);font-weight:800;display:inline-flex}.switch-role-module__JiOR0a__Activated{color:#013f0d;cursor:pointer;background:#fff0;border:0;border-radius:clamp(10px,2vw,12px);justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;padding:clamp(9px,2.6vw,12px) clamp(10px,2.8vw,14px);font-size:20px;font-weight:800;display:inline-flex}.switch-role-module__JiOR0a__Activate{background-color:#c6d3c8}.switch-role-module__JiOR0a__btnText{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.switch-role-module__JiOR0a__arrow{flex:none}.switch-role-module__JiOR0a__btn:active{transform:translateY(1px)}.switch-role-module__JiOR0a__btn:focus-visible{outline-offset:2px;outline:2px solid #e21f2c59}.switch-role-module__JiOR0a__btnDisabled{color:#9aa3b2;cursor:not-allowed;background:#e6e8ee}.switch-role-module__JiOR0a__cardLocked .switch-role-module__JiOR0a__iconWrap{color:#6c7788;background:#eef1f6}.switch-role-module__JiOR0a__help{text-align:center;color:#7a5f5f;word-break:break-word;margin-top:clamp(14px,3vw,26px);padding:0 clamp(6px,2vw,12px);font-size:clamp(9px,2.4vw,12px)}.switch-role-module__JiOR0a__helpLink{color:#5938ef;font-weight:800;text-decoration:none}.switch-role-module__JiOR0a__helpLink:hover{text-decoration:underline}.switch-role-module__JiOR0a__roleIcon{width:60%;height:60%}.switch-role-module__JiOR0a__miniIcon{flex:none;width:14px;height:14px}@media (max-width:220px){.switch-role-module__JiOR0a__tag{padding:3px 6px}.switch-role-module__JiOR0a__miniIcon{width:12px;height:12px}.switch-role-module__JiOR0a__btn{padding:8px 10px}}@media (max-width:140px){.switch-role-module__JiOR0a__grid{grid-template-columns:1fr}.switch-role-module__JiOR0a__tag{max-width:70px}.switch-role-module__JiOR0a__iconWrap{border-radius:8px;width:22px;height:22px}}.switch-role-module__JiOR0a__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0f172aa6;justify-content:center;align-items:center;animation:.2s ease-out switch-role-module__JiOR0a__fadeIn;display:flex;position:fixed;inset:0}.switch-role-module__JiOR0a__modalContainer{width:100%;max-width:560px;padding:16px;animation:.25s ease-out switch-role-module__JiOR0a__scaleIn}@keyframes switch-role-module__JiOR0a__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes switch-role-module__JiOR0a__scaleIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:640px){.switch-role-module__JiOR0a__modalContainer{max-width:100%;padding:12px}}
.checkout-module__x4eC1a__container{background:#f6f8fb;justify-content:center;min-height:100vh;display:flex}.checkout-module__x4eC1a__wrapper{background:#fff;border-radius:16px;grid-template-columns:1.3fr 1fr;width:100%;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000014}.checkout-module__x4eC1a__formSection{padding:3rem}.checkout-module__x4eC1a__title{font-size:2rem;font-weight:700}.checkout-module__x4eC1a__subtitle{color:#6b7280;margin-bottom:2rem}.checkout-module__x4eC1a__paymentTabs{gap:1rem;margin-bottom:2rem;display:flex}.checkout-module__x4eC1a__tab{cursor:pointer;color:#000;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;display:flex}.checkout-module__x4eC1a__active{color:#fff;background:#17c101;border-color:#fff}.checkout-module__x4eC1a__form{flex-direction:column;gap:1.25rem;display:flex}.checkout-module__x4eC1a__field label{color:#374151;font-size:.85rem}.checkout-module__x4eC1a__field input{border:1px solid #d1d5db;border-radius:10px;width:100%;padding:.75rem 1rem}.checkout-module__x4eC1a__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-module__x4eC1a__payBtn{color:#fff;cursor:pointer;background:#17c101;border:none;border-radius:12px;margin-top:1rem;padding:.9rem;font-size:1rem}.checkout-module__x4eC1a__payBtn:hover{background:#162c6a}.checkout-module__x4eC1a__localPay{background:#f9fafb;border-radius:12px;padding:1.5rem}.checkout-module__x4eC1a__securityNote{color:#6b7280;align-items:center;gap:.4rem;margin-top:1.5rem;font-size:.85rem;display:flex}.checkout-module__x4eC1a__summarySection{background:#f1f5f9;padding:3rem 2.5rem}.checkout-module__x4eC1a__summaryCard{background:#fff;border-radius:14px;margin-top:1.5rem;padding:1.5rem}.checkout-module__x4eC1a__planRow,.checkout-module__x4eC1a__totalRow{justify-content:space-between;margin-bottom:1rem;display:flex}.checkout-module__x4eC1a__divider{background:#e5e7eb;height:1px;margin:1rem 0}.checkout-module__x4eC1a__cardIcons{gap:1rem;margin-top:2rem;font-size:2rem;display:flex}@media (max-width:900px){.checkout-module__x4eC1a__wrapper{grid-template-columns:1fr}.checkout-module__x4eC1a__summarySection{order:-1}}
.CompleteProfile-module__npCuma__pageRoot{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.CompleteProfile-module__npCuma__container{background:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px 30px;box-shadow:0 8px 30px #00000014}.CompleteProfile-module__npCuma__roleTabs{justify-content:center;gap:10px;margin-bottom:24px;display:flex}.CompleteProfile-module__npCuma__roleTab{color:#333;cursor:pointer;background:#fafafa;border:1.5px solid #ccc;border-radius:30px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s}.CompleteProfile-module__npCuma__roleTab:hover{border-color:var(--clr-primary,#00691c);color:var(--clr-primary,#00691c)}.CompleteProfile-module__npCuma__activeTab{background:var(--clr-primary,#00691c);color:#fff;border-color:var(--clr-primary,#00691c)}.CompleteProfile-module__npCuma__title{text-align:center;color:#222;margin-bottom:30px;font-size:1.8rem;font-weight:700}.CompleteProfile-module__npCuma__profileSection{justify-content:center;margin-bottom:20px;display:flex;position:relative}.CompleteProfile-module__npCuma__profilePicWrapper{cursor:default;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;display:flex;position:relative}.CompleteProfile-module__npCuma__clickable{cursor:pointer}.CompleteProfile-module__npCuma__profilePic{object-fit:cover;border-radius:50%;width:100%;height:100%}.CompleteProfile-module__npCuma__placeholder{color:#777;font-size:.9rem}.CompleteProfile-module__npCuma__cameraIcon{background:var(--clr-primary,#00691c);color:#fff;cursor:pointer;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex;position:absolute;bottom:4px;right:4px}.CompleteProfile-module__npCuma__hiddenInput{display:none}.CompleteProfile-module__npCuma__inputGroup{margin-bottom:22px}.CompleteProfile-module__npCuma__inputGroup label{color:#333;margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.CompleteProfile-module__npCuma__input{color:#201e1e;background-color:#fff;border:1.6px solid #ccc;border-radius:8px;width:100%;padding:12px 14px;font-size:1rem;transition:border .2s}.CompleteProfile-module__npCuma__input:focus{border-color:var(--clr-primary,#00691c);outline:none}.CompleteProfile-module__npCuma__guideLabel{color:#555;text-align:center;margin-bottom:10px;font-size:.9rem;display:block}.CompleteProfile-module__npCuma__errorInput{border-color:#d32f2f}.CompleteProfile-module__npCuma__errorText{color:#d32f2f;margin-top:4px;font-size:.85rem}.CompleteProfile-module__npCuma__fileSection{flex-wrap:wrap;gap:14px;margin-bottom:24px;display:flex}.CompleteProfile-module__npCuma__fileBox{text-align:center;cursor:pointer;background:#f5f5f5;border:2px dashed #bbb;border-radius:10px;flex:1;padding:18px;transition:all .3s}.CompleteProfile-module__npCuma__fileBox:hover{border-color:var(--clr-primary,#00691c);background:#fff}.CompleteProfile-module__npCuma__fileLabel{color:#555;font-size:.9rem}.CompleteProfile-module__npCuma__fileSelected{color:var(--clr-primary,#00691c);font-size:.9rem;font-weight:600}.CompleteProfile-module__npCuma__textarea{resize:none;color:#201e1e;background-color:#fff;border:1.6px solid #ccc;border-radius:8px;width:100%;padding:12px 14px;font-size:1rem;transition:border .2s}.CompleteProfile-module__npCuma__textarea:focus{border-color:var(--clr-primary,#00691c);outline:none}.CompleteProfile-module__npCuma__buttonWrapper{text-align:center;margin-top:20px}@media (max-width:780px){.CompleteProfile-module__npCuma__pageRoot{padding:0}.CompleteProfile-module__npCuma__container{min-height:100vh;box-shadow:none;border-radius:0;min-width:100%;padding:30px 18px}}@media (max-width:480px){.CompleteProfile-module__npCuma__container{padding:30px 20px}.CompleteProfile-module__npCuma__profilePicWrapper{width:120px;height:120px}}@media (max-width:300px){.CompleteProfile-module__npCuma__fileSection{flex-direction:column}.CompleteProfile-module__npCuma__title{font-size:1.5rem}}@media (max-width:400px){.CompleteProfile-module__npCuma__roleTabs{flex-direction:column;gap:8px}}.CompleteProfile-module__npCuma__removePhotoBtn{color:#666;cursor:pointer;background:0 0;border:none;margin-top:10px;font-size:13px;text-decoration:underline;position:relative}.CompleteProfile-module__npCuma__inputTogap{flex-direction:column;gap:10px;margin:10px 0;display:flex}.CompleteProfile-module__npCuma__removePhotoBtn:hover{color:#111}
.Contact-module__J3q-aa__contactPage{color:#222;padding:60px 5%;font-family:Inter,Roboto,sans-serif;line-height:1.6}.Contact-module__J3q-aa__getInTouch{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:80px;display:flex}.Contact-module__J3q-aa__left{flex:360px;min-width:280px}.Contact-module__J3q-aa__right{background:#fff;border-radius:10px;flex:480px;min-width:280px;padding:32px;box-shadow:0 2px 8px #0000000a}.Contact-module__J3q-aa__infoBox{flex-direction:column;gap:20px;margin-top:20px;display:flex}.Contact-module__J3q-aa__infoItem{background:#fff;border-radius:8px;align-items:flex-start;gap:14px;padding:14px 10px;transition:box-shadow .25s;display:flex}.Contact-module__J3q-aa__infoItem:hover{box-shadow:0 4px 10px #0000000f}.Contact-module__J3q-aa__icon{color:#006c44;flex-shrink:0;font-size:24px}.Contact-module__J3q-aa__infoItem h2{color:#004f32;margin-bottom:4px;font-size:1.05rem}.Contact-module__J3q-aa__form{flex-direction:column;gap:15px;margin-top:15px;display:flex}.Contact-module__J3q-aa__form input,.Contact-module__J3q-aa__form textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;width:100%;padding:12px 14px;font-size:15px;transition:border-color .25s,box-shadow .25s}.Contact-module__J3q-aa__form input:focus,.Contact-module__J3q-aa__form textarea:focus{border-color:#006c44;outline:none;box-shadow:0 0 0 2px #006c4426}.Contact-module__J3q-aa__form button{color:#fff;cursor:pointer;background:#006c44;border:none;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:15px;font-weight:600;transition:background .25s;display:flex}.Contact-module__J3q-aa__form button:hover{background:#004f32}.Contact-module__J3q-aa__helpSection{text-align:center;margin-bottom:80px;padding:0 10px}.Contact-module__J3q-aa__helpSection h2{margin-bottom:10px;font-size:clamp(1.4rem,2vw,1.8rem)}.Contact-module__J3q-aa__helpCards{flex-wrap:wrap;justify-content:center;gap:25px;margin-top:30px;display:flex}.Contact-module__J3q-aa__card{background:#fff;border-radius:10px;flex-direction:column;align-items:center;width:100%;max-width:320px;padding:25px;transition:transform .25s;display:flex;box-shadow:0 3px 10px #00000014}.Contact-module__J3q-aa__card:hover{transform:translateY(-4px)}.Contact-module__J3q-aa__cardIcon{color:#fff;background:#006c44;border-radius:50%;margin-bottom:12px;padding:8px;font-size:34px}.Contact-module__J3q-aa__visitOffice{text-align:center;margin-bottom:60px;padding:0 10px}.Contact-module__J3q-aa__mapBox{border:1px solid #007c4d57;border-radius:10px;max-width:100%;height:400px;margin-top:25px;overflow:hidden}.Contact-module__J3q-aa__mapBox iframe{border:0;width:100%;height:100%}@media (max-width:992px){.Contact-module__J3q-aa__contactPage{padding:50px 4%}.Contact-module__J3q-aa__getInTouch{gap:30px}.Contact-module__J3q-aa__right{padding:24px}}@media (max-width:600px){.Contact-module__J3q-aa__getInTouch{flex-direction:column}.Contact-module__J3q-aa__left,.Contact-module__J3q-aa__right{width:100%}.Contact-module__J3q-aa__helpCards{flex-direction:column;align-items:center}.Contact-module__J3q-aa__card{max-width:100%}.Contact-module__J3q-aa__mapBox{height:320px}}@media (max-width:400px){.Contact-module__J3q-aa__contactPage{padding:40px 12px}.Contact-module__J3q-aa__right{padding:20px}.Contact-module__J3q-aa__icon{font-size:20px}.Contact-module__J3q-aa__form input,.Contact-module__J3q-aa__form textarea{padding:10px 12px;font-size:14px}.Contact-module__J3q-aa__form button{padding:10px;font-size:14px}.Contact-module__J3q-aa__card{padding:20px}.Contact-module__J3q-aa__cardIcon{font-size:30px}}@media (max-width:300px){.Contact-module__J3q-aa__contactPage{padding:30px 8px}.Contact-module__J3q-aa__right,.Contact-module__J3q-aa__left{min-width:0;padding:16px}.Contact-module__J3q-aa__form input,.Contact-module__J3q-aa__form textarea{font-size:13px}.Contact-module__J3q-aa__form button{padding:8px;font-size:13px}.Contact-module__J3q-aa__card{padding:16px}.Contact-module__J3q-aa__mapBox{height:260px}}
.BookConsultant-module__TJNxjW__pageContainer{flex-direction:column;gap:1rem;display:flex}.BookConsultant-module__TJNxjW__ConsultantIntro{border-radius:16px;flex-direction:row;justify-content:space-between;gap:1rem;padding:16px;display:flex;box-shadow:1px 1px 20px 3px #00000024}.BookConsultant-module__TJNxjW__mainInfo{flex-direction:row;gap:1rem;display:flex}.BookConsultant-module__TJNxjW__info strong{font-size:2rem;font-weight:bolder}.BookConsultant-module__TJNxjW__mainInfo img{border:1px solid #000;border-radius:1000px;width:100%;max-width:100px;height:100px}.BookConsultant-module__TJNxjW__status span{background-color:#91ff90;border-radius:1000px;justify-content:center;align-items:center;padding:1rem;display:flex}.BookConsultant-module__TJNxjW__mainSection{border-radius:16px;flex-direction:column;gap:1rem;padding:16px;display:flex;box-shadow:1px 1px 20px 3px #00000024}.BookConsultant-module__TJNxjW__ConsultantContactDetails{flex-direction:column;gap:1rem;display:flex}.BookConsultant-module__TJNxjW__ConsultantationDetails{border-radius:10px;flex-direction:column;gap:1rem;padding:10px;display:flex}.BookConsultant-module__TJNxjW__TandC{display:flex}@media screen and (max-width:786px){.BookConsultant-module__TJNxjW__ConsultantIntro{flex-direction:column}}
.myCases-module__L3XnYq__page{background:#fff;min-height:100vh}.myCases-module__L3XnYq__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.myCases-module__L3XnYq__header h1{font-size:2rem}.myCases-module__L3XnYq__header p{color:#474747}.myCases-module__L3XnYq__newCaseBtn{color:#022c22;background:#22c55e;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-weight:600;display:flex}.myCases-module__L3XnYq__stats{color:#fff;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.myCases-module__L3XnYq__StatSCardInner{flex-direction:column;display:flex}.myCases-module__L3XnYq__statCard{background:#132d22;border-radius:14px;align-items:center;gap:1rem;padding:1.2rem;display:flex}.myCases-module__L3XnYq__statCard strong{font-size:1.5rem}.myCases-module__L3XnYq__filters{grid-template-columns:1.5fr repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.myCases-module__L3XnYq__filters input,.myCases-module__L3XnYq__filters select{color:#011602;background:#fff;border:1px solid #1f3f33;border-radius:10px;padding:.6rem .8rem}.myCases-module__L3XnYq__tableWrapper{overflow-x:auto}.myCases-module__L3XnYq__table{border-collapse:collapse;width:100%;min-width:800px}.myCases-module__L3XnYq__table th,.myCases-module__L3XnYq__table td{text-align:left;border-bottom:1px solid #1f3f33;padding:.9rem}.myCases-module__L3XnYq__active{color:#22c55e;background:#14532d;border-radius:999px;padding:.2rem .6rem}.myCases-module__L3XnYq__pending{color:#facc15;background:#78350f;border-radius:999px;padding:.2rem .6rem}.myCases-module__L3XnYq__review{color:#93c5fd;background:#1e3a8a;border-radius:999px;padding:.2rem .6rem}.myCases-module__L3XnYq__high{color:#f87171}@media (max-width:768px){.myCases-module__L3XnYq__filters{grid-template-columns:1fr}}
.Chat-module__2HzN3G__root{height:var(--vh,100vh);background:var(--gradient-soft);font-family:var(--font-primary);flex-direction:column;display:flex}.Chat-module__2HzN3G__imgIcon{width:22px;height:22px}.Chat-module__2HzN3G__header{background:var(--gradient-soft);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-soft);z-index:10;justify-content:space-between;align-items:center;padding:4px 10px;display:flex;position:sticky;top:0}.Chat-module__2HzN3G__headerLeft{align-items:center;gap:var(--spacing-sm);display:flex}.Chat-module__2HzN3G__title{font-weight:var(--font-weight-bold);font-size:var(--font-size-lg);color:var(--color-primary-dark)}.Chat-module__2HzN3G__beta{color:#fff;background-color:#000;border-radius:100px;padding:2px 6px;font-weight:700}.Chat-module__2HzN3G__newChat{background-color:#0000;width:22px;height:22px;margin-right:15px}.Chat-module__2HzN3G__messagesWrapper{gap:var(--spacing-sm);flex-direction:column;flex:1;padding:10px 0 0;display:flex;overflow-y:auto}.Chat-module__2HzN3G__NoMessages{padding:var(--spacing-md);gap:var(--spacing-sm);flex-direction:column;flex:1;justify-content:center;display:flex;overflow-y:auto}.Chat-module__2HzN3G__messages{gap:var(--spacing-sm);flex-direction:column;flex:1;padding:0 100px;display:flex;overflow-y:auto}.Chat-module__2HzN3G__welcome{text-align:center;margin-top:var(--spacing-xl);color:var(--color-text-muted)}.Chat-module__2HzN3G__welcome h2{justify-self:center;width:50%}.Chat-module__2HzN3G__welcome p{justify-self:center;width:70%;margin-top:15px}.Chat-module__2HzN3G__welcomeDot{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;justify-self:center;align-items:center;width:80px;height:80px;margin-bottom:20px;font-size:2.5rem;display:flex;box-shadow:0 0 40px #22c55e}.Chat-module__2HzN3G__form{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-md);background:#cefffb02;justify-content:center;align-items:center;display:flex}.Chat-module__2HzN3G__InputWrapper{background:#fff;border:1px solid #ccc;border-radius:10px;align-items:center;width:90%;padding:10px;display:flex;position:relative}.Chat-module__2HzN3G__inputBox{background:#fff;justify-content:center;align-items:center;width:100%;padding:15px 0;display:flex}.Chat-module__2HzN3G__textarea{padding:var(--spacing-sm);border-radius:var(--radius-md);font-size:var(--font-size-base);resize:none;transition:var(--transition-fast);scrollbar-width:none;color:#2e2d2d;background:#fff;border:none;outline:none;flex:1;width:100%;height:20px;max-height:200px;padding:0 10px;font-family:inherit;font-size:15px;line-height:1.5;overflow-y:hidden}.Chat-module__2HzN3G__send{background:var(--color-primary);color:#fff;font-size:var(--font-size-base);cursor:pointer;transition:var(--transition-fast);border:none;border-radius:100%;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;display:flex}.Chat-module__2HzN3G__send:hover{background:var(--color-primary-dark)}.Chat-module__2HzN3G__messages::-webkit-scrollbar{width:8px}.Chat-module__2HzN3G__messages::-webkit-scrollbar-track{background:0 0}.Chat-module__2HzN3G__messages::-webkit-scrollbar-thumb{background-color:var(--color-border);border-radius:var(--radius-sm)}@media (max-width:600px){.Chat-module__2HzN3G__title{font-size:var(--font-size-base)}.Chat-module__2HzN3G__textarea{font-size:var(--font-size-sm)}.Chat-module__2HzN3G__send{padding:var(--spacing-xs)var(--spacing-sm)}.Chat-module__2HzN3G__messages{padding:var(--spacing-sm);gap:var(--spacing-xs)}.Chat-module__2HzN3G__InputWrapper{width:100%}}
.CitationsPage-module__vWraZW__pageContainer{flex-direction:column;min-height:100vh;display:flex}.CitationsPage-module__vWraZW__title{color:#222;text-align:left;margin-bottom:10px;font-size:1.8rem;font-weight:700}.CitationsPage-module__vWraZW__searchSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:0 auto;display:flex}.CitationsPage-module__vWraZW__paginationSection{justify-content:space-between;align-items:center;margin-top:20px;display:flex}
.findConsaltants-module__rUExUG__pageContainer{flex-direction:column;gap:1rem;min-height:100vh;display:flex}.findConsaltants-module__rUExUG__title{color:#222;text-align:left;margin-bottom:10px;font-size:1.8rem;font-weight:700}.findConsaltants-module__rUExUG__searchSection{display:flex}.findConsaltants-module__rUExUG__searchContainer{justify-content:center;align-items:center;gap:1rem;width:80%;display:flex}.findConsaltants-module__rUExUG__ButtonsContainer{justify-content:flex-end;align-items:flex-end;gap:1rem;width:20%;margin-bottom:5px;display:flex}.findConsaltants-module__rUExUG__SresultsHeader{justify-content:space-between;align-items:center;display:flex}.findConsaltants-module__rUExUG__rightSection{display:flex}.findConsaltants-module__rUExUG__rightSection span{align-items:center;width:100px;display:flex}.findConsaltants-module__rUExUG__spanTitle{display:flex}@media screen and (max-width:1486px){.findConsaltants-module__rUExUG__searchSection{flex-direction:column}.findConsaltants-module__rUExUG__searchContainer{flex-direction:column;width:100%}.findConsaltants-module__rUExUG__ButtonsContainer{flex-direction:row;justify-content:space-between;width:100%;margin:1rem 0}}@media screen and (max-width:786px){.findConsaltants-module__rUExUG__searchSection{flex-direction:column}.findConsaltants-module__rUExUG__searchContainer{flex-direction:column;width:100%}.findConsaltants-module__rUExUG__ButtonsContainer{flex-direction:row;justify-content:space-between;width:100%;margin:1rem 0}}.findConsaltants-module__rUExUG__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;width:100%;margin:1rem 0;display:grid}@media (max-width:280px){.findConsaltants-module__rUExUG__grid{grid-template-columns:1fr;gap:12px}}@media (min-width:600px){.findConsaltants-module__rUExUG__grid{gap:20px}}@media (min-width:1024px){.findConsaltants-module__rUExUG__grid{gap:24px}}.findConsaltants-module__rUExUG__Noconsultants{color:#222;background-color:#b9e5cb;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.findConsaltants-module__rUExUG__IconBg{color:#b9e5cb;background-color:#217443;border-radius:1000px;padding:10px;font-size:30px}
.LegalTermsPage-module__PRXOja__pageContainer{flex-direction:column;min-height:100vh;display:flex}.LegalTermsPage-module__PRXOja__title{color:#222;text-align:left;margin-bottom:10px;font-size:1.8rem;font-weight:700}.LegalTermsPage-module__PRXOja__searchSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:0 auto;display:flex}.LegalTermsPage-module__PRXOja__searchInput{flex:1;min-width:220px}.LegalTermsPage-module__PRXOja__searchBtn{width:160px;min-width:120px}.LegalTermsPage-module__PRXOja__AlphabetFilterSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:15px auto;display:flex}@media (max-width:768px){.LegalTermsPage-module__PRXOja__searchSection{flex-direction:column;gap:12px}.LegalTermsPage-module__PRXOja__searchInput,.LegalTermsPage-module__PRXOja__searchBtn,.LegalTermsPage-module__PRXOja__searchBtn button{width:100%}}@media (max-width:400px){.LegalTermsPage-module__PRXOja__title{font-size:1.5rem}}
.MaximsPagePage-module__4NscdG__pageContainer{flex-direction:column;min-height:100vh;display:flex}.MaximsPagePage-module__4NscdG__title{color:#222;text-align:left;margin-bottom:10px;font-size:1.8rem;font-weight:700}.MaximsPagePage-module__4NscdG__searchSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:0 auto;display:flex}.MaximsPagePage-module__4NscdG__searchInput{flex:1;min-width:220px}.MaximsPagePage-module__4NscdG__searchBtn{width:160px;min-width:120px}.MaximsPagePage-module__4NscdG__AlphabetFilterSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:15px auto;display:flex}@media (max-width:768px){.MaximsPagePage-module__4NscdG__searchSection{flex-direction:column;gap:12px}.MaximsPagePage-module__4NscdG__searchInput,.MaximsPagePage-module__4NscdG__searchBtn,.MaximsPagePage-module__4NscdG__searchBtn button{width:100%}}@media (max-width:400px){.MaximsPagePage-module__4NscdG__title{font-size:1.5rem}}
.myCases-module__45Vn2q__container{background-color:#fff;font-family:Inter,sans-serif}.myCases-module__45Vn2q__header{color:#000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.myCases-module__45Vn2q__header h1{color:#000;font-size:1.8rem;font-weight:700}.myCases-module__45Vn2q__header p{color:#303132}.myCases-module__45Vn2q__ctaBtn{color:#fff;cursor:pointer;background-color:#22c55e;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:500}.myCases-module__45Vn2q__ctaBtn:hover{background-color:#16a34a}.myCases-module__45Vn2q__summaryCards{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.myCases-module__45Vn2q__card{background-color:#0c5123;border-radius:12px;padding:1rem;position:relative}.myCases-module__45Vn2q__card p{color:#94a3b8;font-size:.9rem}.myCases-module__45Vn2q__card h2{color:#fff;margin-top:.2rem;font-size:1.5rem}.myCases-module__45Vn2q__actionNeeded{color:#fff;background-color:#f97316;border-radius:8px;padding:.2rem .4rem;font-size:.7rem;position:absolute;top:.8rem;right:.8rem}.myCases-module__45Vn2q__searchFilter{flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:1rem;display:flex}.myCases-module__45Vn2q__searchBox{border:1px solid #ccc;border-radius:10px;flex:1;align-items:center;min-width:200px;display:flex}.myCases-module__45Vn2q__searchBox input{color:#0b0b0c;background:0 0;border:none;outline:none;flex:1;margin-left:.5rem;padding:1rem}.myCases-module__45Vn2q__SearchIcon{background:#fff;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.myCases-module__45Vn2q__filterButtons button{color:#f8fafc;cursor:pointer;background-color:#1e293b;border:none;border-radius:8px;margin-left:.5rem;padding:16px;font-size:.9rem}.myCases-module__45Vn2q__filterButtons button:hover,.myCases-module__45Vn2q__filterButtons .myCases-module__45Vn2q__activeFilter{background-color:#334155}.myCases-module__45Vn2q__tableWrapper{overflow-x:auto}.myCases-module__45Vn2q__caseTable{border-collapse:collapse;width:100%;min-width:700px}.myCases-module__45Vn2q__caseTable tr{border-bottom:1px solid #ccc}.myCases-module__45Vn2q__caseTable th,.myCases-module__45Vn2q__caseTable td{text-align:left;color:#000;min-height:100px;padding:.8rem .5rem}.myCases-module__45Vn2q__caseTable th{color:#133205;font-weight:500}.myCases-module__45Vn2q__consultantCell{align-items:center;gap:.6rem;display:flex}.myCases-module__45Vn2q__consultantCell img{object-fit:cover;border-radius:50%;width:36px;height:36px}.myCases-module__45Vn2q__caseStatus{text-align:center;border-radius:12px;padding:.3rem .6rem;font-size:.75rem;font-weight:500}.myCases-module__45Vn2q__statusActive{background-color:#3b82f6}.myCases-module__45Vn2q__statusPending{color:#000;background-color:#facc15}.myCases-module__45Vn2q__statusClosed{color:#fff;background-color:#585757}.myCases-module__45Vn2q__agreement{align-items:center;gap:.3rem;display:flex}.myCases-module__45Vn2q__agreementSigned{color:#22c55e;font-weight:500}.myCases-module__45Vn2q__agreementPending{color:#f59e0b;font-weight:500}.myCases-module__45Vn2q__agreementExpired{color:#6b7280;font-weight:500}.myCases-module__45Vn2q__viewBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:8px;padding:.4rem .8rem;font-weight:500}.myCases-module__45Vn2q__viewBtn:hover{background-color:#1d4ed8}.myCases-module__45Vn2q__pagination{color:#94a3b8;margin-top:1rem;font-size:.85rem}.myCases-module__45Vn2q__filterButtons{justify-content:center;align-items:center;height:40px;display:flex}@media (max-width:900px){.myCases-module__45Vn2q__searchFilter{flex-direction:column;align-items:stretch}.myCases-module__45Vn2q__filterButtons{gap:.5rem;display:flex}.myCases-module__45Vn2q__caseTable{min-width:600px}}@media (max-width:500px){.myCases-module__45Vn2q__header h1{font-size:1.4rem}.myCases-module__45Vn2q__header p{font-size:.85rem}.myCases-module__45Vn2q__summaryCards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.myCases-module__45Vn2q__caseTable{min-width:500px}}
:root{--bg:#fff;--surface:#fff;--surface-2:#f6fffb;--brand:#007c4d;--brand-2:#005f39;--text:#1f2937;--muted:#6b7280;--border:#1118271a;--shadow:0 12px 30px #0000001a;--shadow-sm:0 6px 16px #0000001a;--ring:0 0 0 4px #007c4d2e;--radius:14px;--radius-lg:18px;--speed:.2s}.Profile-module__rfW_xW__profileContainer{background-color:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);min-height:100vh;box-shadow:var(--shadow);isolation:isolate;margin:1rem auto;position:relative;overflow:hidden}.Profile-module__rfW_xW__cover{background:radial-gradient(1000px 300px at 10% 0,#007c4d59,#0000 55%),radial-gradient(900px 250px at 80% 10%,#005f3947,#0000 60%),linear-gradient(135deg,#007c4df2,#005f39eb);width:100%;height:170px;position:relative}.Profile-module__rfW_xW__cover:after{content:"";pointer-events:none;background:linear-gradient(115deg,#ffffff2e,#fff0 45%,#00000014);position:absolute;inset:0}.Profile-module__rfW_xW__editButton,.Profile-module__rfW_xW__editProfile{cursor:pointer;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(10px);width:36px;height:36px;transition:transform var(--speed)ease,background var(--speed)ease,box-shadow var(--speed)ease;z-index:5;background:#ffffffb8;border:1px solid #ffffff59;border-radius:999px;place-items:center;padding:8px;display:grid;position:absolute;top:12px;right:12px}.Profile-module__rfW_xW__editButton:hover,.Profile-module__rfW_xW__editProfile:hover{background:#ffffffe0;transform:translateY(-1px);box-shadow:0 10px 22px #0000001f}.Profile-module__rfW_xW__editButton:active,.Profile-module__rfW_xW__editProfile:active{transform:translateY(0)}.Profile-module__rfW_xW__editButton:focus-visible,.Profile-module__rfW_xW__editProfile:focus-visible{box-shadow:var(--shadow-sm),var(--ring);outline:none}.Profile-module__rfW_xW__profilePicContainer{justify-content:center;margin-top:-56px;padding-bottom:6px;display:flex;position:relative}.Profile-module__rfW_xW__profilePlaceholder,.Profile-module__rfW_xW__userProfilePic,.Profile-module__rfW_xW__profile_photo{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;z-index:2;aspect-ratio:1;border-radius:50%;justify-content:center;align-items:center;width:108px;height:108px;font-size:46px;font-weight:800;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000001f}.Profile-module__rfW_xW__profilePlaceholder:before,.Profile-module__rfW_xW__userProfilePic:before,.Profile-module__rfW_xW__profile_photo:before{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffffff59,#0000 45%);position:absolute;inset:-20%;transform:rotate(12deg)}.Profile-module__rfW_xW__cameraIcon{color:#fff;cursor:pointer;z-index:3;background:linear-gradient(135deg,var(--brand),var(--brand-2));width:34px;height:34px;transition:transform var(--speed)ease,filter var(--speed)ease;border:2px solid #ffffffe6;border-radius:999px;place-items:center;padding:8px;display:grid;position:absolute;bottom:2px;right:calc(50% - 64px);box-shadow:0 10px 20px #00000029}.Profile-module__rfW_xW__cameraIcon:hover{filter:brightness(1.05);transform:translateY(-1px)scale(1.02)}.Profile-module__rfW_xW__cameraIcon:active{transform:translateY(0)scale(.98)}.Profile-module__rfW_xW__cameraIcon:focus-visible{box-shadow:0 10px 20px #00000029,var(--ring);outline:none}.Profile-module__rfW_xW__hiddenInput{display:none}.Profile-module__rfW_xW__profileInfoVerified{text-align:center;flex-wrap:wrap;justify-content:center;gap:8px;width:100%;margin:10px 0 4px;display:flex}.Profile-module__rfW_xW__verificationStatus{color:var(--brand-2);background:#007c4d1f;border:1px solid #007c4d40;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:30px;height:30px;padding:8px 12px;font-weight:800;line-height:1;display:inline-flex}.Profile-module__rfW_xW__verificationStatusRed{cursor:pointer;color:#fff;transition:transform var(--speed)ease,filter var(--speed)ease;background:linear-gradient(135deg,#ff6b6b,#f43f5e);border:1px solid #ffffff4d;border-radius:999px;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:30px;height:30px;padding:8px 10px;font-weight:800;display:inline-flex;box-shadow:0 8px 16px #f43f5e40}.Profile-module__rfW_xW__verificationStatusRed:hover{filter:brightness(1.02);transform:translateY(-1px)}.Profile-module__rfW_xW__ButtonView{justify-content:center;align-items:center;display:flex}.Profile-module__rfW_xW__tooltip{cursor:pointer;align-items:center;display:inline-flex;position:relative}.Profile-module__rfW_xW__tooltipText{visibility:hidden;opacity:0;color:#fff;text-align:center;z-index:999;white-space:normal;background-color:#111827f2;border-radius:10px;width:max-content;max-width:min(260px,80vw);padding:8px 10px;transition:opacity .18s,transform .18s;position:absolute;top:120%;left:50%;transform:translate(-50%)translateY(-2px);box-shadow:0 14px 26px #00000038}.Profile-module__rfW_xW__tooltip:hover .Profile-module__rfW_xW__tooltipText,.Profile-module__rfW_xW__tooltip:focus-within .Profile-module__rfW_xW__tooltipText,.Profile-module__rfW_xW__verificationStatusRed:hover .Profile-module__rfW_xW__tooltipText{visibility:visible;opacity:1;transform:translate(-50%)translateY(0)}.Profile-module__rfW_xW__profileInfoSections{text-align:left;border-radius:var(--radius);border:1px solid #007c4d1f;margin:14px;padding:1rem;box-shadow:0 8px 18px #0000000f}.Profile-module__rfW_xW__DetailsLabel{color:var(--muted);letter-spacing:.2px;font-weight:800}.Profile-module__rfW_xW__profileInfo{text-align:center;padding:.75rem 1rem .25rem}.Profile-module__rfW_xW__profileInfo h2{color:var(--text);letter-spacing:-.4px;margin-bottom:.35rem;font-size:clamp(1.6rem,2.8vw,2.5rem);font-weight:900}.Profile-module__rfW_xW__profileInfo p{color:#1f2937bf;margin:.25rem 0}.Profile-module__rfW_xW__editForm{flex-direction:column;gap:.75rem;padding:1rem 1rem 1.25rem;display:flex}.Profile-module__rfW_xW__editForm input,.Profile-module__rfW_xW__editForm textarea{border:1px solid var(--border);width:100%;transition:box-shadow var(--speed)ease,border-color var(--speed)ease,transform var(--speed)ease;background:#fffffff2;border-radius:12px;padding:.75rem .8rem;font-size:14px}.Profile-module__rfW_xW__editForm textarea{resize:vertical;min-height:96px}.Profile-module__rfW_xW__editForm input:focus,.Profile-module__rfW_xW__editForm textarea:focus{box-shadow:var(--ring);border-color:#007c4d59;outline:none}.Profile-module__rfW_xW__editForm input::placeholder,.Profile-module__rfW_xW__editForm textarea::placeholder{color:#6b7280cc}.Profile-module__rfW_xW__saveButton{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;cursor:pointer;letter-spacing:.2px;transition:transform var(--speed)ease,box-shadow var(--speed)ease,filter var(--speed)ease;border:none;border-radius:14px;padding:.85rem .9rem;font-weight:800;box-shadow:0 12px 22px #007c4d38}.Profile-module__rfW_xW__saveButton:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 16px 30px #007c4d42}.Profile-module__rfW_xW__saveButton:active{transform:translateY(0)}.Profile-module__rfW_xW__saveButton:focus-visible{box-shadow:0 12px 22px #007c4d38,var(--ring);outline:none}@media (max-width:400px){.Profile-module__rfW_xW__cover{height:150px}.Profile-module__rfW_xW__profilePlaceholder,.Profile-module__rfW_xW__userProfilePic,.Profile-module__rfW_xW__profile_photo{width:92px;height:92px;font-size:38px}.Profile-module__rfW_xW__cameraIcon{right:calc(50% - 56px)}.Profile-module__rfW_xW__profileInfoSections{margin:12px 10px}}@media (max-width:250px){.Profile-module__rfW_xW__cover{height:110px}.Profile-module__rfW_xW__profilePlaceholder,.Profile-module__rfW_xW__userProfilePic,.Profile-module__rfW_xW__profile_photo{width:72px;height:72px;font-size:30px}.Profile-module__rfW_xW__cameraIcon{width:30px;height:30px;right:calc(50% - 48px)}.Profile-module__rfW_xW__profileInfo h2{font-size:16px}.Profile-module__rfW_xW__profileInfo p{font-size:12px}}.Profile-module__rfW_xW__skeleton,.Profile-module__rfW_xW__skeletonText,.Profile-module__rfW_xW__nameSkeleton,.Profile-module__rfW_xW__emailSkeleton,.Profile-module__rfW_xW__verifSkeleton{position:relative;overflow:hidden}.Profile-module__rfW_xW__skeleton{background-color:#e7e7e7;border-radius:999px}.Profile-module__rfW_xW__skeletonText{background-color:#e7e7e7;border-radius:6px;height:16px;margin:6px 0}.Profile-module__rfW_xW__nameSkeleton{border-radius:10px;width:60%;height:28px;margin:10px auto}.Profile-module__rfW_xW__emailSkeleton{width:40%;height:16px;margin:6px auto}.Profile-module__rfW_xW__verifSkeleton{border-radius:999px;width:160px;height:40px;margin:10px auto}.Profile-module__rfW_xW__skeleton:after,.Profile-module__rfW_xW__skeletonText:after,.Profile-module__rfW_xW__nameSkeleton:after,.Profile-module__rfW_xW__emailSkeleton:after,.Profile-module__rfW_xW__verifSkeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff8c,#0000);animation:1.35s infinite Profile-module__rfW_xW__shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes Profile-module__rfW_xW__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes Profile-module__rfW_xW__pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
.StatutesPage-module__LsX1oG__pageContainer{flex-direction:column;min-height:100vh;display:flex}.StatutesPage-module__LsX1oG__title{color:#222;text-align:left;margin-bottom:10px;font-size:1.8rem;font-weight:700}.StatutesPage-module__LsX1oG__searchSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:0 auto;display:flex}.StatutesPage-module__LsX1oG__searchInput{flex:1;min-width:220px}.StatutesPage-module__LsX1oG__searchBtn{width:160px;min-width:120px}.StatutesPage-module__LsX1oG__AlphabetFilterSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;width:100%;margin:15px auto;display:flex}@media (max-width:768px){.StatutesPage-module__LsX1oG__searchSection{flex-direction:column;gap:12px}.StatutesPage-module__LsX1oG__searchInput,.StatutesPage-module__LsX1oG__searchBtn,.StatutesPage-module__LsX1oG__searchBtn button{width:100%}}@media (max-width:400px){.StatutesPage-module__LsX1oG__title{font-size:1.5rem}}
.ForgotPassword-module__29h0cG__root{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.ForgotPassword-module__29h0cG__card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:40px 30px;box-shadow:0 4px 20px #00000014}.ForgotPassword-module__29h0cG__title{color:#111;margin-bottom:10px;font-size:1.6rem}.ForgotPassword-module__29h0cG__subtitle{color:#555;margin-bottom:25px;font-size:.95rem}.ForgotPassword-module__29h0cG__form{flex-direction:column;gap:16px;display:flex}.ForgotPassword-module__29h0cG__inputGroup{position:relative}.ForgotPassword-module__29h0cG__icon{color:#888;font-size:1rem;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ForgotPassword-module__29h0cG__success{color:#00691c;margin-top:8px;font-size:.9rem}@media (max-width:786px){.ForgotPassword-module__29h0cG__root{padding:0}.ForgotPassword-module__29h0cG__card{border-radius:0;flex-direction:column;justify-content:center;width:100%;min-width:100%;height:100vh;display:flex}}
.LoginPage-module__3QzPoW__pageRoot{color:#062018;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.LoginPage-module__3QzPoW__card{color:#062018;grid-template-columns:1fr 1fr;width:100%;min-height:100vh;display:grid;overflow:hidden;box-shadow:0 8px 30px #0d26200f}.LoginPage-module__3QzPoW__cardLeft{flex-direction:column;gap:16px;max-width:600px;margin:0 auto;padding:48px;display:flex;position:relative}.LoginPage-module__3QzPoW__brand{cursor:pointer;flex-wrap:wrap;align-items:center;gap:12px;display:flex}.LoginPage-module__3QzPoW__brandIcon{color:#1d4d3e;font-size:36px}.LoginPage-module__3QzPoW__brandName{color:#1d4d3e;word-break:break-word;font-size:18px;font-weight:600}.LoginPage-module__3QzPoW__brandSub{color:#567568;font-size:12px;display:block}.LoginPage-module__3QzPoW__title{color:#062018;word-break:break-word;margin-top:12px;font-size:24px;font-weight:700;line-height:1.2}.LoginPage-module__3QzPoW__lede{color:#425750;margin-bottom:12px;font-size:14px;line-height:1.4}.LoginPage-module__3QzPoW__form{flex-direction:column;gap:10px;width:100%;display:flex}.LoginPage-module__3QzPoW__label{color:#27483f;font-size:13px}.LoginPage-module__3QzPoW__input{color:#1d4d3e;border:1px solid #cfd8d3;border-radius:8px;outline:none;width:100%;min-width:0;padding:12px 14px;font-size:14px;transition:all .2s}.LoginPage-module__3QzPoW__input:focus{border-color:#1d4d3e;box-shadow:0 0 0 2px #1d4d3e26}.LoginPage-module__3QzPoW__passwordWrapper{align-items:center;display:flex;position:relative}.LoginPage-module__3QzPoW__eyeBtn{cursor:pointer;color:#1d4d3e;background:0 0;border:none;font-size:16px;position:absolute;right:12px}.LoginPage-module__3QzPoW__error{color:#b60000;word-break:break-word;background:#fff0f0;border:1px solid #f5c2c2;border-radius:6px;padding:8px 10px;font-size:13px}.LoginPage-module__3QzPoW__btnPrimary{color:#fff;cursor:pointer;background:#0b6b49;border:none;width:100%;margin-top:8px;font-size:15px;transition:background .2s}.LoginPage-module__3QzPoW__btnPrimary:hover{background:#256653}.LoginPage-module__3QzPoW__checkbox{color:#062018;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.LoginPage-module__3QzPoW__Remember{justify-content:center;align-items:center;gap:5px;display:flex}.LoginPage-module__3QzPoW__Remember p{cursor:pointer;-webkit-user-select:none;user-select:none}.LoginPage-module__3QzPoW__RememberArea{flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:10px;display:flex}.LoginPage-module__3QzPoW__links{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:10px;display:flex}.LoginPage-module__3QzPoW__link,.LoginPage-module__3QzPoW__linkSecondary{color:#193cff;word-break:break-word;font-size:13px;text-decoration:none}.LoginPage-module__3QzPoW__link:hover,.LoginPage-module__3QzPoW__linkSecondary:hover{text-decoration:underline}.LoginPage-module__3QzPoW__footer{color:#7a8c85;text-align:center;word-break:break-word;width:100%;margin-top:25px;font-size:12px}.LoginPage-module__3QzPoW__footer small{text-align:center}.LoginPage-module__3QzPoW__cardRight{background:#f8fbf9 url(/images/scale-login.webp) 50%/cover no-repeat;border-top-left-radius:2rem;border-bottom-left-radius:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.LoginPage-module__3QzPoW__illustration{color:#1d4d3e;font-size:96px}.LoginPage-module__3QzPoW__visualCaption{color:#27483f;text-align:center;font-size:14px}.LoginPage-module__3QzPoW__bgImage{width:100%}@media (max-width:1024px){.LoginPage-module__3QzPoW__card{grid-template-columns:1fr}.LoginPage-module__3QzPoW__cardRight{display:none}.LoginPage-module__3QzPoW__cardLeft{padding:32px}}@media (max-width:600px){.LoginPage-module__3QzPoW__cardLeft{padding:24px}.LoginPage-module__3QzPoW__title{font-size:20px}.LoginPage-module__3QzPoW__lede{font-size:13px}.LoginPage-module__3QzPoW__input{padding:10px 12px;font-size:13px}.LoginPage-module__3QzPoW__btnPrimary{padding:10px;font-size:14px}}@media (max-width:400px){.LoginPage-module__3QzPoW__cardLeft{padding:16px}.LoginPage-module__3QzPoW__brandIcon{font-size:28px}.LoginPage-module__3QzPoW__title{font-size:18px}.LoginPage-module__3QzPoW__links{flex-direction:column;align-items:center}.LoginPage-module__3QzPoW__footer{font-size:11px}}@media (max-width:320px){.LoginPage-module__3QzPoW__cardLeft{padding:12px}.LoginPage-module__3QzPoW__input{padding:8px 10px;font-size:12px}.LoginPage-module__3QzPoW__btnPrimary{padding:9px;font-size:13px}.LoginPage-module__3QzPoW__title{font-size:16px}.LoginPage-module__3QzPoW__lede{font-size:12px}}
.pricing-module__kvPdYW__section{width:100%;padding:10px 20px}
