@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0px;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (width<=480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (width<=480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0, var(--y), 0) scale3d(.3, .3, .3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.public-site{--green-950:#102f20;--green-900:#17472d;--green-800:#205d39;--green-600:#419a55;--green-500:#63b45f;--lime-300:#cde884;--cream:#f7f5ec;--cream-deep:#eeecdf;--ink:#17231b;--muted:#657168;--white:#fff;min-height:100vh;color:var(--ink);background:var(--cream);font-family:DM Sans,sans-serif}.public-site h1,.public-site h2,.public-site h3,.public-site h4{color:var(--green-950);letter-spacing:-.035em;font-family:Manrope,sans-serif}.public-site h1,.public-site h2,.public-site h3,.public-site p{margin-top:0}.public-site p{color:var(--muted);line-height:1.75}.public-container{width:min(1160px,100% - 40px);margin-inline:auto}.public-header{z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7f5ecf0;border-bottom:1px solid #17472d1a;position:sticky;top:0}.public-header__inner{justify-content:space-between;align-items:center;gap:2rem;min-height:86px;display:flex}.public-brand{color:var(--green-950);align-items:center;gap:.8rem;text-decoration:none;display:inline-flex}.public-brand img{object-fit:contain;border-radius:50%;width:58px;height:58px}.public-brand span{line-height:1.15;display:grid}.public-brand strong{font:800 1.02rem Manrope,sans-serif}.public-brand small{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:.25rem;font-size:.68rem}.public-nav{align-items:center;gap:1.8rem;display:flex}.public-nav>a{color:#34453a;font-weight:600;text-decoration:none;position:relative}.public-nav>a:not(.public-nav__cta):after{background:var(--green-600);content:"";height:2px;transition:scale .18s;position:absolute;bottom:-.55rem;left:0;right:0;scale:0 1}.public-nav>a:hover:after,.public-nav>a.active:after{scale:1}.public-nav .public-nav__cta{color:#fff;background:var(--green-900);border-radius:999px;padding:.78rem 1.35rem}.public-menu-button{background:var(--green-900);flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.public-menu-button span{background:#fff;width:20px;height:2px}.public-eyebrow{letter-spacing:.16em;text-transform:uppercase;margin-bottom:.9rem;font-size:.75rem;font-weight:800;color:var(--green-600)!important}.public-button{border:1px solid var(--green-900);color:#fff;background:var(--green-900);border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:.8rem 1.45rem;font:700 .92rem DM Sans,sans-serif;text-decoration:none;transition:translate .18s,box-shadow .18s,background .18s;display:inline-flex}.public-button:hover{background:var(--green-800);translate:0 -2px;box-shadow:0 12px 25px #102f202e}.public-button:disabled{cursor:wait;opacity:.65}.public-button--outline{color:var(--green-900);background:0 0}.public-button--light{color:var(--green-950);background:#fff;border-color:#fff}.public-text-link{color:var(--green-900);align-items:center;gap:.55rem;font-weight:700;text-decoration:none;display:inline-flex}.public-text-link span{font-size:1.3rem}.public-actions{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.home-hero{background:radial-gradient(circle at 12% 10%, #cde88457, transparent 30%), var(--cream);padding:74px 0 92px;position:relative;overflow:hidden}.home-hero:after{content:"";border:1px solid #419a5529;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-270px;right:-150px;box-shadow:0 0 0 70px #419a550d,0 0 0 140px #419a5509}.home-hero__grid{z-index:1;grid-template-columns:1.03fr .97fr;align-items:center;gap:clamp(3rem,7vw,7rem);display:grid;position:relative}.home-hero h1{max-width:720px;margin-bottom:1.4rem;font-size:clamp(3rem,6.3vw,5.9rem);line-height:.98}.home-hero h1 em{color:var(--green-600);font-style:normal}.home-hero__lead{max-width:620px;margin-bottom:2rem;font-size:1.08rem}.home-hero__trust{color:#4d5f52;text-transform:uppercase;flex-wrap:wrap;gap:1.2rem;margin-top:2.5rem;font-size:.78rem;font-weight:700;display:flex}.home-hero__trust span{align-items:center;gap:.45rem;display:inline-flex}.home-hero__trust span:before{background:var(--green-500);content:"";border-radius:50%;width:7px;height:7px}.home-hero__visual{min-height:560px;position:relative}.home-hero__image{border-radius:240px 240px 28px 28px;position:absolute;inset:0 0 0 8%;overflow:hidden;box-shadow:0 30px 70px #102f2038}.home-hero__image:after{content:"";background:linear-gradient(#0000 45%,#102f2052);position:absolute;inset:0}.home-hero__image img{object-fit:cover;width:100%;height:100%}.home-hero__badge{color:#fff;background:var(--green-900);border-radius:22px;align-content:center;width:190px;min-height:150px;padding:1.4rem;display:grid;position:absolute;bottom:38px;left:-12px;box-shadow:0 18px 40px #102f2047}.home-hero__badge strong{color:var(--lime-300);font:800 1.9rem Manrope,sans-serif}.home-hero__badge span{line-height:1.45}.public-section{background:#fff;padding:100px 0}.public-section--soft{background:var(--cream-deep)}.public-section-heading{max-width:720px;margin-bottom:2.8rem}.public-section-heading h2,.public-split h2,.contact-copy h2{margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.7rem);line-height:1.08}.public-section-heading--split{grid-template-columns:1.1fr .7fr;align-items:end;gap:5rem;max-width:none;display:grid}.public-section-heading--split>p{margin-bottom:.4rem}.public-card-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.public-card{background:#ffffffad;border:1px solid #17472d1a;border-radius:20px;min-height:260px;padding:2rem;transition:translate .18s,box-shadow .18s}.public-card:hover{translate:0 -5px;box-shadow:0 22px 45px #102f2017}.public-card__number{width:46px;height:46px;color:var(--green-900);background:var(--lime-300);border-radius:50%;place-items:center;margin-bottom:2.4rem;font-weight:800;display:grid}.public-card h3{margin-bottom:.65rem;font-size:1.35rem}.public-split{grid-template-columns:.92fr 1.08fr;align-items:center;gap:clamp(3rem,8vw,8rem);display:grid}.public-image-card{background:var(--cream-deep);border-radius:24px 120px 24px 24px;min-height:480px;position:relative;overflow:hidden}.public-image-card img{object-fit:cover;width:100%;height:100%;min-height:480px}.public-image-card span{color:#fff;background:#102f20e6;border-radius:999px;padding:.75rem 1rem;font-weight:700;position:absolute;bottom:24px;right:24px}.public-image-card--wide{border-radius:24px 24px 120px}.public-cta{color:#fff;background:var(--green-950);padding:72px 0}.public-cta__inner{justify-content:space-between;align-items:center;gap:3rem;display:flex}.public-cta h2{color:#fff;max-width:760px;margin-bottom:0;font-size:clamp(2rem,4vw,3.5rem)}.page-hero{color:#fff;background:var(--green-950);padding:94px 0 80px;position:relative;overflow:hidden}.page-hero:after{content:"";background:radial-gradient(circle,#cde8843b,#0000 67%);border-radius:50%;width:390px;height:390px;position:absolute;top:-100px;right:-80px}.page-hero h1{color:#fff;max-width:850px;margin-bottom:1rem;font-size:clamp(3rem,6vw,5.4rem);line-height:1}.page-hero p:not(.public-eyebrow){color:#ffffffb8;max-width:680px;font-size:1.05rem}.page-hero__crumbs{color:#ffffff9e;gap:.65rem;margin-top:2rem;font-size:.85rem;display:flex}.page-hero__crumbs a{color:var(--lime-300);text-decoration:none}.contact-grid{grid-template-columns:.75fr 1.25fr;gap:clamp(3rem,7vw,7rem);display:grid}.contact-note{border-top:1px solid #d9dfd7;border-bottom:1px solid #d9dfd7;justify-content:space-between;align-items:center;padding:1.2rem 0;display:flex}.contact-note span{color:var(--green-600);font-weight:700}.public-form{background:#fff;border:1px solid #17472d1f;border-radius:22px;gap:1.05rem;padding:clamp(1.5rem,4vw,2.5rem);display:grid;box-shadow:0 20px 55px #102f2014}.public-form h2{margin-bottom:.5rem;font-size:2rem}.public-form label{color:var(--green-950);gap:.45rem;font-size:.86rem;font-weight:700;display:grid}.public-form input,.public-form select,.public-form textarea{width:100%;color:var(--ink);font:inherit;background:#fbfcf9;border:1px solid #d7dfd7;border-radius:10px;padding:.82rem .9rem}.public-form input:focus,.public-form select:focus,.public-form textarea:focus{border-color:var(--green-600);outline:3px solid #419a5521}.public-form__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.public-form small{color:var(--muted)}.public-form__switch{text-align:center;margin:0}.public-form__switch a{color:var(--green-700);font-weight:700}.public-checkbox{align-items:center;grid-template-columns:auto 1fr!important}.public-checkbox input{width:18px;height:18px}.public-auth{background:#fff;grid-template-columns:1fr 1fr;min-height:700px;display:grid}.public-auth__art{color:#fff;background:radial-gradient(circle at 80% 10%, #cde88447, transparent 28%), var(--green-950);align-content:center;padding:clamp(3rem,8vw,8rem);display:grid;position:relative;overflow:hidden}.public-auth__art:after{content:"";border:1px solid #ffffff29;border-radius:50%;width:360px;height:360px;position:absolute;bottom:-130px;right:-130px;box-shadow:0 0 0 55px #ffffff08}.public-auth__art img{object-fit:contain;background:#fff;border-radius:50%;width:104px;height:104px;margin-bottom:2.5rem}.public-auth__art h1{color:#fff;max-width:620px;font-size:clamp(2.5rem,5vw,4.8rem);line-height:1.04}.public-auth__art p:not(.public-eyebrow){color:#ffffffb8;max-width:560px}.public-auth__form-wrap{background:var(--cream);place-items:center;padding:3rem;display:grid}.public-auth__form{width:min(100%,520px)}.registration-page{background:radial-gradient(circle at 12% 8%, #cde88447, transparent 26%), var(--cream);padding:80px 0}.registration-grid{grid-template-columns:.72fr 1.28fr;align-items:start;gap:clamp(3rem,7vw,7rem);display:grid}.registration-intro{position:sticky;top:130px}.registration-intro img{object-fit:contain;border-radius:50%;width:100px;height:100px;margin-bottom:2rem}.registration-intro h1{font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.03}.registration-intro ul{gap:.9rem;padding:0;list-style:none;display:grid}.registration-intro li{color:#45564a;gap:.7rem;display:flex}.registration-intro li:before{color:var(--green-600);content:"✓";font-weight:900}.public-footer{color:#ffffffb3;background:#0c2619}.public-footer__grid{grid-template-columns:1.7fr .6fr .7fr;gap:4rem;padding-block:70px;display:grid}.public-footer h2,.public-footer h3{color:#fff}.public-footer h2{margin-bottom:.5rem;font-size:1.2rem}.public-footer h3{letter-spacing:.02em;margin-bottom:1rem;font-size:.95rem}.public-footer p{color:#ffffff8f;max-width:480px;margin-bottom:0}.public-footer a{color:#ffffffad;margin:.62rem 0;text-decoration:none;display:block}.public-footer a:hover{color:var(--lime-300)}.public-footer__brand{align-items:flex-start;gap:1rem;display:flex}.public-footer__brand img{object-fit:contain;background:#fff;border-radius:50%;width:64px;height:64px}.public-footer__bottom{border-top:1px solid #ffffff1a;padding:1.25rem 0;font-size:.8rem}@media (width<=920px){.public-menu-button{display:flex}.public-nav{background:#fff;border-radius:0 0 18px 18px;flex-direction:column;align-items:stretch;gap:0;padding:.9rem;display:none;position:absolute;top:calc(100% + 1px);left:20px;right:20px;box-shadow:0 20px 40px #102f2024}.public-nav.is-open{display:flex}.public-nav>a{padding:.8rem .7rem}.public-nav>a:after{display:none}.public-nav .public-nav__cta{text-align:center;margin-top:.5rem}.home-hero__grid,.public-split,.contact-grid,.registration-grid{grid-template-columns:1fr}.home-hero__visual{min-height:500px}.public-section-heading--split{grid-template-columns:1fr;gap:1rem}.public-auth{grid-template-columns:1fr}.public-auth__art{min-height:540px}.registration-intro{position:static}.public-footer__grid{grid-template-columns:1fr 1fr}.public-footer__brand{grid-column:1/-1}}@media (width<=640px){.public-container{width:min(100% - 28px,1160px)}.public-header__inner{min-height:74px}.public-brand img{width:48px;height:48px}.public-brand small{display:none}.home-hero{padding:58px 0 70px}.home-hero h1{font-size:clamp(2.8rem,14vw,4.4rem)}.home-hero__visual{min-height:420px}.home-hero__image{border-radius:180px 180px 24px 24px;left:0}.home-hero__badge{width:160px;min-height:120px;bottom:20px;left:-4px}.home-hero__trust{display:grid}.public-section{padding:72px 0}.public-card-grid,.public-form__row{grid-template-columns:1fr}.public-image-card,.public-image-card img{min-height:380px}.public-cta__inner{flex-direction:column;align-items:flex-start}.page-hero{padding:72px 0 62px}.public-auth__art{min-height:480px;padding:3rem 1.4rem}.public-auth__form-wrap{padding:2rem 1rem}.registration-page{padding:60px 0}.public-footer__grid{grid-template-columns:1fr;gap:2rem;padding-block:55px}.public-footer__brand{grid-column:auto}}.ayurveda-hero{background:radial-gradient(circle at 12% 10%,#cde8844d,#0000 32%),#f7f5ec}.ayurveda-hero__visual{min-height:560px}.ayurveda-hero__image{border-radius:46% 12% 12% 46%;position:absolute;inset:2% -10% 2% 0;overflow:hidden;box-shadow:0 30px 70px #102f2038}.ayurveda-hero__image img{object-fit:cover;width:100%;height:100%}.ayurveda-hero__badge{color:#fff;background:#17472d;border-radius:20px;width:190px;padding:1.35rem;display:grid;position:absolute;bottom:26px;left:-24px;box-shadow:0 18px 40px #102f2040}.ayurveda-hero__badge strong{color:#cde884;font:800 1.4rem Manrope,sans-serif}.ayurveda-hero__badge span{line-height:1.45}.ayurveda-focus-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.ayurveda-focus-card{color:#fff;background:linear-gradient(145deg,#102f20,#286b3f);border-radius:22px;flex-direction:column;justify-content:flex-end;align-items:flex-start;min-height:300px;padding:2rem;display:flex;position:relative;overflow:hidden}.ayurveda-focus-card:after{content:"";border:1px solid #cde88440;border-radius:50%;width:180px;height:180px;position:absolute;top:-50px;right:-40px;box-shadow:0 0 0 34px #cde8840d}.ayurveda-focus-card>span{color:#cde884;letter-spacing:.12em;font-weight:800;position:absolute;top:1.5rem;left:1.7rem}.ayurveda-focus-card h3{z-index:1;color:#fff;margin-bottom:.55rem;font-size:1.45rem;position:relative}.ayurveda-focus-card p{z-index:1;color:#ffffffb3;margin-bottom:0;position:relative}.ayurveda-about-visual{border-radius:28px 110px 28px 28px}.ayurveda-about-visual img{object-fit:cover}@media (width<=920px){.ayurveda-focus-grid{grid-template-columns:1fr 1fr}.ayurveda-hero__image{right:0}}@media (width<=640px){.ayurveda-focus-grid{grid-template-columns:1fr}.ayurveda-hero__image{border-radius:40% 12% 12% 40%;inset:2% 0}.ayurveda-hero__badge{left:0}}.sponsor-status{min-height:1rem;font-weight:600}.sponsor-status--valid{color:var(--green-700)!important}.sponsor-status--invalid{color:#b42318!important}.welcome-page{background:radial-gradient(circle at 20% 10%, #cde88457, transparent 28%), var(--cream);place-items:center;min-height:72vh;padding:80px 1.25rem;display:grid}.welcome-card{text-align:center;background:#fff;border:1px solid #17472d21;border-radius:26px;width:min(100%,680px);padding:clamp(1.6rem,5vw,3.5rem);box-shadow:0 24px 70px #102f201f}.welcome-card>img{width:112px;margin:0 auto 1.25rem}.welcome-card h1{margin:.3rem 0 .8rem}.welcome-details{text-align:left;gap:.65rem;margin:1.6rem 0;display:grid}.welcome-details div{background:#f4f8ef;border-radius:12px;justify-content:space-between;gap:1rem;padding:.9rem 1rem;display:flex}.welcome-details dt{color:var(--muted);font-weight:600}.welcome-details dd{color:var(--green-950);word-break:break-word;margin:0;font-weight:800}.welcome-note{color:var(--muted);font-size:.9rem}.welcome-card .public-button{margin-top:.5rem;display:inline-flex}:root{--user-green-950:#0b3325;--user-green-800:#12613d;--user-green-600:#25a760;--user-lime:#b7e369;--user-cream:#f4f8f0;--user-ink:#173529;--user-muted:#6d7d74}.user-portal{min-height:100vh;color:var(--user-ink);background:radial-gradient(circle at 92% 4%,#afe77133,#0000 24%),linear-gradient(145deg,#f6faf2 0%,#edf6ed 48%,#f9fbf6 100%);grid-template-columns:282px minmax(0,1fr);display:grid}.user-sidebar{z-index:20;color:#fff;scrollbar-width:thin;background:radial-gradient(circle at 20% 5%,#c1ef6f47,#0000 24%),linear-gradient(175deg,#14643e 0%,#0b432e 50%,#072c23 100%);flex-direction:column;gap:20px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;overflow-y:auto;box-shadow:14px 0 40px #0837241f}.user-brand{color:#fff;border-bottom:1px solid #ffffff1f;align-items:center;gap:11px;padding:4px 8px 18px;text-decoration:none;display:flex}.user-brand img{object-fit:contain;background:#fffffff0;border-radius:14px;width:48px;height:48px;padding:4px}.user-brand span{gap:3px;display:grid}.user-brand strong{font-size:16px}.user-brand small{color:#bfddcc;letter-spacing:.08em;text-transform:uppercase;font-size:11px}.user-sidebar-profile{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:11px;padding:13px;display:flex}.user-avatar{color:#17482f;background:linear-gradient(135deg,#e7f8bd,#aadc61);border-radius:13px;flex:0 0 40px;place-items:center;height:40px;font-weight:900;display:grid}.user-sidebar-profile div{gap:3px;min-width:0;display:grid}.user-sidebar-profile strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.user-sidebar-profile small{color:#c3dccd;font-size:12px}.user-navigation{gap:5px;display:grid}.user-navigation details{border-radius:13px}.user-navigation summary{color:#d8e9df;cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:11px 12px;font-size:13px;font-weight:700;list-style:none;transition:all .2s;display:flex}.user-navigation summary::-webkit-details-marker{display:none}.user-navigation summary:hover{color:#fff;background:#ffffff14}.user-nav-icon{color:#def4a9;background:#ffffff17;border-radius:8px;place-items:center;width:25px;height:25px;font-size:13px;display:grid}.user-nav-chevron{margin-left:auto;transition:transform .2s}.user-navigation details[open] .user-nav-chevron{transform:rotate(180deg)}.user-nav-items{border-left:1px solid #cef0a640;gap:3px;margin:3px 0 6px 37px;padding-left:10px;display:grid}.user-nav-items a{color:#bcd3c6;border-radius:9px;padding:8px 10px;font-size:12px;text-decoration:none;transition:all .2s}.user-nav-items a:hover,.user-nav-items a.active{color:#173f2b;background:linear-gradient(90deg,#dff3aa,#b9e56e);font-weight:800}.user-signout{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:auto;font-weight:700;display:flex}.user-signout:hover{background:#ffffff26}.user-main{min-width:0;padding:clamp(22px,3.5vw,48px)}.user-menu-button,.user-menu-backdrop{display:none}.user-dashboard{width:min(100%,1500px);margin:0 auto}.dashboard-header{justify-content:space-between;align-items:center;gap:24px;margin-bottom:23px;display:flex}.dashboard-header p,.dashboard-card-heading p,.dashboard-section-title p{color:#58a16c;letter-spacing:.13em;text-transform:uppercase;margin:0 0 5px;font-size:11px;font-weight:900}.dashboard-header h1{color:var(--user-green-950);margin:0;font-size:clamp(25px,3vw,38px)}.dashboard-header>div>span{color:var(--user-muted);margin-top:7px;font-size:14px;display:block}.dashboard-header-id{text-align:right;background:#ffffffb3;border:1px solid #1d73441f;border-radius:14px;min-width:125px;padding:10px 15px;box-shadow:0 9px 25px #14482c0f}.dashboard-header-id small{color:var(--user-muted);text-transform:uppercase;font-size:10px;display:block}.dashboard-header-id strong{color:var(--user-green-800);font-size:17px}.dashboard-hero{color:#fff;background:radial-gradient(circle at 80% 20%,#d3f68e66,#0000 25%),linear-gradient(125deg,#0b5337 0%,#1b8b50 58%,#72bb56 100%);border-radius:28px;align-items:center;min-height:220px;padding:clamp(25px,4vw,45px);display:flex;position:relative;overflow:hidden;box-shadow:0 20px 46px #0e643a33}.dashboard-profile-summary{z-index:3;align-items:center;gap:20px;display:flex;position:relative}.dashboard-profile-avatar{color:#15492f;background:linear-gradient(135deg,#f5ffd8,#c4ed74);border:4px solid #ffffff40;border-radius:25px;place-items:center;width:82px;height:82px;font-size:34px;font-weight:900;display:grid;box-shadow:0 10px 30px #00000026}.dashboard-profile-summary p{color:#d7f4c7;letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:800}.dashboard-profile-summary h2{margin:0 0 10px;font-size:clamp(24px,3vw,36px)}.dashboard-profile-summary ul{color:#e6f2e9;flex-wrap:wrap;gap:8px 20px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.dashboard-profile-summary li:before{content:"•";color:#d5f58c;margin-right:8px}.dashboard-hero-glow{border:60px solid #ffffff14;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-130px;right:-70px}.dashboard-leaf{background:#dcf99d21;border-radius:100% 0;width:120px;height:55px;position:absolute;transform:rotate(-25deg)}.dashboard-leaf--one{top:22%;right:9%}.dashboard-leaf--two{top:48%;right:2%;transform:rotate(30deg)scale(.7)}.dashboard-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin:20px 0;display:grid}.dashboard-stat{border:1px solid #ffffffb3;border-radius:21px;align-items:center;gap:14px;min-height:126px;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 35px #19482e14}.dashboard-stat--wallet{background:linear-gradient(135deg,#e8f8c9,#f9fff0)}.dashboard-stat--balance{background:linear-gradient(135deg,#dff5e8,#f7fffa)}.dashboard-stat--activation{background:linear-gradient(135deg,#e0f4f1,#f2fffb)}.dashboard-stat--repurchase{background:linear-gradient(135deg,#f3efcf,#fffdf0)}.dashboard-stat-icon{color:#fff;background:linear-gradient(145deg,#208955,#0c5d3c);border-radius:14px;flex:0 0 45px;place-items:center;height:45px;font-weight:900;display:grid;box-shadow:0 9px 20px #11653b38}.dashboard-stat p{color:var(--user-muted);margin:0 0 6px;font-size:12px}.dashboard-stat strong{color:var(--user-green-950);font-size:clamp(16px,1.6vw,22px)}.dashboard-stat-shine{border:18px solid #ffffff73;border-radius:50%;width:90px;height:90px;position:absolute;top:-32px;right:-25px}.dashboard-grid-two{grid-template-columns:1.15fr .85fr;gap:20px;margin:20px 0;display:grid}.dashboard-card,.dashboard-section{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #145d381a;border-radius:23px;box-shadow:0 16px 42px #15422912}.dashboard-card{padding:23px}.dashboard-card-heading,.dashboard-section-title{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.dashboard-card-heading h2,.dashboard-section-title h2{color:var(--user-green-950);margin:0;font-size:19px}.dashboard-card-heading>span{color:#347c4b;background:#ecf7dc;border-radius:9px;padding:7px 10px;font-size:10px;font-weight:800}.dashboard-card-heading a,.dashboard-section-title a{color:#278052;font-size:12px;font-weight:800;text-decoration:none}.referral-link{background:#f9fcf7;border:1px solid #e4ece4;border-radius:14px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;padding:12px;display:grid}.referral-link+.referral-link{margin-top:10px}.referral-link>span{color:#fff;background:linear-gradient(145deg,#4eb36c,#137044);border-radius:11px;place-items:center;height:36px;font-weight:900;display:grid}.referral-link div{min-width:0}.referral-link small{color:var(--user-muted);font-size:10px}.referral-link p{color:#315343;text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:11px;overflow:hidden}.referral-link button{color:#17643f;background:#fff;border:1px solid #bad7c0;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:800}.network-split{text-align:center;grid-template-columns:1fr 1px 1fr;align-items:center;gap:18px;display:grid}.network-split i{background:linear-gradient(#0000,#d8e6d9,#0000);height:76px}.network-split div{gap:4px;display:grid}.network-split span{color:var(--user-muted);font-size:11px}.network-split strong{color:var(--user-green-800);font-size:29px}.network-split small{color:#4c9462;font-size:10px}.network-business{grid-template-columns:1fr 1fr;gap:9px;margin-top:16px;display:grid}.network-business span{background:#f0f7ed;border-radius:12px;gap:4px;padding:11px;display:grid}.network-business small{color:var(--user-muted);font-size:10px}.network-business strong{font-size:13px}.dashboard-section{margin:20px 0;padding:24px}.income-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.income-grid article{background:linear-gradient(150deg,#fbfdf9,#f1f8ed);border:1px solid #e4ede1;border-radius:16px;min-width:0;padding:15px}.income-grid span{color:#247648;background:#dff1d1;border-radius:9px;place-items:center;width:30px;height:30px;font-size:13px;display:grid}.income-grid p{min-height:30px;color:var(--user-muted);margin:13px 0 7px;font-size:10px}.income-grid strong{color:var(--user-green-950);word-break:break-word;font-size:14px}.dashboard-grid-two--bottom{grid-template-columns:.8fr 1.2fr}.referral-summary-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.referral-summary-grid div{background:linear-gradient(145deg,#eef8e9,#fbfef9);border-radius:16px;gap:4px;padding:18px;display:grid}.referral-summary-grid span{color:var(--user-muted);font-size:11px}.referral-summary-grid strong{color:var(--user-green-800);font-size:26px}.referral-summary-grid small{color:#4e9363;font-size:10px}.purchase-list{gap:9px;display:grid}.purchase-list>div{border-bottom:1px solid #edf1ea;grid-template-columns:34px 1fr auto;align-items:center;gap:10px;padding:9px 0;display:grid}.purchase-list>div>span{color:#287e4e;background:#e8f4dc;border-radius:10px;place-items:center;height:34px;display:grid}.purchase-list div div{gap:3px;display:grid}.purchase-list strong{font-size:12px}.purchase-list small{color:var(--user-muted);font-size:10px}.purchase-list b{color:var(--user-green-800);font-size:12px}.empty-purchases{color:var(--user-muted);text-align:center;place-items:center;gap:6px;padding:15px;display:grid}.empty-purchases>span{font-size:25px}.empty-purchases p{margin:0;font-size:12px}.empty-purchases a{color:#22804d;font-size:11px;font-weight:800}.dashboard-loading,.dashboard-error{text-align:center;align-content:center;place-items:center;min-height:70vh;display:grid}.dashboard-loading span{border:4px solid #dcebdd;border-top-color:#239359;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite user-spin}.dashboard-loading p{color:var(--user-muted)}.dashboard-error>span{color:#9b4a30;background:#ffeadc;border-radius:18px;place-items:center;width:55px;height:55px;font-size:26px;font-weight:900;display:grid}.dashboard-error h1{margin-bottom:0}.dashboard-error p{color:var(--user-muted)}.dashboard-error button{color:#fff;background:linear-gradient(135deg,#239359,#11623d);font-weight:800}@keyframes user-spin{to{transform:rotate(360deg)}}@media (width<=1180px){.dashboard-stat-grid{grid-template-columns:repeat(2,1fr)}.income-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=920px){.user-portal{grid-template-columns:1fr}.user-sidebar{width:min(86vw,290px);transition:transform .25s;position:fixed;left:0;transform:translate(-105%)}.user-portal--menu-open .user-sidebar{transform:translate(0)}.user-menu-button{z-index:35;background:linear-gradient(145deg,#1b8450,#0c5136);border-radius:13px;place-content:center;gap:4px;width:43px;height:43px;padding:0;display:grid;position:fixed;top:16px;left:16px;box-shadow:0 8px 22px #0c513638}.user-menu-button span{background:#fff;border-radius:2px;width:18px;height:2px}.user-menu-backdrop{z-index:15;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#051e147a;border-radius:0;position:fixed;inset:0}.user-portal--menu-open .user-menu-backdrop{display:block}.user-main{padding-top:76px}.dashboard-grid-two,.dashboard-grid-two--bottom{grid-template-columns:1fr}}@media (width<=620px){.user-main{padding:74px 14px 28px}.dashboard-header{align-items:flex-start}.dashboard-header-id{min-width:105px}.dashboard-header>div>span{display:none}.dashboard-hero{min-height:245px;padding:25px 20px}.dashboard-profile-summary{align-items:flex-start}.dashboard-profile-avatar{border-radius:19px;width:60px;height:60px;font-size:24px}.dashboard-profile-summary ul{gap:5px;display:grid}.dashboard-stat-grid{grid-template-columns:1fr 1fr;gap:10px}.dashboard-stat{gap:9px;min-height:120px;padding:15px;display:grid}.dashboard-stat-icon{width:38px;height:38px}.dashboard-stat strong{font-size:15px}.dashboard-card,.dashboard-section{border-radius:19px;padding:18px 15px}.income-grid{grid-template-columns:repeat(2,1fr)}.referral-link{grid-template-columns:32px minmax(0,1fr) auto;padding:9px}.referral-link>span{height:32px}.referral-link button{padding:6px 8px}.network-business,.referral-summary-grid{gap:7px}}.user-shell-header{z-index:12;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f9fcf6e6;border-bottom:1px solid #145d381a;align-items:center;gap:16px;min-height:78px;padding:13px clamp(22px,3.5vw,48px);display:flex;position:fixed;top:0;left:282px;right:0;box-shadow:0 8px 30px #14482c0f}.user-shell-header>div:first-of-type{min-width:0}.user-shell-header h1{color:var(--user-green-950);margin:0 0 4px;font-size:20px}.user-shell-header p{color:var(--user-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.user-header-member{text-align:right;background:#fff;border:1px solid #dbe8d9;border-radius:11px;gap:2px;margin-left:auto;padding:7px 12px;display:grid}.user-header-member small{color:var(--user-muted);text-transform:uppercase;font-size:9px}.user-header-member strong{color:var(--user-green-800);font-size:13px}.user-shell-footer{z-index:11;color:#688074;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f9fcf6ed;border-top:1px solid #145d381a;justify-content:space-between;align-items:center;gap:12px;min-height:38px;padding:8px clamp(22px,3.5vw,48px);font-size:10px;display:flex;position:fixed;bottom:0;left:282px;right:0}.user-main{padding-top:100px;padding-bottom:62px}.user-dashboard--compact{max-width:1500px}.dashboard-overview-banner{color:#fff;background:radial-gradient(circle at 67% -10%,#d7f89252,#0000 27%),linear-gradient(125deg,#0b5337 0%,#19834e 58%,#65b755 100%);border-radius:24px;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:20px;min-height:235px;padding:22px;display:grid;box-shadow:0 18px 42px #0e643a2e}.dashboard-member-block{flex-direction:column;justify-content:space-between;gap:16px;min-width:0;padding:8px;display:flex}.dashboard-member-main{align-items:flex-start;gap:18px;display:flex}.dashboard-member-main>div{min-width:0}.dashboard-member-main p,.dashboard-banner-heading p{color:#d9f6c5;letter-spacing:.13em;text-transform:uppercase;margin:0 0 3px;font-size:10px;font-weight:900}.dashboard-member-main h2{margin:0 0 12px;font-size:clamp(23px,2.4vw,32px)}.dashboard-member-main dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px;margin:0;display:grid}.dashboard-member-main dl div{min-width:0}.dashboard-member-main dt{color:#c5e4d1;text-transform:uppercase;font-size:9px}.dashboard-member-main dd{text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:12px;font-weight:800;overflow:hidden}.dashboard-overview-banner .dashboard-profile-avatar{border-radius:20px;flex:0 0 65px;width:65px;height:65px;font-size:27px}.dashboard-referral-actions{flex-wrap:wrap;gap:9px;display:flex}.dashboard-referral-actions button{color:#154a31;background:linear-gradient(135deg,#edffc3,#bfe976);border:1px solid #ffffff40;border-radius:10px;padding:9px 13px;font-size:10px;font-weight:900;box-shadow:0 7px 18px #043b2126}.dashboard-referral-actions button:hover{transform:translateY(-1px)}.dashboard-purchases{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0441274d;border:1px solid #ffffff2e;border-radius:18px;min-width:0;padding:16px;overflow:hidden}.dashboard-banner-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.dashboard-banner-heading h3{margin:0;font-size:16px}.dashboard-banner-heading a{color:#e7f9bf;font-size:10px;font-weight:800;text-decoration:none}.dashboard-purchase-scroll{scrollbar-color:#ddf8a9a6 #ffffff14;scrollbar-width:thin;max-height:154px;padding-right:5px;overflow-y:auto}.dashboard-purchase-scroll article{border-bottom:1px solid #ffffff1c;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 4px;display:grid}.dashboard-purchase-scroll article>span{color:#285b38;background:#dff2a8;border-radius:9px;place-items:center;width:29px;height:29px;font-size:10px;display:grid}.dashboard-purchase-scroll article div{gap:2px;min-width:0;display:grid}.dashboard-purchase-scroll strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.dashboard-purchase-scroll small{color:#c4ddcd;font-size:9px}.dashboard-purchase-scroll b{color:#efffc8;font-size:10px}.dashboard-banner-empty{color:#d5e8dc;text-align:center;place-content:center;gap:5px;height:140px;display:grid}.dashboard-banner-empty p{margin:0;font-size:11px}.dashboard-balance-strip{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.dashboard-balance-strip article{background:linear-gradient(145deg,#fffffff5,#ebf7e5e0);border:1px solid #19693e1a;border-radius:15px;align-items:center;gap:10px;min-width:0;padding:13px;display:flex;box-shadow:0 8px 22px #19482e0d}.dashboard-balance-strip article>span{color:#fff;background:linear-gradient(145deg,#42a866,#11643f);border-radius:10px;flex:0 0 32px;place-items:center;height:32px;font-size:11px;font-weight:900;display:grid}.dashboard-balance-strip article div{min-width:0}.dashboard-balance-strip p{color:var(--user-muted);margin:0 0 3px;font-size:9px}.dashboard-balance-strip strong{color:var(--user-green-950);text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.dashboard-network-complete{margin:14px 0}.dashboard-network-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;display:grid}.dashboard-network-grid article{background:linear-gradient(145deg,#f7fced,#edf7e8);border:1px solid #e1eddf;border-radius:16px;padding:15px;position:relative;overflow:hidden}.dashboard-network-mark{color:#27844a14;font-size:70px;position:absolute;top:-10px;right:-8px}.dashboard-network-grid h3{color:var(--user-green-800);margin:0 0 12px;font-size:13px;position:relative}.dashboard-network-grid article div{border-top:1px dashed #d8e8d6;justify-content:space-between;align-items:center;gap:7px;padding:6px 0;display:flex;position:relative}.dashboard-network-grid small{color:var(--user-muted);font-size:9px}.dashboard-network-grid strong{color:var(--user-green-950);text-align:right;font-size:11px}.dashboard-income-section{margin:14px 0}.dashboard-news{margin:14px 0 0}.dashboard-news-list{scrollbar-width:thin;gap:8px;max-height:190px;padding-right:5px;display:grid;overflow-y:auto}.dashboard-news-list article,.dashboard-news-empty{background:#f9fcf7;border:1px solid #e5eee2;border-radius:12px;grid-template-columns:31px 1fr;align-items:center;gap:10px;padding:10px 12px;display:grid}.dashboard-news-list article>span,.dashboard-news-empty>span{color:#176b42;background:#def0d0;border-radius:10px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:900;display:grid}.dashboard-news-list p,.dashboard-news-empty p{color:#496257;margin:0;font-size:11px;line-height:1.55}@media (width<=1180px){.dashboard-overview-banner{grid-template-columns:1fr 380px}.dashboard-balance-strip{grid-template-columns:repeat(3,1fr)}.dashboard-network-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=920px){.user-shell-header,.user-shell-footer{left:0}.user-shell-header{min-height:70px;padding:10px 15px}.user-shell-header .user-menu-button{flex:0 0 42px;display:grid;position:static}.user-shell-header h1{font-size:17px}.user-shell-header p{max-width:55vw}.user-main{padding-top:90px;padding-bottom:62px}.dashboard-overview-banner{grid-template-columns:1fr}.dashboard-purchases{min-height:190px}}@media (width<=620px){.user-shell-header p,.user-header-member small,.user-shell-footer span:last-child{display:none}.user-header-member{padding:6px 8px}.user-shell-footer{text-align:center;justify-content:center}.user-main{padding-top:84px}.dashboard-overview-banner{border-radius:19px;padding:14px}.dashboard-member-main{gap:12px}.dashboard-overview-banner .dashboard-profile-avatar{border-radius:16px;flex-basis:52px;width:52px;height:52px;font-size:21px}.dashboard-member-main dl{grid-template-columns:1fr;gap:6px}.dashboard-referral-actions{grid-template-columns:1fr 1fr;display:grid}.dashboard-referral-actions button{padding-inline:7px}.dashboard-balance-strip{grid-template-columns:1fr 1fr}.dashboard-balance-strip article:last-child{grid-column:1/-1}.dashboard-network-grid{grid-template-columns:1fr}.dashboard-income-section .income-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-member-main p,.dashboard-banner-heading p{font-size:12px}.dashboard-member-main h2{font-size:clamp(27px,2.7vw,37px)}.dashboard-member-main dt{font-size:11px}.dashboard-member-main dd{font-size:14px}.dashboard-referral-actions button{font-size:12px}.dashboard-banner-heading h3{font-size:19px}.dashboard-banner-heading a{font-size:12px}.dashboard-purchase-scroll strong{font-size:13px}.dashboard-purchase-scroll small{font-size:11px}.dashboard-purchase-scroll b{font-size:13px}.dashboard-balance-strip p{font-size:11px}.dashboard-balance-strip strong,.dashboard-network-grid h3{font-size:16px}.dashboard-network-grid small{font-size:11px}.dashboard-network-grid strong{font-size:14px}.dashboard-card-heading p,.dashboard-section-title p{font-size:12px}.dashboard-card-heading h2,.dashboard-section-title h2{font-size:22px}.dashboard-card-heading a,.dashboard-section-title a{font-size:14px}.income-grid p{min-height:36px;font-size:12px;line-height:1.4}.income-grid strong{font-size:17px}.dashboard-news-list p,.dashboard-news-empty p{font-size:13px}.dashboard-news-list article,.dashboard-news-empty{padding:13px 14px}.dashboard-balance-strip article{padding:15px}.dashboard-network-grid article{padding:18px}@media (width<=620px){.dashboard-member-main h2{font-size:24px}.dashboard-member-main dt{font-size:10px}.dashboard-member-main dd{font-size:13px}.dashboard-balance-strip strong{font-size:14px}.dashboard-network-grid strong{font-size:13px}.income-grid p{font-size:11px}.income-grid strong{font-size:15px}}.profile-card{background:radial-gradient(circle at 100% 0,#b9e5694d,#0000 30%),linear-gradient(145deg,#fffffff7,#e8f6e1f0);border:1px solid #ffffffc7;border-radius:28px;width:min(100%,1080px);margin:0;padding:clamp(20px,3vw,32px);position:relative;overflow:hidden;box-shadow:0 22px 55px #0e533021,inset 0 1px #fff}.profile-card:before{content:"";pointer-events:none;border:34px solid #288f4f0f;border-radius:50%;width:190px;height:190px;position:absolute;top:-70px;right:-55px}.profile-title{color:#fff;background:linear-gradient(125deg,#0d5b3a,#218b50 62%,#72bb55);border:1px solid #ffffff8c;border-radius:19px;align-items:center;gap:15px;margin-bottom:26px;padding:16px 18px;display:flex;position:relative;box-shadow:0 13px 28px #10663b2e}.profile-title>span{color:#16472f;background:linear-gradient(135deg,#f1ffc9,#bbe774);border:1px solid #ffffff59;border-radius:16px;place-items:center;width:50px;height:50px;font-size:21px;font-weight:900;display:grid}.profile-title h2{color:#fff;margin:0 0 4px;font-size:21px}.profile-title p{color:#dcefe3;margin:0;font-size:12px}.profile-form{gap:20px;display:grid}.profile-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid;position:relative}.profile-form label,.password-card label{color:#214d38;letter-spacing:.02em;gap:7px;font-size:11px;font-weight:850;display:grid}.profile-form input,.profile-form textarea,.password-card input{color:#183c2b;width:100%;font:inherit;background:linear-gradient(145deg,#fff,#f4faef);border:1px solid #d2e2d1;border-radius:13px;padding:12px 14px;transition:all .2s;box-shadow:inset 0 1px 3px #114b2b0a}.profile-form input:focus,.profile-form textarea:focus,.password-card input:focus{background:#fff;border-color:#3b9e60;outline:4px solid #3a9a5c1f}.profile-form textarea{resize:vertical;min-height:96px}.profile-wide{grid-column:1/-1}.profile-submit{color:#fff;background:linear-gradient(135deg,#38a862,#0c5d3a);border-radius:12px;justify-self:start;padding:12px 21px;font-weight:900;transition:all .2s;position:relative;box-shadow:0 10px 22px #12653a38}.profile-submit:hover{transform:translateY(-2px);box-shadow:0 14px 28px #12653a45}.profile-loader{color:#617568;text-align:center;place-content:center;gap:10px;min-height:60vh;display:grid}.profile-loader span{border:4px solid #dcebdd;border-top-color:#239359;border-radius:50%;width:42px;height:42px;margin:auto;animation:.8s linear infinite user-spin}.password-card{background:radial-gradient(circle at 90% 10%,#b1e16461,#0000 33%),linear-gradient(145deg,#fff,#e8f5e3);gap:17px;width:min(100%,600px);display:grid}.id-card{color:#fff;text-align:center;background:radial-gradient(circle at 100% 0,#dafa958c,#0000 30%),linear-gradient(135deg,#0d5d3b,#239052 62%,#74b957);border:1px solid #ffffffa6;border-radius:24px;width:min(100%,650px);margin:0 auto 22px;padding:30px;position:relative;overflow:hidden;box-shadow:0 20px 45px #0d5c3638}.id-card:after{content:"";border:38px solid #ffffff14;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-75px;right:-60px}.id-card>img{background:#fff;border-radius:15px;width:78px;padding:6px}.id-card h2{font-size:17px}.id-avatar{z-index:1;color:#17482f;background:linear-gradient(135deg,#efffc7,#bde676);border:4px solid #ffffff4d;border-radius:50%;place-items:center;width:82px;height:82px;margin:20px auto 10px;font-size:31px;font-weight:900;display:grid;position:relative}.id-card h3{margin:5px}.id-card>strong{color:#ecffc4}.id-card dl{z-index:1;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:22px;display:grid;position:relative}.id-card dl div{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#053e253d;border:1px solid #ffffff26;border-radius:12px;padding:11px}.id-card dt{color:#cce3d5;font-size:9px}.id-card dd{margin:4px 0 0;font-size:11px;font-weight:800}.kyc-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid;position:relative}.kyc-grid article{text-align:center;background:linear-gradient(145deg,#fff,#edf7e8);border:1px solid #2577441f;border-radius:18px;padding:15px;transition:all .2s;overflow:hidden;box-shadow:0 12px 28px #16502e14}.kyc-grid article:hover{transform:translateY(-3px);box-shadow:0 17px 35px #16502e21}.kyc-grid article>div{background:radial-gradient(circle,#f5fce9,#deedda);border-radius:13px;place-items:center;height:135px;display:grid;overflow:hidden}.kyc-grid img{object-fit:cover;width:100%;height:100%}.kyc-grid article>div span{color:#57956a;font-size:32px}.kyc-grid h3{color:#16482f;margin:12px 0 4px;font-size:13px}.kyc-grid small{color:#708077;font-size:9px;display:block}.kyc-upload{color:#fff;cursor:pointer;background:linear-gradient(135deg,#38a862,#14673f);border-radius:10px;margin-top:11px;padding:9px;font-size:10px;font-weight:850;display:block;box-shadow:0 7px 16px #14673f2e}.kyc-upload input{display:none}@media (width<=720px){.profile-card{border-radius:20px;padding:16px}.profile-title{padding:13px}.profile-title>span{width:42px;height:42px}.profile-grid,.kyc-grid{grid-template-columns:1fr}.id-card{padding:22px 15px}.id-card dl{grid-template-columns:1fr}.profile-wide{grid-column:auto}}.id-card-page{width:min(100%,1180px)}.id-card-print-area{flex-wrap:wrap;align-items:flex-start;gap:28px;margin-bottom:26px;display:flex}.member-id-card{isolation:isolate;aspect-ratio:85.6/53.98;box-sizing:border-box;color:#fff;background:radial-gradient(circle at 100% 0,#dafb9752,#0000 32%),linear-gradient(135deg,#073f2c 0%,#0f7444 54%,#58ad4e 100%);border:1px solid #bee776ad;border-radius:20px;width:min(100%,500px);font-family:inherit;position:relative;overflow:hidden;box-shadow:0 20px 38px #09482b3d}.member-id-card:after{content:"";z-index:-1;border:30px solid #ffffff12;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-68px;right:-48px}.member-id-card-front{padding:18px 20px 15px}.member-id-card-front header{grid-template-columns:59px minmax(0,1fr);align-items:center;gap:14px;margin-bottom:12px;padding-right:54px;display:grid;position:relative}.member-id-card-front header:after{content:"MEMBER\a ID";white-space:pre;color:#dafa9d;letter-spacing:.13em;text-align:right;font-size:7px;font-weight:900;line-height:1.25;position:absolute;top:2px;right:0}.member-id-card-front header img{object-fit:contain;background:#fffffff2;border:1px solid #ffffffa8;border-radius:16px;width:58px;height:58px;padding:5px;box-shadow:0 8px 18px #052a1a33}.member-id-card h2{z-index:1;color:#fff;letter-spacing:-.01em;margin:0 0 5px;font-size:15px;font-weight:900;line-height:1.18;position:relative}.member-id-card-front header p{color:#ebfaefd9;margin:0;font-size:7.5px;line-height:1.42}.member-id-details{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#03351f6b,#ffffff14);border:1px solid #ffffff29;border-radius:14px;gap:0;padding:8px 12px 6px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff1a}.member-id-details p{color:#f8fff9;border-bottom:1px solid #ffffff1a;grid-template-columns:96px minmax(0,1fr);align-items:center;gap:8px;margin:0;padding:4px 0;font-size:10px;line-height:1.2;display:grid}.member-id-details p:last-of-type{border-bottom:0;align-items:start}.member-id-details b{color:#dafa9d;letter-spacing:.05em;text-transform:uppercase;font-size:8px;font-weight:900}.member-id-details span{overflow-wrap:anywhere;font-weight:700}.member-id-details p:first-child span{font-size:11px;font-weight:900}.member-id-details p:last-child span{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.member-id-details:after{content:"www.bhumaxgreen.com  •  HEALTH & WELLNESS";color:#e2f8e7b8;letter-spacing:.1em;text-align:right;margin-top:5px;font-size:6.5px;font-weight:800;display:block}.member-id-card-back{text-align:center;flex-direction:column;justify-content:center;padding:76px 34px 28px;display:flex}.member-id-card-back:before{content:"";background:#fffffff5 url(/brand/bhumax-logo.png) 50%/48px no-repeat;border:1px solid #ffffff9e;border-radius:16px;width:54px;height:54px;padding:5px;position:absolute;top:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 18px #052a1a38}.member-id-card-back h2{margin-bottom:9px;font-size:18px}.member-id-card-back p{z-index:1;color:#f0fdf3e0;max-width:390px;margin:0 auto 7px;font-size:10px;line-height:1.45;position:relative}.member-id-card-back p:last-child{color:#e7ffb5;background:#04352047;border:1px solid #dafa9d59;border-radius:999px;align-self:center;margin-top:4px;padding:6px 13px;font-weight:850;display:inline-flex}.id-card-print-button{margin-top:0}@media (width<=560px){.id-card-print-area{gap:18px}.member-id-card{border-radius:14px}.member-id-card-front{padding:3.6vw 4vw 3vw}.member-id-card-front header{grid-template-columns:12vw minmax(0,1fr);gap:2.8vw;margin-bottom:2.2vw;padding-right:11vw}.member-id-card-front header img{border-radius:3vw;width:12vw;height:12vw;padding:1vw}.member-id-card h2{font-size:clamp(9px,3.05vw,15px)}.member-id-card-front header p{font-size:clamp(5px,1.5vw,7.5px)}.member-id-card-front header:after{font-size:clamp(5px,1.35vw,7px)}.member-id-details{border-radius:2.8vw;padding:1.4vw 2.4vw 1.1vw}.member-id-details p{grid-template-columns:20vw minmax(0,1fr);gap:1.6vw;padding:.75vw 0;font-size:clamp(6.5px,2vw,10px)}.member-id-details b{font-size:clamp(5.5px,1.65vw,8px)}.member-id-details p:first-child span{font-size:clamp(7px,2.2vw,11px)}.member-id-details:after{margin-top:.8vw;font-size:clamp(4.5px,1.25vw,6.5px)}.member-id-card-back{padding:15vw 6vw 5vw}.member-id-card-back:before{background-size:9.5vw;border-radius:3vw;width:10.8vw;height:10.8vw;padding:1vw;top:4.8vw}.member-id-card-back h2{font-size:clamp(11px,3.6vw,18px)}.member-id-card-back p{font-size:clamp(6.5px,2vw,10px)}}@media print{@page{size:85.6mm 53.98mm;margin:0}html,body,#root{background:#fff!important;width:85.6mm!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.id-card-print-area,.id-card-print-area *{visibility:visible!important}.id-card-print-area{width:85.6mm!important;margin:0!important;display:block!important;position:absolute!important;inset:0 auto auto 0!important}.member-id-card{break-after:page;page-break-after:always;width:85.6mm!important;height:53.98mm!important;min-height:53.98mm!important;box-shadow:none!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;border-radius:0!important;margin:0!important}.member-id-card-front{padding:3.1mm 3.8mm 2.5mm!important}.member-id-card-front header{grid-template-columns:10.8mm 1fr!important;gap:2.4mm!important;margin-bottom:1.9mm!important;padding-right:10mm!important}.member-id-card-front header img{border-radius:2.8mm!important;width:10.8mm!important;height:10.8mm!important;padding:.9mm!important}.member-id-card h2{font-size:8.3pt!important}.member-id-card-front header p{font-size:4.35pt!important}.member-id-card-front header:after{font-size:4pt!important}.member-id-details{border-radius:2.6mm!important;padding:1.4mm 2.2mm 1.1mm!important}.member-id-details p{grid-template-columns:18mm 1fr!important;gap:1.5mm!important;padding:.7mm 0!important;font-size:5.5pt!important}.member-id-details b{font-size:4.5pt!important}.member-id-details p:first-child span{font-size:6pt!important}.member-id-details:after{margin-top:.8mm!important;font-size:3.5pt!important}.member-id-card-back{padding:15mm 7mm 5mm!important}.member-id-card-back:before{background-size:9.2mm!important;border-radius:2.8mm!important;width:10.5mm!important;height:10.5mm!important;padding:.9mm!important;top:4.6mm!important}.member-id-card-back h2{font-size:10pt!important}.member-id-card-back p{font-size:5.8pt!important}.member-id-card:last-child{break-after:auto;page-break-after:auto}.id-card-print-button,.user-sidebar,.user-shell-header,.user-shell-footer{display:none!important}}.report-panel{color:#103d2d;background:linear-gradient(145deg,#fff 0%,#fbfff8 58%,#eef9e9 100%);border:1px solid #dcebdc;border-radius:24px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 45px #0e482e17}.report-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.report-heading p{color:#4a9c66;letter-spacing:.12em;margin:0 0 6px;font-size:13px;font-weight:800}.report-heading h2{margin:0;font-size:28px}.report-heading span{color:#6a7f75;margin-top:7px;font-size:15px;display:block}.report-heading-icon{color:#fff;background:linear-gradient(135deg,#0d6b48,#5fbd63);border-radius:16px;flex:0 0 52px;place-items:center;width:52px;height:52px;font-size:24px;display:grid;box-shadow:0 10px 24px #19824c3b}.report-filters{background:#eef8e9b8;border:1px solid #d9ead8;border-radius:18px;flex-wrap:wrap;align-items:end;gap:14px;margin-bottom:22px;padding:18px;display:flex}.report-filters label{color:#315a48;gap:7px;min-width:170px;font-size:13px;font-weight:700;display:grid}.report-filters input,.report-filters select,.report-table-tools input{color:#183f30;height:44px;font:inherit;background:#fff;border:1px solid #cfe1ce;border-radius:12px;outline:none;padding:0 14px}.report-filters input:focus,.report-filters select:focus,.report-table-tools input:focus{border-color:#2f9961;box-shadow:0 0 0 3px #2f99611f}.report-filters button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#126d4a,#4caf61);border:0;border-radius:12px;height:44px;padding:0 22px;font-weight:800}.report-table-tools{justify-content:space-between;align-items:center;gap:18px;margin:4px 0 14px;display:flex}.report-table-tools strong{font-size:15px}.report-table-tools label{color:#597166;align-items:center;gap:10px;font-size:13px;display:flex}.report-table-tools input{width:230px}.report-table-wrap{background:#fff;border:1px solid #dce9da;border-radius:16px;width:100%;overflow:auto}.report-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.report-table th{color:#fff;text-align:left;letter-spacing:.04em;background:linear-gradient(135deg,#0d6043,#278755);padding:14px 16px;font-size:12px}.report-table td{color:#2d4d40;border-bottom:1px solid #e7f0e5;padding:13px 16px}.report-table tbody tr:nth-child(2n){background:#f7fbf5}.report-table tbody tr:hover{background:#edf8e9}.report-table tbody tr:last-child td{border-bottom:0}.report-state{color:#668072;background:#f8fcf6;border:1px dashed #cfe2cc;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:190px;font-weight:700;display:flex}.report-spinner{border:3px solid #c8dfc5;border-top-color:#218252;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite report-spin}.report-empty{min-height:150px}.withdrawal-overview{grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr);gap:18px;margin-bottom:24px;display:grid}.withdrawal-overview>div{color:#fff;background:linear-gradient(135deg,#0f704c,#45aa60);border:1px solid #d5e7d4;border-radius:18px;padding:24px}.withdrawal-overview span{letter-spacing:.05em;text-transform:uppercase;margin-bottom:9px;font-size:13px;font-weight:800;display:block}.withdrawal-overview strong{margin-bottom:8px;font-size:32px;display:block}.withdrawal-overview small{color:#d8f1df}.withdrawal-overview .withdrawal-notice{color:#174b36;background:linear-gradient(135deg,#f1f8e9,#ddf1d0)}.withdrawal-notice h3{margin:0 0 8px;font-size:20px}.withdrawal-notice p{color:#537164;margin:0;line-height:1.55}.withdrawal-notice span{color:#2d8a56}@keyframes report-spin{to{transform:rotate(360deg)}}@media (width<=800px){.report-panel{border-radius:18px;padding:20px}.report-heading h2{font-size:24px}.report-heading-icon{display:none}.report-filters{align-items:stretch}.report-filters label{flex:1;min-width:calc(50% - 7px)}.report-filters button{width:100%}.report-table-tools{flex-direction:column;align-items:stretch}.report-table-tools label{display:grid}.report-table-tools input{width:100%}.withdrawal-overview{grid-template-columns:1fr}}@media (width<=520px){.report-panel{padding:16px}.report-filters label{min-width:100%}.report-table{font-size:13px}.report-table th,.report-table td{padding:12px}.withdrawal-overview strong{font-size:27px}}.fund-panel{color:#103d2d;background:linear-gradient(145deg,#fff 0%,#f8fff6 55%,#e6f6df 100%);border:1px solid #d8eadb;border-radius:24px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 45px #0e482e1a}.fund-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px;display:flex}.fund-heading p{color:#429760;letter-spacing:.12em;margin:0 0 6px;font-size:13px;font-weight:800}.fund-heading h2{margin:0;font-size:28px}.fund-heading span{color:#647b70;max-width:650px;margin-top:7px;font-size:15px;line-height:1.5;display:block}.fund-balance{color:#fff;background:linear-gradient(135deg,#0b6846,#4eaf60);border-radius:17px;min-width:210px;padding:16px 20px;box-shadow:0 12px 28px #167a4733}.fund-balance small{color:#d8f2df;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px;display:block}.fund-balance strong{font-size:24px}.fund-request-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:22px;display:grid}.fund-form-fields{background:#f4fbf1d1;border:1px solid #d6e8d6;border-radius:20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;padding:22px;display:grid}.fund-form-fields label{color:#285442;gap:8px;font-size:13px;font-weight:800;display:grid}.fund-form-fields input,.fund-form-fields select,.fund-table-tools input{color:#153d2e;width:100%;height:48px;font:inherit;background:#fff;border:1px solid #c9deca;border-radius:13px;outline:none;padding:0 14px}.fund-form-fields input:focus,.fund-form-fields select:focus,.fund-table-tools input:focus{border-color:#2c9960;box-shadow:0 0 0 3px #2c99601f}.fund-form-fields input[readonly]{color:#4e6e60;background:#edf6ea}.fund-form-fields button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0e6847,#4caf60);border:0;border-radius:13px;align-self:end;height:48px;font-size:14px;font-weight:800;box-shadow:0 10px 22px #1478462e}.fund-form-fields button:disabled{cursor:not-allowed;opacity:.65}.fund-payment-card{color:#fff;text-align:center;background:linear-gradient(145deg,#0b6143,#3fa75b);border:1px solid #d4e6d4;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;min-height:290px;padding:22px;display:flex}.fund-payment-card>span{color:#d8f3df;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:800}.fund-payment-card img{aspect-ratio:1;object-fit:contain;background:#fff;border-radius:16px;width:min(190px,100%);padding:8px}.fund-payment-card strong{margin-top:13px;font-size:17px}.fund-payment-card small{color:#d5efdc;margin-top:5px}.fund-qr-placeholder{background:#ffffff1a;border:1px dashed #ffffff80;border-radius:24px;place-items:center;width:105px;height:105px;margin-bottom:17px;font-size:42px;display:grid}.fund-table-tools{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.fund-table-tools label{color:#5a7367;align-items:center;gap:10px;font-size:13px;display:flex}.fund-table-tools input{width:235px;height:43px}.fund-table-wrap{background:#fff;border:1px solid #d8e7d7;border-radius:17px;width:100%;overflow:auto}.fund-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.fund-table th{color:#fff;text-align:left;letter-spacing:.035em;background:linear-gradient(135deg,#0c6042,#288956);padding:14px 16px;font-size:12px}.fund-table td{color:#294b3d;border-bottom:1px solid #e6efe4;padding:14px 16px}.fund-table tbody tr:last-child td{border-bottom:0}.fund-state{color:#61796e;background:#f8fcf6;border:1px dashed #cce0cb;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:155px;font-weight:700;display:flex}.fund-spinner{border:3px solid #c7ddc5;border-top-color:#218252;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite fund-spin}.fund-status{color:#52665b;background:#edf2eb;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.fund-status--approved,.fund-status--success{color:#187143;background:#dff4e4}.fund-status--pending{color:#946900;background:#fff1cd}.fund-status--rejected,.fund-status--cancelled{color:#a6342d;background:#ffe0de}@keyframes fund-spin{to{transform:rotate(360deg)}}@media (width<=900px){.fund-request-grid{grid-template-columns:1fr}.fund-payment-card{min-height:250px}}@media (width<=700px){.fund-panel{border-radius:19px;padding:20px}.fund-heading{flex-direction:column}.fund-balance{width:100%;min-width:0}.fund-form-fields{grid-template-columns:1fr}.fund-table-tools{flex-direction:column;align-items:stretch}.fund-table-tools label{display:grid}.fund-table-tools input{width:100%}}@media (width<=480px){.fund-panel{padding:16px}.fund-heading h2{font-size:24px}.fund-form-fields{padding:16px}.fund-table th,.fund-table td{padding:12px}}.act-product-panel{color:#103d2d;background:linear-gradient(145deg,#fff 0%,#f8fff5 58%,#e7f6e0 100%);border:1px solid #d7e9da;border-radius:24px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 45px #0e482e1a}.act-product-hero,.act-product-heading{color:#fff;background:linear-gradient(135deg,#0a6042 0%,#16824f 48%,#60bd57 100%);border-radius:20px;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;padding:24px;display:flex}.act-product-hero p,.act-product-heading p{color:#d9f3d8;letter-spacing:.13em;margin:0 0 6px;font-size:12px;font-weight:900}.act-product-hero h2,.act-product-heading h2{margin:0;font-size:28px}.act-product-hero>div>span,.act-product-heading>div>span{color:#e0f5e1;max-width:650px;margin-top:7px;line-height:1.5;display:block}.act-product-metrics{grid-template-columns:repeat(3,minmax(140px,1fr));gap:10px;display:grid}.act-product-metrics article,.act-product-heading>div:last-child{background:#07432b4d;border:1px solid #ffffff2e;border-radius:15px;min-width:150px;padding:14px 16px}.act-product-metrics small,.act-product-heading small{color:#d8efdb;text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;display:block}.act-product-metrics strong,.act-product-heading strong{font-size:19px}.act-product-section{background:#ffffffd1;border:1px solid #d8e8d7;border-radius:20px;margin-top:18px;padding:22px}.act-product-section-title{align-items:center;gap:12px;margin-bottom:18px;display:flex}.act-product-section-title>span{color:#fff;background:linear-gradient(135deg,#0b6847,#58b75a);border-radius:12px;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.act-product-section-title h3{margin:0;font-size:19px}.act-product-section-title p{color:#6b7e73;margin:3px 0 0;font-size:13px}.act-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.act-product-grid label{color:#285442;gap:7px;font-size:13px;font-weight:800;display:grid}.act-product-grid input,.act-product-grid select,.act-product-tools input{color:#153d2e;width:100%;height:47px;font:inherit;background:#fff;border:1px solid #c9deca;border-radius:12px;outline:none;padding:0 13px}.act-product-grid input:focus,.act-product-grid select:focus,.act-product-tools input:focus{border-color:#2c9960;box-shadow:0 0 0 3px #2c99601f}.act-product-grid input[readonly]{color:#567064;background:#eff7ed}.act-product-primary{color:#fff;min-height:46px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#0b6143,#39a75b);border:0;border-radius:12px;margin-top:18px;padding:0 22px;font-weight:900;box-shadow:0 10px 22px #1478462e}.act-product-primary:disabled{cursor:not-allowed;opacity:.62}.act-product-state{color:#61796e;background:#f8fcf6;border:1px dashed #cce0cb;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:150px;font-weight:700;display:flex}.act-product-state>span{border:3px solid #c7ddc5;border-top-color:#218252;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite act-spin}.act-product-table-wrap{background:#fff;border:1px solid #d8e7d7;border-radius:16px;width:100%;overflow:auto}.act-product-table-wrap table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.act-product-table-wrap th{color:#fff;text-align:left;background:linear-gradient(135deg,#0c6042,#288956);padding:14px 15px;font-size:12px}.act-product-table-wrap td{color:#294b3d;border-bottom:1px solid #e5eee3;padding:14px 15px}.act-product-table-wrap tbody tr:nth-child(2n){background:#f6fbf4}.act-product-remove{color:#9d302b;cursor:pointer;background:#ffe2df;border:0;border-radius:9px;padding:7px 11px;font-weight:800}.act-product-checkout{justify-content:flex-end;align-items:flex-end;gap:12px;margin-top:18px;display:flex}.act-product-checkout>div{background:#edf7e8;border-radius:13px;min-width:135px;padding:12px 14px}.act-product-checkout small{color:#698074;display:block}.act-product-checkout strong{margin-top:3px;font-size:17px;display:block}.act-product-checkout .act-product-primary{margin-top:0}.act-product-tools{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.act-product-tools label{color:#5a7367;align-items:center;gap:10px;font-size:13px;display:flex}.act-product-tools input{width:280px;height:43px}.act-order-status{color:#52665b;background:#edf2eb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-flex}.act-order-status--confirmed{color:#187143;background:#dff4e4}.act-order-status--pending{color:#946900;background:#fff1cd}.act-order-status--cancelled{color:#a6342d;background:#ffe0de}.act-order-status--delivered{color:#176491;background:#dceefc}@keyframes act-spin{to{transform:rotate(360deg)}}@media (width<=1150px){.act-product-hero{flex-direction:column}.act-product-metrics{width:100%}.act-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.act-product-panel{border-radius:19px;padding:18px}.act-product-hero,.act-product-heading{flex-direction:column;padding:20px}.act-product-hero h2,.act-product-heading h2{font-size:24px}.act-product-metrics,.act-product-grid{grid-template-columns:1fr}.act-product-checkout{flex-direction:column;align-items:stretch}.act-product-checkout>div,.act-product-checkout .act-product-primary{width:100%}.act-product-tools{flex-direction:column;align-items:stretch}.act-product-tools label{display:grid}.act-product-tools input{width:100%}}:root{--admin-navy:#071c33;--admin-navy-2:#0c2947;--admin-teal:#0d6b73;--admin-cyan:#35b7bd;--admin-gold:#e5a72b;--admin-ink:#102b40;--admin-muted:#668096;--admin-line:#dce7ed;--admin-bg:#edf4f7}.admin-login-page,.admin-shell{color:var(--admin-ink);font-family:Inter,Segoe UI,sans-serif}.admin-login-page{background:#f7fafb;grid-template-columns:minmax(390px,1.08fr) minmax(430px,.92fr);min-height:100vh;display:grid}.admin-login-showcase{color:#fff;background:linear-gradient(145deg,#06192e 0%,#0b3450 54%,#0d6b73 100%);flex-direction:column;padding:48px 7vw;display:flex;position:relative;overflow:hidden}.admin-login-showcase:before,.admin-login-showcase:after{content:"";border:1px solid #ffffff1c;border-radius:50%;position:absolute}.admin-login-showcase:before{width:480px;height:480px;top:-120px;right:-180px;box-shadow:0 0 0 70px #ffffff06}.admin-login-showcase:after{background:#e5a72b14;width:300px;height:300px;bottom:-100px;left:-160px}.admin-login-brand,.admin-brand{color:inherit;align-items:center;gap:13px;text-decoration:none;display:flex}.admin-login-brand img,.admin-brand img{object-fit:contain;background:#fff;border-radius:15px;width:58px;height:58px;padding:5px}.admin-login-brand span,.admin-brand span{flex-direction:column;display:flex}.admin-login-brand strong{font-size:20px}.admin-login-brand small{text-transform:uppercase;letter-spacing:1.8px;color:#9bd9dc;margin-top:4px}.admin-login-copy{z-index:1;max-width:620px;margin:auto 0;position:relative}.admin-kicker{letter-spacing:1.8px;color:var(--admin-teal);font-size:12px;font-weight:800}.admin-login-copy .admin-kicker{color:#f0bd52}.admin-login-copy h1{letter-spacing:-1.8px;margin:18px 0 22px;font-size:clamp(36px,4vw,62px);line-height:1.08}.admin-login-copy p{color:#c6d9e4;max-width:560px;font-size:18px;line-height:1.7}.admin-security-note{z-index:1;background:#ffffff14;border:1px solid #ffffff21;border-radius:16px;align-items:center;gap:14px;max-width:440px;padding:16px 18px;display:flex;position:relative}.admin-security-note>span{color:#18442d;background:#d4f296;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.admin-security-note div{flex-direction:column;display:flex}.admin-security-note small{color:#b9d0dd;margin-top:3px}.admin-login-form-wrap{place-items:center;padding:42px;display:grid}.admin-login-card{background:#fff;border:1px solid #dfe9ee;border-radius:28px;width:min(100%,480px);padding:38px;box-shadow:0 28px 70px #071c331f}.admin-login-card__top{align-items:center;gap:14px;display:flex}.admin-login-icon{background:linear-gradient(145deg,var(--admin-navy-2),var(--admin-teal));color:#fff;border-radius:14px;place-items:center;width:50px;height:50px;font-size:22px;font-weight:900;display:grid}.admin-login-card__top p{letter-spacing:1.7px;color:var(--admin-teal);margin:0 0 4px;font-size:11px;font-weight:900}.admin-login-card__top h2{color:var(--admin-navy);margin:0;font-size:25px}.admin-stepper{grid-template-columns:28px 1fr 28px;align-items:center;gap:8px;margin:30px 0 26px;display:grid;position:relative}.admin-stepper span{color:#7890a2;background:#e7eef2;border-radius:50%;place-items:center;width:28px;height:28px;font-size:12px;font-weight:800;display:grid}.admin-stepper span.active{background:var(--admin-teal);color:#fff}.admin-stepper i{background:#e1e9ed;border-radius:3px;height:3px}.admin-stepper i.active{background:var(--admin-teal)}.admin-stepper small{color:#8195a4;font-weight:600;position:absolute;top:36px;left:0}.admin-auth-form{gap:18px;margin-top:42px;display:grid}.admin-auth-form label{color:#344f64;gap:8px;font-size:13px;font-weight:750;display:grid}.admin-auth-form input{box-sizing:border-box;width:100%;font:inherit;color:var(--admin-ink);background:#fbfdfe;border:1px solid #cddbe3;border-radius:12px;outline:none;padding:14px 15px}.admin-auth-form input:focus{border-color:var(--admin-cyan);box-shadow:0 0 0 4px #35b7bd21}.admin-auth-form button[type=submit]{background:linear-gradient(120deg,var(--admin-navy-2),var(--admin-teal));color:#fff;cursor:pointer;border:0;border-radius:12px;padding:15px;font-size:15px;font-weight:800;box-shadow:0 10px 22px #0d6b7333}.admin-auth-form button:disabled{opacity:.65;cursor:wait}.admin-back-button{color:var(--admin-teal);cursor:pointer;background:0 0;border:0;font-weight:700}.admin-site-link{text-align:center;color:#6f8799;margin-top:24px;font-size:13px;text-decoration:none;display:block}.admin-verified-user{background:#eef8f7;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.admin-verified-user>span{background:var(--admin-teal);color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.admin-verified-user div{flex-direction:column;display:flex}.admin-verified-user small{color:#6c858e}.admin-shell{background:var(--admin-bg);min-height:100vh}.admin-sidebar{z-index:50;box-sizing:border-box;background:linear-gradient(180deg,var(--admin-navy) 0%,#092a40 58%,#0b4c55 100%);color:#fff;flex-direction:column;width:286px;padding:26px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:12px 0 38px #071c3324}.admin-brand{border-bottom:1px solid #ffffff1f;padding:0 8px 22px}.admin-brand img{border-radius:13px;width:50px;height:50px}.admin-brand strong{font-size:18px}.admin-brand small{color:#7fc6ca;letter-spacing:1.3px;text-transform:uppercase;margin-top:3px;font-size:10px}.admin-identity{background:#ffffff14;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:11px;margin:20px 4px;padding:14px;display:flex;position:relative}.admin-identity>span{background:linear-gradient(145deg,var(--admin-gold),#f3cc72);width:38px;height:38px;color:var(--admin-navy);border-radius:11px;place-items:center;font-weight:900;display:grid}.admin-identity div{flex-direction:column;min-width:0;display:flex}.admin-identity strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.admin-identity small{color:#9cc3cc;margin-top:3px}.admin-identity em{letter-spacing:1px;color:#f3c76c;font-size:8px;font-style:normal;position:absolute;top:8px;right:10px}.admin-nav{gap:5px;display:grid}.admin-nav-single,.admin-nav-group>button{box-sizing:border-box;color:#c7dae3;width:100%;font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:11px;align-items:center;gap:11px;padding:11px 12px;text-decoration:none;display:flex}.admin-nav b{font-size:13px}.admin-nav-icon{color:#7ed6da;background:#35b7bd1f;border-radius:8px;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.admin-nav-single.active,.admin-nav-single:hover,.admin-nav-group>button:hover{color:#fff;background:#ffffff17}.admin-nav-single.active .admin-nav-icon{background:var(--admin-gold);color:var(--admin-navy)}.admin-nav-group>button i{margin-left:auto;font-style:normal;transition:all .2s}.admin-nav-group.expanded>button i{transform:rotate(180deg)}.admin-nav-group>div{border-left:1px solid #7ed6da40;margin:0 0 5px 39px;padding-left:13px;display:none}.admin-nav-group.expanded>div{display:grid}.admin-nav-group>div a{color:#9fb8c4;border-radius:8px;padding:9px 10px;font-size:12px;line-height:1.3;text-decoration:none}.admin-nav-group>div a:hover,.admin-nav-group>div a.active{color:#fff;background:#35b7bd24}.admin-nav-group>div a.active{box-shadow:inset 2px 0 var(--admin-gold)}.admin-logout{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:11px;margin-top:auto;padding:12px;font-weight:750}.admin-main{flex-direction:column;min-height:100vh;margin-left:286px;display:flex}.admin-header{z-index:30;box-sizing:border-box;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--admin-line);background:#fffffff0;align-items:center;gap:16px;min-height:88px;padding:16px 34px;display:flex;position:sticky;top:0}.admin-header h1{color:var(--admin-navy);margin:0 0 4px;font-size:24px}.admin-header p{color:var(--admin-muted);margin:0;font-size:13px}.admin-header-user{align-items:center;gap:10px;margin-left:auto;display:flex}.admin-header-user>span{background:linear-gradient(145deg,var(--admin-navy-2),var(--admin-teal));color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.admin-header-user div{flex-direction:column;display:flex}.admin-header-user small{color:var(--admin-muted);font-size:10px}.admin-header-user strong{font-size:13px}.admin-menu-button{background:var(--admin-navy);color:#fff;border:0;border-radius:9px;width:38px;height:38px;display:none}.admin-page{flex:1;padding:28px 34px}.admin-footer{border-top:1px solid var(--admin-line);color:#718797;background:#fff;justify-content:space-between;padding:17px 34px;font-size:11px;display:flex}.admin-welcome-card{background:linear-gradient(120deg,var(--admin-navy) 0%,#0c3a58 55%,var(--admin-teal) 100%);color:#fff;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #071c332e}.admin-welcome-card:after{content:"";border:46px solid #ffffff0d;border-radius:50%;width:240px;height:240px;position:absolute;top:-120px;right:-70px}.admin-welcome-card .admin-kicker{color:#f2c768}.admin-welcome-card h2{margin:9px 0;font-size:28px}.admin-welcome-card p{color:#bcd1dc;margin:0}.admin-welcome-badge{z-index:1;background:#ffffff14;border:1px solid #ffffff26;border-radius:14px;grid-template-columns:38px 1fr;align-items:center;column-gap:10px;min-width:210px;padding:15px;display:grid;position:relative}.admin-welcome-badge>span{color:#154535;background:#d7ed9e;border-radius:10px;grid-row:1/3;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.admin-welcome-badge small{color:#a9c2ce}.admin-stat-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0;display:grid}.admin-stat-grid article{border:1px solid var(--admin-line);background:#fff;border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex}.admin-stat-grid article>span{width:42px;height:42px;color:var(--admin-teal);background:#e3f4f4;border-radius:12px;place-items:center;font-size:18px;font-weight:900;display:grid}.admin-stat-grid div{flex-direction:column;display:flex}.admin-stat-grid small{color:var(--admin-muted)}.admin-stat-grid strong{color:var(--admin-navy);margin-top:4px;font-size:19px}.admin-module-panel,.admin-content-panel{border:1px solid var(--admin-line);background:#fff;border-radius:20px;padding:28px;box-shadow:0 12px 34px #173d510f}.admin-section-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.admin-section-heading h2{color:var(--admin-navy);margin:7px 0 5px;font-size:23px}.admin-section-heading p{color:var(--admin-muted);margin:0}.admin-module-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-top:24px;display:grid}.admin-module-grid article{border:1px solid var(--admin-line);background:linear-gradient(145deg,#fff,#f3f8fa);border-radius:16px;gap:14px;padding:20px;display:flex}.admin-module-icon{background:var(--admin-navy);color:#f0c466;border-radius:12px;flex:0 0 42px;place-items:center;height:42px;font-size:19px;display:grid}.admin-module-grid h3{margin:2px 0 7px;font-size:15px}.admin-module-grid p{color:var(--admin-muted);margin:0 0 12px;font-size:12px}.admin-module-grid a{color:var(--admin-teal);font-size:12px;font-weight:800;text-decoration:none}.admin-ready-pill{color:var(--admin-teal);background:#e6f4f3;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.admin-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:30px;display:flex}.admin-empty-state>span{background:linear-gradient(145deg,var(--admin-navy-2),var(--admin-teal));color:#f2c768;border-radius:20px;place-items:center;width:68px;height:68px;font-size:28px;display:grid}.admin-empty-state h3{margin:18px 0 8px;font-size:21px}.admin-empty-state p{max-width:620px;color:var(--admin-muted);margin:0;line-height:1.7}.admin-backdrop{display:none}@media (width<=1100px){.admin-stat-grid,.admin-module-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.admin-login-page{grid-template-columns:1fr}.admin-login-showcase{min-height:330px;padding:30px}.admin-login-copy{margin:60px 0 40px}.admin-login-copy h1{font-size:38px}.admin-security-note{display:none}.admin-sidebar{transition:all .25s;transform:translate(-105%)}.admin-sidebar.open{transform:none}.admin-main{margin-left:0}.admin-menu-button{display:block}.admin-backdrop{z-index:45;background:#071c338c;border:0;display:block;position:fixed;inset:0}.admin-header{padding:14px 20px}.admin-page{padding:22px 20px}.admin-footer{padding:15px 20px}}@media (width<=600px){.admin-login-form-wrap{padding:20px}.admin-login-card{border-radius:20px;padding:25px}.admin-login-showcase{min-height:260px}.admin-login-copy{margin:45px 0 15px}.admin-login-copy h1{font-size:30px}.admin-login-copy p{font-size:15px}.admin-header p,.admin-header-user div{display:none}.admin-header h1{font-size:19px}.admin-stat-grid,.admin-module-grid{grid-template-columns:1fr}.admin-welcome-card{flex-direction:column;align-items:flex-start;padding:25px}.admin-welcome-badge{box-sizing:border-box;width:100%}.admin-module-panel,.admin-content-panel{padding:20px}.admin-section-heading{flex-direction:column}.admin-footer{text-align:center;display:block}.admin-footer span:last-child{display:none}}.fund-card{border:1px solid var(--admin-line);background:#fff;border-radius:20px;min-height:calc(100vh - 205px);padding:28px;box-shadow:0 12px 34px #173d510f}.fund-card__header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.fund-card__header h2{color:var(--admin-navy);margin:7px 0 5px;font-size:24px}.fund-card__header p{color:var(--admin-muted);margin:0;font-size:13px}.fund-count-pill{color:var(--admin-teal);background:#e4f3f4;border-radius:999px;padding:8px 13px;font-size:11px;font-weight:800;display:inline-flex}.fund-count-pill--amber{color:#9a6410;background:#fff1d5}.fund-form{gap:16px;display:grid}.fund-form--upi{background:linear-gradient(145deg,#f8fbfc,#edf6f7);border:1px solid #dbe7ed;border-radius:16px;grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;padding:21px}.fund-form label,.fund-transfer-form label{color:#344f64;gap:7px;font-size:12px;font-weight:800;display:grid}.fund-form input,.fund-form select,.fund-transfer-form input,.fund-search input{box-sizing:border-box;width:100%;color:var(--admin-ink);font:inherit;background:#fff;border:1px solid #cddce4;border-radius:10px;outline:none;padding:12px 13px}.fund-form input:focus,.fund-form select:focus,.fund-transfer-form input:focus,.fund-search input:focus{border-color:var(--admin-cyan);box-shadow:0 0 0 3px #35b7bd1f}.fund-field--wide{grid-column:span 2}.fund-primary,.fund-deduct,.fund-search button,.fund-row-actions button{background:linear-gradient(120deg,var(--admin-navy-2),var(--admin-teal));color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:10px;padding:12px 16px;font-weight:800}.fund-primary:disabled,.fund-deduct:disabled,.fund-search button:disabled{opacity:.6;cursor:wait}.fund-divider{background:var(--admin-line);height:1px;margin:26px 0}.fund-table-wrap{border:1px solid var(--admin-line);border-radius:14px;width:100%;overflow:auto}.fund-table{border-collapse:collapse;width:100%;min-width:900px}.fund-table th{background:linear-gradient(115deg,var(--admin-navy-2),#125a69);color:#fff;text-align:left;letter-spacing:.2px;white-space:nowrap;padding:13px 14px;font-size:11px}.fund-table td{color:#29465a;vertical-align:middle;border-bottom:1px solid #e2eaee;padding:13px 14px;font-size:12px}.fund-table tbody tr:nth-child(2n){background:#f7fafb}.fund-table tbody tr:hover{background:#eef7f7}.fund-empty-row{text-align:center!important;color:#7b909e!important;padding:50px!important}.fund-qr{object-fit:cover;border:1px solid #dbe5e9;border-radius:8px;width:44px;height:44px}.fund-danger-link{color:#b03a3a;cursor:pointer;background:#fff5f5;border:1px solid #f0c9c9;border-radius:8px;padding:7px 10px;font-size:11px;font-weight:800}.fund-pagination{color:#718795;justify-content:flex-end;align-items:center;gap:10px;margin-top:15px;font-size:11px;display:flex}.fund-pagination>span{margin-right:auto}.fund-pagination label{align-items:center;gap:6px;display:flex}.fund-pagination select{border:1px solid #d1dfe6;border-radius:7px;padding:6px}.fund-pagination button{width:30px;height:30px;color:var(--admin-navy);cursor:pointer;background:#fff;border:1px solid #d4e0e6;border-radius:8px}.fund-pagination button:disabled{opacity:.4}.fund-pagination strong{font-size:11px}.fund-toolbar{background:#f7fafb;border:1px solid #dce7ec;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:15px;display:flex}.fund-search{align-items:center;gap:8px;display:flex}.fund-search input{width:240px}.fund-button--light{color:var(--admin-teal)!important;background:#fff!important;border:1px solid #bdd8db!important}.fund-total{flex-direction:column;align-items:flex-end;display:flex}.fund-total small{color:var(--admin-muted)}.fund-total strong{color:var(--admin-navy);margin-top:3px;font-size:18px}.fund-transfer-grid{grid-template-columns:minmax(320px,620px) minmax(260px,1fr);gap:24px;display:grid}.fund-transfer-form{border:1px solid var(--admin-line);background:#f9fbfc;border-radius:17px;gap:17px;padding:23px;display:grid}.fund-input-button{gap:8px;display:flex}.fund-input-button button{background:var(--admin-teal);color:#fff;cursor:pointer;border:0;border-radius:9px;padding:0 18px;font-weight:800}.fund-user-ok{background:#e9f7f5;border:1px solid #cae8e5;border-radius:12px;align-items:center;gap:11px;padding:13px;display:flex}.fund-user-ok>span{background:var(--admin-teal);color:#fff;border-radius:10px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.fund-user-ok div{flex:1;grid-template-columns:1fr auto;column-gap:15px;display:grid}.fund-user-ok small{color:#67848a;grid-column:1/3}.fund-user-ok em{color:var(--admin-teal);font-style:normal;font-weight:800}.fund-transfer-actions{gap:10px;margin-top:5px;display:flex}.fund-deduct{background:linear-gradient(120deg,#833a42,#b3534d)}.fund-safety{background:linear-gradient(145deg,var(--admin-navy),#0c4057);color:#fff;border-radius:17px;padding:26px}.fund-safety>span{width:52px;height:52px;color:var(--admin-navy);background:#f0bd52;border-radius:15px;place-items:center;font-size:24px;font-weight:900;display:grid}.fund-safety h3{margin:18px 0 12px}.fund-safety ul{color:#bdd1db;gap:12px;margin:0;padding-left:19px;font-size:13px;line-height:1.5;display:grid}.fund-loading{min-height:240px;color:var(--admin-muted);justify-content:center;align-items:center;gap:10px;display:flex}.fund-loading span{border:3px solid #dbe9ed;border-top-color:var(--admin-teal);border-radius:50%;width:22px;height:22px;animation:.75s linear infinite fund-spin}.fund-row-actions{gap:6px;display:flex}.fund-row-actions button{padding:7px 10px;font-size:10px}.fund-row-actions button:last-child{color:#b03c3c;background:#fff2f2;border:1px solid #eccaca}.fund-status{border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.fund-status--approved{color:#277343;background:#e3f5e9}.fund-status--cancelled{color:#af3f3f;background:#fff0f0}@media (width<=1180px){.fund-form--upi{grid-template-columns:repeat(2,1fr)}.fund-field--wide{grid-column:span 1}.fund-transfer-grid{grid-template-columns:1fr}}@media (width<=700px){.fund-card{padding:19px}.fund-card__header,.fund-toolbar{flex-direction:column;align-items:stretch}.fund-form--upi{grid-template-columns:1fr}.fund-search{flex-direction:column;align-items:stretch}.fund-search input{width:100%}.fund-total{align-items:flex-start}.fund-transfer-actions{flex-direction:column}.fund-pagination{flex-wrap:wrap;justify-content:center}.fund-pagination>span{text-align:center;width:100%;margin:0}}.fund-upload-label{color:#344f64;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.qr-upload-field__input{display:none}.qr-upload-dropzone{width:100%;min-height:76px;color:var(--admin-ink);text-align:left;cursor:pointer;background:#f5fbfb;border:1px dashed #91bcc2;border-radius:11px;align-items:center;gap:12px;padding:12px 14px;display:flex}.qr-upload-dropzone>span{background:var(--admin-teal);color:#fff;border-radius:10px;flex:0 0 40px;place-items:center;width:40px;height:40px;font-size:20px;font-weight:900;display:grid}.qr-upload-dropzone div,.qr-upload-preview div{flex-direction:column;display:flex}.qr-upload-dropzone small,.qr-upload-preview small{color:var(--admin-muted);margin-top:3px;font-size:10px}.qr-upload-preview{background:#eef9f7;border:1px solid #b9deda;border-radius:11px;align-items:center;gap:12px;min-height:76px;padding:10px 40px 10px 10px;display:flex;position:relative}.qr-upload-preview img{object-fit:contain;background:#fff;border:1px solid #d6e5e8;border-radius:9px;width:56px;height:56px}.qr-upload-preview button{color:var(--admin-teal);cursor:pointer;background:0 0;border:0;align-self:flex-start;margin-top:6px;padding:0;font-size:11px;font-weight:800}.qr-upload-preview .qr-upload-remove{color:#a74444;background:#fff0f0;border-radius:50%;width:24px;height:24px;margin:0;font-size:18px;line-height:1;position:absolute;top:8px;right:10px}.product-card{border:1px solid var(--admin-line);background:#fff;border-radius:20px;min-height:calc(100vh - 205px);padding:28px;box-shadow:0 12px 34px #173d510f}.product-card>header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.product-card>header h2{color:var(--admin-navy);margin:7px 0 5px;font-size:24px}.product-card>header p{color:var(--admin-muted);margin:0;font-size:13px}.product-inline-form{border:1px solid var(--admin-line);background:#f6fafb;border-radius:15px;grid-template-columns:1fr 2fr auto auto;align-items:end;gap:14px;margin-bottom:24px;padding:20px;display:grid}.product-inline-form label,.product-form-grid label{color:#344f64;gap:7px;font-size:12px;font-weight:800;display:grid}.product-inline-form input,.product-inline-form select,.product-form-grid input,.product-form-grid select{box-sizing:border-box;width:100%;color:var(--admin-ink);font:inherit;background:#fff;border:1px solid #cedce4;border-radius:9px;padding:12px}.product-inline-form>button,.product-form-actions button{background:linear-gradient(120deg,var(--admin-navy-2),var(--admin-teal));color:#fff;cursor:pointer;border:0;border-radius:9px;padding:12px 17px;font-weight:800}.product-cancel{color:#526b7b!important;background:#edf3f5!important}.product-table-wrap{border:1px solid var(--admin-line);border-radius:14px;width:100%;overflow:auto}.product-table{border-collapse:collapse;width:100%;min-width:900px}.product-table th{background:linear-gradient(115deg,var(--admin-navy-2),#125a69);color:#fff;text-align:left;white-space:nowrap;padding:13px;font-size:11px}.product-table td{color:#29465a;vertical-align:middle;border-bottom:1px solid #e2eaee;padding:12px 13px;font-size:12px}.product-table tbody tr:nth-child(2n){background:#f7fafb}.product-empty{text-align:center!important;color:var(--admin-muted)!important;padding:50px!important}.product-row-actions{gap:6px;display:flex}.product-row-actions button{color:var(--admin-teal);cursor:pointer;background:#eff9f8;border:1px solid #b9d9dc;border-radius:7px;padding:7px 10px;font-size:10px;font-weight:800}.product-row-actions button:last-child{color:#a84444;background:#fff2f2;border-color:#ecc9c9}.product-form{border:1px solid var(--admin-line);background:linear-gradient(145deg,#f9fbfc,#eff6f7);border-radius:17px;margin-bottom:27px;padding:22px}.product-form-grid{grid-template-columns:repeat(4,1fr);gap:15px;display:grid}.product-span-2{grid-column:span 2}.product-field-label{color:#344f64;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.product-form-actions{gap:10px;margin-top:20px;display:flex}.product-form-actions button{min-width:150px}.product-image-upload>input{display:none}.product-image-drop{text-align:left;cursor:pointer;background:#f5fbfb;border:1px dashed #8fbac0;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:75px;padding:12px;display:flex}.product-image-drop>span{background:var(--admin-teal);color:#fff;border-radius:10px;place-items:center;width:42px;height:42px;font-size:20px;display:grid}.product-image-drop div,.product-image-preview div{flex-direction:column;display:flex}.product-image-drop small,.product-image-preview small{color:var(--admin-muted);margin-top:3px;font-size:10px}.product-image-preview{background:#eef9f7;border:1px solid #b9deda;border-radius:10px;align-items:center;gap:12px;min-height:75px;padding:9px 42px 9px 9px;display:flex;position:relative}.product-image-preview img{object-fit:contain;background:#fff;border-radius:9px;width:64px;height:64px}.product-image-preview button{color:var(--admin-teal);cursor:pointer;background:0 0;border:0;align-self:flex-start;margin-top:5px;padding:0;font-size:11px;font-weight:800}.product-image-preview .product-image-remove{color:#a74444;background:#fff0f0;border-radius:50%;width:24px;height:24px;margin:0;font-size:18px;position:absolute;top:8px;right:10px}.product-list-head{justify-content:space-between;align-items:center;margin:18px 0 12px;display:flex}.product-list-head h3{color:var(--admin-navy);margin:0}.product-list-head button{color:var(--admin-teal);cursor:pointer;background:#fff;border:1px solid #b9d9dc;border-radius:9px;padding:9px 12px;font-weight:800}.product-thumb{object-fit:contain;background:#fff;border:1px solid #dae5e9;border-radius:8px;width:48px;height:48px}.product-disabled-pill{color:#a64444;background:#fff0f0;border-radius:999px;padding:8px 12px;font-size:11px;font-weight:800}.product-report-total{flex-direction:column;align-items:flex-end;display:flex}.product-report-total small{color:var(--admin-muted)}.product-report-total strong{color:var(--admin-navy);margin-top:4px;font-size:18px}.product-status{color:#526b7b;background:#edf3f5;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:900;display:inline-flex}.product-status--approved,.product-status--delivered{color:#287345;background:#e2f5e8}.product-status--pending{color:#906016;background:#fff2cf}.product-status--shipped{color:#365aa0;background:#e7efff}.product-status--cancled,.product-status--cancelled{color:#aa4242;background:#fff0f0}@media (width<=1200px){.product-form-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=900px){.product-inline-form{grid-template-columns:1fr 1fr}.product-form-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=620px){.product-card{padding:19px}.product-card>header{flex-direction:column}.product-inline-form,.product-form-grid{grid-template-columns:1fr}.product-span-2{grid-column:span 1}.product-form-actions{flex-direction:column}.product-report-total{align-items:flex-start}}.operations-card{color:#102f45;background:linear-gradient(145deg,#fff 0%,#f7fbfd 58%,#e5f2f4 100%);border:1px solid #d4e4ec;border-radius:24px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 44px #04314b1a}.operations-card--narrow{max-width:920px}.operations-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.operations-heading span{color:#138697;letter-spacing:.13em;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.operations-heading h2{margin:0;font-size:28px}.operations-heading p{color:#657c8e;margin:7px 0 0}.operations-heading>b,.operations-heading>a{color:#12677a;background:#e4f4f3;border-radius:12px;padding:10px 15px;font-size:13px;text-decoration:none}.operations-form{background:#f0f8fbcc;border:1px solid #cfe0e7;border-radius:20px;margin-bottom:30px;padding:22px}.operations-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px;display:grid}.operations-grid--franchise{grid-template-columns:repeat(3,minmax(0,1fr))}.operations-grid label{color:#294c62;gap:8px;font-size:13px;font-weight:800;display:grid}.operations-grid input,.operations-grid select,.operations-tools input{color:#12354b;width:100%;height:47px;font:inherit;background:#fff;border:1px solid #c4d9e2;border-radius:12px;outline:none;padding:0 14px}.operations-grid input:focus,.operations-grid select:focus,.operations-tools input:focus{border-color:#198a9a;box-shadow:0 0 0 3px #198a9a1f}.operations-grid input[readonly]{color:#5d7684;background:#eaf3f6}.operations-grid .span-2{grid-column:span 2}.operations-inline-input{grid-template-columns:minmax(0,1fr) auto;display:grid}.operations-inline-input input{border-radius:12px 0 0 12px}.operations-inline-input button{color:#fff;background:#126d80;border:0;border-radius:0 12px 12px 0;padding:0 16px;font-weight:800}.operations-grid small.verified{color:#168354}.operations-form-actions{gap:10px;margin-top:20px;display:flex}.operations-form-actions button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#073c59,#168596);border:0;border-radius:12px;min-height:46px;padding:0 22px;font-weight:900}.operations-form-actions button.secondary{color:#274a5e;background:#dce9ee}.operations-form-actions button:disabled{cursor:not-allowed;opacity:.65}.operations-list-title{justify-content:space-between;align-items:center;margin:4px 0 14px;display:flex}.operations-list-title h3{margin:0}.operations-tools{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.operations-tools label{color:#607889;align-items:center;gap:9px;font-size:13px;display:flex}.operations-tools input{width:230px;height:42px}.operations-table-wrap{background:#fff;border:1px solid #d2e1e7;border-radius:16px;width:100%;overflow:auto}.operations-table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}.operations-table th{color:#fff;text-align:left;background:linear-gradient(135deg,#073d5b,#126f80);padding:14px 15px;font-size:12px}.operations-table td{color:#294b5e;border-bottom:1px solid #e5edf1;padding:13px 15px}.operations-table tbody tr:nth-child(2n){background:#f6fafb}.operations-table tbody tr:hover{background:#ebf5f6}.operations-actions{gap:7px;display:flex}.operations-actions button{color:#126878;cursor:pointer;background:#dff1f2;border:0;border-radius:9px;padding:7px 12px;font-weight:800}.operations-actions button.danger{color:#a13c34;background:#ffe4e1}.operations-empty{text-align:center;color:#718591;height:130px}.operations-state{color:#657d8b;border:1px dashed #c9dce3;border-radius:15px;justify-content:center;align-items:center;gap:10px;min-height:170px;display:flex}.operations-state span{border:3px solid #c7dce2;border-top-color:#168596;border-radius:50%;width:19px;height:19px;animation:.8s linear infinite operations-spin}@keyframes operations-spin{to{transform:rotate(360deg)}}@media (width<=1050px){.operations-grid--franchise{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.operations-card{border-radius:18px;padding:19px}.operations-heading{flex-direction:column}.operations-grid,.operations-grid--franchise{grid-template-columns:1fr}.operations-grid .span-2{grid-column:auto}.operations-tools{flex-direction:column;align-items:stretch}.operations-tools label{display:grid}.operations-tools input{width:100%}}@media (width<=480px){.operations-card,.operations-form{padding:15px}.operations-heading h2{font-size:24px}}.transfer-card{color:#102f45;background:linear-gradient(145deg,#fff 0%,#f7fbfd 56%,#e4f1f4 100%);border:1px solid #d5e4eb;border-radius:24px;width:100%;min-width:0;padding:28px;box-shadow:0 18px 44px #04314b1a}.transfer-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.transfer-heading span{color:#138697;letter-spacing:.13em;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.transfer-heading h2{margin:0;font-size:28px}.transfer-heading p{color:#647d8d;margin:7px 0 0}.transfer-heading>a{color:#fff;background:linear-gradient(135deg,#083e5b,#168596);border-radius:12px;padding:11px 16px;font-size:13px;font-weight:800;text-decoration:none}.transfer-filters,.transfer-order-fields{background:#f0f8fbd1;border:1px solid #cfe0e7;border-radius:17px;flex-wrap:wrap;align-items:end;gap:13px;margin-bottom:20px;padding:17px;display:flex}.transfer-filters label,.transfer-order-fields label{color:#2b5064;gap:7px;min-width:230px;font-size:13px;font-weight:800;display:grid}.transfer-filters select,.transfer-order-fields select,.transfer-submit input,.transfer-status-form input,.transfer-status-form select{color:#17384b;height:45px;font:inherit;background:#fff;border:1px solid #c4d9e2;border-radius:11px;padding:0 13px}.transfer-filters button,.transfer-actions button,.transfer-submit button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#073d5a,#168596);border:0;border-radius:11px;height:45px;padding:0 18px;font-weight:800}.transfer-filters button.secondary{color:#2a5365;background:#dcebef}.transfer-order-link{color:#08778d;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:800;text-decoration:underline}.transfer-status{color:#526c79;background:#e8eff2;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.transfer-status--approved,.transfer-status--delivered{color:#187247;background:#dcf2e4}.transfer-status--pending{color:#916600;background:#fff0c9}.transfer-status--cancelled,.transfer-status--canceled{color:#a33b34;background:#ffe1df}.transfer-status--shipped{color:#176a96;background:#dff0fb}.transfer-products-wrap{background:#fff;border:1px solid #d2e1e7;border-radius:16px;width:100%;overflow:auto}.transfer-products{border-collapse:collapse;white-space:nowrap;width:100%;font-size:13px}.transfer-products th{color:#fff;text-align:left;background:linear-gradient(135deg,#073d5b,#126f80);padding:13px 14px;font-size:11px}.transfer-products td{color:#294b5e;border-bottom:1px solid #e5edf1;padding:12px 14px}.transfer-products tbody tr:nth-child(2n){background:#f6fafb}.transfer-products input{border:1px solid #bfd6df;border-radius:9px;width:78px;height:38px;padding:0 10px}.transfer-totals{grid-template-columns:repeat(7,minmax(110px,1fr));gap:10px;margin:18px 0;display:grid}.transfer-totals>div{background:#f1f8f9;border:1px solid #d2e3e9;border-radius:13px;padding:14px}.transfer-totals span{color:#68808d;text-transform:uppercase;margin-bottom:5px;font-size:11px;display:block}.transfer-totals strong{font-size:16px}.transfer-submit{align-items:end;gap:13px;display:flex}.transfer-submit label{color:#2b5064;flex:1;gap:7px;font-size:13px;font-weight:800;display:grid}.transfer-submit button:disabled,.transfer-actions button:disabled{opacity:.6;cursor:not-allowed}.transfer-status-form{background:#f2f8fa;border:1px solid #cfe0e7;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:18px;padding:17px;display:grid}.transfer-status-form label{color:#2b5064;gap:7px;font-size:12px;font-weight:800;display:grid}.transfer-actions{gap:10px;margin-top:16px;display:flex}.transfer-actions button.danger{background:linear-gradient(135deg,#9c322e,#d75d51)}@media (width<=1100px){.transfer-totals{grid-template-columns:repeat(4,1fr)}.transfer-status-form{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.transfer-card{border-radius:18px;padding:19px}.transfer-heading{flex-direction:column}.transfer-filters,.transfer-order-fields{flex-direction:column;align-items:stretch}.transfer-filters label,.transfer-order-fields label{min-width:0}.transfer-totals{grid-template-columns:repeat(2,1fr)}.transfer-submit{flex-direction:column;align-items:stretch}.transfer-status-form{grid-template-columns:1fr}}@media (width<=450px){.transfer-card{padding:15px}.transfer-totals{grid-template-columns:1fr}.transfer-heading h2{font-size:24px}}:root{--fr-ink:#183a3f;--fr-deep:#083f46;--fr-teal:#0b6d72;--fr-mint:#67c79e;--fr-orange:#f49a2f;--fr-bg:#eef8f5;--fr-line:#d6e8e3;--fr-muted:#6c8581}.franchise-login,.franchise-shell{color:var(--fr-ink);font-family:Inter,Segoe UI,sans-serif}.franchise-login{background:#f8fbfa;grid-template-columns:1.08fr .92fr;min-height:100vh;display:grid}.franchise-login-showcase{color:#fff;background:linear-gradient(145deg,#063b42,#087079 58%,#4fbd91);flex-direction:column;padding:48px 7vw;display:flex;position:relative;overflow:hidden}.franchise-login-showcase:after{content:"";border:70px solid #ffffff0f;border-radius:50%;width:520px;height:520px;position:absolute;bottom:-250px;right:-220px}.franchise-brand{color:inherit;align-items:center;gap:13px;text-decoration:none;display:flex}.franchise-brand img{object-fit:contain;background:#fff;border-radius:15px;width:56px;height:56px;padding:5px}.franchise-brand span{flex-direction:column;display:flex}.franchise-brand strong{font-size:19px}.franchise-brand small{color:#a8e5d3;letter-spacing:1.5px;text-transform:uppercase;margin-top:3px;font-size:10px}.franchise-login-showcase>div{z-index:1;max-width:620px;margin:auto 0;position:relative}.franchise-login-showcase p,.franchise-panel header p,.franchise-welcome p{color:#f8c169;letter-spacing:.13em;margin:0 0 7px;font-size:12px;font-weight:900}.franchise-login-showcase h1{margin:16px 0 20px;font-size:clamp(38px,4vw,62px);line-height:1.08}.franchise-login-showcase>div>span{color:#d0ebe4;font-size:18px;line-height:1.7}.franchise-login-form{place-items:center;padding:40px;display:grid}.franchise-login-form form{border:1px solid var(--fr-line);background:#fff;border-radius:28px;gap:18px;width:min(100%,460px);padding:38px;display:grid;box-shadow:0 28px 70px #083f4621}.franchise-login-title{align-items:center;gap:13px;margin-bottom:10px;display:flex}.franchise-login-title>span{background:linear-gradient(135deg,var(--fr-deep),var(--fr-teal));color:#fff;border-radius:14px;place-items:center;width:50px;height:50px;font-size:21px;font-weight:900;display:grid}.franchise-login-title p{color:var(--fr-teal);letter-spacing:.12em;margin:0 0 4px;font-size:11px;font-weight:900}.franchise-login-title h2{margin:0;font-size:25px}.franchise-login-form label,.franchise-password label,.franchise-filters label,.franchise-order-field label{color:#365b5d;gap:8px;font-size:13px;font-weight:800;display:grid}.franchise-login-form input,.franchise-password input,.franchise-filters input,.franchise-order-field input,.franchise-order-field select{box-sizing:border-box;width:100%;height:48px;color:var(--fr-ink);font:inherit;background:#fbfefd;border:1px solid #c9ddd9;border-radius:12px;outline:none;padding:0 14px}.franchise-login-form input:focus,.franchise-password input:focus,.franchise-filters input:focus,.franchise-order-field input:focus,.franchise-order-field select:focus{border-color:var(--fr-mint);box-shadow:0 0 0 4px #67c79e26}.franchise-login-form button,.franchise-password button,.franchise-filters button,.franchise-checkout button,.franchise-receive{background:linear-gradient(125deg,var(--fr-deep),var(--fr-teal));color:#fff;min-height:47px;font:inherit;cursor:pointer;border:0;border-radius:12px;font-weight:900;box-shadow:0 10px 24px #0b6d7233}.franchise-login-form button:disabled,.franchise-password button:disabled,.franchise-checkout button:disabled{opacity:.6}.franchise-login-form>a{text-align:center;color:var(--fr-muted);font-size:13px;text-decoration:none}.franchise-shell{background:var(--fr-bg);min-height:100vh}.franchise-sidebar{z-index:50;box-sizing:border-box;color:#fff;background:linear-gradient(#063940,#075862 57%,#0d796f);flex-direction:column;width:290px;padding:25px 18px 18px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto;box-shadow:12px 0 38px #083f4624}.franchise-sidebar>.franchise-brand{border-bottom:1px solid #ffffff21;padding:0 8px 21px}.franchise-identity{background:#ffffff14;border:1px solid #ffffff1f;border-radius:15px;align-items:center;gap:11px;margin:19px 3px;padding:14px;display:flex;position:relative}.franchise-identity>span{background:linear-gradient(145deg,#ffc45f,var(--fr-orange));color:#173e42;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.franchise-identity div{flex-direction:column;min-width:0;display:flex}.franchise-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.franchise-identity small{color:#b5ddd5;margin-top:3px}.franchise-identity em{color:#f7bd64;letter-spacing:1px;text-transform:uppercase;font-size:8px;font-style:normal;position:absolute;top:7px;right:9px}.franchise-sidebar nav{gap:4px;display:grid}.franchise-sidebar nav>p{color:#75bdb6;letter-spacing:.14em;margin:15px 10px 4px;font-size:9px;font-weight:900}.franchise-sidebar nav>a{color:#c9e2dd;border-radius:11px;align-items:center;gap:11px;padding:11px 12px;font-size:13px;font-weight:700;text-decoration:none;display:flex}.franchise-sidebar nav>a>span{color:#8ce0bd;background:#67c79e24;border-radius:8px;place-items:center;width:29px;height:29px;display:grid}.franchise-sidebar nav>a:hover,.franchise-sidebar nav>a.active{color:#fff;background:#ffffff1a}.franchise-sidebar nav>a.active{box-shadow:inset 3px 0 var(--fr-orange)}.franchise-sidebar nav>a.active>span{background:var(--fr-orange);color:#173e42}.franchise-logout{color:#fff;cursor:pointer;background:#ffffff12;border:1px solid #ffffff2b;border-radius:11px;margin-top:auto;padding:12px;font-weight:800}.franchise-main{flex-direction:column;min-height:100vh;margin-left:290px;display:flex}.franchise-header{z-index:30;box-sizing:border-box;border-bottom:1px solid var(--fr-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;align-items:center;gap:16px;min-height:88px;padding:16px 34px;display:flex;position:sticky;top:0}.franchise-header h1{margin:0 0 4px;font-size:24px}.franchise-header p{color:var(--fr-muted);margin:0;font-size:13px}.franchise-header-user{align-items:center;gap:10px;margin-left:auto;display:flex}.franchise-header-user>span{background:linear-gradient(135deg,var(--fr-deep),var(--fr-teal));color:#fff;border-radius:12px;place-items:center;width:40px;height:40px;font-weight:900;display:grid}.franchise-header-user div{flex-direction:column;display:flex}.franchise-header-user small{color:var(--fr-muted);font-size:10px}.franchise-header-user strong{font-size:13px}.franchise-menu-button{background:var(--fr-deep);color:#fff;border:0;border-radius:10px;width:39px;height:39px;display:none}.franchise-page{flex:1;padding:28px 34px}.franchise-footer{border-top:1px solid var(--fr-line);color:var(--fr-muted);background:#fff;justify-content:space-between;padding:17px 34px;font-size:11px;display:flex}.franchise-welcome{color:#fff;background:linear-gradient(120deg,#063c43,#08727a 57%,#4bb889);border-radius:22px;justify-content:space-between;align-items:center;gap:24px;padding:34px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 45px #083f462b}.franchise-welcome:after{content:"";border:44px solid #ffffff0f;border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-65px}.franchise-welcome h2{margin:8px 0;font-size:29px}.franchise-welcome>div>span{color:#d3ebe5}.franchise-welcome>div:last-child{z-index:1;background:#ffffff17;border:1px solid #ffffff29;border-radius:14px;min-width:195px;padding:15px;display:grid;position:relative}.franchise-welcome small{color:#bce1d9}.franchise-welcome strong{margin:4px 0;font-size:20px}.franchise-welcome em{color:#ffc66e;text-transform:uppercase;font-size:11px;font-style:normal}.franchise-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0;display:grid}.franchise-stats article{border:1px solid var(--fr-line);background:#fff;border-radius:16px;align-items:center;gap:13px;padding:18px;display:flex}.franchise-stats article>span{width:43px;height:43px;color:var(--fr-teal);background:#e2f5ed;border-radius:12px;place-items:center;font-weight:900;display:grid}.franchise-stats div{flex-direction:column;display:flex}.franchise-stats small{color:var(--fr-muted)}.franchise-stats strong{margin-top:4px;font-size:19px}.franchise-panel{border:1px solid var(--fr-line);background:#fff;border-radius:21px;padding:28px;box-shadow:0 12px 34px #083f460f}.franchise-panel>header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:23px;display:flex}.franchise-panel header h2{margin:6px 0 4px;font-size:24px}.franchise-panel header>div>span{color:var(--fr-muted);font-size:14px}.franchise-ready{color:var(--fr-teal);background:#e4f5ed;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900}.franchise-profile-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.franchise-profile-grid article,.franchise-order-meta article,.franchise-mini-stats article,.franchise-checkout article{border:1px solid var(--fr-line);background:linear-gradient(145deg,#fff,#f2faf7);border-radius:14px;flex-direction:column;min-width:0;padding:15px;display:flex}.franchise-profile-grid small,.franchise-order-meta small,.franchise-mini-stats small,.franchise-checkout small{color:var(--fr-muted);font-size:11px}.franchise-profile-grid strong,.franchise-order-meta strong,.franchise-mini-stats strong,.franchise-checkout strong{overflow-wrap:anywhere;margin-top:5px;font-size:14px}.franchise-qr{background:#edf8f4;border-radius:16px;align-items:center;gap:18px;margin-top:20px;padding:18px;display:flex}.franchise-qr img{object-fit:contain;background:#fff;border-radius:12px;width:105px;height:105px}.franchise-qr div{flex-direction:column;display:flex}.franchise-qr small{color:var(--fr-muted)}.franchise-qr strong{margin-top:5px}.franchise-password form{background:#f3faf7;border-radius:17px;grid-template-columns:1fr 1fr;gap:16px;max-width:620px;padding:22px;display:grid}.franchise-password label:first-child,.franchise-password button{grid-column:1/-1}.franchise-table-tools,.franchise-filters,.franchise-order-field,.franchise-checkout,.franchise-order-meta,.franchise-mini-stats{align-items:flex-end;gap:13px;margin-bottom:15px;display:flex}.franchise-table-tools{justify-content:space-between}.franchise-table-tools label{color:var(--fr-muted);align-items:center;gap:9px;font-size:12px;display:flex}.franchise-table-tools input,.franchise-filters input,.franchise-order-field input,.franchise-order-field select{height:43px}.franchise-table-tools input{border:1px solid #c9ddd9;border-radius:11px;outline:none;width:245px;padding:0 13px}.franchise-filters{background:#f0f8f5;border-radius:15px;padding:15px}.franchise-filters label{min-width:180px}.franchise-filters button{min-width:95px;height:43px;min-height:0;box-shadow:none}.franchise-table-wrap{border:1px solid var(--fr-line);border-radius:16px;width:100%;overflow:auto}.franchise-table-wrap table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:13px}.franchise-table-wrap th{color:#fff;text-align:left;letter-spacing:.03em;background:linear-gradient(130deg,#07555d,#0b7b76);padding:14px 15px;font-size:11px}.franchise-table-wrap td{color:#315453;border-bottom:1px solid #e5efec;padding:14px 15px}.franchise-table-wrap tbody tr:nth-child(2n){background:#f6fbf9}.franchise-table-wrap tbody tr:hover{background:#eaf7f2}.franchise-state{min-height:155px;color:var(--fr-muted);background:#f7fcfa;border:1px dashed #c9e0da;border-radius:16px;justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.franchise-state>span{border:3px solid #c6ded7;border-top-color:var(--fr-teal);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite fr-spin}.franchise-link{color:var(--fr-teal);cursor:pointer;background:0 0;border:0;font-weight:900}.franchise-status{color:#966500;background:#fff0d1;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:900;display:inline-flex}.franchise-status--delivered,.franchise-status--confirmed{color:#167348;background:#dcf3e5}.franchise-status--shipped{color:#24628c;background:#deeffb}.franchise-status--cancelled{color:#a13530;background:#ffe0dd}.franchise-primary-link,.franchise-secondary-link{background:linear-gradient(125deg,var(--fr-deep),var(--fr-teal));color:#fff;border-radius:11px;padding:11px 14px;font-size:12px;font-weight:900;text-decoration:none}.franchise-secondary-link{color:var(--fr-teal);background:#e7f5ef}.franchise-order-field{background:#f1f9f6;border-radius:16px;align-items:end;padding:17px}.franchise-order-field label{flex:1}.franchise-qty{border:1px solid #c9ddd9;border-radius:9px;width:75px;height:37px;padding:0 8px}.franchise-checkout{justify-content:flex-end;margin:18px 0 0}.franchise-checkout article{min-width:125px}.franchise-checkout button{height:48px;padding:0 20px}.franchise-order-meta,.franchise-mini-stats{grid-template-columns:repeat(4,1fr);display:grid}.franchise-mini-stats{grid-template-columns:repeat(3,1fr)}.franchise-receive{margin:18px 0 0 auto;padding:0 22px;display:block}.franchise-action{color:#fff;cursor:pointer;border:0;border-radius:9px;padding:7px 11px;font-weight:800}.franchise-action.confirm{background:#23865a}.franchise-action.cancel{background:#c44a43}.franchise-backdrop{display:none}@keyframes fr-spin{to{transform:rotate(360deg)}}@media (width<=1000px){.franchise-profile-grid,.franchise-order-meta{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.franchise-login{grid-template-columns:1fr}.franchise-login-showcase{min-height:300px;padding:30px}.franchise-login-showcase>div{margin:55px 0 20px}.franchise-login-showcase h1{font-size:36px}.franchise-sidebar{transition:all .25s;transform:translate(-105%)}.franchise-sidebar.open{transform:none}.franchise-main{margin-left:0}.franchise-menu-button{display:block}.franchise-backdrop{z-index:45;background:#0532378c;border:0;display:block;position:fixed;inset:0}.franchise-header{padding:14px 20px}.franchise-page{padding:22px 20px}.franchise-footer{padding:15px 20px}.franchise-stats{grid-template-columns:1fr}.franchise-welcome{flex-direction:column;align-items:flex-start}}@media (width<=650px){.franchise-login-form{padding:20px}.franchise-login-form form{padding:25px}.franchise-header p,.franchise-header-user div{display:none}.franchise-header h1{font-size:19px}.franchise-panel{padding:19px}.franchise-panel>header{flex-direction:column}.franchise-profile-grid,.franchise-password form,.franchise-mini-stats,.franchise-order-meta{grid-template-columns:1fr}.franchise-password label:first-child,.franchise-password button{grid-column:auto}.franchise-filters,.franchise-order-field,.franchise-checkout{flex-direction:column;align-items:stretch}.franchise-filters label{min-width:0}.franchise-table-tools{flex-direction:column;align-items:stretch}.franchise-table-tools label{display:grid}.franchise-table-tools input{box-sizing:border-box;width:100%}.franchise-footer{text-align:center;display:block}.franchise-footer span:last-child{display:none}}:root{color:#17351f;font-synthesis:none;text-rendering:optimizelegibility;background:#f4f8f2;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}a{color:inherit}button,.button{cursor:pointer;border:0;border-radius:8px;padding:.7rem 1rem}.topbar{color:#fff;background:#164b2d;justify-content:space-between;align-items:center;min-height:68px;padding:0 5vw;display:flex}.topbar nav{gap:1.25rem;display:flex}.brand{font-size:1.2rem;font-weight:800;text-decoration:none}.hero,.centered-page{place-items:center;min-height:calc(100vh - 68px);padding:2rem;display:grid}.hero>div{text-align:center;max-width:760px}.hero h1{margin:.2em 0;font-size:clamp(2.5rem,7vw,5.5rem)}.eyebrow{color:#438e52;letter-spacing:.12em;text-transform:uppercase;font-weight:800}.panel{background:#fff;border-radius:18px;width:min(100%,620px);padding:2rem;box-shadow:0 18px 50px #17351f1a}.portal-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.portal-shell aside{color:#fff;flex-direction:column;gap:1rem;padding:2rem 1.25rem;display:flex}.portal-shell aside a{text-decoration:none}.portal-shell main{padding:2rem}.user-theme aside{background:#164b2d}.admin-theme aside{background:#17233f}@media (width<=720px){.portal-shell{grid-template-columns:1fr}.portal-shell aside{min-height:auto}.topbar{flex-direction:column;align-items:flex-start;gap:.75rem;padding-block:1rem}}
