@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);*{box-sizing:border-box;font-family:Nunito Sans,sans-serif;font-style:normal;margin:0;padding:0}.App{width:100%}@media only screen and (max-width:600px){body{margin:0 auto;width:100%}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#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-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;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%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.FeatureGrid_wrapper__00758{background:radial-gradient(circle at top left,#e1f0c4b3,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef);border-top:1px solid #7cc6522e;overflow:hidden;padding:72px 0;position:relative;width:100%}.FeatureGrid_inner__cXsEx{margin:0 auto;width:min(1200px,92%)}.FeatureGrid_titleSection__joL5n{color:#12321f;display:inline-block;font-size:clamp(26px,3vw,36px);font-weight:900;letter-spacing:-.5px;line-height:1.25;margin:0 0 36px;position:relative}.FeatureGrid_titleSection__joL5n:after{background:linear-gradient(90deg,#7cc652,#e1f0c4);border-radius:999px;bottom:-12px;content:"";height:5px;left:0;position:absolute;width:86px}.FeatureGrid_grid__WbYeO{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.FeatureGrid_card__MqrvD{background:#ffffffeb;border:1px solid #7cc65224;border-radius:24px;box-shadow:0 14px 35px #10182812;color:inherit;cursor:pointer;display:flex;flex-direction:column;min-height:100%;overflow:hidden;text-decoration:none;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.FeatureGrid_card__MqrvD:hover{border-color:#7cc65273;box-shadow:0 24px 55px #10182821;transform:translateY(-10px)}.FeatureGrid_image__xfiqk{background:#edf5e6;height:220px;overflow:hidden;position:relative}.FeatureGrid_image__xfiqk:after{background:linear-gradient(180deg,#0000 45%,#00000038);content:"";inset:0;opacity:.7;pointer-events:none;position:absolute}.FeatureGrid_image__xfiqk img{display:block;height:100%;object-fit:cover;transition:transform .65s ease,filter .35s ease;width:100%}.FeatureGrid_card__MqrvD:hover .FeatureGrid_image__xfiqk img{filter:saturate(1.08);transform:scale(1.1)}.FeatureGrid_content__-u1JK{display:flex;flex:1 1;flex-direction:column;padding:24px}.FeatureGrid_category__Dvg5S{background:#e1f0c4a6;border-radius:999px;color:#4f9b2e;font-size:12px;font-weight:800;letter-spacing:.5px;line-height:1;padding:7px 11px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FeatureGrid_content__-u1JK h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#172033;display:-webkit-box;font-size:19px;font-weight:800;line-height:1.42;margin:15px 0 10px;overflow:hidden;transition:color .3s ease}.FeatureGrid_card__MqrvD:hover h3{color:#62ad3b}.FeatureGrid_content__-u1JK p{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#667085;display:-webkit-box;font-size:14.5px;line-height:1.75;margin:0;overflow:hidden}@media(max-width:1024px){.FeatureGrid_wrapper__00758{padding:60px 0}.FeatureGrid_grid__WbYeO{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.FeatureGrid_wrapper__00758{padding:48px 0}.FeatureGrid_inner__cXsEx{width:min(100% - 28px,1200px)}.FeatureGrid_titleSection__joL5n{font-size:26px;margin-bottom:30px}.FeatureGrid_grid__WbYeO{gap:20px;grid-template-columns:1fr}.FeatureGrid_image__xfiqk{height:210px}.FeatureGrid_content__-u1JK{padding:20px}.FeatureGrid_content__-u1JK h3{font-size:18px}}.Footer_wrapper__kXDlr{background:radial-gradient(circle at top left,#e1f0c4a6,#0000 34%),linear-gradient(180deg,#fbfff7,#f4f9ef);border-top:1px solid #7cc65229;overflow:hidden;padding-top:56px;position:relative;width:100%}.Footer_inner__wCQV\+{grid-gap:clamp(28px,3vw,44px);display:grid;gap:clamp(28px,3vw,44px);grid-template-columns:1.2fr repeat(4,1fr);margin:0 auto;padding-bottom:42px;width:min(1320px,92%)}.Footer_boxItem__T0UZB{min-width:0}.Footer_brand__RtMTN{display:flex;flex-direction:column;gap:14px}.Footer_logo__vQSgA{filter:drop-shadow(0 10px 20px rgba(124,198,82,.15));height:76px;object-fit:contain;width:250px}.Footer_desc__apOev{color:#667085;font-size:14.5px;line-height:1.8;margin:0;max-width:300px}.Footer_itemTitle__HHPQe{color:#163020;display:inline-block;font-size:17px;font-weight:900;letter-spacing:-.2px;margin:0 0 18px;padding-bottom:10px;position:relative}.Footer_itemTitle__HHPQe:after{background:linear-gradient(90deg,#7cc652,#d8efc8);border-radius:999px;bottom:0;content:"";height:4px;left:0;position:absolute;width:42px}.Footer_list__oEEhx{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.Footer_row__Y-eRU{align-items:flex-start;color:#667085;display:flex;font-size:14px;gap:12px;line-height:1.65}.Footer_icon__tf9am{color:#2f7d32;flex:0 0 18px;margin-top:2px;width:18px}.Footer_link__YC7LD{color:#667085;cursor:pointer;font-size:14px;position:relative;transition:color .25s ease,transform .25s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Footer_link__YC7LD:after{background:#7cc652;border-radius:999px;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.Footer_link__YC7LD:hover{color:#2f7d32;transform:translateX(4px)}.Footer_link__YC7LD:hover:after{width:100%}.Footer_social__Bb2OK{display:flex;gap:12px;margin-top:8px}.Footer_socialBtn__UkDSK{background:#ffffffc7;border:1px solid #7cc6522e;border-radius:50%;box-shadow:0 10px 20px #0f172a0a;color:#2f7d32;cursor:pointer;display:grid;height:42px;place-items:center;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;width:42px}.Footer_socialBtn__UkDSK:hover{background:linear-gradient(135deg,#7cc652,#2f7d32);box-shadow:0 16px 30px #7cc65238;color:#fff;transform:translateY(-4px)}.Footer_footerBottom__\+d177{align-items:center;background:linear-gradient(135deg,#0b6b5a,#0f513f);border-top:1px solid #ffffff14;display:flex;gap:18px;justify-content:space-between;overflow:hidden;padding:18px 5%;position:relative}.Footer_footerBottom__\+d177:before{background:radial-gradient(circle at top right,#ffffff14,#0000 26%);content:"";inset:0;pointer-events:none;position:absolute}.Footer_copyright__PaJtq{color:#ffffffeb;font-size:14px;line-height:1.6;margin:0}.Footer_payment__sQWpM{display:flex;flex-wrap:wrap;gap:10px}.Footer_pay__tnZec{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff24;border:1px solid #ffffff24;border-radius:999px;color:#fffffff2;font-size:12px;font-weight:800;letter-spacing:.4px;padding:7px 13px}@media(max-width:1200px){.Footer_inner__wCQV\+{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.Footer_wrapper__kXDlr{padding-top:48px}.Footer_inner__wCQV\+{gap:32px;grid-template-columns:repeat(2,1fr)}.Footer_logo__vQSgA{width:220px}.Footer_footerBottom__\+d177{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.Footer_wrapper__kXDlr{padding-top:40px}.Footer_inner__wCQV\+{gap:28px;grid-template-columns:1fr}.Footer_logo__vQSgA{width:200px}.Footer_itemTitle__HHPQe{font-size:16px}.Footer_desc__apOev,.Footer_link__YC7LD,.Footer_row__Y-eRU{font-size:14px}.Footer_footerBottom__\+d177{padding:16px}.Footer_payment__sQWpM{gap:8px}.Footer_pay__tnZec{font-size:11px;padding:6px 11px}}.Header_wrapper__3VxlQ{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border-bottom:1px solid #7cc65229;box-shadow:0 8px 30px #0f254414;height:82px;left:0;position:fixed;top:0;width:100%;z-index:1000}.Header_inner__\+3ytx{align-items:center;display:flex;gap:20px;height:100%;justify-content:space-between;margin:0 auto;max-width:1500px;padding:0 30px;width:100%}.Header_left__fQed4{align-items:center;display:flex;flex:1 1 auto;gap:30px;min-width:0}.Header_brand__HMaQL{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;padding:0}.Header_logo__F0cjZ{display:block;height:auto;max-width:120px;object-fit:contain;width:clamp(90px,6vw,120px)}.Header_nav__boTwQ{align-items:center;display:flex;flex:1 1 auto;gap:26px;min-width:0;white-space:nowrap}.Header_nav__boTwQ a{align-items:center;color:#1f2937;display:inline-flex;font-size:16px;font-weight:800;line-height:1.2;position:relative;text-decoration:none;transition:color .25s ease}.Header_nav__boTwQ a:after{background:linear-gradient(90deg,#7cc652,#2f7d32);border-radius:999px;bottom:-7px;content:"";height:3px;left:0;position:absolute;transition:width .25s ease;width:0}.Header_nav__boTwQ a:hover{color:#2f7d32}.Header_nav__boTwQ a:hover:after{width:100%}.Header_right__2yVqf{align-items:center;display:flex;flex:1 1 auto;gap:14px;justify-content:flex-end;min-width:0}.Header_right__2yVqf a{text-decoration:none}.Header_search__R5Rhg{align-items:center;background:#f8fafc;border:1px solid #7cc6522e;border-radius:14px;display:flex;flex:1 1 325px;gap:10px;height:42px;max-width:325px;min-width:170px;padding:0 14px;position:relative;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.Header_search__R5Rhg:hover{background:#fff;border-color:#7cc65261}.Header_search__R5Rhg:focus-within{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65224}.Header_search__R5Rhg input{background:#0000;border:none;color:#111827;flex:1 1;font-size:14px;height:100%;min-width:0;outline:none}.Header_search__R5Rhg input::placeholder{color:#98a2b3}.Header_searchIcon__Xd0cJ{color:#7cc652;flex-shrink:0;font-size:14px}.Header_result__MGeMJ{background:#fff;border:1px solid #7cc65229;border-radius:16px;box-shadow:0 18px 40px #0f254424;display:flex;flex-direction:column;left:0;max-height:360px;overflow-y:auto;padding:8px 0;position:absolute;top:calc(100% + 10px);width:100%;z-index:30}.Header_result__MGeMJ a{color:inherit;text-decoration:none}.Header_form-result__7ce6c{align-items:center;display:flex;gap:12px;padding:10px 14px;transition:background .2s ease}.Header_form-result__7ce6c img{border:1px solid #eef2f7;border-radius:10px;flex-shrink:0;height:48px;object-fit:cover;width:48px}.Header_form-result__7ce6c:hover{background:#f4f9ef;cursor:pointer}.Header_thumbFallback__GFi1O{align-items:center;background:#f3f4f6;border-radius:10px;color:#94a3b8;display:flex;flex-shrink:0;font-size:11px;height:48px;justify-content:center;width:48px}.Header_resultInfo__QTKOT{display:flex;flex-direction:column;gap:4px;min-width:0}.Header_nameProduct__TkS52{color:#334155;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Header_price__O-ocV{color:#2f7d32;font-size:13px;font-weight:800}.Header_emptyResult__ogoLu{color:#667085;font-size:14px;padding:14px;text-align:center}.Header_cartIcon__HK8D9{background:#f8fafc;border:1px solid #7cc65224;border-radius:12px;display:grid;flex-shrink:0;height:38px;place-items:center;position:relative;width:38px}.Header_cartIcon__HK8D9 a{align-items:center;color:#1f2937;display:inline-flex;justify-content:center}.Header_cartIcon__HK8D9 span{align-items:center;background:#2f7d32;border-radius:999px;color:#fff;display:flex;font-size:11px;font-weight:800;height:18px;justify-content:center;line-height:1;min-width:18px;padding:0 4px;position:absolute;right:-6px;top:-5px}.Header_iconCart__QaeSc{font-size:18px;transition:color .2s ease}.Header_iconCart__QaeSc:hover{color:#2f7d32}.Header_userBox__WNApG{align-items:center;display:flex;flex-shrink:0;gap:12px;min-width:0}.Header_helloUser__fMSbg{align-items:center;background:#f8fafc;border:1px solid #7cc65224;border-radius:14px;display:flex;flex-shrink:1;gap:6px;height:40px;max-width:180px;overflow:hidden;padding:0 11px;white-space:nowrap}.Header_helloText__b\+968{color:#667085;flex-shrink:0;font-size:14px}.Header_userName__Jcfn4{color:#111827;font-size:14px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Header_loginBtn__bYIgP{flex-shrink:0}.Header_loginBtn__bYIgP a{align-items:center;background:linear-gradient(135deg,#7cc652,#2f7d32);border-radius:14px;box-shadow:0 12px 24px #2f7d322e;color:#fff;display:inline-flex;font-size:15px;font-weight:900;gap:8px;height:42px;justify-content:center;min-width:102px;padding:0 18px;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.Header_loginBtn__bYIgP a:hover{box-shadow:0 16px 30px #2f7d323d;color:#fff;opacity:.95;transform:translateY(-2px)}.Header_userMenuBtn__5jnG8{align-items:center;background:linear-gradient(135deg,#7cc652,#2f7d32);border:none;border-radius:14px;color:#fff;display:inline-flex;font-size:15px;font-weight:900;gap:8px;height:42px;justify-content:center;min-width:118px;padding:0 16px;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.Header_userMenuBtn__5jnG8:active,.Header_userMenuBtn__5jnG8:focus,.Header_userMenuBtn__5jnG8:hover{background:linear-gradient(135deg,#6cb845,#246b28)!important;box-shadow:0 14px 28px #2f7d3238!important;color:#fff!important;transform:translateY(-2px)}.Header_logoutBtn__iAy6X{background:#0000;border:none;color:#dc2626;font-weight:700;padding:10px 16px;text-align:left;width:100%}.Header_btnMenuMobile__wBQwn{display:none;flex-shrink:0}.Header_btnMenuMobile__wBQwn button{align-items:center;background:#f4f9ef;border:none;border-radius:14px;color:#1f2937;display:inline-flex;font-size:18px;height:42px;justify-content:center;width:42px}.Header_mobileLogo__\+RDPX{height:auto;max-width:150px;object-fit:contain;width:150px}.Header_mobileSearch__BJOdm{align-items:center;background:#fff;border:1px solid #7cc6522e;border-radius:14px;display:flex;gap:10px;height:42px;margin-bottom:24px;padding:0 14px;width:100%}.Header_mobileSearch__BJOdm input{background:#0000;border:none;font-size:14px;height:100%;outline:none;width:100%}.Header_rowLeftMobile__Er\+TF ul{display:flex;flex-direction:column;gap:16px;margin:0;padding-left:0}.Header_rowLeftMobile__Er\+TF li{list-style:none}.Header_rowLeftMobile__Er\+TF a{color:#111827;font-size:17px;font-weight:800;text-decoration:none}.Header_mobileLogout__fxl79{background:#0000;border:none;color:#dc2626;font-size:17px;font-weight:800;padding:0}.Header_mobileLinkBtn__1Cu82,.Header_navLinkBtn__y5lqr{align-items:center;background:#0000;border:none;color:#1f2937;cursor:pointer;display:inline-flex;font-size:16px;font-weight:800;line-height:1.2;margin:0;padding:0;transition:color .25s ease;white-space:nowrap}.Header_mobileLinkBtn__1Cu82:hover,.Header_navLinkBtn__y5lqr:hover{color:#2f7d32}.Header_main-content__YPK4f{padding-top:82px}@media only screen and (min-width:1501px){.Header_logo__F0cjZ{max-width:70px;width:70px}}@media only screen and (max-width:1280px){.Header_inner__\+3ytx{padding:0 24px}.Header_logo__F0cjZ{max-width:120px;width:clamp(90px,6vw,120px)}.Header_nav__boTwQ{gap:22px}.Header_nav__boTwQ a{font-size:15px}.Header_search__R5Rhg{max-width:280px;min-width:180px}}@media only screen and (max-width:1140px){.Header_inner__\+3ytx{padding:0 20px}.Header_logo__F0cjZ{max-width:70px;width:clamp(125px,12vw,160px)}.Header_nav__boTwQ{gap:18px}.Header_nav__boTwQ a{font-size:14.5px}.Header_search__R5Rhg{max-width:220px;min-width:150px}.Header_loginBtn__bYIgP a{font-size:14px;min-width:92px;padding:0 14px}.Header_helloUser__fMSbg{max-width:130px;padding:0 8px}.Header_helloText__b\+968,.Header_userName__Jcfn4{font-size:13px}}@media only screen and (max-width:1040px){.Header_helloUser__fMSbg{display:none}.Header_search__R5Rhg{max-width:190px;min-width:130px}}@media only screen and (max-width:992px){.Header_nav__boTwQ,.Header_right__2yVqf{display:none}.Header_btnMenuMobile__wBQwn{display:block}.Header_left__fQed4{gap:0;justify-content:space-between;width:100%}.Header_logo__F0cjZ{max-width:90px;width:90px}}@media only screen and (max-width:576px){.Header_wrapper__3VxlQ{height:72px}.Header_main-content__YPK4f{padding-top:72px}.Header_inner__\+3ytx{padding:0 16px}.Header_logo__F0cjZ{max-width:70px;width:70px}.Header_btnMenuMobile__wBQwn button{font-size:16px;height:38px;width:38px}.Header_mobileLogo__\+RDPX{max-width:90px;width:90px}}.ProductsTab_wrapper__lenvt{background:radial-gradient(circle at top left,#e1f0c48c,#0000 30%),linear-gradient(180deg,#fbfff7,#f8fbf6);margin:0 auto;overflow:hidden;padding:90px 0;width:100%}.ProductsTab_wrapper__lenvt header{padding:10px 0 0;text-align:center}.ProductsTab_wrapper__lenvt header h1{background:#0000;color:#414141;font-family:Times New Roman,serif;font-size:32px;font-weight:400;letter-spacing:2px;margin-top:42px;text-transform:uppercase}.ProductsTab_wrapper__lenvt header .ProductsTab_leaf__kzp\+b{display:flex;justify-content:center;margin-bottom:28px;margin-top:10px}.ProductsTab_wrapper__lenvt header .ProductsTab_leaf__kzp\+b img{filter:drop-shadow(0 6px 10px rgba(15,157,116,.16));height:30px;object-fit:contain;opacity:.85;transform:scale(1.2)}.ProductsTab_wrapper__lenvt main{margin-top:18px}.ProductsTab_list-select__eOw1\+{margin-top:8px}.ProductsTab_list-select__eOw1\+ ul{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0;padding:0}.ProductsTab_list-select__eOw1\+ li{background:#ffffffbf;border:1px solid #0f9d741a;border-radius:999px;box-shadow:0 8px 22px #0f172a0a;color:#111827;cursor:pointer;font-size:13px;font-weight:900;letter-spacing:.6px;list-style:none;overflow:hidden;padding:10px 18px;position:relative;text-transform:uppercase;transition:background .25s ease,transform .2s ease,color .25s ease,box-shadow .25s ease}.ProductsTab_list-select__eOw1\+ li:before{background:linear-gradient(135deg,#0f9d7424,#0f9d7405);content:"";inset:0;opacity:0;position:absolute;transition:opacity .25s ease}.ProductsTab_list-select__eOw1\+ li:hover{background:#0f9d7414;box-shadow:0 12px 26px #0f9d741f;color:#0f9d74;transform:translateY(-2px)}.ProductsTab_list-select__eOw1\+ li:hover:before{opacity:1}.ProductsTab_active-list__5MsFc{animation:ProductsTab_activeTab__90eIz .35s ease;background:linear-gradient(135deg,#0f9d74,#2f7d32)!important;border-color:#0000!important;box-shadow:0 12px 26px #0f9d7440,inset 0 1px 0 #ffffff26!important;color:#fff!important;transform:translateY(-2px)}.ProductsTab_active-list__5MsFc:hover{background:linear-gradient(135deg,#0b8a66,#246b28)!important;color:#fff!important}.ProductsTab_main__qk6fe,.ProductsTab_productsGrid__DR2EG{animation:ProductsTab_fadeProducts__gE-Nu .45s ease;display:grid;justify-content:center;margin:24px auto 0;width:100%}.ProductsTab_main__qk6fe{gap:28px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));max-width:1320px}.ProductsTab_productsGrid__DR2EG{gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:1240px}.ProductsTab_main__qk6fe>*,.ProductsTab_productsGrid__DR2EG>*{animation:ProductsTab_cardShow__p8O8o .45s ease both;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd1;border:1px solid #0f9d7414;border-radius:22px;overflow:hidden;position:relative;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.ProductsTab_main__qk6fe>:after,.ProductsTab_productsGrid__DR2EG>:after{background:linear-gradient(90deg,#0000,#ffffffb3,#0000);content:"";height:220%;left:-120%;pointer-events:none;position:absolute;top:-60%;transform:rotate(22deg);transition:left .75s ease;width:55%;z-index:5}.ProductsTab_main__qk6fe>:hover,.ProductsTab_productsGrid__DR2EG>:hover{border-color:#0f9d742e;box-shadow:0 24px 48px #0f9d741f,0 10px 20px #0f172a0d;transform:translateY(-10px)}.ProductsTab_main__qk6fe>:hover:after,.ProductsTab_productsGrid__DR2EG>:hover:after{left:140%}.ProductsTab_main__qk6fe>:hover img,.ProductsTab_productsGrid__DR2EG>:hover img{transform:scale(1.06)}.ProductsTab_main__qk6fe>* img,.ProductsTab_productsGrid__DR2EG>* img{transition:transform .45s ease}.ProductsTab_main__qk6fe>:first-child,.ProductsTab_productsGrid__DR2EG>:first-child{animation-delay:.04s}.ProductsTab_main__qk6fe>:nth-child(2),.ProductsTab_productsGrid__DR2EG>:nth-child(2){animation-delay:.08s}.ProductsTab_main__qk6fe>:nth-child(3),.ProductsTab_productsGrid__DR2EG>:nth-child(3){animation-delay:.12s}.ProductsTab_main__qk6fe>:nth-child(4),.ProductsTab_productsGrid__DR2EG>:nth-child(4){animation-delay:.16s}.ProductsTab_main__qk6fe>:nth-child(5),.ProductsTab_productsGrid__DR2EG>:nth-child(5){animation-delay:.2s}.ProductsTab_bannerRow__eIs8k{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(2,1fr);margin:34px auto 0;max-width:1240px}.ProductsTab_bannerCol__QyJIE{background:#fff;border-radius:24px;box-shadow:0 18px 42px #0f254414;display:block;isolation:isolate;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ProductsTab_bannerCol__QyJIE:before{background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:420px;left:-130px;position:absolute;top:-80px;transform:rotate(20deg);transition:transform .8s ease;width:80px;z-index:2}.ProductsTab_bannerCol__QyJIE:hover{box-shadow:0 26px 60px #0f254424;transform:translateY(-6px)}.ProductsTab_bannerCol__QyJIE:hover:before{transform:translateX(900px) rotate(20deg)}.ProductsTab_bannerCol__QyJIE:hover .ProductsTab_bannerImg__y4cQA{transform:scale(1.07)}.ProductsTab_bannerImg__y4cQA{display:block;height:220px;object-fit:cover;transition:transform .45s ease;width:100%}@keyframes ProductsTab_activeTab__90eIz{0%{opacity:.6;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes ProductsTab_fadeProducts__gE-Nu{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ProductsTab_cardShow__p8O8o{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:992px){.ProductsTab_bannerRow__eIs8k{grid-template-columns:1fr}.ProductsTab_bannerImg__y4cQA{height:240px}}@media(max-width:600px){.ProductsTab_wrapper__lenvt{padding:22px 12px 0}.ProductsTab_wrapper__lenvt header h1{font-size:24px;letter-spacing:1px;margin-top:34px}.ProductsTab_list-select__eOw1\+ ul{gap:10px}.ProductsTab_list-select__eOw1\+ li{font-size:11px;padding:9px 13px}.ProductsTab_main__qk6fe,.ProductsTab_productsGrid__DR2EG{gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ProductsTab_bannerImg__y4cQA{height:190px}}@media(max-width:420px){.ProductsTab_main__qk6fe,.ProductsTab_productsGrid__DR2EG{grid-template-columns:1fr}}.CardBody_wrapper__9NYdi{background:linear-gradient(180deg,#fff,#fbfdf9);border:1px solid #7cc6521f;border-radius:24px;box-shadow:0 10px 30px #1018280d,inset 0 1px 0 #ffffffb3;height:100%;isolation:isolate;overflow:hidden;position:relative;transition:transform .38s ease,box-shadow .38s ease,border-color .38s ease;width:100%}.CardBody_wrapper__9NYdi:before{background:linear-gradient(135deg,#e1f0c42e,#0000 42%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease;z-index:0}.CardBody_wrapper__9NYdi:hover{border-color:#7cc65242;box-shadow:0 28px 55px #1018281f,0 10px 24px #2f7d3214;transform:translateY(-10px)}.CardBody_wrapper__9NYdi:hover:before{opacity:1}.CardBody_wrapper__9NYdi:hover .CardBody_productImg__ksis6{transform:scale(1.08)}.CardBody_wrapper__9NYdi:hover .CardBody_container__AVUEC{opacity:1;transform:translateY(0)}.CardBody_wrapper__9NYdi:hover .CardBody_name__LHwI3{color:#2f7d32}.CardBody_wrapper__9NYdi:hover .CardBody_imgInner__54EvK:after{opacity:1}.CardBody_img__GA7rP{padding:18px 18px 0;position:relative;width:100%;z-index:2}.CardBody_imgInner__54EvK{align-items:center;aspect-ratio:1/1;background:radial-gradient(circle at top left,#e1f0c480,#0000 45%),linear-gradient(180deg,#f9fcf6,#f3f8ef);border-radius:20px;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.CardBody_imgInner__54EvK:after{background:linear-gradient(180deg,#0000 40%,#0000000a);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease}.CardBody_productImg__ksis6{height:100%;object-fit:contain;opacity:0;padding:20px;transform:scale(.96);transition:opacity .35s ease,transform .45s ease;width:100%}.CardBody_showImg__UN8WP{opacity:1;transform:scale(1)}.CardBody_skeleton__Va\+1C{background:#eef2ea;inset:0;overflow:hidden;position:absolute}.CardBody_skeleton__Va\+1C:before{animation:CardBody_shimmer__\+B9tN 1.25s infinite;background:linear-gradient(90deg,#0000,#ffffffbf,#0000);content:"";height:100%;left:-160px;position:absolute;top:0;width:120px}@keyframes CardBody_shimmer__\+B9tN{to{left:130%}}.CardBody_fallback__kXLN5{color:#98a2b3;font-size:14px;font-weight:700}.CardBody_badge__wVdFD{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:999px;box-shadow:0 12px 24px #ef44443d;color:#fff;display:flex;font-size:12px;font-weight:900;height:30px;justify-content:center;left:14px;letter-spacing:.3px;min-width:58px;padding:0 10px;position:absolute;top:14px;z-index:10}.CardBody_container__AVUEC{bottom:14px;display:flex;flex-direction:column;gap:10px;opacity:0;position:absolute;right:24px;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;z-index:12}.CardBody_container__AVUEC button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:none;border-radius:50%;box-shadow:0 10px 24px #10182824,inset 0 1px 0 #ffffffb3;color:#1f2937;cursor:pointer;display:flex;height:44px;justify-content:center;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease;width:44px}.CardBody_container__AVUEC button:hover{background:linear-gradient(135deg,#2f7d32,#3d9a43);box-shadow:0 16px 28px #2f7d3238;color:#fff;transform:scale(1.08)}.CardBody_container__AVUEC button svg{font-size:15px}.CardBody_info__5fkR6{padding:20px 20px 24px;position:relative;z-index:2}.CardBody_name__LHwI3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#111827;display:-webkit-box;font-size:17px;font-weight:850;line-height:1.5;margin:0 0 16px;min-height:50px;overflow:hidden;transition:color .25s ease}.CardBody_priceRow__XQkm2{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.CardBody_oldPrice__Jq4-R{color:#9ca3af;font-size:14px;text-decoration:line-through}.CardBody_newPrice__Pja9c{color:#dc2626;font-size:24px;font-weight:950;letter-spacing:-.4px}.CardBody_wrapper__9NYdi:after{background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:200%;left:-120%;pointer-events:none;position:absolute;top:-40%;transform:rotate(24deg);transition:left .8s ease;width:55%}.CardBody_wrapper__9NYdi:hover:after{left:140%}@media(max-width:768px){.CardBody_wrapper__9NYdi{border-radius:18px}.CardBody_img__GA7rP{padding:14px 14px 0}.CardBody_imgInner__54EvK{border-radius:16px}.CardBody_productImg__ksis6{padding:16px}.CardBody_info__5fkR6{padding:16px 16px 20px}.CardBody_name__LHwI3{font-size:15px;min-height:auto}.CardBody_newPrice__Pja9c{font-size:20px}.CardBody_container__AVUEC{bottom:10px;opacity:1;right:18px;transform:translateY(0)}.CardBody_container__AVUEC button{height:40px;width:40px}}.ModalDetailProduct_wrapper__ExAAC .modal-content{background:#fff;border:none;border-radius:28px;box-shadow:0 30px 80px #0f172a38;overflow:hidden}.ModalDetailProduct_wrapper__ExAAC .modal-dialog{max-width:980px}.ModalDetailProduct_wrapper__ExAAC .modal-backdrop.show{opacity:.6}.ModalDetailProduct_modal-body__aqb9y{grid-gap:34px;background:radial-gradient(circle at top left,#e1f0c473,#0000 35%),#fff;display:grid;gap:34px;grid-template-columns:420px minmax(0,1fr);padding:28px}.ModalDetailProduct_img__Lz-XO{align-items:center;background:#f8fbf6;border:1px solid #7cc65224;border-radius:24px;display:flex;height:420px;justify-content:center;overflow:hidden;width:100%}.ModalDetailProduct_img__Lz-XO img{height:100%;object-fit:contain;padding:28px;transition:transform .4s ease;width:100%}.ModalDetailProduct_img__Lz-XO:hover img{transform:scale(1.05)}.ModalDetailProduct_content__PIsst{display:flex;flex-direction:column;min-width:0}.ModalDetailProduct_content__PIsst h2{color:#111827;font-size:34px;font-weight:900;line-height:1.3;margin:0 0 16px}.ModalDetailProduct_content__PIsst p{color:#4b5563;font-size:15px;line-height:1.8;margin-bottom:14px}.ModalDetailProduct_content__PIsst ul{margin-bottom:18px;padding-left:20px}.ModalDetailProduct_content__PIsst ul li{color:#4b5563;line-height:1.7;margin-bottom:10px}.ModalDetailProduct_content__PIsst img{border-radius:12px;max-width:100%}#ModalDetailProduct_price__62juy{align-items:center;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:999px;box-shadow:0 12px 24px #ef444438;color:#fff;display:inline-flex;font-size:28px;font-weight:900;letter-spacing:-.5px;margin-bottom:22px;padding:10px 18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ModalDetailProduct_btn-add-to-cart__OaAMm{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:28px}.ModalDetailProduct_form-quantity__2WZv\+{align-items:center;background:#fff;border:1px solid #dbe4d3;border-radius:14px;box-shadow:0 6px 18px #1018280d;display:flex;height:52px;overflow:hidden}.ModalDetailProduct_form-quantity__2WZv\+ button{background:#fff;border:none;color:#1f2937;cursor:pointer;font-size:20px;font-weight:800;height:52px;transition:.25s ease;width:52px}.ModalDetailProduct_form-quantity__2WZv\+ button:hover{background:#eef6e4;color:#2f7d32}.ModalDetailProduct_form-quantity__2WZv\+ input{background:#fff;border:1px solid #edf1ea;border-bottom:none;border-top:none;color:#111827;font-size:17px;font-weight:800;height:52px;outline:none;text-align:center;width:60px}.ModalDetailProduct_btn-add-cart__3YaBM{flex:1 1}.ModalDetailProduct_btn-add-cart__3YaBM button{background:linear-gradient(135deg,#2f7d32,#4f9b44);border:none;border-radius:14px;box-shadow:0 16px 28px #2f7d3238;color:#fff;cursor:pointer;font-size:15px;font-weight:900;height:52px;letter-spacing:.2px;min-width:240px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;width:100%}.ModalDetailProduct_btn-add-cart__3YaBM button:hover{background:linear-gradient(135deg,#276b2b,#42833b);box-shadow:0 20px 36px #2f7d3247;transform:translateY(-2px)}.ModalDetailProduct_content__PIsst::-webkit-scrollbar{width:6px}.ModalDetailProduct_content__PIsst::-webkit-scrollbar-thumb{background:#7cc65266;border-radius:999px}.ModalDetailProduct_modal-body__aqb9y{animation:ModalDetailProduct_modalFade__H0Cfl .3s ease}@keyframes ModalDetailProduct_modalFade__H0Cfl{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:992px){.ModalDetailProduct_modal-body__aqb9y{gap:24px;grid-template-columns:1fr}.ModalDetailProduct_img__Lz-XO{height:360px}.ModalDetailProduct_content__PIsst h2{font-size:28px}}@media(max-width:768px){.ModalDetailProduct_modal-body__aqb9y{padding:18px}.ModalDetailProduct_img__Lz-XO{border-radius:18px;height:300px}.ModalDetailProduct_img__Lz-XO img{padding:18px}.ModalDetailProduct_content__PIsst h2{font-size:24px}#ModalDetailProduct_price__62juy{font-size:22px}.ModalDetailProduct_btn-add-to-cart__OaAMm{align-items:stretch;flex-direction:column}.ModalDetailProduct_btn-add-cart__3YaBM{width:100%}.ModalDetailProduct_btn-add-cart__3YaBM button{min-width:0;min-width:auto}.ModalDetailProduct_form-quantity__2WZv\+{justify-content:center;width:100%}.ModalDetailProduct_form-quantity__2WZv\+ input{flex:1 1;max-width:90px}}@media(max-width:480px){.ModalDetailProduct_modal-body__aqb9y{padding:14px}.ModalDetailProduct_img__Lz-XO{height:240px}.ModalDetailProduct_content__PIsst h2{font-size:22px;line-height:1.4}#ModalDetailProduct_price__62juy{font-size:20px;justify-content:center;width:100%}}.ModalDetailProduct_mediaBox__ZN6bl{display:flex;flex-direction:column;gap:14px;width:45%}.ModalDetailProduct_mainMedia__QEH9F{align-items:center;background:#f7f7f7;border-radius:18px;display:flex;justify-content:center;min-height:360px;overflow:hidden;width:100%}.ModalDetailProduct_productImage__H44hB,.ModalDetailProduct_productVideo__VOsS8{display:block;height:360px;object-fit:contain;width:100%}.ModalDetailProduct_mediaThumbs__7vgeT{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.ModalDetailProduct_thumbItem__5mW7J{background:#f8fafc;border:2px solid #0000;border-radius:12px;cursor:pointer;flex:0 0 78px;height:78px;overflow:hidden;padding:0;position:relative;width:78px}.ModalDetailProduct_thumbItem__5mW7J img,.ModalDetailProduct_thumbItem__5mW7J video{height:100%;object-fit:cover;width:100%}.ModalDetailProduct_thumbItem__5mW7J.ModalDetailProduct_active__4G1uo{border-color:#6a994e}.ModalDetailProduct_videoThumb__fqxcd span{align-items:center;background:#000000a6;border-radius:50%;color:#fff;display:flex;font-size:13px;height:28px;inset:0;justify-content:center;margin:auto;position:absolute;width:28px}@media(max-width:768px){.ModalDetailProduct_mediaBox__ZN6bl{width:100%}.ModalDetailProduct_mainMedia__QEH9F{min-height:260px}.ModalDetailProduct_productImage__H44hB,.ModalDetailProduct_productVideo__VOsS8{height:260px}}.Slider_wrapper__ThUhd{margin-top:auto;width:100%}.Slider_slider__RKEks{background:linear-gradient(180deg,#dcfce78c,#fff3);border:1px solid #22c55e24;border-radius:10px;box-shadow:0 22px 55px #10182824;overflow:hidden;position:relative;width:100%}.Slider_track__pJmLD{display:flex;transition:transform .65s ease;will-change:transform}.Slider_slide__\+J1Bm{height:600px;min-width:100%;position:relative}.Slider_slide__\+J1Bm img{display:block;height:100%;object-fit:cover;transform:scale(1.02);width:100%}.Slider_slide__\+J1Bm:after{background:radial-gradient(circle at 20% 20%,#22c55e1f,#0000 45%),linear-gradient(180deg,#00000014,#00000005);content:"";inset:0;pointer-events:none;position:absolute}.Slider_dots__3ZOND{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff8c;border:1px solid #22c55e29;border-radius:999px;bottom:14px;display:flex;gap:8px;left:50%;padding:8px 10px;position:absolute;transform:translateX(-50%)}.Slider_dot__rSCXG{background:#22c55e47;border:none;border-radius:999px;cursor:pointer;height:9px;transition:transform .2s ease,background .2s ease;width:9px}.Slider_dot__rSCXG:hover{background:#22c55e73;transform:scale(1.15)}.Slider_dot__rSCXG.Slider_active__5yVTB{background:#22c55ebf;width:22px}.Slider_container__a9Rb9{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:26px auto 0;width:80%}.Slider_box__SMJoo{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #22c55e24;border-radius:16px;box-shadow:0 14px 30px #10182814;display:flex;gap:12px;padding:14px 16px;transition:transform .2s ease,box-shadow .2s ease}.Slider_box__SMJoo img{height:42px;object-fit:contain;width:42px}.Slider_box__SMJoo:hover{box-shadow:0 18px 38px #1018281f;transform:translateY(-2px)}.Slider_noBorder__lJW8Y{border-right:none}.Slider_info__9IjwW{display:flex;flex-direction:column;gap:2px}.Slider_title__TgR4a{color:#063b1c;font-weight:800}.Slider_desc__Gxisq{color:#334155;font-size:.92rem}@media only screen and (max-width:600px){.Slider_slide__\+J1Bm{height:260px}.Slider_container__a9Rb9{gap:14px;grid-template-columns:1fr 1fr;width:92%}.Slider_box__SMJoo{flex-direction:column;padding:12px;text-align:center}}@media only screen and (min-width:600px)and (max-width:1024px){.Slider_slide__\+J1Bm{height:380px}.Slider_container__a9Rb9{gap:18px;grid-template-columns:repeat(2,1fr);width:90%}.Slider_box__SMJoo{flex-direction:column;text-align:center}}.Chatbot_chatButton__bro3Q{align-items:center;animation:Chatbot_floatButton__RXT7h 3s ease-in-out infinite;background:#0000;border:none;border-radius:50%;bottom:24px;cursor:pointer;display:flex;height:72px;justify-content:center;outline:none;position:fixed;right:24px;transition:transform .3s ease,filter .3s ease;width:72px;z-index:999}.Chatbot_chatButton__bro3Q:hover{filter:drop-shadow(0 10px 25px rgba(0,0,0,.25));transform:scale(1.12)}.Chatbot_chatButton__bro3Q:active{transform:scale(.95)}.Chatbot_chatButton__bro3Q svg{color:#fff;font-size:26px}.Chatbot_chatImage__h58Ti{animation:Chatbot_pulseGlow__qnXta 2s infinite,Chatbot_shake__Sf7TU 5s infinite;box-shadow:0 10px 30px #0003,0 0 0 4px #ffffffe6;height:68px;width:68px}@keyframes Chatbot_floatButton__RXT7h{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes Chatbot_pulseGlow__qnXta{0%{box-shadow:0 0 0 0 #22c55e73,0 10px 30px #0003}70%{box-shadow:0 0 0 18px #22c55e00,0 10px 30px #0003}to{box-shadow:0 0 0 0 #22c55e00,0 10px 30px #0003}}@keyframes Chatbot_shake__Sf7TU{0%,to{transform:rotate(0deg)}2%{transform:rotate(-6deg)}4%{transform:rotate(6deg)}6%{transform:rotate(-4deg)}8%{transform:rotate(4deg)}10%{transform:rotate(0deg)}}.Chatbot_chatbotContainer__NSSw7{animation:Chatbot_slideIn__p-O5W .25s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #22c55e2e;border-radius:18px;bottom:95px;box-shadow:0 25px 60px #10182829;display:flex;flex-direction:column;height:78vh;overflow:hidden;position:fixed;right:20px;width:520px;z-index:1000}.Chatbot_chatbotContainer__NSSw7:before{background:radial-gradient(circle at 15% 10%,#22c55e2e,#0000 40%),radial-gradient(circle at 80% 30%,#10b9811f,#0000 45%),radial-gradient(circle at 35% 90%,#eab3081a,#0000 45%);content:"";inset:0;pointer-events:none;position:absolute}@keyframes Chatbot_slideIn__p-O5W{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.Chatbot_chatHeader__xDw47{align-items:center;background:linear-gradient(135deg,#dcfce7f2,#bbf7d0d9 45%,#86efacb3);border-bottom:1px solid #22c55e2e;color:#063b1c;display:flex;justify-content:space-between;padding:14px 16px;position:relative}.Chatbot_chatHeader__xDw47:after{background:radial-gradient(circle at 35% 35%,#22c55e4d,#22c55e1a 55%,#0000 70%);content:"";height:120px;pointer-events:none;position:absolute;right:-28px;top:-34px;transform:rotate(12deg);width:120px}.Chatbot_chatHeader__xDw47 h2{font-size:1rem;font-weight:700;letter-spacing:.2px;margin:0}.Chatbot_closeButton__7uEGu{align-items:center;background:#ffffff8c;border:1px solid #063b1c1a;border-radius:999px;color:#063b1c;cursor:pointer;display:flex;height:38px;justify-content:center;transition:transform .2s ease,background .2s ease;width:38px}.Chatbot_closeButton__7uEGu:hover{background:#ffffffbf;transform:scale(1.06)}.Chatbot_messageList__F6oAx{background:linear-gradient(180deg,#ffffff8c,#ffffff59),radial-gradient(circle at 20% 15%,#22c55e1a,#0000 45%),radial-gradient(circle at 80% 55%,#10b98114,#0000 50%);display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px;position:relative;z-index:1}.Chatbot_message__Tok-o{word-wrap:break-word;animation:Chatbot_popIn__XJbT2 .16s ease;border-radius:16px;font-size:.92rem;line-height:1.4;margin:2px 0;max-width:82%;padding:10px 14px;position:relative}@keyframes Chatbot_popIn__XJbT2{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Chatbot_userMessage__mSokB{align-self:flex-end;background:linear-gradient(135deg,#bbf7d0,#86efac 60%,#4ade80);box-shadow:0 8px 18px #22c55e2e;color:#063b1c}.Chatbot_userMessage__mSokB:after{background:#86efac;border-radius:3px;bottom:10px;content:"";height:14px;opacity:.95;position:absolute;right:-6px;transform:rotate(45deg);width:14px}.Chatbot_botMessage__mxCNL{align-self:flex-start;background:#ffffffeb;box-shadow:0 6px 14px #10182814}.Chatbot_botMessage__mxCNL:after{background:#ffffffeb;border-bottom:1px solid #22c55e24;border-left:1px solid #22c55e24;border-radius:3px;bottom:10px;content:"";height:14px;left:-6px;position:absolute;transform:rotate(45deg);width:14px}.Chatbot_messageContent__bbUYh{font-size:.92rem;line-height:1.45}.Chatbot_inputForm__5krWl{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border-top:1px solid #22c55e29;display:flex;gap:10px;padding:12px;position:relative;z-index:2}.Chatbot_input__OWY0y{background:#ffffffd9;border:1px solid #22c55e38;border-radius:999px;flex:1 1;font-size:.92rem;outline:none;padding:11px 14px;transition:box-shadow .25s ease,border-color .25s ease}.Chatbot_input__OWY0y:focus{border-color:#22c55e8c;box-shadow:0 0 0 4px #22c55e29}.Chatbot_input__OWY0y:disabled{background:#ffffff8c;cursor:not-allowed}.Chatbot_sendButton__mwL49{background:linear-gradient(135deg,#dcfce7,#86efac 55%,#22c55e);border:none;border-radius:999px;box-shadow:0 10px 20px #22c55e33;color:#05361a;cursor:pointer;font-weight:700;letter-spacing:.2px;padding:11px 16px;transition:transform .2s ease,filter .2s ease}.Chatbot_sendButton__mwL49:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-1px)}.Chatbot_sendButton__mwL49:active:not(:disabled){transform:translateY(0) scale(.99)}.Chatbot_sendButton__mwL49:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed}.Chatbot_typingIndicator__sDmBD{align-items:center;color:#16a34a;display:inline-flex;font-weight:600;gap:6px}.Chatbot_dots__tqoy0{display:inline-flex;gap:3px}.Chatbot_dots__tqoy0 span{animation:Chatbot_bounce__dUesb 1s infinite;background:#16a34aa6;border-radius:999px;height:6px;width:6px}.Chatbot_dots__tqoy0 span:nth-child(2){animation-delay:.12s}.Chatbot_dots__tqoy0 span:nth-child(3){animation-delay:.24s}@keyframes Chatbot_bounce__dUesb{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.Chatbot_messageList__F6oAx::-webkit-scrollbar{width:7px}.Chatbot_messageList__F6oAx::-webkit-scrollbar-track{background:#ffffff59}.Chatbot_messageList__F6oAx::-webkit-scrollbar-thumb{background:#22c55e59;border-radius:999px}.Chatbot_messageList__F6oAx::-webkit-scrollbar-thumb:hover{background:#22c55e8c}@media(max-width:640px){.Chatbot_chatbotContainer__NSSw7{height:75vh;left:12px;right:12px;width:auto}.Chatbot_chatButton__bro3Q{bottom:12px;right:12px}}.Chatbot_greetingBubble__IFxGm{animation:Chatbot_bubbleFade__9901Y .45s ease,Chatbot_floatBubble__g5jBV 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border:1px solid #22c55e2e;border-radius:18px;bottom:94px;box-shadow:0 12px 32px #0000001f,0 5px 12px #22c55e24;color:#063b1c;font-size:14px;font-weight:600;line-height:1.45;max-width:270px;padding:12px 16px;position:fixed;right:24px;z-index:999}.Chatbot_greetingBubble__IFxGm:after{background:#fffffff5;border-bottom:1px solid #22c55e2e;border-right:1px solid #22c55e2e;bottom:-7px;content:"";height:14px;position:absolute;right:28px;transform:rotate(45deg);width:14px}.Chatbot_chatImage__h58Ti{border-radius:50%;height:60px;object-fit:cover;width:60px}.Chatbot_headerInfo__LfAdZ{align-items:center;display:flex;gap:10px;position:relative;z-index:2}.Chatbot_headerInfo__LfAdZ h2{font-size:16px;font-weight:800;margin:0}.Chatbot_headerInfo__LfAdZ span{color:#15803d;display:block;font-size:12px;font-weight:600;margin-top:2px}.Chatbot_headerAvatar__GMJO\+{border-radius:50%;box-shadow:0 8px 18px #22c55e38;height:38px;object-fit:cover;width:38px}.Chatbot_messageRow__RdHMI{align-items:flex-end;animation:Chatbot_messageFadeUp__zJ-E5 .25s ease both;display:flex;gap:8px}.Chatbot_botRow__n9XUE{justify-content:flex-start}.Chatbot_userRow__LJg4m{justify-content:flex-end}.Chatbot_messageAvatar__gwVoo{animation:Chatbot_avatarPop__Abnif .25s ease both;border-radius:50%;box-shadow:0 6px 14px #22c55e2e;flex-shrink:0;height:32px;object-fit:cover;width:32px}.Chatbot_messageBubble__2w0Pt{border-radius:18px;line-height:1.5;max-width:78%;padding:11px 14px;position:relative;transition:transform .2s ease,box-shadow .2s ease;word-break:break-word}.Chatbot_messageBubble__2w0Pt:hover{transform:translateY(-1px)}.Chatbot_userMessage__mSokB{background:linear-gradient(135deg,#bbf7d0,#86efac 55%,#22c55e);border-bottom-right-radius:6px;box-shadow:0 10px 22px #22c55e33;color:#052e16}.Chatbot_botMessage__mxCNL{background:#fffffff2;border:1px solid #22c55e24;border-bottom-left-radius:6px;box-shadow:0 8px 20px #10182814;color:#0f172a}.Chatbot_messageContent__bbUYh{font-size:14px;line-height:1.5}.Chatbot_messageContent__bbUYh p{margin:0 0 8px}.Chatbot_messageContent__bbUYh p:last-child{margin-bottom:0}.Chatbot_messageContent__bbUYh strong{color:#15803d}.Chatbot_messageContent__bbUYh a{color:#16a34a;font-weight:700;text-decoration:underline}.Chatbot_messageContent__bbUYh ol,.Chatbot_messageContent__bbUYh ul{margin:8px 0;padding-left:18px}.Chatbot_messageContent__bbUYh li{margin-bottom:4px}.Chatbot_typingDots__-Bkkz{align-items:center;display:flex;gap:5px;height:20px;min-width:36px}.Chatbot_typingDots__-Bkkz span{animation:Chatbot_typingBounce__NMkrd 1s ease-in-out infinite;background:#22c55e;border-radius:50%;height:7px;width:7px}.Chatbot_typingDots__-Bkkz span:nth-child(2){animation-delay:.15s}.Chatbot_typingDots__-Bkkz span:nth-child(3){animation-delay:.3s}.Chatbot_previewBox__PK9Tq{animation:Chatbot_messageFadeUp__zJ-E5 .2s ease both;margin:10px 12px 0;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.Chatbot_previewImage__Jw453{border:2px solid #bbf7d0;border-radius:16px;box-shadow:0 10px 24px #22c55e2e;height:95px;object-fit:cover;width:95px}.Chatbot_removePreview__xL0vF{align-items:center;background:#ef4444;border:none;border-radius:50%;box-shadow:0 6px 14px #ef444447;color:#fff;cursor:pointer;display:flex;font-size:12px;height:26px;justify-content:center;position:absolute;right:-8px;top:-8px;width:26px}.Chatbot_chatImagePreview__PF3fY{border-radius:14px;box-shadow:0 8px 18px #1018281f;display:block;margin-bottom:8px;max-height:260px;max-width:100%;object-fit:cover;width:220px}.Chatbot_uploadButton__IcxXk{align-items:center;background:#dcfce7;border:none;border-radius:50%;color:#15803d;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:44px;justify-content:center;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;width:44px}.Chatbot_uploadButton__IcxXk:hover{background:#bbf7d0;box-shadow:0 8px 18px #22c55e2e;transform:translateY(-1px) scale(1.05)}.Chatbot_sendButton__mwL49{align-items:center;border-radius:50%;display:flex;height:44px;justify-content:center;min-width:46px;padding:0}.Chatbot_inputForm__5krWl{align-items:center}.Chatbot_input__OWY0y{height:44px}@keyframes Chatbot_bubbleFade__9901Y{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes Chatbot_floatBubble__g5jBV{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes Chatbot_messageFadeUp__zJ-E5{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes Chatbot_avatarPop__Abnif{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes Chatbot_typingBounce__NMkrd{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}@media(max-width:640px){.Chatbot_greetingBubble__IFxGm{bottom:86px;font-size:13px;max-width:240px;right:12px}.Chatbot_chatImagePreview__PF3fY{width:180px}}.Review_wrapper__jxRbm{background:radial-gradient(circle at top left,#e1f0c4bf,#0000 34%),radial-gradient(circle at bottom right,#7cc6521f,#0000 28%),linear-gradient(180deg,#fbfff7,#f4f9ef);border-top:1px solid #7cc6522e;overflow:hidden;padding:78px 0;position:relative;width:100%}.Review_inner__Z9RMG{grid-gap:clamp(34px,5vw,70px);align-items:flex-start;display:grid;gap:clamp(34px,5vw,70px);grid-template-columns:1fr 1fr;margin:0 auto;width:min(1240px,92%)}.Review_left__LkTq2 h2,.Review_right__GdGZT h2{color:#12321f;display:inline-block;font-size:clamp(24px,2.6vw,34px);font-weight:900;letter-spacing:-.4px;line-height:1.25;margin:0 0 34px;position:relative}.Review_left__LkTq2 h2:after,.Review_right__GdGZT h2:after{background:linear-gradient(90deg,#7cc652,#e1f0c4);border-radius:999px;bottom:-12px;content:"";height:5px;left:0;position:absolute;width:72px}.Review_reviewList__ebyEW{display:flex;flex-direction:column;gap:22px}.Review_reviewCard__7Ahqc{background:#fffffff0;border:1px solid #7cc65229;border-radius:22px;box-shadow:0 14px 35px #10182812;padding:24px;position:relative;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.Review_reviewCard__7Ahqc:hover{border-color:#7cc6526b;box-shadow:0 22px 50px #1018281f;transform:translateY(-6px)}.Review_reviewTop__RI\+s0{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.Review_userInfo__3CFCj{align-items:center;display:flex;gap:15px}.Review_userInfo__3CFCj img{border:3px solid #e1f0c4;border-radius:50%;box-shadow:0 8px 18px #7cc6522e;flex-shrink:0;height:54px;object-fit:cover;width:54px}.Review_userText__7VpoU h3{color:#172033;font-size:17px;font-weight:900;margin:0 0 4px}.Review_userText__7VpoU span{color:#667085;font-size:14px;font-style:italic}.Review_stars__cZhS0{align-items:center;color:#f6b81a;display:flex;flex-shrink:0;font-size:13px;gap:4px}.Review_reviewContent__tExOv{color:#475467;font-size:15.5px;font-style:italic;line-height:1.8;margin:0}.Review_faqList__\+bd9I{background:#ffffffd1;border:1px solid #7cc65229;border-radius:22px;box-shadow:0 14px 35px #10182812;overflow:hidden}.Review_faqItem__rJqjg{border-bottom:1px solid #7cc65224}.Review_faqItem__rJqjg:last-child{border-bottom:none}.Review_faqQuestion__ARSI4{align-items:center;background:#0000;border:none;color:#172033;cursor:pointer;display:flex;font-size:16.5px;font-weight:800;gap:18px;justify-content:space-between;padding:23px 24px;text-align:left;transition:color .25s ease,background .25s ease;width:100%}.Review_faqQuestion__ARSI4 svg{color:#7cc652;flex-shrink:0;font-size:14px;transition:transform .25s ease}.Review_faqQuestion__ARSI4:hover{background:#e1f0c452;color:#62ad3b}.Review_faqAnswer__Jo0Jv{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.Review_faqAnswer__Jo0Jv p{color:#667085;font-size:15px;line-height:1.75;margin:0;padding:0 24px}.Review_active__tsM7L .Review_faqQuestion__ARSI4{background:#e1f0c447;color:#62ad3b}.Review_active__tsM7L .Review_faqQuestion__ARSI4 svg{transform:rotate(180deg)}.Review_active__tsM7L .Review_faqAnswer__Jo0Jv{max-height:220px;padding-bottom:22px}@media(max-width:1024px){.Review_wrapper__jxRbm{padding:64px 0}.Review_inner__Z9RMG{gap:46px;grid-template-columns:1fr}}@media(max-width:640px){.Review_wrapper__jxRbm{padding:50px 0}.Review_inner__Z9RMG{width:min(100% - 28px,1240px)}.Review_left__LkTq2 h2,.Review_right__GdGZT h2{margin-bottom:30px}.Review_reviewCard__7Ahqc{border-radius:20px;padding:20px}.Review_reviewTop__RI\+s0{align-items:flex-start;flex-direction:column;gap:14px}.Review_userInfo__3CFCj img{height:50px;width:50px}.Review_faqList__\+bd9I{border-radius:20px}.Review_faqQuestion__ARSI4{font-size:15.5px;padding:19px 18px}.Review_faqAnswer__Jo0Jv p{font-size:14.5px;padding:0 18px}.Review_reviewContent__tExOv{font-size:15px;line-height:1.7}}.Combo_wrapper__w2qc4{background:linear-gradient(180deg,#fbfff7,#f4f9ef);border-top:2px solid rgba(124,198,82,.125);overflow:hidden;padding:90px 0;width:100%}.Combo_inner__C1JZ7{margin:0 auto;width:min(1240px,92%)}.Combo_top__qyotW{margin-bottom:36px;max-width:640px}.Combo_subTitle__6jIzR{align-items:center;background:#e1f0c4;border-radius:999px;color:#236414;display:inline-flex;font-size:13px;font-weight:800;letter-spacing:.4px;margin-bottom:14px;padding:8px 14px;text-transform:uppercase}.Combo_heading__NrXuX{color:#0b1b45;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.1;margin:0 0 12px}.Combo_text__rVi4V{color:#667085;font-size:17px;line-height:1.7;margin:0}.Combo_grid__180vc{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.Combo_card__RqgB4{border:1px solid #fffc;border-radius:30px;box-shadow:0 18px 45px #0f254414;cursor:pointer;isolation:isolate;min-height:500px;overflow:hidden;padding:30px;position:relative;transition:transform .35s ease,box-shadow .35s ease}.Combo_card__RqgB4:hover{box-shadow:0 28px 70px #0f254429;transform:translateY(-10px) scale(1.01)}.Combo_card__RqgB4:hover .Combo_imageBox__FUZX\+{transform:translateY(-10px) rotate(-2deg) scale(1.04)}.Combo_card__RqgB4:hover .Combo_image__6u9Ez{transform:scale(1.08)}.Combo_card__RqgB4:hover .Combo_shine__3TfrD{transform:translateX(130%) rotate(18deg)}.Combo_card__RqgB4:hover .Combo_arrow__YVvLC{transform:translateX(4px)}.Combo_green__6cMcf{background:linear-gradient(135deg,#effbdd,#d8efc8 48%,#bfe4b8)}.Combo_green__6cMcf .Combo_tag__t-vB7{background:#1373331f;color:#137333}.Combo_green__6cMcf .Combo_btn__boCBd{background:linear-gradient(135deg,#193f18,#2f7d32)}.Combo_green__6cMcf .Combo_bgIcon__Vxe\+V{color:#2f7d321f}.Combo_blue__Fy\+K9{background:linear-gradient(135deg,#f0f6ff,#dfe9f8 48%,#cfdef2)}.Combo_blue__Fy\+K9 .Combo_tag__t-vB7{background:#1d4ed81f;color:#1d4ed8}.Combo_blue__Fy\+K9 .Combo_btn__boCBd{background:linear-gradient(135deg,#12335f,#2563eb)}.Combo_blue__Fy\+K9 .Combo_bgIcon__Vxe\+V{color:#2563eb1c}.Combo_beige__QFmxT{background:linear-gradient(135deg,#fff8ee,#f6e9d8 48%,#efdcc3)}.Combo_beige__QFmxT .Combo_tag__t-vB7{background:#d455001f;color:#d45500}.Combo_beige__QFmxT .Combo_btn__boCBd{background:linear-gradient(135deg,#653b17,#d97706)}.Combo_beige__QFmxT .Combo_bgIcon__Vxe\+V{color:#d977061f}.Combo_shine__3TfrD{background:linear-gradient(90deg,#0000,#ffffff8c,#0000);height:680px;inset:-80px auto auto -120px;pointer-events:none;position:absolute;transform:translateX(-120%) rotate(18deg);transition:transform .8s ease;width:90px;z-index:4}.Combo_content__nebIP{position:relative;z-index:3}.Combo_tag__t-vB7{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:999px;display:inline-flex;font-size:12px;font-weight:900;gap:8px;height:32px;margin-bottom:18px;padding:0 13px;text-transform:uppercase}.Combo_title__oW8\+b{color:#071b49;font-size:26px;font-weight:900;line-height:1.25;margin:0 0 12px;min-height:66px}.Combo_desc__pU0B5{color:#4b5a72;font-size:15.5px;line-height:1.6;margin:0 0 18px;min-height:75px}.Combo_imageWrap__axui1{display:flex;justify-content:center;margin:18px 0 24px;position:relative;z-index:2}.Combo_imageBox__FUZX\+{background:#ffffffbf;border-radius:26px;box-shadow:inset 0 0 0 1px #ffffffd9,0 18px 40px #0f25441f;height:210px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;width:100%}.Combo_image__6u9Ez{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.Combo_noImage__OFbtu{background:#fff;color:#98a2b3;display:grid;font-weight:700;height:100%;place-items:center;width:100%}.Combo_priceBox__uMCl4{align-items:flex-end;display:flex;gap:10px;margin-bottom:22px;position:relative;z-index:3}.Combo_price__wJbY0{color:#071b49;font-size:30px;font-weight:950;line-height:1}.Combo_oldPrice__RGd54{color:#6f7d95;font-size:14px;margin-bottom:3px;text-decoration:line-through}.Combo_btn__boCBd{align-items:center;border:none;border-radius:15px;box-shadow:0 14px 26px #0919372e;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:900;gap:10px;height:48px;padding:0 18px;position:relative;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;z-index:3}.Combo_btn__boCBd:hover{box-shadow:0 18px 34px #0919373d;opacity:.95;transform:translateY(-2px)}.Combo_btn__boCBd:active{transform:translateY(0)}.Combo_arrow__YVvLC{transition:transform .25s ease}.Combo_bgIcon__Vxe\+V{bottom:-28px;font-size:150px;pointer-events:none;position:absolute;right:-22px;z-index:1}.Combo_stateBox__LAqig{grid-gap:12px;background:#fff;border-radius:24px;box-shadow:0 16px 40px #0f25440f;color:#667085;display:grid;font-weight:700;gap:12px;min-height:190px;place-items:center}.Combo_stateBox__LAqig p{margin:0}.Combo_loader__Rf6m9{animation:Combo_spin__5RGmZ .8s linear infinite;border:4px solid #e1f0c4;border-radius:50%;border-top-color:#2f7d32;height:34px;width:34px}@keyframes Combo_spin__5RGmZ{to{transform:rotate(1turn)}}@media(max-width:1100px){.Combo_grid__180vc{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.Combo_wrapper__w2qc4{padding:64px 0}.Combo_top__qyotW{margin-left:auto;margin-right:auto;text-align:center}.Combo_grid__180vc{grid-template-columns:1fr}.Combo_card__RqgB4{border-radius:24px;min-height:auto;padding:24px}.Combo_title__oW8\+b{font-size:23px;min-height:auto}.Combo_desc__pU0B5{min-height:auto}.Combo_imageBox__FUZX\+{height:220px}.Combo_price__wJbY0{font-size:27px}.Combo_bgIcon__Vxe\+V{font-size:110px}}.Combo_card__RqgB4{color:inherit}.Combo_btn__boCBd,.Combo_card__RqgB4{text-decoration:none}@media(max-width:480px){.Combo_wrapper__w2qc4{padding:52px 0}.Combo_inner__C1JZ7{width:min(100% - 28px,1240px)}.Combo_subTitle__6jIzR{font-size:11px;padding:7px 12px}.Combo_heading__NrXuX{font-size:30px}.Combo_text__rVi4V{font-size:15px}.Combo_card__RqgB4{padding:20px}.Combo_imageBox__FUZX\+{border-radius:20px;height:200px}.Combo_priceBox__uMCl4{flex-wrap:wrap}.Combo_btn__boCBd{justify-content:center;width:100%}}.Combo_marquee__Lxc2x{overflow:hidden;padding:10px 0 18px;width:100%}.Combo_marquee__Lxc2x:hover .Combo_track__LoRtF{animation-play-state:paused}.Combo_track__LoRtF{animation:Combo_comboMarquee__TtFin 28s linear infinite;display:flex;gap:28px;width:-webkit-max-content;width:max-content}@keyframes Combo_comboMarquee__TtFin{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.Combo_card__RqgB4{flex:0 0 390px;width:390px}.Admin_wrapper__ElWni{grid-gap:1%;display:grid;gap:1%;grid-template-columns:17% 79%;min-height:100vh;width:100%}@media only screen and (max-width:600px){.Admin_wrapper__ElWni{display:flex;flex-direction:column}}@media only screen and (min-width:600px)and (max-width:1024px){.Admin_wrapper__ElWni{grid-template-columns:35% 64%}}.Slidebar_wrapper__UxJkr{background:#fff;border-right:1px solid #dfe8cf;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;min-width:clamp(220px,18vw,250px);padding:18px 14px;width:clamp(220px,18vw,250px)}.Slidebar_brand__wUTYc{align-items:center;display:flex;gap:12px;margin-bottom:26px;padding:4px 6px}.Slidebar_brandIcon__n\+v2c{background:#e1f0c4;border:1px solid #d2e4af;box-shadow:0 8px 18px #e1f0c48c;color:#3f5f1f;flex-shrink:0;font-size:18px;height:45px;width:45px}.Slidebar_brandText__Febw1{min-width:0}.Slidebar_brandText__Febw1 h3{color:#1f2a1c;font-size:20px;font-weight:800;line-height:1.2;margin:0}.Slidebar_brandText__Febw1 span{color:#6f7d5d;display:block;font-size:12px;font-weight:500;margin-top:3px}.Slidebar_menuList__XFvPq{display:flex;flex:1 1;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.Slidebar_menuItem__dJs8E{align-items:center;border-radius:14px;box-sizing:border-box;color:#55634b;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:12px;min-height:48px;padding:0 14px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.Slidebar_menuItem__dJs8E:hover{background:#f4f8eb;color:#58792a}.Slidebar_menuItem__dJs8E.Slidebar_active__fxuPe{background:#e1f0c4;box-shadow:inset 3px 0 0 #99b86a;color:#48651f}.Slidebar_menuItem__dJs8E span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Slidebar_icon__vN-lp{align-items:center;display:flex;flex-shrink:0;font-size:15px;justify-content:center;width:18px}.Slidebar_footer__5aKtZ{align-items:center;border-top:1px solid #edf2e4;display:flex;gap:10px;justify-content:space-between;margin-top:22px;padding-top:16px}.Slidebar_adminInfo__Spol6{flex:1 1;gap:10px;min-width:0}.Slidebar_avatar__4euNS{background:#e1f0c4;border:1px solid #d2e4af;border-radius:50%;color:#4a6820;flex-shrink:0;font-size:17px;font-weight:800;height:38px;width:38px}.Slidebar_adminText__9tftD strong{color:#1f2a1c;display:block}.Slidebar_adminText__9tftD span{color:#7b876d;display:block;margin-top:2px}.Slidebar_footerActions__1OWUy{align-items:center;display:flex;flex-shrink:0;gap:6px}.Slidebar_footerBtn__mwGNj{align-items:center;background:#fff;border:1px solid #dfe8cf;border-radius:10px;color:#6c7960;cursor:pointer;display:flex;height:34px;justify-content:center;transition:all .2s ease;width:34px}.Slidebar_footerBtn__mwGNj:hover{background:#f6faef;border-color:#cfddb5;color:#58792a}.Slidebar_logoutBtn__6RzAr:hover{background:#fff1f1;border-color:#f1caca;color:#d85c5c}@media(max-width:1200px){.Slidebar_wrapper__UxJkr{min-width:230px;width:230px}}@media(max-width:992px){.Slidebar_wrapper__UxJkr{border-bottom:1px solid #dfe8cf;border-right:none;min-height:auto;min-width:100%;width:100%}.Slidebar_footer__5aKtZ{margin-top:16px}}@media(max-width:576px){.Slidebar_wrapper__UxJkr{padding:14px 12px}.Slidebar_menuItem__dJs8E{font-size:14px;min-height:44px;padding:0 12px}.Slidebar_brandText__Febw1 h3{font-size:16px}}.Slidebar_adminInfo__Spol6{align-items:center;display:flex;gap:12px}.Slidebar_avatarImage__P-4q9,.Slidebar_avatar__4euNS{border-radius:50%;flex-shrink:0;height:44px;width:44px}.Slidebar_avatar__4euNS{align-items:center;background:#e8f0dc;color:#1d2b1f;display:flex;font-size:16px;font-weight:700;justify-content:center;overflow:hidden}.Slidebar_avatarImage__P-4q9{border:1px solid #00000014;object-fit:cover}.Slidebar_adminText__9tftD{display:flex;flex-direction:column;min-width:0}.Slidebar_adminText__9tftD strong{color:#1d2b1f;font-size:14px;font-weight:700;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Slidebar_adminText__9tftD span{color:#6b7280;font-size:12px}.Slidebar_brandIcon__n\+v2c{align-items:center;background:#e8f0dc;border-radius:14px;box-shadow:0 4px 12px #00000014;display:flex;height:56px;justify-content:center;overflow:hidden;width:56px}.Slidebar_brandIcon__n\+v2c img{height:100%;object-fit:contain;padding:6px;width:100%}.Slidebar_copyright__54zw1{border-top:1px solid #e5e7eb;color:#9ca3af;font-size:12px;margin-top:14px;padding-top:10px;text-align:center}.HomePage_wrapper__zBSoW{border-radius:10px;color:#fff;margin-top:15px;padding:10px 20px}.ManageProducts_wrapper__C2fSP{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManageProducts_header__BGaME{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.ManageProducts_headerLeft__O8rkx h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageProducts_headerLeft__O8rkx p{color:#6b7280;font-size:15px;line-height:1.6;margin:0}.ManageProducts_headerRight__FbZSq{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.ManageProducts_searchBox__fPQF\+{min-width:320px}.ManageProducts_searchBox__fPQF\+ input{border:1px solid #dbe4d1;border-radius:14px;box-shadow:0 4px 14px #1018280a;color:#1f2937;font-size:15px;height:50px;outline:none;padding:0 18px;transition:all .25s ease}.ManageProducts_searchBox__fPQF\+ input:focus{border-color:#b8d98a;box-shadow:0 0 0 4px #e1f0c48c}.ManageProducts_searchBox__fPQF\+ input::placeholder{color:#9aa4b2}.ManageProducts_addButton__PRaDO{background:linear-gradient(135deg,#22c55e,#15b981);border:none;border-radius:14px;box-shadow:0 12px 24px #22c55e33;color:#fff;cursor:pointer;font-size:15px;font-weight:700;height:50px;padding:0 22px;transition:all .25s ease}.ManageProducts_addButton__PRaDO:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManageProducts_contentCard__PjhHb{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.ManageProducts_cardTop__wB7Q4{align-items:center;border-bottom:1px solid #eef2f6;display:flex;justify-content:space-between;padding:20px 22px 14px}.ManageProducts_resultText__HuYCk{color:#64748b;font-size:14px}.ManageProducts_resultText__HuYCk strong{color:#1f2937}.ManageProducts_tableWrap__fIGcE{overflow-x:auto;width:100%}.ManageProducts_productTable__9PVTB{border-collapse:collapse;min-width:900px;width:100%}.ManageProducts_productTable__9PVTB thead{background:#f8fbf1}.ManageProducts_productTable__9PVTB thead th{border-bottom:1px solid #edf2e5;color:#5f6f52;font-size:14px;font-weight:800;letter-spacing:.03em;padding:18px 20px;text-align:left;text-transform:uppercase}.ManageProducts_productTable__9PVTB tbody tr{transition:background .2s ease}.ManageProducts_productTable__9PVTB tbody tr:hover{background:#fcfef8}.ManageProducts_productTable__9PVTB tbody td{border-bottom:1px solid #eef2f6;padding:18px 20px;vertical-align:middle}.ManageProducts_imageBox__hU0a-{align-items:center;background:#e1f0c4;border:1px solid #d7e8b5;border-radius:18px;display:flex;height:78px;justify-content:center;overflow:hidden;width:78px}.ManageProducts_imageBox__hU0a- img{height:100%;object-fit:cover;width:100%}.ManageProducts_productInfo__LGOHQ{display:flex;flex-direction:column;gap:6px}.ManageProducts_productInfo__LGOHQ h4{color:#1f2937;font-size:18px;font-weight:700;line-height:1.4;margin:0}.ManageProducts_productInfo__LGOHQ span{color:#94a3b8;font-size:13px;word-break:break-all}.ManageProducts_typeBadge__8Brfw{align-items:center;background:#e1f0c4;border:1px solid #d2e7aa;border-radius:999px;color:#456329;display:inline-flex;font-size:13px;font-weight:700;padding:8px 14px}.ManageProducts_price__vqXwl{color:#111827;font-size:18px;font-weight:800;white-space:nowrap}.ManageProducts_actionGroup__FyiMH{flex-wrap:wrap;gap:10px}.ManageProducts_deleteBtn__J34wP,.ManageProducts_editBtn__-Q5Si{border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:700;height:40px;min-width:80px;padding:0 14px;transition:all .2s ease}.ManageProducts_editBtn__-Q5Si{background:#fff7db;border:1px solid #f4deb0;color:#9a6700}.ManageProducts_editBtn__-Q5Si:hover{background:#ffefb8}.ManageProducts_deleteBtn__J34wP{background:#ffe3e3;border:1px solid #ffc8c8;color:#c62828}.ManageProducts_deleteBtn__J34wP:hover{background:#ffd1d1}.ManageProducts_emptyState__yi1kL{color:#94a3b8;font-size:15px;padding:40px 20px;text-align:center}.ManageProducts_pagination__BPg97{align-items:center;display:flex;justify-content:center;padding:20px}.ManageProducts_pagination__BPg97 .ManageProducts_MuiPagination-root__Hj8va{background:#f8fbf1;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:10px 16px}@media(max-width:1200px){.ManageProducts_header__BGaME{align-items:stretch;flex-direction:column}.ManageProducts_headerRight__FbZSq{justify-content:space-between;width:100%}.ManageProducts_searchBox__fPQF\+{flex:1 1;min-width:260px}}@media(max-width:768px){.ManageProducts_wrapper__C2fSP{padding:18px}.ManageProducts_headerLeft__O8rkx h1{font-size:28px}.ManageProducts_headerRight__FbZSq{align-items:stretch;flex-direction:column}.ManageProducts_searchBox__fPQF\+{min-width:100%}.ManageProducts_addButton__PRaDO{width:100%}.ManageProducts_productTable__9PVTB{min-width:760px}.ManageProducts_price__vqXwl,.ManageProducts_productInfo__LGOHQ h4{font-size:16px}}.ManageProducts_actionGroup__FyiMH{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.ManageProducts_iconButton__Eu5px{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ManageProducts_editButton__sTnjm{color:#10b981}.ManageProducts_editButton__sTnjm:hover{background:#d1fae5;color:#047857}.ManageProducts_deleteButton__Q1yNn{color:#ef4444}.ManageProducts_deleteButton__Q1yNn:hover{background:#fee2e2;color:#b91c1c}.ManageProducts_searchBox__fPQF\+{position:relative;width:320px}.ManageProducts_searchBox__fPQF\+ input{background:#fff;border:1px solid #dbe2ea;border-radius:12px;font-size:14px;height:44px;padding:0 16px 0 40px;transition:all .2s ease;width:100%}.ManageProducts_searchBox__fPQF\+ input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.ManageProducts_searchIcon__bBb\+z{color:#94a3b8;font-size:14px;left:14px;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1024px){.Pagination_wrapper__Ulz2c{align-items:center;display:flex;height:100%;justify-content:center;width:100%}}.ModalUpdatePro_wrapper__8E98f .modal-content{border:none;border-radius:24px;box-shadow:0 20px 50px #0f172a29;overflow:hidden}.ModalUpdatePro_wrapper__8E98f .modal-header{background:linear-gradient(135deg,#f7fbef,#e1f0c4);border-bottom:1px solid #edf2f7;padding:22px 26px}.ModalUpdatePro_wrapper__8E98f .modal-title{color:#243127;font-size:24px;font-weight:800}.ModalUpdatePro_wrapper__8E98f .btn-close{box-shadow:none!important}.ModalUpdatePro_wrapper__8E98f .modal-body{background:#fff;padding:24px 26px}.ModalUpdatePro_wrapper__8E98f .modal-footer{background:#fcfdf9;border-top:1px solid #edf2f7;padding:20px 26px}.ModalUpdatePro_formGroup__DswMQ{margin-bottom:18px}.ModalUpdatePro_label__fM\+dg{color:#4b5563;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px}.ModalUpdatePro_input__WYFW0{background:#f9fbf6;border:1px solid #dbe4d1;border-radius:16px;color:#1f2937;font-size:15px;height:54px;outline:none;padding:0 18px;transition:all .25s ease;width:100%}.ModalUpdatePro_input__WYFW0:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.ModalUpdatePro_editor__rGtvz{border:1px solid #dbe4d1;border-radius:18px;overflow:hidden}.ModalUpdatePro_editor__rGtvz .tox-tinymce{border:none!important}.ModalUpdatePro_editor__rGtvz .tox .tox-toolbar,.ModalUpdatePro_editor__rGtvz .tox .tox-toolbar__primary{background:#f7fbef!important}.ModalUpdatePro_closeBtn__rBCWG{background:#fff!important;border:1px solid #dbe4d1!important;border-radius:14px!important;color:#4b5563!important;font-weight:700!important;height:46px;min-width:120px}.ModalUpdatePro_saveBtn__nAX18{background:linear-gradient(135deg,#22c55e,#16a34a)!important;border:none!important;border-radius:14px!important;box-shadow:0 12px 24px #22c55e38;color:#fff!important;font-weight:700!important;height:46px;min-width:140px}.ModalUpdatePro_saveBtn__nAX18:hover{box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.ModalUpdatePro_checkboxLabel__Rimsw{align-items:center;color:#263820;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px}.ModalUpdatePro_checkboxLabel__Rimsw input{accent-color:#7ca943;cursor:pointer;height:18px;width:18px}.ModalUpdatePro_helpText__6HoUu{color:#6b7280;font-size:13px;margin:8px 0 0}.ModalUpdatePro_uploadBox__Q8qS4{cursor:pointer;display:block;width:100%}.ModalUpdatePro_uploadBox__Q8qS4 input{display:none}.ModalUpdatePro_uploadContent__qG-oK{align-items:center;background:linear-gradient(135deg,#f7fbef,#fff);border:2px dashed #bfdc8f;border-radius:18px;display:flex;flex-direction:column;justify-content:center;min-height:120px;transition:all .25s ease}.ModalUpdatePro_uploadContent__qG-oK:hover{background:#f4f9eb;border-color:#7ca943}.ModalUpdatePro_uploadContent__qG-oK span{color:#243127;font-size:16px;font-weight:700}.ModalUpdatePro_uploadContent__qG-oK small{color:#6b7280;font-size:13px;margin-top:6px}.ModalUpdatePro_previewWrap__PBEcf{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.ModalUpdatePro_previewImage__9lIHR{border:1px solid #dbe4d1;border-radius:16px;box-shadow:0 8px 18px #0f172a14;height:110px;object-fit:cover;width:110px}.ModalUpdatePro_previewVideo__uZOTA{background:#000;border-radius:12px;height:110px;object-fit:cover;width:140px}.AddProducts_wrapper__G\+c8B{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.AddProducts_header__\+SI0R{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.AddProducts_headerLeft__-yypS{align-items:flex-start;display:flex;gap:14px}.AddProducts_headerLeft__-yypS h1{color:#172033;font-size:38px;font-weight:800;line-height:1.2;margin:0 0 6px}.AddProducts_headerLeft__-yypS p{color:#7a8599;font-size:15px;line-height:1.6;margin:0}.AddProducts_backButton__vFes2{background:#e1f0c4;border:none;border-radius:14px;box-shadow:0 8px 20px #a5c37b2e;color:#26411c;cursor:pointer;font-size:24px;font-weight:700;height:46px;transition:all .25s ease;width:46px}.AddProducts_backButton__vFes2:hover{background:#d5eab0;transform:translateY(-1px)}.AddProducts_headerActions__g\+7oH{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.AddProducts_browseButton__s8NRc,.AddProducts_cancelButton__lKrMP,.AddProducts_primaryButton__H\+SFa,.AddProducts_saveButton__dT2hR,.AddProducts_secondaryButton__nXh94{border:none;cursor:pointer;font-weight:700;transition:all .25s ease}.AddProducts_browseButton__s8NRc:disabled,.AddProducts_cancelButton__lKrMP:disabled,.AddProducts_primaryButton__H\+SFa:disabled,.AddProducts_saveButton__dT2hR:disabled,.AddProducts_secondaryButton__nXh94:disabled{cursor:not-allowed;opacity:.7}.AddProducts_cancelButton__lKrMP{background:#edf2f7;border-radius:14px;color:#3d4a5c;font-size:15px;height:48px;padding:0 18px}.AddProducts_cancelButton__lKrMP:hover{background:#e3e9f0}.AddProducts_primaryButton__H\+SFa,.AddProducts_saveButton__dT2hR{background:linear-gradient(135deg,#22c55e,#15b981);border-radius:14px;box-shadow:0 12px 24px #22c55e33;color:#fff;font-size:15px;height:48px;padding:0 22px}.AddProducts_primaryButton__H\+SFa:hover,.AddProducts_saveButton__dT2hR:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.AddProducts_grid__Ly-H7{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,2.1fr) minmax(320px,.9fr)}.AddProducts_leftColumn__\+o5ZV,.AddProducts_rightColumn__79xqC{display:flex;flex-direction:column;gap:22px}.AddProducts_card__Muj7D{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.AddProducts_cardHeader__ZjU\+A{background:#fff;border-bottom:1px solid #eef2f6;padding:24px 26px}.AddProducts_cardHeader__ZjU\+A h3{color:#172033;font-size:18px;font-weight:800;margin:0}.AddProducts_cardBody__z3kHG{padding:24px 26px}.AddProducts_formGroup__v4ezC{display:flex;flex-direction:column;margin-bottom:18px}.AddProducts_formGroup__v4ezC:last-child{margin-bottom:0}.AddProducts_formGroup__v4ezC label{color:#243145;font-size:15px;font-weight:700;margin-bottom:10px}.AddProducts_formGroup__v4ezC input,.AddProducts_formGroup__v4ezC select{background:#fff;border:1px solid #d8e0ea;border-radius:14px;box-sizing:border-box;color:#1f2937;font-size:15px;height:54px;outline:none;padding:0 16px;transition:all .25s ease;width:100%}.AddProducts_formGroup__v4ezC input:focus,.AddProducts_formGroup__v4ezC select:focus{border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.AddProducts_formGroup__v4ezC input::placeholder,.AddProducts_formGroup__v4ezC select::placeholder{color:#96a0b2}.AddProducts_formGroup__v4ezC select{-webkit-appearance:none;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#7d8799 0),linear-gradient(135deg,#7d8799 50%,#0000 0);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:42px}.AddProducts_twoColumn__XSoc6{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.AddProducts_editorWrap__o4fg7{border:1px solid #d8e0ea;border-radius:16px;overflow:hidden}.AddProducts_editorWrap__o4fg7 .tox{border:none!important}.AddProducts_editorWrap__o4fg7 .tox-tinymce{border:none!important;border-radius:16px!important}.AddProducts_uploadArea__oGQ1C{width:100%}.AddProducts_uploadBox__3jzst{align-items:center;background:linear-gradient(180deg,#fbfdf7,#f7fbef);border:2px dashed #d8e8b6;border-radius:20px;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:240px;padding:30px 24px;text-align:center}.AddProducts_uploadBox__3jzst h4{color:#243145;font-size:24px;font-weight:800;margin:0}.AddProducts_uploadBox__3jzst p{color:#8390a3;font-size:14px;margin:0}.AddProducts_uploadIcon__9haDe{align-items:center;background:#e1f0c4;border-radius:50%;color:#32753f;display:flex;font-size:28px;font-weight:700;height:64px;justify-content:center;margin-bottom:4px;width:64px}.AddProducts_browseButton__s8NRc{background:#fff;border:1px solid #d8e0ea;border-radius:14px;color:#2a3446;font-size:15px;height:46px;margin-top:8px;min-width:150px;padding:0 18px}.AddProducts_browseButton__s8NRc:hover{background:#f7fafc}.AddProducts_previewGrid__wiIf9{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));margin-top:18px}.AddProducts_previewItem__q\+mgL{background:#f8fafc;border:1px solid #e5ebf2;border-radius:16px;height:130px;overflow:hidden;position:relative}.AddProducts_previewItem__q\+mgL img{display:block;height:100%;object-fit:cover;width:100%}.AddProducts_removePreview__cwaP\+{background:#111827cc;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:28px;line-height:1;position:absolute;right:8px;top:8px;transition:.2s ease;width:28px}.AddProducts_removePreview__cwaP\+:hover{background:#dc2626eb}.AddProducts_summaryBox__7q51a{background:#f8fbf1;border:1px solid #e1f0c4;border-radius:16px;display:flex;flex-direction:column;gap:6px;margin-top:6px;padding:16px}.AddProducts_summaryBox__7q51a span{color:#667085;font-size:13px}.AddProducts_summaryBox__7q51a strong{color:#1f2937;font-size:16px;font-weight:800}.AddProducts_tipsList__JdkRe{color:#5f6b7c;margin:0;padding-left:18px}.AddProducts_tipsList__JdkRe li{line-height:1.6;margin-bottom:10px}.AddProducts_tipsList__JdkRe li:last-child{margin-bottom:0}.AddProducts_actionBody__sv8Pi{display:flex;flex-direction:column;gap:12px}.AddProducts_secondaryButton__nXh94{background:#eef3f8;border-radius:14px;color:#374151;font-size:15px;height:48px;width:100%}.AddProducts_secondaryButton__nXh94:hover{background:#e6edf4}.AddProducts_primaryButton__H\+SFa{width:100%}@media(max-width:1200px){.AddProducts_grid__Ly-H7{grid-template-columns:1fr}.AddProducts_rightColumn__79xqC{order:-1}}@media(max-width:768px){.AddProducts_wrapper__G\+c8B{padding:18px}.AddProducts_header__\+SI0R{align-items:stretch;flex-direction:column}.AddProducts_headerLeft__-yypS h1{font-size:30px}.AddProducts_headerActions__g\+7oH{width:100%}.AddProducts_headerActions__g\+7oH button{flex:1 1}.AddProducts_twoColumn__XSoc6{grid-template-columns:1fr}.AddProducts_cardBody__z3kHG,.AddProducts_cardHeader__ZjU\+A{padding:18px}.AddProducts_uploadBox__3jzst{min-height:200px}.AddProducts_uploadBox__3jzst h4{font-size:20px}}.AddProducts_comboCheck__2tpfa{background:#f7fbf1;border:1px solid #dcebc2;border-radius:14px;margin-top:18px;padding:16px}.AddProducts_comboCheck__2tpfa p{color:#6b7280;font-size:13px;margin:8px 0 0}.AddProducts_checkboxLabel__NC2rI{align-items:center;color:#263820;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px}.AddProducts_checkboxLabel__NC2rI input{accent-color:#7ca943;cursor:pointer;height:18px;width:18px}.ManageOrder_manageOrderPage__\+pskl{background:#fff;box-sizing:border-box;min-height:100vh;padding:24px}.ManageOrder_headerRow__BnWla{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.ManageOrder_pageTitle__6jKzx{color:#1d2b1f;font-size:32px;font-weight:800;line-height:1.25;margin:0;word-break:break-word}.ManageOrder_pageDesc__fvpy4{color:#6f7d6a;font-size:16px;line-height:1.5;margin:8px 0 0;word-break:break-word}.ManageOrder_headerActions__fcGDR{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:16px;justify-content:flex-end;min-width:280px}.ManageOrder_searchBox__hTZHc{flex:0 0 260px;max-width:500px;min-width:500px}.ManageOrder_searchBox__hTZHc input{border:1px solid #d9e5c6;border-radius:16px;box-sizing:border-box;color:#2a3728;font-size:15px;height:52px;outline:none;padding:0 18px}.ManageOrder_searchBox__hTZHc input::placeholder{color:#8a9687}.ManageOrder_searchBox__hTZHc input:focus{border-color:#9fbe6f;box-shadow:0 0 0 3px #e1f0c4b3}.ManageOrder_tabs__MF6p9{border-bottom:1px solid #e6edd7;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;overflow-x:auto;scrollbar-width:thin}.ManageOrder_tabBtn__h2fYK{background:#0000;border:none;color:#71806c;cursor:pointer;font-size:15px;font-weight:600;padding:12px 4px 16px;position:relative;transition:color .2s ease;white-space:nowrap}.ManageOrder_tabBtn__h2fYK.ManageOrder_active__ZYI72{color:#4c8c45}.ManageOrder_tabBtn__h2fYK.ManageOrder_active__ZYI72:after{background:#6fbf73;border-radius:10px;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.ManageOrder_filterBar__vlWvJ{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px}.ManageOrder_filterLeft__ubBEp{display:flex;flex:1 1;flex-wrap:wrap;gap:12px}.ManageOrder_filterBtn__ZrOXO{background:#fff;border:1px solid #dbe8c5;border-radius:14px;color:#4b5b44;cursor:pointer;font-size:14px;font-weight:600;height:46px;padding:0 16px;transition:all .2s ease}.ManageOrder_filterBtn__ZrOXO:hover{background:#f4f8eb}.ManageOrder_filterRight__eP8AF{color:#6a7766;font-size:14px;white-space:nowrap}.ManageOrder_filterRight__eP8AF strong{color:#2f3f2b;font-weight:700}.ManageOrder_tableCard__\+wKWD{background:#fff;border:1px solid #e5ecd7;border-radius:22px;box-shadow:0 10px 30px #68824e0f;overflow:hidden}.ManageOrder_tableResponsive__hHHuy{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.ManageOrder_orderTable__j7Qie{border-collapse:collapse;min-width:980px;width:100%}.ManageOrder_orderTable__j7Qie thead{background:#f6faee}.ManageOrder_orderTable__j7Qie thead th{border-bottom:1px solid #ebf0e0;color:#73816e;font-size:13px;font-weight:800;letter-spacing:.3px;padding:16px 14px;text-align:left;text-transform:uppercase;white-space:nowrap}.ManageOrder_orderTable__j7Qie tbody tr{transition:background .2s ease}.ManageOrder_orderTable__j7Qie tbody tr:hover{background:#fbfdf7}.ManageOrder_orderTable__j7Qie tbody td{border-bottom:1px solid #edf2e5;color:#233021;font-size:14px;padding:16px 14px;vertical-align:middle}.ManageOrder_orderTable__j7Qie td:first-child,.ManageOrder_orderTable__j7Qie td:nth-child(2),.ManageOrder_orderTable__j7Qie th:first-child,.ManageOrder_orderTable__j7Qie th:nth-child(2){min-width:180px}.ManageOrder_orderTable__j7Qie td:nth-child(3),.ManageOrder_orderTable__j7Qie th:nth-child(3){min-width:150px}.ManageOrder_orderTable__j7Qie td:nth-child(4),.ManageOrder_orderTable__j7Qie td:nth-child(5),.ManageOrder_orderTable__j7Qie td:nth-child(6),.ManageOrder_orderTable__j7Qie th:nth-child(4),.ManageOrder_orderTable__j7Qie th:nth-child(5),.ManageOrder_orderTable__j7Qie th:nth-child(6){min-width:120px}.ManageOrder_orderTable__j7Qie td:nth-child(7),.ManageOrder_orderTable__j7Qie th:nth-child(7){min-width:140px}.ManageOrder_infoBlock__L1\+v5{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_infoBlock__L1\+v5 strong{color:#1f2d1e;font-size:15px;font-weight:700;line-height:1.35;word-break:break-word}.ManageOrder_infoBlock__L1\+v5 span{color:#73816e;font-size:13px;line-height:1.45;word-break:break-word}.ManageOrder_textClamp__QteIK{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-width:220px;overflow:hidden;word-break:break-word}.ManageOrder_moreProduct__86pd3{color:#4c8c45!important;font-weight:700}.ManageOrder_dateWrap__cRK4F{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_dateWrap__cRK4F strong{color:#263323;font-size:15px;word-break:break-word}.ManageOrder_dateWrap__cRK4F span{color:#8a9687;font-size:13px;word-break:break-word}.ManageOrder_customerWrap__y8ekl{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_customerWrap__y8ekl strong{color:#1f2d1e;font-size:15px;font-weight:700;word-break:break-word}.ManageOrder_orderCode__1CkgQ{color:#2daf67;font-size:15px;font-weight:800;word-break:break-word}.ManageOrder_addressCell__lFJwc{color:#5f6d5b;line-height:1.45;max-width:230px;word-break:break-word}.ManageOrder_productCell__QUxxu{color:#243322;font-weight:600;line-height:1.45;max-width:220px;word-break:break-word}.ManageOrder_totalPrice__1uivB{color:#172516;font-size:20px;font-weight:800;white-space:nowrap}.ManageOrder_paymentBadge__\+6eHC{background:#eff7de;border:1px solid #dfeccb;border-radius:999px;color:#557243;font-size:12px;padding:7px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ManageOrder_paymentBadge__\+6eHC,.ManageOrder_statusBadge__H9haX{align-items:center;display:inline-flex;font-weight:700;justify-content:center;white-space:nowrap}.ManageOrder_statusBadge__H9haX{border:1px solid #0000;border-radius:999px;font-size:13px;line-height:1.2;min-width:105px;padding:8px 12px;text-align:center}.ManageOrder_pending__wxFSl{background:#fff0df;border-color:#ffe1ba;color:#d6842b}.ManageOrder_confirmed__xkTEL{background:#e8f3ff;border-color:#cfe4ff;color:#2d78d2}.ManageOrder_shipping__yyNrR{background:#e8f0ff;border-color:#cfdefe;color:#2d6de0}.ManageOrder_completed__EnyR4{background:#e3f7e7;border-color:#c8eccf;color:#2e9e52}.ManageOrder_cancelled__LAieV{background:#fde7e7;border-color:#f8caca;color:#d94b4b}.ManageOrder_actionWrap__7bAwY{min-width:120px}.ManageOrder_actionBtn__ciwVC{border:none;border-radius:12px;cursor:pointer;font-size:13px;font-weight:700;padding:9px 12px;transition:all .2s ease;white-space:nowrap}.ManageOrder_actionBtn__ciwVC:hover{transform:translateY(-1px)}.ManageOrder_updateBtn__Cty5V{background:#e1f0c4;color:#36561b}.ManageOrder_updateBtn__Cty5V:hover{background:#d4e8ae}.ManageOrder_cancelBtn__S8-tR{background:#ffe4e4;color:#cf4545}.ManageOrder_cancelBtn__S8-tR:hover{background:#ffd6d6}.ManageOrder_disabledBtn__RhN\+E,.ManageOrder_lockBtn__-TgiO{background:#eef1ea;color:#899584;cursor:not-allowed}.ManageOrder_emptyState__J4OiJ{color:#7b8778;font-size:15px;font-weight:600;padding:32px!important;text-align:center}.ManageOrder_paginationWrap__clObj{background:#fcfef8;padding:18px 20px}.ManageOrder_paginationWrap__clObj,.ManageOrder_pagination__WKU23{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.ManageOrder_pagination__WKU23{gap:8px}@media(max-width:1200px){.ManageOrder_pageTitle__6jKzx{font-size:30px}.ManageOrder_searchBox__hTZHc{flex:1 1 320px;min-width:240px}.ManageOrder_orderTable__j7Qie{min-width:920px}}@media(max-width:992px){.ManageOrder_manageOrderPage__\+pskl{padding:16px}.ManageOrder_headerRow__BnWla{align-items:stretch;flex-direction:column}.ManageOrder_pageTitle__6jKzx{font-size:28px}.ManageOrder_pageDesc__fvpy4{font-size:15px}.ManageOrder_headerActions__fcGDR{align-items:stretch;flex-direction:column;min-width:0;width:100%}.ManageOrder_searchBox__hTZHc{flex:initial;min-width:100%;width:100%}.ManageOrder_exportBtn__\+kwcE{width:100%}.ManageOrder_filterBar__vlWvJ{align-items:stretch;flex-direction:column}.ManageOrder_filterLeft__ubBEp{width:100%}.ManageOrder_filterBtn__ZrOXO{flex:1 1 140px;min-width:140px}.ManageOrder_filterRight__eP8AF{text-align:left;white-space:normal;width:100%}.ManageOrder_orderTable__j7Qie{min-width:860px}}@media(max-width:768px){.ManageOrder_manageOrderPage__\+pskl{padding:14px}.ManageOrder_tabs__MF6p9{flex-wrap:nowrap;gap:18px}.ManageOrder_tabBtn__h2fYK{font-size:14px}.ManageOrder_actionWrap__7bAwY{flex-direction:column;flex-wrap:nowrap}.ManageOrder_totalPrice__1uivB{font-size:18px}}@media(max-width:576px){.ManageOrder_manageOrderPage__\+pskl{padding:12px}.ManageOrder_pageTitle__6jKzx{font-size:24px}.ManageOrder_pageDesc__fvpy4{font-size:14px}.ManageOrder_tabBtn__h2fYK{font-size:14px;padding-bottom:14px}.ManageOrder_filterBtn__ZrOXO{width:100%}.ManageOrder_tableCard__\+wKWD{border-radius:18px}.ManageOrder_statusBadge__H9haX{font-size:12px;min-width:96px}.ManageOrder_actionBtn__ciwVC{font-size:12px;padding:8px 10px}.ManageOrder_paginationWrap__clObj{padding:14px}}.ManageOrder_actionWrap__7bAwY{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ManageOrder_iconButton__plRuJ{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:15px;height:38px;justify-content:center;transition:all .2s ease;width:38px}.ManageOrder_iconButton__plRuJ:disabled{cursor:not-allowed;opacity:.7;transform:none}.ManageOrder_editButton__-7xTP{background:#e0f2fe;color:#0284c7}.ManageOrder_editButton__-7xTP:hover:not(:disabled){background:#bae6fd;transform:translateY(-1px)}.ManageOrder_cancelButton__Yb2YO{background:#fee2e2;color:#dc2626}.ManageOrder_cancelButton__Yb2YO:hover:not(:disabled){background:#fecaca;transform:translateY(-1px)}.ManageOrder_lockButton__2DTMs{background:#f3f4f6;color:#6b7280}.ManageOrder_completedButton__Dg7mT{background:#dcfce7;color:#16a34a}.ManageOrder_cancelledButton__lsDWL{background:#fee2e2;color:#dc2626}.ManageOrder_exportBtn__\+kwcE{align-items:center;background:linear-gradient(135deg,#22c55e,#15b981);border:1px solid #dce4ec;border-radius:14px;box-shadow:0 12px 24px #22c55e33;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:10px;height:48px;justify-content:center;padding:0 20px;transition:all .2s ease}.ManageOrder_exportBtn__\+kwcE svg{font-size:16px}.ManageOrder_exportBtn__\+kwcE:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManageOrder_searchBox__hTZHc{position:relative;width:320px}.ManageOrder_searchBox__hTZHc input{background:#fff;border:1px solid #dbe2ea;border-radius:12px;font-size:14px;height:44px;padding:0 16px 0 40px;transition:all .2s ease;width:100%}.ManageOrder_searchBox__hTZHc input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.ManageOrder_searchIcon__FHVGs{color:#94a3b8;font-size:14px;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.ManageOrder_pending__wxFSl{background:#fff4dc;border-color:#fbd38d;color:#b7791f}.ManageOrder_confirmed__xkTEL{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.ManageOrder_shipping__yyNrR{background:#ede9fe;border-color:#ddd6fe;color:#6d28d9}.ManageOrder_completed__EnyR4{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.ManageOrder_failed__L6Y0Q{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.ManageOrder_returning__7don2{background:#ffedd5;border-color:#fed7aa;color:#c2410c}.ManageOrder_returned__IX97B{background:#e5e7eb;border-color:#d1d5db;color:#374151}.ManageOrder_cancelled__LAieV{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.CancelOrder_modalCancel__MBaxd .modal-dialog{opacity:0;transform:scale(.9);transition:all .25s ease}.CancelOrder_modalCancel__MBaxd.show .modal-dialog{opacity:1;transform:scale(1)}.CancelOrder_modalCancel__MBaxd .modal-content{border:none;border-radius:14px;box-shadow:0 12px 30px #0000001f;padding:10px}.CancelOrder_modalCancel__MBaxd .modal-header{border-bottom:none;padding-bottom:6px}.CancelOrder_modalCancel__MBaxd .modal-title{color:#111827;font-size:18px;font-weight:700}.CancelOrder_modalCancel__MBaxd .modal-body{color:#6b7280;font-size:15px;padding:20px 10px;text-align:center}.CancelOrder_modalCancel__MBaxd .modal-footer{border-top:none;display:flex;gap:12px;justify-content:center;padding-top:8px}.CancelOrder_modalCancel__MBaxd .btn-secondary{border-radius:8px;min-width:100px}.CancelOrder_modalCancel__MBaxd .btn-primary{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;font-weight:600;min-width:140px}.CancelOrder_modalCancel__MBaxd .btn-primary:hover{box-shadow:0 8px 20px #ef444440;transform:translateY(-1px)}.CancelOrder_modalCancel__MBaxd .btn-primary:disabled{cursor:not-allowed;opacity:.7}.CancelOrder_warningText__cvEhy{color:#344054;font-size:15px;margin-bottom:12px}.CancelOrder_infoLine__RXcMk{color:#344054;font-size:14px;margin-bottom:8px}.CancelOrder_reasonBox__XOB5R{display:flex;flex-direction:column;gap:10px;margin-top:18px}.CancelOrder_reasonBox__XOB5R label{color:#1f2937;font-size:14px;font-weight:700}.CancelOrder_reasonBox__XOB5R select,.CancelOrder_reasonBox__XOB5R textarea{background:#fff;border:1px solid #d0d5dd;border-radius:12px;color:#101828;font-size:14px;outline:none;padding:12px 14px;width:100%}.CancelOrder_reasonBox__XOB5R select:focus,.CancelOrder_reasonBox__XOB5R textarea:focus{border-color:#84cc16;box-shadow:0 0 0 4px #84cc1624}.CancelOrder_reasonBox__XOB5R textarea{min-height:90px;resize:vertical}.CancelOrder_errorText__BmIka{color:#dc3545;font-weight:700;margin-top:12px}.ManagerUser_wrapper__aM5Vy{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManagerUser_header__8PFS3{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.ManagerUser_headerContent__3IiKf h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManagerUser_headerContent__3IiKf p{color:#718096;font-size:16px;line-height:1.6;margin:0}.ManagerUser_searchCard__akp5D{background:#fff;border:1px solid #e6ecf2;border-radius:20px;box-shadow:0 8px 28px #0f172a0d;margin-bottom:24px;padding:16px}.ManagerUser_searchCard__akp5D input{background:#f8fafc;border:1px solid #dde6ee;border-radius:14px;box-sizing:border-box;color:#1f2937;font-size:15px;height:56px;outline:none;padding:0 18px;transition:all .25s ease;width:100%}.ManagerUser_searchCard__akp5D input:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.ManagerUser_searchCard__akp5D input::placeholder{color:#94a3b8}.ManagerUser_tableCard__hNGXO{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.ManagerUser_tableWrap__0HEP1{overflow-x:auto;width:100%}.ManagerUser_userTable__Dg5jF{border-collapse:collapse;min-width:1200px;width:100%}.ManagerUser_userTable__Dg5jF thead{background:#f8fbf1}.ManagerUser_userTable__Dg5jF thead th{border-bottom:1px solid #edf2e5;color:#5b677a;font-size:14px;font-weight:800;letter-spacing:.03em;padding:20px 18px;text-align:left;text-transform:uppercase}.ManagerUser_userTable__Dg5jF tbody tr{transition:background .2s ease}.ManagerUser_userTable__Dg5jF tbody tr:hover{background:#fcfef8}.ManagerUser_userTable__Dg5jF tbody td{border-bottom:1px solid #eef2f6;color:#253246;font-size:15px;padding:18px;vertical-align:middle}.ManagerUser_userInfo__ce1SN{align-items:center;display:flex;gap:14px;min-width:240px}.ManagerUser_avatar__7ODmK{background:#e1f0c4;border:1px solid #d8e8b6;color:#2f5d1d;font-size:18px;font-weight:800;height:50px;width:50px}.ManagerUser_userMeta__c0ovj h4{color:#172033;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 4px}.ManagerUser_userMeta__c0ovj span{color:#94a3b8;font-size:13px}.ManagerUser_email__ivEO5,.ManagerUser_phone__lG6Fi{color:#445268;line-height:1.6}.ManagerUser_roleBadge__qowYA,.ManagerUser_statusBadge__gBOlr{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;justify-content:center;min-height:34px;padding:6px 14px;white-space:nowrap}.ManagerUser_roleBadge__qowYA.ManagerUser_user__wy6Ml{background:#eef5ff;border:1px solid #dbe8fb;color:#43638c}.ManagerUser_statusToggle__8wItu{align-items:center;display:flex;gap:10px}.ManagerUser_switch__Am9iJ{background:#cbd5e1;border-radius:999px;cursor:pointer;height:24px;position:relative;transition:all .3s ease;width:46px}.ManagerUser_switch__Am9iJ .ManagerUser_circle__4MKIz{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0003;height:20px;left:2px;position:absolute;top:2px;transition:all .3s ease;width:20px}.ManagerUser_switch__Am9iJ.ManagerUser_active__\+kzv4{background:#22c55e}.ManagerUser_switch__Am9iJ.ManagerUser_active__\+kzv4 .ManagerUser_circle__4MKIz{transform:translateX(22px)}.ManagerUser_switch__Am9iJ.ManagerUser_inactive__s8-Q0{background:#cbd5e1}.ManagerUser_statusText__hBUge{font-size:14px;font-weight:700}.ManagerUser_statusText__hBUge.ManagerUser_active__\+kzv4{color:#16a34a}.ManagerUser_statusText__hBUge.ManagerUser_locked__FdTJG{color:#94a3b8}.ManagerUser_actionGroup__FfG7w{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.ManagerUser_iconButton__M30-B{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.ManagerUser_viewButton__gvNea{color:#3b82f6}.ManagerUser_viewButton__gvNea:hover{background:#dbeafe;color:#1d4ed8}.ManagerUser_editButton__VeY31{color:#10b981}.ManagerUser_editButton__VeY31:hover{background:#d1fae5;color:#047857}.ManagerUser_deleteButton__lWKKO{color:#ef4444}.ManagerUser_deleteButton__lWKKO:hover{background:#fee2e2;color:#b91c1c}.ManagerUser_notifyButton__-AuiJ{color:#d97706}.ManagerUser_notifyButton__-AuiJ:hover{background:#fef3c7;color:#b45309}.ManagerUser_emptyState__88Q4C{color:#94a3b8;font-size:15px;padding:40px 20px;text-align:center}.ManagerUser_footer__eVOig{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:18px 22px 22px}.ManagerUser_resultText__TCiZW{color:#718096;font-size:14px}.ManagerUser_resultText__TCiZW strong{color:#172033}.ManagerUser_pagination__X1JUT{align-items:center;display:flex;justify-content:center;margin-left:auto}@media(max-width:992px){.ManagerUser_wrapper__aM5Vy{padding:20px}.ManagerUser_headerContent__3IiKf h1{font-size:30px}.ManagerUser_footer__eVOig{justify-content:center}.ManagerUser_resultText__TCiZW{text-align:center;width:100%}.ManagerUser_pagination__X1JUT{margin-left:0;width:100%}}@media(max-width:768px){.ManagerUser_wrapper__aM5Vy{padding:16px}.ManagerUser_header__8PFS3{align-items:stretch;flex-direction:column}.ManagerUser_exportButton__u3Z4P{width:100%}.ManagerUser_searchCard__akp5D{padding:12px}.ManagerUser_searchCard__akp5D input{height:50px}.ManagerUser_headerContent__3IiKf h1{font-size:26px}.ManagerUser_headerContent__3IiKf p{font-size:14px}}.ManagerUser_searchBox__OyiZe{position:relative;width:100%}.ManagerUser_searchBox__OyiZe input{background:#f8fafc;border:1px solid #dde6ee;border-radius:14px;font-size:15px;height:56px;outline:none;padding:0 18px 0 48px;transition:all .25s ease;width:100%}.ManagerUser_searchBox__OyiZe input:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c480}.ManagerUser_searchIcon__WOg8d{color:#94a3b8;font-size:16px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.ManagerUser_roleBadge__qowYA.ManagerUser_user__wy6Ml{background:#e8f1ff;border:1px solid #bfdbfe;color:#2563eb}.ManagerUser_roleBadge__qowYA.ManagerUser_admin__yqtJN{background:#f3e8ff;border:1px solid #d8b4fe;color:#7e22ce}.ManagerUser_exportButton__u3Z4P{align-items:center;background:linear-gradient(135deg,#22c55e,#15b981);border:1px solid #dce4ec;border-radius:14px;box-shadow:0 12px 24px #22c55e33;color:#fff;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:10px;height:48px;justify-content:center;padding:0 20px;transition:all .2s ease}.ManagerUser_exportButton__u3Z4P:hover{border-color:#cbd5e1;box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManagerUser_exportButton__u3Z4P:active{transform:translateY(0)}.ManagerUser_exportButton__u3Z4P svg{font-size:16px}.ManagerUser_roleBadge__qowYA.ManagerUser_shipper__-6eWb{background:#fff7ed;border:1px solid #fdba74;color:#ea580c}.ManagerUser_avatar__7ODmK{align-items:center;background:#e8f5e9;border-radius:50%;color:#2e7d32;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:52px;justify-content:center;overflow:hidden;width:52px}.ManagerUser_avatarImg__62txp{display:block;height:100%;object-fit:cover;width:100%}.ModalEditUser_customModal__ttM9\+{max-width:560px}.ModalEditUser_modalContent__mJJiP{background:#f9fdf2;border:none;border-radius:24px;box-shadow:0 20px 60px #4c62302e;overflow:hidden}.ModalEditUser_modalHeader__palnN{background:linear-gradient(135deg,#e1f0c4,#edf8dc);border-bottom:1px solid #7d9a4a2e;padding:20px 24px}.ModalEditUser_modalHeader__palnN .btn-close{box-shadow:none;opacity:.8}.ModalEditUser_modalHeader__palnN .btn-close:hover{opacity:1}.ModalEditUser_modalTitle__M1hPG{color:#2f3b1f;font-size:22px;font-weight:800;letter-spacing:-.01em;margin:0}.ModalEditUser_modalBody__yFcHU{background:#f9fdf2;padding:24px}.ModalEditUser_formGroup__xDfzL{display:flex;flex-direction:column;gap:8px}.ModalEditUser_formGroup__xDfzL+.ModalEditUser_formGroup__xDfzL{margin-top:18px}.ModalEditUser_label__59VgB{color:#44552b;font-size:14px;font-weight:700}.ModalEditUser_input__bra\+D,.ModalEditUser_select__fAfFa{background:#fff;border:1.5px solid #d7e7b6;border-radius:14px;color:#2f3b1f;font-size:15px;height:50px;outline:none;padding:0 16px;transition:all .2s ease;width:100%}.ModalEditUser_input__bra\+D:focus,.ModalEditUser_select__fAfFa:focus{border-color:#9fbe67;box-shadow:0 0 0 4px #9fbe672e}.ModalEditUser_input__bra\+D::placeholder,.ModalEditUser_select__fAfFa::placeholder{color:#94a07d}.ModalEditUser_select__fAfFa{cursor:pointer}.ModalEditUser_modalFooter__widuO{background:#f4f9ea;border-top:1px solid #7d9a4a29;display:flex;gap:12px;justify-content:flex-end;padding:18px 24px}.ModalEditUser_cancelButton__q1LGX,.ModalEditUser_saveButton__hNdFz{border:none;border-radius:14px;cursor:pointer;font-size:15px;font-weight:700;height:46px;min-width:128px;transition:all .2s ease}.ModalEditUser_cancelButton__q1LGX:disabled,.ModalEditUser_saveButton__hNdFz:disabled{cursor:not-allowed;opacity:.7;transform:none}.ModalEditUser_cancelButton__q1LGX{background:#fff;border:1px solid #d8e8b8;color:#55663b}.ModalEditUser_cancelButton__q1LGX:hover:not(:disabled){background:#eef6dd;transform:translateY(-1px)}.ModalEditUser_saveButton__hNdFz{background:#1d5c46;box-shadow:0 10px 24px #8cad563d;color:#fff}.ModalEditUser_saveButton__hNdFz:hover:not(:disabled){background:#174b39;transform:translateY(-1px)}.CustomerDetail_wrapper__3KB5b{background:#f7f9f4;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.CustomerDetail_pageTop__zb\+UD{margin-bottom:26px}.CustomerDetail_breadcrumb__cvzgR{align-items:center;color:#7a8599;display:flex;flex-wrap:wrap;font-size:15px;gap:10px;margin-bottom:18px}.CustomerDetail_crumbLink__53o6v{cursor:pointer;transition:color .2s ease}.CustomerDetail_crumbLink__53o6v:hover{color:#5f7d2b}.CustomerDetail_crumbCurrent__bSXPW{color:#111827;font-weight:600}.CustomerDetail_topHeader__6R2s4{align-items:center;border-bottom:1px solid #dde5d0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-bottom:20px}.CustomerDetail_titleWrap__B9gq2{align-items:center;display:flex;gap:16px}.CustomerDetail_titleWrap__B9gq2 h1{color:#111827;font-size:40px;font-weight:800;line-height:1.2;margin:0}.CustomerDetail_backCircle__hWvvT{align-items:center;background:#edf4df;border:none;border-radius:50%;color:#3d4a28;cursor:pointer;display:flex;font-size:18px;height:54px;justify-content:center;transition:all .2s ease;width:54px}.CustomerDetail_backCircle__hWvvT:hover{background:#e1f0c4;transform:translateY(-1px)}.CustomerDetail_headerActions__YTVKw{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.CustomerDetail_editBtn__xWusX,.CustomerDetail_statusBtn__hFoCy{align-items:center;background:#fff;border:1px solid #d8e4c1;border-radius:14px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;height:48px;padding:0 22px;transition:all .2s ease}.CustomerDetail_editBtn__xWusX{color:#1f2937}.CustomerDetail_editBtn__xWusX:hover{background:#f8fbf1;border-color:#cfe0ad}.CustomerDetail_statusBtn__hFoCy{background:#fff8f7;border-color:#f3d1cd;color:#d93025}.CustomerDetail_statusBtn__hFoCy:hover{background:#fff1ef}.CustomerDetail_statusBtn__hFoCy.CustomerDetail_inactive__EWl0w{background:#f4fbf0;border-color:#cfe7c1;color:#2f7d32}.CustomerDetail_mainGrid__cSKnr{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:330px minmax(0,1fr);margin-top:26px}.CustomerDetail_leftColumn__Qx5fS,.CustomerDetail_rightColumn__MKWJ6{display:flex;flex-direction:column;gap:24px}.CustomerDetail_card__zfJdD,.CustomerDetail_profileCard__oZkL7,.CustomerDetail_statCard__q-XVD{background:#fff;border:1px solid #dbe7c7;border-radius:22px;box-shadow:0 8px 24px #52652e0f}.CustomerDetail_profileCard__oZkL7{padding:28px 26px;text-align:center}.CustomerDetail_profileCard__oZkL7 h2{color:#111827;font-size:24px;font-weight:800;margin:18px 0 8px}.CustomerDetail_memberTag__ZDgH2{color:#57a531;font-size:18px;font-weight:700;margin:0 0 24px}.CustomerDetail_avatarWrap__3wfVd{height:132px;margin:0 auto;position:relative;width:132px}.CustomerDetail_avatarFallback__hTD89,.CustomerDetail_avatarImage__f4kyX{border:6px solid #e1f0c4;border-radius:50%;height:132px;object-fit:cover;width:132px}.CustomerDetail_avatarFallback__hTD89{align-items:center;background:linear-gradient(135deg,#dcecc0,#f3f9e8);color:#4e6a23;display:flex;font-size:42px;font-weight:800;justify-content:center}.CustomerDetail_onlineDot__Ko\+wo{background:#28c840;border:4px solid #fff;border-radius:50%;bottom:8px;box-shadow:0 4px 12px #28c8404d;height:22px;position:absolute;right:6px;width:22px}.CustomerDetail_infoList__i8fA6{display:flex;flex-direction:column;gap:18px;text-align:left}.CustomerDetail_infoItem__n1ub1{align-items:flex-start;display:flex;gap:14px}.CustomerDetail_infoItem__n1ub1 span{color:#76839b;display:block;font-size:13px;font-weight:700;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.CustomerDetail_infoItem__n1ub1 p{color:#1f2937;font-size:15px;font-weight:600;line-height:1.5;margin:0;word-break:break-word}.CustomerDetail_infoIcon__CvqLM{align-items:center;background:#f3f8ea;border-radius:12px;color:#6c8840;display:flex;font-size:16px;height:42px;justify-content:center;min-width:42px;width:42px}.CustomerDetail_card__zfJdD{padding:24px}.CustomerDetail_cardHeader__jWBBF{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.CustomerDetail_cardTitle__4WNF4{align-items:center;color:#1fae3f;display:flex;gap:12px}.CustomerDetail_cardTitle__4WNF4 h3{color:#111827;font-size:18px;font-weight:800;margin:0}.CustomerDetail_cardTitle__4WNF4 svg{font-size:18px}.CustomerDetail_smallAction__FW3QK,.CustomerDetail_viewAll__NT49C{color:#38a92e;font-size:15px;font-weight:700}.CustomerDetail_viewAll__NT49C{cursor:pointer}.CustomerDetail_viewAll__NT49C:hover{text-decoration:underline}.CustomerDetail_addressBox__7a3kN{background:#fcfdf9;border:1px solid #e1ead3;border-radius:16px;padding:16px 18px}.CustomerDetail_addressBox__7a3kN p{color:#49566b;font-size:15px;line-height:1.6;margin:10px 0 0}.CustomerDetail_primaryAddress__PZd2Y{background:#f4faec;border-color:#cfe3b5}.CustomerDetail_addressTop__eK1PO{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.CustomerDetail_addressTop__eK1PO strong{color:#1f2937;font-size:18px}.CustomerDetail_defaultBadge__AWw59{align-items:center;background:#5ab635;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:800;height:30px;justify-content:center;padding:0 12px}.CustomerDetail_noteBox__NIJsn{background:#f8fbf2;border:1px dashed #d5e3bb;border-radius:16px;color:#8a97aa;font-size:15px;line-height:1.7;min-height:120px;padding:18px}.CustomerDetail_statsGrid__u2H25{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.CustomerDetail_statCard__q-XVD{align-items:flex-start;display:flex;gap:16px;min-height:124px;padding:20px}.CustomerDetail_statIcon__wnyh3{align-items:center;border-radius:16px;display:flex;font-size:20px;height:52px;justify-content:center;min-width:52px;width:52px}.CustomerDetail_statIcon__wnyh3.CustomerDetail_money__M2WsW{background:#eef7e0;color:#61912f}.CustomerDetail_statIcon__wnyh3.CustomerDetail_order__X50Rd{background:#fff5e9;color:#f08a18}.CustomerDetail_statIcon__wnyh3.CustomerDetail_return__vt5L9{background:#fff1f1;color:#e15252}.CustomerDetail_statIcon__wnyh3.CustomerDetail_completed__K6lpq{background:#e0f7f7;color:#2f9161}.CustomerDetail_statContent__-HpsS span{color:#748199;display:block;font-size:14px;font-weight:700;letter-spacing:.03em;line-height:1.5;margin-bottom:8px;text-transform:uppercase}.CustomerDetail_statContent__-HpsS h3{color:#111827;font-size:20px;font-weight:800;line-height:1.35;margin:0}.CustomerDetail_tableWrap__UJlaw{overflow-x:auto;width:100%}.CustomerDetail_table__gEdgn{border-collapse:collapse;width:100%}.CustomerDetail_table__gEdgn thead th{background:#f7faef;border-bottom:1px solid #e0ead1;color:#6f7d92;font-size:14px;font-weight:800;padding:16px 14px;text-align:left;text-transform:uppercase}.CustomerDetail_table__gEdgn tbody tr{border-bottom:1px solid #eef2e6;transition:background .2s ease}.CustomerDetail_table__gEdgn tbody tr:hover{background:#fbfdf7}.CustomerDetail_table__gEdgn tbody td{color:#1f2937;font-size:15px;font-weight:500;padding:18px 14px;vertical-align:middle}.CustomerDetail_orderCode__JW0iE{color:#27b320!important;font-weight:800!important}.CustomerDetail_statusBadge__jC8o2{align-items:center;border-radius:10px;display:inline-flex;font-size:13px;font-weight:800;height:32px;justify-content:center;min-width:110px;padding:0 12px}.CustomerDetail_statusBadge__jC8o2.CustomerDetail_success__xqsyQ{background:#daf4dc;color:#2c9c37}.CustomerDetail_statusBadge__jC8o2.CustomerDetail_danger__kLA5m{background:#ffe3e3;color:#d84a4a}.CustomerDetail_statusBadge__jC8o2.CustomerDetail_info__gTHmT{background:#e7f2ff;color:#2e75d6}.CustomerDetail_statusBadge__jC8o2.CustomerDetail_warning__eotve{background:#fff3db;color:#d58a13}.CustomerDetail_statusBadge__jC8o2.CustomerDetail_pending__iX1oN{background:#edf1f7;color:#69768a}.CustomerDetail_emptyRow__QXw6\+{color:#8a97aa!important;padding:26px 14px!important;text-align:center}.CustomerDetail_activityList__NGCfN{display:flex;flex-direction:column;gap:22px}.CustomerDetail_activityItem__rIwgp{align-items:flex-start;display:flex;gap:16px}.CustomerDetail_activityIcon__Xds3N{align-items:center;background:#fff;border:2px solid;border-radius:50%;display:flex;font-size:18px;height:46px;justify-content:center;min-width:46px;width:46px}.CustomerDetail_activityIcon__Xds3N.CustomerDetail_green__nFhj2{color:#28a745}.CustomerDetail_activityIcon__Xds3N.CustomerDetail_blue__G-mWp{color:#2f73ff}.CustomerDetail_activityIcon__Xds3N.CustomerDetail_orange__ea6Ng{color:#ff7a1a}.CustomerDetail_activityContent__GR9rV h4{color:#111827;font-size:16px;font-weight:800;margin:2px 0 6px}.CustomerDetail_activityContent__GR9rV p{color:#607089;font-size:15px;line-height:1.6;margin:0}.CustomerDetail_stateBox__k7sN-{align-items:center;background:#fff;border:1px solid #dbe7c7;border-radius:22px;color:#1f2937;display:flex;flex-direction:column;font-size:18px;font-weight:700;gap:14px;justify-content:center;min-height:320px;text-align:center}.CustomerDetail_backBtn__WOi\+F{background:#e1f0c4;border:none;border-radius:12px;color:#2d4522;cursor:pointer;font-size:15px;font-weight:700;height:44px;padding:0 18px}@media(max-width:1200px){.CustomerDetail_mainGrid__cSKnr{grid-template-columns:1fr}.CustomerDetail_statsGrid__u2H25{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:992px){.CustomerDetail_wrapper__3KB5b{padding:20px}.CustomerDetail_titleWrap__B9gq2 h1{font-size:32px}.CustomerDetail_statsGrid__u2H25{grid-template-columns:1fr}}@media(max-width:768px){.CustomerDetail_topHeader__6R2s4{align-items:flex-start}.CustomerDetail_headerActions__YTVKw{width:100%}.CustomerDetail_editBtn__xWusX,.CustomerDetail_statusBtn__hFoCy{flex:1 1;justify-content:center}.CustomerDetail_card__zfJdD,.CustomerDetail_profileCard__oZkL7,.CustomerDetail_statCard__q-XVD{border-radius:18px}.CustomerDetail_table__gEdgn{min-width:650px}}@media(max-width:576px){.CustomerDetail_wrapper__3KB5b{padding:16px}.CustomerDetail_titleWrap__B9gq2 h1{font-size:28px}.CustomerDetail_backCircle__hWvvT{height:46px;width:46px}.CustomerDetail_profileCard__oZkL7{padding:22px 18px}.CustomerDetail_card__zfJdD{padding:18px}}.ManageVoucher_wrapper__tm9PS{background:#fff;color:#101828;min-height:100vh;padding:36px}.ManageVoucher_header__0xetB{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:28px}.ManageVoucher_header__0xetB h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageVoucher_header__0xetB p{color:#667085;font-size:16px;margin:8px 0 0}.ManageVoucher_headerActions__JOsHn{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.ManageVoucher_searchBox__GO6g\+{align-items:center;background:#fff;border:1px solid #d8e0ea;border-radius:12px;color:#667085;display:flex;gap:12px;height:48px;padding:0 16px;width:330px}.ManageVoucher_searchBox__GO6g\+ input{border:none;color:#344054;flex:1 1;font-size:15px;outline:none}.ManageVoucher_createBtn__OKOsV,.ManageVoucher_saveBtn__p6s\+O{align-items:center;background:#10b934;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:10px;height:48px;padding:0 20px}.ManageVoucher_createBtn__OKOsV:hover,.ManageVoucher_saveBtn__p6s\+O:hover{background:#0ea52e}.ManageVoucher_card__dTLhc{background:#fff;border:1px solid #dfe7ef;border-radius:16px;box-shadow:0 4px 12px #1018280a;overflow:hidden}.ManageVoucher_tabs__ryJWF{align-items:center;border-bottom:1px solid #e8eef5;display:flex;gap:22px;height:66px;padding:0 28px}.ManageVoucher_tabs__ryJWF button{background:#0000;border:none;border-bottom:3px solid #0000;color:#667085;cursor:pointer;font-size:15px;font-weight:700;height:100%}.ManageVoucher_tabs__ryJWF .ManageVoucher_active__2FeH0{border-bottom-color:#11b735;color:#11b735}.ManageVoucher_tableWrap__bdLbX{overflow-x:auto;width:100%}.ManageVoucher_tableWrap__bdLbX table{border-collapse:collapse;min-width:1050px;width:100%}.ManageVoucher_tableWrap__bdLbX th{background:#f8fafc;color:#5d6b82;font-size:13px;letter-spacing:.04em;padding:18px 28px;text-align:left;text-transform:uppercase}.ManageVoucher_tableWrap__bdLbX td{border-top:1px solid #edf1f5;color:#25324b;font-size:15px;padding:22px 28px;vertical-align:middle}.ManageVoucher_tableWrap__bdLbX strong{color:#101828;font-size:17px}.ManageVoucher_valueBadge__SVpGx{align-items:center;background:#e8f8e9;border-radius:7px;color:#08a832;display:inline-flex;font-weight:800;padding:7px 12px}.ManageVoucher_usage__sYkC7{width:120px}.ManageVoucher_usage__sYkC7>div:first-child{color:#101828;display:flex;font-size:12px;justify-content:space-between;margin-bottom:7px}.ManageVoucher_progress__oD1g-{background:#edf1f5;border-radius:999px;height:6px;overflow:hidden;width:100%}.ManageVoucher_progress__oD1g- span{background:#10b934;border-radius:999px;display:block;height:100%}.ManageVoucher_progress__oD1g- .ManageVoucher_danger__mcrrg{background:#ef4444}.ManageVoucher_switch__S57IQ{background:#d8dee8;border:none;border-radius:999px;cursor:pointer;height:24px;padding:3px;transition:.2s;width:46px}.ManageVoucher_switch__S57IQ span{background:#fff;border-radius:50%;display:block;height:18px;transition:.2s;width:18px}.ManageVoucher_switch__S57IQ.ManageVoucher_on__lO4ar{background:#10b934}.ManageVoucher_switch__S57IQ.ManageVoucher_on__lO4ar span{transform:translateX(22px)}.ManageVoucher_actions__F5CDN{align-items:center;display:flex;gap:12px}.ManageVoucher_actions__F5CDN button{background:#0000;border:none;border-radius:8px;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.ManageVoucher_actions__F5CDN button:first-child{color:#3b82f6}.ManageVoucher_actions__F5CDN button:first-child:hover{background:#dbeafe;color:#1d4ed8}.ManageVoucher_actions__F5CDN button:nth-child(2){color:#10b981}.ManageVoucher_actions__F5CDN button:nth-child(2):hover{background:#d1fae5;color:#047857}.ManageVoucher_actions__F5CDN button:nth-child(3){color:#ef4444}.ManageVoucher_actions__F5CDN button:nth-child(3):hover{background:#fee2e2;color:#b91c1c}.ManageVoucher_empty__eFRjM{color:#667085;padding:40px!important;text-align:center}.ManageVoucher_stats__KRl4T{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,1fr);margin-top:32px}.ManageVoucher_statCard__tgoJW{align-items:center;background:#fff;border:1px solid #dfe7ef;border-radius:14px;box-shadow:0 4px 12px #1018280a;display:flex;gap:18px;padding:24px 28px}.ManageVoucher_statCard__tgoJW span{color:#667085;display:block;font-size:13px;font-weight:800;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.ManageVoucher_statCard__tgoJW strong{color:#101828;font-size:22px}.ManageVoucher_statIcon__8gmGq{border-radius:50%;display:grid;font-size:20px;height:54px;place-items:center;width:54px}.ManageVoucher_statIcon__8gmGq.ManageVoucher_blue__QHyCi{background:#dbeafe;color:#2563eb}.ManageVoucher_statIcon__8gmGq.ManageVoucher_green__wf3zq{background:#dcfce7;color:#16a34a}.ManageVoucher_statIcon__8gmGq.ManageVoucher_orange__AZgbV{background:#fef3c7;color:#d97706}.ManageVoucher_modalOverlay__qUZbe{align-items:flex-start;background:#0f172a73;display:flex;inset:0;justify-content:center;overflow-y:auto;padding:24px;position:fixed;z-index:999}.ManageVoucher_modal__0F7zo{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0f172a38;margin:40px 0;max-width:100%;padding:28px;width:680px}.ManageVoucher_modalHeader__SaLH0{display:flex;gap:18px;justify-content:space-between;margin-bottom:24px}.ManageVoucher_modalHeader__SaLH0 h2{font-size:24px;margin:0}.ManageVoucher_modalHeader__SaLH0 p{color:#667085;margin:6px 0 0}.ManageVoucher_modalHeader__SaLH0 button{background:#f2f4f7;border:none;border-radius:10px;cursor:pointer;font-size:24px;height:36px;width:36px}.ManageVoucher_formGrid__N2IYs{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.ManageVoucher_formGrid__N2IYs label{color:#344054;font-size:14px;font-weight:700}.ManageVoucher_formGrid__N2IYs input,.ManageVoucher_formGrid__N2IYs select{border:1px solid #d8e0ea;border-radius:10px;font-size:15px;height:46px;margin-top:8px;outline:none;padding:0 12px;width:100%}.ManageVoucher_formGrid__N2IYs input:focus,.ManageVoucher_formGrid__N2IYs select:focus{border-color:#10b934;box-shadow:0 0 0 3px #10b9341f}.ManageVoucher_checkbox__szPC9{align-items:center;color:#344054;display:flex;font-weight:700;gap:10px;margin-top:20px}.ManageVoucher_checkbox__szPC9 input{accent-color:#10b934;height:18px;width:18px}.ManageVoucher_modalActions__yJ7lz{display:flex;gap:12px;justify-content:flex-end;margin-top:28px}.ManageVoucher_cancelBtn__bx4n\+{background:#fff;border:1px solid #d8e0ea;border-radius:12px;cursor:pointer;font-weight:700;height:46px;padding:0 20px}@media(max-width:900px){.ManageVoucher_stats__KRl4T{grid-template-columns:1fr}.ManageVoucher_searchBox__GO6g\+{width:100%}.ManageVoucher_formGrid__N2IYs{grid-template-columns:1fr}}.ManageVoucher_fullWidth__9DvS7{grid-column:1/-1}.ManageVoucher_fullWidth__9DvS7 textarea{border:1px solid #d8e0ea;border-radius:10px;font-family:inherit;font-size:15px;margin-top:8px;min-height:96px;outline:none;padding:12px;resize:vertical;width:100%}.ManageVoucher_fullWidth__9DvS7 textarea:focus{border-color:#10b934;box-shadow:0 0 0 3px #10b9341f}@media(max-width:768px){.ManageVoucher_modalOverlay__qUZbe{padding:14px}.ManageVoucher_modal__0F7zo{border-radius:14px;margin:20px 0;padding:20px}.ManageVoucher_modalHeader__SaLH0 h2{font-size:20px}.ManageVoucher_modalActions__yJ7lz{flex-direction:column}.ManageVoucher_modalActions__yJ7lz button{width:100%}}.ManageBlog_wrapper__tS6nB{background:#fff;box-sizing:border-box;color:#1f2937;padding:28px 32px 36px;width:100%}.ManageBlog_header__mQZda{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.ManageBlog_header__mQZda h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageBlog_header__mQZda p{color:#64748b;font-size:17px;line-height:1.6;margin:0}.ManageBlog_headerActions__-lfP1{align-items:center;display:flex;flex-shrink:0;gap:12px}.ManageBlog_searchBox__turOQ{align-items:center;background:#fff;border:1px solid #dbe2ea;border-radius:14px;box-shadow:0 4px 14px #0f172a0a;display:flex;gap:12px;height:52px;padding:0 16px;transition:all .2s ease;width:400px}.ManageBlog_searchBox__turOQ:focus-within{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.ManageBlog_searchBox__turOQ svg{color:#94a3b8;flex-shrink:0;font-size:16px}.ManageBlog_searchBox__turOQ input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:15px;height:100%;outline:none}.ManageBlog_searchBox__turOQ input::placeholder{color:#94a3b8}.ManageBlog_createBtn__n2Ein,.ManageBlog_emptyTrashBtn__UfNGA{align-items:center;border:none;border-radius:14px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:52px;justify-content:center;padding:0 18px;transition:all .22s ease;white-space:nowrap}.ManageBlog_createBtn__n2Ein{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #22c55e38;color:#fff;min-width:168px}.ManageBlog_createBtn__n2Ein:hover{box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.ManageBlog_emptyTrashBtn__UfNGA{background:#fff1f2;border:1px solid #ffe4e6;color:#e11d48}.ManageBlog_emptyTrashBtn__UfNGA:hover{background:#ffe4e6}.ManageBlog_tableCard__DYRZv{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 10px 30px #0f172a0d;overflow:hidden}.ManageBlog_tabs__YGBrw{align-items:center;background:#fbfcfe;border-bottom:1px solid #edf1f5;display:flex;gap:4px;overflow-x:auto;padding:0 18px}.ManageBlog_tabs__YGBrw::-webkit-scrollbar{height:6px}.ManageBlog_tabs__YGBrw::-webkit-scrollbar-thumb{background:#dbe2ea;border-radius:999px}.ManageBlog_tabItem__P0VxG{background:#0000;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:16px;gap:8px;min-width:128px;padding:18px 14px 16px;transition:all .2s ease;white-space:nowrap}.ManageBlog_tabItem__P0VxG,.ManageBlog_tabItem__P0VxG span{align-items:center;display:inline-flex;font-weight:700;justify-content:center}.ManageBlog_tabItem__P0VxG span{background:#edf2f7;border-radius:999px;color:#334155;font-size:12px;height:24px;min-width:24px;padding:0 6px}.ManageBlog_tabItem__P0VxG:hover{color:#22c55e}.ManageBlog_tabItem__P0VxG.ManageBlog_active__\+EFPf{border-color:#22c55e;color:#16a34a}.ManageBlog_tabItem__P0VxG.ManageBlog_active__\+EFPf span{background:#dcfce7;color:#16a34a}.ManageBlog_tableWrap__9OGDt{overflow-x:auto;width:100%}.ManageBlog_table__MqW\+C{border-collapse:collapse;min-width:1100px;width:100%}.ManageBlog_table__MqW\+C thead{background:#f8fafc}.ManageBlog_table__MqW\+C th{border-bottom:1px solid #edf2f7;color:#64748b;font-size:13px;font-weight:800;letter-spacing:.04em;padding:18px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.ManageBlog_table__MqW\+C td{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:15px;padding:18px 20px;vertical-align:middle}.ManageBlog_table__MqW\+C tbody tr{transition:background .2s ease}.ManageBlog_table__MqW\+C tbody tr:hover{background:#fcfdff}.ManageBlog_blogInfo__hb3Yl{align-items:center;display:flex;gap:14px;min-width:320px}.ManageBlog_thumb__BmWGf{align-items:center;background:linear-gradient(180deg,#fbfdff,#f8fafc);border:1px solid #e5e7eb;border-radius:16px;display:flex;flex-shrink:0;height:72px;justify-content:center;overflow:hidden;width:72px}.ManageBlog_thumb__BmWGf img{display:block;height:100%;object-fit:cover;width:100%}.ManageBlog_noImage__qcjN5{color:#94a3b8;font-size:12px;line-height:1.4;padding:8px;text-align:center}.ManageBlog_blogText__EAORl h3{color:#111827;font-size:20px;font-weight:800;line-height:1.35;margin:0 0 6px}.ManageBlog_blogText__EAORl p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:14px;line-height:1.5;margin:0;max-width:360px;overflow:hidden}.ManageBlog_statusBadge__gxSiA{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:800;justify-content:center;min-width:118px;padding:9px 14px}.ManageBlog_statusBadge__gxSiA.ManageBlog_published__JNMtt{background:#dcfce7;color:#15803d}.ManageBlog_statusBadge__gxSiA.ManageBlog_draft__KQPvG{background:#eef2f7;color:#475569}.ManageBlog_statusBadge__gxSiA.ManageBlog_deleted__ZlkzE,.ManageBlog_statusBadge__gxSiA.ManageBlog_trash__U6EzR{background:#fee2e2;color:#dc2626}.ManageBlog_actions__48EwX{align-items:center;display:flex;gap:12px}.ManageBlog_actions__48EwX button{background:#0000;border:none;border-radius:8px;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.ManageBlog_viewBtn__WWS8V{color:#3b82f6}.ManageBlog_viewBtn__WWS8V:hover{background:#dbeafe;color:#1d4ed8}.ManageBlog_editBtn__biII8{color:#10b981}.ManageBlog_editBtn__biII8:hover{background:#d1fae5;color:#047857}.ManageBlog_deleteBtn__-jJLe{color:#ef4444}.ManageBlog_deleteBtn__-jJLe:hover{background:#fee2e2;color:#b91c1c}.ManageBlog_restoreBtn__9RrNs{color:#ca8a04}.ManageBlog_restoreBtn__9RrNs:hover{background:#fef3c7;color:#a16207}.ManageBlog_emptyRow__nqaZo{color:#64748b!important;font-size:17px!important;font-weight:600;padding:42px 20px!important;text-align:center}.ManageBlog_footer__sEdDj{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:18px 20px}.ManageBlog_footer__sEdDj p{color:#64748b;font-size:15px;margin:0}.ManageBlog_pagination__vPwh\+{align-items:center;display:flex;gap:8px}.ManageBlog_pagination__vPwh\+ button{background:#fff;border:1px solid #dbe2ea;border-radius:12px;color:#334155;cursor:pointer;font-size:14px;font-weight:700;height:40px;min-width:40px;padding:0 12px;transition:all .2s ease}.ManageBlog_pagination__vPwh\+ button:hover:not(:disabled){border-color:#22c55e;color:#16a34a}.ManageBlog_pagination__vPwh\+ button:disabled{cursor:not-allowed;opacity:.5}.ManageBlog_activePage__Wh\+Mj{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important}@media(max-width:1200px){.ManageBlog_header__mQZda{flex-direction:column}.ManageBlog_headerActions__-lfP1{flex-wrap:wrap;width:100%}.ManageBlog_searchBox__turOQ{width:100%}}@media(max-width:992px){.ManageBlog_wrapper__tS6nB{padding:18px}.ManageBlog_header__mQZda h1{font-size:30px}.ManageBlog_header__mQZda p{font-size:16px}.ManageBlog_footer__sEdDj{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.ManageBlog_wrapper__tS6nB{padding:14px}.ManageBlog_headerActions__-lfP1{gap:10px}.ManageBlog_createBtn__n2Ein,.ManageBlog_emptyTrashBtn__UfNGA{width:100%}}.CreateBlog_wrapper__zwE5P{background:#f6f8fc;box-sizing:border-box;color:#0f172a;padding:28px 32px 36px;width:100%}.CreateBlog_topbar__04DrR{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.CreateBlog_breadcrumb__bwm4D{align-items:center;display:flex;gap:12px}.CreateBlog_backBtn__Amn1u{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 14px #0f172a0a;color:#0f172a;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:46px;padding:0 16px;transition:all .2s ease}.CreateBlog_backBtn__Amn1u:hover{background:#f8fafc;border-color:#cbd5e1}.CreateBlog_backBtn__Amn1u svg{font-size:14px}.CreateBlog_topActions__GCgTg{align-items:center;display:flex;gap:12px}.CreateBlog_draftBtn__fGAha,.CreateBlog_publishBtn__XG9Z8{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:700;gap:10px;height:48px;justify-content:center;padding:0 18px;transition:all .2s ease}.CreateBlog_draftBtn__fGAha:disabled,.CreateBlog_publishBtn__XG9Z8:disabled{cursor:not-allowed;opacity:.65}.CreateBlog_draftBtn__fGAha svg,.CreateBlog_publishBtn__XG9Z8 svg{font-size:14px}.CreateBlog_draftBtn__fGAha{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0a;color:#0f172a}.CreateBlog_draftBtn__fGAha:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.CreateBlog_publishBtn__XG9Z8{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #22c55e38;color:#fff}.CreateBlog_publishBtn__XG9Z8:hover:not(:disabled){box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.CreateBlog_layout__VBEkL{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1.7fr) minmax(330px,.85fr)}.CreateBlog_editorColumn__gGwQn,.CreateBlog_sidebarColumn__RGfVz{min-width:0}.CreateBlog_editorCard__TEvVf,.CreateBlog_panel__Jbmu0,.CreateBlog_titleCard__TRnrs{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 28px #0f172a0d}.CreateBlog_titleCard__TRnrs{margin-bottom:20px;padding:20px 22px}.CreateBlog_titleCard__TRnrs input{background:#0000;border:none;color:#0f172a;font-size:32px;font-weight:800;letter-spacing:-.02em;line-height:1.3;outline:none;width:100%}.CreateBlog_titleCard__TRnrs input::placeholder{color:#94a3b8;font-weight:700}.CreateBlog_editorCard__TEvVf{overflow:hidden}.CreateBlog_toolbar__5oP24{align-items:center;background:#f8fafc;border-bottom:1px solid #edf2f7;display:flex;flex-wrap:wrap;gap:8px;min-height:64px;padding:12px 14px}.CreateBlog_toolbar__5oP24 button{align-items:center;background:#fff;border:1px solid #0000;border-radius:10px;color:#475569;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.CreateBlog_toolbar__5oP24 button:hover{background:#f8fafc;border-color:#dbe2ea;color:#0f172a}.CreateBlog_divider__4IgIe{background:#dbe2ea;height:22px;margin:0 2px;width:1px}.CreateBlog_autosaveText__c3IBI{color:#64748b;font-size:13px;font-weight:700;margin-left:auto;white-space:nowrap}.CreateBlog_editorCard__TEvVf textarea{background:#fff;border:none;box-sizing:border-box;color:#1e293b;font-size:16px;line-height:1.85;min-height:640px;outline:none;padding:22px;resize:vertical;width:100%}.CreateBlog_editorCard__TEvVf textarea::placeholder{color:#94a3b8}.CreateBlog_sidebarColumn__RGfVz{display:flex;flex-direction:column;gap:20px}.CreateBlog_panel__Jbmu0{overflow:hidden}.CreateBlog_panelHeader__WPfVH{align-items:center;background:#fbfcfe;border-bottom:1px solid #edf2f7;display:flex;gap:10px;justify-content:space-between;min-height:56px;padding:16px 18px}.CreateBlog_panelHeader__WPfVH h3{color:#334155;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0}.CreateBlog_panelHeader__WPfVH svg{color:#94a3b8;font-size:15px}.CreateBlog_panelBody__MLNQy{padding:18px}.CreateBlog_formGroup__PKK0J{display:flex;flex-direction:column;gap:8px}.CreateBlog_formGroup__PKK0J:not(:last-child){margin-bottom:18px}.CreateBlog_formGroup__PKK0J label{color:#334155;font-size:14px;font-weight:700}.CreateBlog_formGroup__PKK0J small{color:#94a3b8;font-size:12px;line-height:1.5}.CreateBlog_formGroup__PKK0J input,.CreateBlog_formGroup__PKK0J select,.CreateBlog_formGroup__PKK0J textarea{background:#fff;border:1px solid #dbe2ea;border-radius:12px;box-sizing:border-box;color:#0f172a;font-size:14px;outline:none;padding:13px 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.CreateBlog_formGroup__PKK0J input:focus,.CreateBlog_formGroup__PKK0J select:focus,.CreateBlog_formGroup__PKK0J textarea:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.CreateBlog_formGroup__PKK0J input::placeholder,.CreateBlog_formGroup__PKK0J select::placeholder,.CreateBlog_formGroup__PKK0J textarea::placeholder{color:#94a3b8}.CreateBlog_formGroup__PKK0J textarea{line-height:1.65;min-height:108px;resize:vertical}.CreateBlog_formGroup__PKK0J select{cursor:pointer}.CreateBlog_labelRow__XWHu3{align-items:center;display:flex;gap:12px;justify-content:space-between}.CreateBlog_labelRow__XWHu3 span{color:#94a3b8;font-size:12px;font-weight:700}.CreateBlog_uploadBox__-NHpp{align-items:center;background:linear-gradient(180deg,#fbfdff,#f8fafc);border:1.5px dashed #cbd5e1;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:220px;overflow:hidden;padding:22px;text-align:center;transition:all .25s ease}.CreateBlog_uploadBox__-NHpp:hover{background:#f6fff8;border-color:#22c55e}.CreateBlog_uploadBox__-NHpp svg{color:#22c55e;font-size:26px;margin-bottom:12px}.CreateBlog_uploadBox__-NHpp p{color:#334155;font-size:14px;font-weight:700;line-height:1.5;margin:0 0 6px}.CreateBlog_uploadBox__-NHpp span{color:#94a3b8;font-size:12px}.CreateBlog_uploadBox__-NHpp img{border-radius:12px;display:block;max-height:260px;object-fit:cover;width:100%}.CreateBlog_uploadBox__-NHpp.CreateBlog_hasImage__tz0dO{background:#fff;border-style:solid;padding:8px}.CreateBlog_radioItem__rdpxO{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;display:flex;gap:12px;padding:14px;transition:all .2s ease}.CreateBlog_radioItem__rdpxO:not(:last-of-type){margin-bottom:12px}.CreateBlog_radioItem__rdpxO:hover{background:#fbfffc;border-color:#22c55e}.CreateBlog_radioItem__rdpxO input{accent-color:#22c55e;flex-shrink:0;margin-top:3px}.CreateBlog_radioItem__rdpxO strong{color:#0f172a;display:block;font-size:14px;font-weight:800;margin-bottom:4px}.CreateBlog_radioItem__rdpxO p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.CreateBlog_scheduleBox__jSNzc{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;display:flex;gap:10px;margin-top:14px;padding:12px 14px;transition:all .2s ease}.CreateBlog_scheduleBox__jSNzc svg{color:#64748b;flex-shrink:0;font-size:14px}.CreateBlog_scheduleBox__jSNzc input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:14px;min-width:0;outline:none}.CreateBlog_scheduleBox__jSNzc input:disabled{color:#94a3b8;cursor:not-allowed}.CreateBlog_scheduleBox__jSNzc.CreateBlog_active__DpY78{background:#f0fdf4;border-color:#bbf7d0}@media(max-width:1200px){.CreateBlog_layout__VBEkL{grid-template-columns:1fr}}@media(max-width:992px){.CreateBlog_wrapper__zwE5P{padding:20px}.CreateBlog_topbar__04DrR{align-items:stretch;flex-direction:column}.CreateBlog_topActions__GCgTg{flex-wrap:wrap;width:100%}.CreateBlog_draftBtn__fGAha,.CreateBlog_publishBtn__XG9Z8{flex:1 1}.CreateBlog_titleCard__TRnrs input{font-size:26px}.CreateBlog_editorCard__TEvVf textarea{min-height:460px}.CreateBlog_autosaveText__c3IBI{margin-left:0;text-align:left;width:100%}}@media(max-width:640px){.CreateBlog_panelBody__MLNQy,.CreateBlog_titleCard__TRnrs,.CreateBlog_wrapper__zwE5P{padding:14px}.CreateBlog_titleCard__TRnrs input{font-size:22px}.CreateBlog_toolbar__5oP24{gap:6px;padding:10px}.CreateBlog_toolbar__5oP24 button{height:34px;width:34px}.CreateBlog_backBtn__Amn1u,.CreateBlog_draftBtn__fGAha,.CreateBlog_publishBtn__XG9Z8{width:100%}}.Dashboard_wrapper__OOCKm{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.Dashboard_topbar__\+7yUD{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:14px}.Dashboard_topbar__\+7yUD h1{color:#172033;font-size:32px;font-weight:850;letter-spacing:-.03em;margin:4px 0 8px}.Dashboard_eyebrow__WJ44o{color:#2f6b1f;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0;text-transform:uppercase}.Dashboard_desc__atqTF{color:#7b8794;font-size:16px;line-height:1.6;margin:0}.Dashboard_topbarRight__bIdHk{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.Dashboard_searchBox__FhyNu{align-items:center;background:#fff;border:1px solid #e5ebf3;border-radius:999px;box-shadow:0 8px 24px #0f172a0a;color:#9aa6b7;display:flex;gap:10px;height:48px;padding:0 16px;width:330px}.Dashboard_searchBox__FhyNu input{background:#0000;border:none;color:#172033;font-size:14px;outline:none;width:100%}.Dashboard_refreshBtn__D-0Uy{align-items:center;background:#e1f0c4;border:none;border-radius:999px;color:#2f6b1f;cursor:pointer;display:flex;font-weight:800;gap:9px;height:48px;padding:0 18px;transition:.2s ease}.Dashboard_refreshBtn__D-0Uy:hover{box-shadow:0 12px 24px #8fcf5b3d;transform:translateY(-2px)}.Dashboard_bellBtn__RAyDp{background:#fff;border:1px solid #e5ebf3;border-radius:50%;color:#172033;cursor:pointer;height:48px;position:relative;width:48px}.Dashboard_bellBtn__RAyDp span{background:#ef4444;border-radius:50%;height:8px;position:absolute;right:12px;top:10px;width:8px}.Dashboard_updatedLine__cUp8y{align-items:center;color:#7b8794;display:flex;font-size:14px;gap:9px;margin-bottom:24px}.Dashboard_updatedLine__cUp8y strong{color:#172033}.Dashboard_statsGrid__RL1Qb{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.Dashboard_statCard__DrQrU{background:#fff;border:1px solid #e5ebf3;border-radius:24px;box-shadow:0 14px 36px #0f172a0f;padding:22px;transition:.22s ease}.Dashboard_statCard__DrQrU:hover{box-shadow:0 18px 42px #0f172a17;transform:translateY(-4px)}.Dashboard_statCard__DrQrU p{color:#7b8794;font-size:15px;font-weight:600;margin:0 0 8px}.Dashboard_statCard__DrQrU h2{color:#172033;font-size:28px;font-weight:850;line-height:1.25;margin:0}.Dashboard_statTop__BhYYU{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.Dashboard_statIcon__fwgfn{align-items:center;border-radius:18px;display:flex;font-size:21px;height:54px;justify-content:center;width:54px}.Dashboard_statIcon__fwgfn.Dashboard_green__6Ft3t{background:#eaf8e1;color:#4f9f28}.Dashboard_statIcon__fwgfn.Dashboard_blue__k9HXf{background:#edf4ff;color:#497cff}.Dashboard_statIcon__fwgfn.Dashboard_orange__SC4yU{background:#fff3e7;color:#f08c26}.Dashboard_statIcon__fwgfn.Dashboard_purple__dwm6M{background:#f5edff;color:#9254de}.Dashboard_trendBadge__E85Yw{border-radius:999px;font-size:12px;font-weight:800;line-height:1.35;max-width:150px;padding:7px 10px;text-align:right}.Dashboard_trendBadge__E85Yw.Dashboard_up__ONwFl{background:#eaf9ef;color:#16a34a}.Dashboard_trendBadge__E85Yw.Dashboard_down__QLc7e{background:#fff1f2;color:#dc2626}.Dashboard_trendBadge__E85Yw.Dashboard_neutral__W2k6X{background:#f1f5f9;color:#64748b}.Dashboard_mainGrid__zLUJN{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,2fr) minmax(340px,1fr);margin-bottom:24px}.Dashboard_chartPanel__Vu5zW,.Dashboard_ordersPanel__An67K,.Dashboard_panelCard__HObPv{background:#fff;border:1px solid #e5ebf3;border-radius:26px;box-shadow:0 14px 36px #0f172a0f}.Dashboard_chartPanel__Vu5zW{padding:24px}.Dashboard_panelHeaderSmall__72GUp,.Dashboard_panelHeader__Smqcz{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.Dashboard_panelHeaderSmall__72GUp h3,.Dashboard_panelHeader__Smqcz h3{color:#172033;font-size:20px;font-weight:850;margin:0 0 6px}.Dashboard_panelHeaderSmall__72GUp p,.Dashboard_panelHeader__Smqcz p{color:#7b8794;font-size:14px;margin:0}.Dashboard_chartBox__R8EWe{height:380px;margin-top:24px}.Dashboard_sideColumn__DihJ4{display:flex;flex-direction:column;gap:24px}.Dashboard_panelCard__HObPv{padding:22px}.Dashboard_rankList__2klDA{display:flex;flex-direction:column;gap:14px;margin-top:18px}.Dashboard_rankItem__zVTJQ{align-items:center;background:#f8fafc;border-radius:16px;display:flex;gap:14px;justify-content:space-between;padding:12px}.Dashboard_rankItem__zVTJQ b{color:#172033;white-space:nowrap}.Dashboard_rankLeft__-VCdp{align-items:center;display:flex;gap:12px;min-width:0}.Dashboard_rankLeft__-VCdp div{min-width:0}.Dashboard_rankLeft__-VCdp strong{color:#172033;display:block;font-size:14px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboard_rankLeft__-VCdp p{color:#7b8794;font-size:13px;margin:4px 0 0}.Dashboard_avatarMini__DcwCE,.Dashboard_rankNumber__Tg3EC{align-items:center;background:#e1f0c4;border-radius:14px;color:#2f6b1f;display:flex;font-weight:850;height:38px;justify-content:center;min-width:38px}.Dashboard_ordersPanel__An67K{padding:24px}.Dashboard_tableWrap__lgj2j{margin-top:20px;overflow-x:auto;width:100%}.Dashboard_tableWrap__lgj2j table{border-collapse:collapse;min-width:920px;width:100%}.Dashboard_tableWrap__lgj2j th{background:#f8fafc;color:#64748b;font-size:13px;letter-spacing:.04em;padding:14px 16px;text-align:left;text-transform:uppercase}.Dashboard_tableWrap__lgj2j td{border-bottom:1px solid #edf2f7;color:#334155;font-size:14px;padding:16px;vertical-align:middle}.Dashboard_tableWrap__lgj2j tr:last-child td{border-bottom:none}.Dashboard_customerCell__Kip6c{display:flex;flex-direction:column;gap:4px}.Dashboard_customerCell__Kip6c strong{color:#172033}.Dashboard_customerCell__Kip6c span{color:#7b8794;font-size:13px}.Dashboard_paymentBadge__HwBgw{align-items:center;background:#e1f0c4;border-radius:999px;color:#2f6b1f;display:inline-flex;font-size:12px;font-weight:850;justify-content:center;padding:7px 11px}.Dashboard_emptyTable__AUp8U,.Dashboard_emptyText__FvDIY{color:#7b8794;padding:24px;text-align:center}.Dashboard_loadingBox__mjvA9{background:#fff;border:1px solid #e5ebf3;border-radius:24px;box-shadow:0 14px 36px #0f172a0f;color:#7b8794;padding:30px}@media(max-width:1200px){.Dashboard_statsGrid__RL1Qb{grid-template-columns:repeat(2,minmax(0,1fr))}.Dashboard_mainGrid__zLUJN{grid-template-columns:1fr}}@media(max-width:768px){.Dashboard_wrapper__OOCKm{padding:16px}.Dashboard_topbar__\+7yUD h1{font-size:28px}.Dashboard_searchBox__FhyNu,.Dashboard_topbarRight__bIdHk{width:100%}.Dashboard_statsGrid__RL1Qb{grid-template-columns:1fr}.Dashboard_statCard__DrQrU h2{font-size:24px}.Dashboard_chartBox__R8EWe{height:320px}.Dashboard_refreshBtn__D-0Uy{justify-content:center;width:100%}}.Dashboard_categoryChart__Mos7N{height:220px;margin-top:12px;width:100%}.Dashboard_categoryList__sRUo2{display:flex;flex-direction:column;gap:12px;margin-top:10px}.Dashboard_categoryItem__p3M7l{align-items:center;background:#f8fafc;border-radius:16px;display:flex;gap:14px;justify-content:space-between;padding:12px}.Dashboard_categoryItem__p3M7l b{color:#172033;white-space:nowrap}.Dashboard_categoryLeft__Mp9ZF{align-items:center;display:flex;gap:12px;min-width:0}.Dashboard_categoryLeft__Mp9ZF>span{border-radius:50%;flex-shrink:0;height:12px;width:12px}.Dashboard_categoryLeft__Mp9ZF strong{color:#172033;display:block;font-size:14px}.Dashboard_categoryLeft__Mp9ZF p{color:#7b8794;font-size:13px;margin:4px 0 0}.Dashboard_exportBtn__D9VGb{align-items:center;background:linear-gradient(135deg,#22c55e,#15b981);border:none;border-radius:14px;box-shadow:0 10px 24px #6aaa3b3d;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;gap:8px;height:44px;padding:0 16px;transition:.2s ease}.Dashboard_exportBtn__D9VGb:hover{box-shadow:0 14px 30px #6aaa3b52;transform:translateY(-1px)}.Dashboard_rangeSelect__wkwQi{background:#fff;border:1px solid #d9e5c6;border-radius:12px;color:#24301f;cursor:pointer;font-size:14px;font-weight:700;height:42px;outline:none;padding:0 14px}.Dashboard_rangeSelect__wkwQi:focus{border-color:#8fcf5b;box-shadow:0 0 0 4px #8fcf5b2e}.Dashboard_hourChartPanel__3axeZ{margin-top:24px}.ManageShipper_wrapper__vY0wC{box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManageShipper_header__SlG57{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:28px}.ManageShipper_header__SlG57 h1{font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageShipper_header__SlG57 p{font-size:15px;margin:0}.ManageShipper_addBtn__6HFY8{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:1px solid #cfe2a7;border-radius:14px;box-shadow:0 12px 24px #8fa85d2e;cursor:pointer;display:inline-flex;font-weight:800;gap:10px;height:48px;padding:0 20px;transition:all .2s ease}.ManageShipper_addBtn__6HFY8:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-1px)}.ManageShipper_statsGrid__omP6L{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.ManageShipper_statCard__D92d5{background:#fff;border:1px solid #dfe7ef;border-radius:18px;box-shadow:0 8px 24px #0f172a0d;min-height:130px;padding:24px}.ManageShipper_statCard__D92d5 span{color:#33443c;display:block;font-size:14px;margin-top:16px}.ManageShipper_statCard__D92d5 strong{color:#0f1512;display:block;font-size:32px;margin-top:6px}.ManageShipper_statCard__D92d5 strong small{font-size:15px;font-weight:500}.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf{background:linear-gradient(135deg,#10b934,#d5e9af);border-color:#cfe2a7}.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf span,.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf strong{color:#101828}.ManageShipper_statIcon__xNYkq{align-items:center;border-radius:12px;display:flex;height:44px;justify-content:center;width:44px}.ManageShipper_statIcon__xNYkq.ManageShipper_green__iVdZX{background:#10b934;color:#101828}.ManageShipper_contentGrid__zAdg7{grid-gap:28px;display:grid;gap:28px;grid-template-columns:2fr .95fr}.ManageShipper_leftCol__F44yG,.ManageShipper_rightCol__CoM\+W{display:flex;flex-direction:column;gap:28px}.ManageShipper_alertCard__l5-IS,.ManageShipper_deviceCard__RFXa7,.ManageShipper_mapCard__Ry\+f6,.ManageShipper_shipperCard__iwEFB{background:#fff;border:1px solid #dfe7ef;border-radius:18px;box-shadow:0 8px 24px #0f172a0d;overflow:hidden}.ManageShipper_cardHeader__QDlQB{align-items:center;display:flex;justify-content:space-between;padding:22px 24px}.ManageShipper_cardHeader__QDlQB h3{align-items:center;color:#101828;display:flex;font-size:18px;gap:10px;margin:0}.ManageShipper_live__LXm7l{background:#e8f8e9;border:1px solid #dbe9bd;border-radius:999px;color:#08a832;font-size:12px;font-weight:800;padding:6px 12px}.ManageShipper_fakeMap__LpG4z{background:radial-gradient(circle at center,#e1f0c48c,#0000 36%),linear-gradient(135deg,#eef7de,#d7ebaf 45%,#c8df98);height:330px;position:relative}.ManageShipper_pin__JQV6w{align-items:center;border:1px solid #cfe2a7;border-radius:50%;box-shadow:0 8px 20px #5267352e;color:#101828;display:flex;font-weight:800;height:42px;justify-content:center;position:absolute;width:42px}.ManageShipper_pin1__kEbiH{left:42%;top:34%}.ManageShipper_pin2__BIz3Y{left:68%;top:63%}.ManageShipper_pin3__kTLBy{left:24%;top:28%}.ManageShipper_pin4__8OLZY{left:52%;top:55%}.ManageShipper_tools__8Z65l{color:#08a832;display:flex;gap:18px}.ManageShipper_shipperTable__kiASf{border-collapse:collapse;width:100%}.ManageShipper_shipperTable__kiASf thead{background:#e8f8e9}.ManageShipper_shipperTable__kiASf thead th{color:#43534b;font-size:12px;padding:16px 24px;text-align:left;text-transform:uppercase;white-space:nowrap}.ManageShipper_shipperTable__kiASf td{border-bottom:1px solid #edf2ef;color:#24342d;font-size:14px;padding:18px 24px}.ManageShipper_shipperTable__kiASf tbody tr{transition:background .2s ease}.ManageShipper_shipperTable__kiASf tbody tr:hover{background:#fbfdf6}.ManageShipper_profile__PSl-W{align-items:center;display:flex;gap:14px;min-width:190px}.ManageShipper_profile__PSl-W strong{color:#111827;display:block;margin-bottom:4px}.ManageShipper_profile__PSl-W span{color:#6b7280;font-size:12px}.ManageShipper_avatar__uL9ni{background:#10b934;border:1px solid #cfe2a7;color:#101828;font-weight:800;height:38px;width:38px}.ManageShipper_status__N6K8U{border-radius:999px;font-size:12px;font-weight:800;padding:6px 12px;white-space:nowrap}.ManageShipper_available__0b6zJ{background:#e8f8e9;border:1px solid #dbe9bd;color:#08a832}.ManageShipper_delivery__nbt\+4{background:#fff7ed;border:1px solid #fed7aa;color:#ea580c}.ManageShipper_offline__0keOX{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.ManageShipper_rating__0mqg\+{color:#334155;font-weight:800;white-space:nowrap}.ManageShipper_rating__0mqg\+ svg{color:#f59e0b;margin-left:4px}.ManageShipper_actions__LF5rr{display:flex;flex-wrap:nowrap;gap:12px}.ManageShipper_actions__LF5rr button{background:#0000;border:none;color:#08a832;cursor:pointer;font-weight:800;padding:6px 0;transition:color .2s ease}.ManageShipper_actions__LF5rr button:hover{color:#101828;text-decoration:underline}.ManageShipper_alertCard__l5-IS{background:linear-gradient(135deg,#10b934,#d5e9af);padding:24px}.ManageShipper_alertCard__l5-IS h3{align-items:center;display:flex;gap:10px;margin:0 0 20px}.ManageShipper_alertItem__kMcbJ{background:#ffffff8c;border-left:4px solid #08a832;border-radius:10px;margin-bottom:14px;padding:16px}.ManageShipper_alertItem__kMcbJ strong{color:#101828;font-size:13px}.ManageShipper_alertItem__kMcbJ p{color:#30451f;font-weight:700;margin:8px 0}.ManageShipper_alertItem__kMcbJ span{background:#ffffffb3;border:1px solid #dbe9bd;border-radius:8px;color:#101828;display:inline-flex;font-size:12px;padding:5px 10px}.ManageShipper_alertItem__kMcbJ.ManageShipper_danger__9yQMo{border-left-color:#ef4444}.ManageShipper_deviceCard__RFXa7{padding:24px}.ManageShipper_deviceCard__RFXa7 h3{color:#101828;margin:0 0 20px}.ManageShipper_deviceItem__v-LX9{margin-bottom:18px}.ManageShipper_deviceItem__v-LX9 div:first-child{color:#405047;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.ManageShipper_deviceItem__v-LX9 strong{color:#101828}.ManageShipper_progress__sQFS0{background:#edf2e4;border-radius:999px;height:7px;overflow:hidden}.ManageShipper_progress__sQFS0 span{background:#08a832;border-radius:inherit;display:block;height:100%}@media(max-width:1200px){.ManageShipper_statsGrid__omP6L{grid-template-columns:repeat(2,1fr)}.ManageShipper_contentGrid__zAdg7{grid-template-columns:1fr}}@media(max-width:768px){.ManageShipper_wrapper__vY0wC{padding:16px}.ManageShipper_header__SlG57{align-items:flex-start;flex-direction:column}.ManageShipper_addBtn__6HFY8{justify-content:center;width:100%}.ManageShipper_statsGrid__omP6L{gap:16px;grid-template-columns:1fr}.ManageShipper_shipperTable__kiASf{min-width:820px}.ManageShipper_shipperCard__iwEFB{overflow-x:auto}.ManageShipper_cardHeader__QDlQB{padding:18px}}.ManageShipper_modalOverlay__\+tprK{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:999}.ManageShipper_detailModal__whQEh{animation:ManageShipper_fadeIn__BZ-Ka .25s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000002e;max-width:520px;overflow:hidden;width:100%}.ManageShipper_modalHeader__nPQXY{align-items:center;border-bottom:1px solid #edf2ef;display:flex;justify-content:space-between;padding:20px 24px}.ManageShipper_modalHeader__nPQXY h3{color:#10231c;font-size:22px;font-weight:800;margin:0}.ManageShipper_modalHeader__nPQXY button{background:#f4f9ea;border:none;border-radius:50%;color:#7f9652;cursor:pointer;font-size:16px;font-weight:700;height:36px;width:36px}.ManageShipper_detailBody__dO0PN{padding:32px 24px;text-align:center}.ManageShipper_detailBody__dO0PN h2{color:#1f2937;font-size:26px;margin:18px 0 28px}.ManageShipper_detailAvatar__qz-RG{align-items:center;background:#e1f0c4;border:4px solid #f4f9ea;border-radius:50%;color:#5d6f3f;display:flex;font-size:30px;font-weight:800;height:90px;justify-content:center;margin:0 auto;width:90px}.ManageShipper_detailGrid__R1aTU{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.ManageShipper_detailGrid__R1aTU div{background:#f8fbf2;border:1px solid #edf2ef;border-radius:16px;padding:18px;text-align:left}.ManageShipper_detailGrid__R1aTU span{color:#6b7280;display:block;font-size:13px;margin-bottom:8px}.ManageShipper_detailGrid__R1aTU strong{color:#1f2937;font-size:15px}@keyframes ManageShipper_fadeIn__BZ-Ka{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.ManageShipper_detailGrid__R1aTU{grid-template-columns:1fr}}.ManageShipper_assignBox__mnb0G{text-align:left}.ManageShipper_assignBox__mnb0G label{color:#10231c;display:block;font-weight:800;margin-bottom:10px}.ManageShipper_assignBox__mnb0G select{background:#f8fbf2;border:1px solid #dbe9bd;border-radius:12px;color:#1f2937;height:48px;margin-bottom:16px;outline:none;padding:0 14px;width:100%}.ManageShipper_assignBox__mnb0G p{color:#ef4444;font-size:14px;margin:0 0 16px}.ManageShipper_assignBox__mnb0G button{background:#e1f0c4;border:none;border-radius:12px;color:#5d6f3f;cursor:pointer;font-weight:800;height:46px;width:100%}.ManageShipper_assignBox__mnb0G button:disabled{cursor:not-allowed;opacity:.6}.ManageShipper_toolBtn__TKi\+7{background:#f8fbf2;border:1px solid #dbe9bd;border-radius:10px;color:#7f9652;cursor:pointer;height:38px;transition:all .2s ease;width:38px}.ManageShipper_toolBtn__TKi\+7:hover{background:#e1f0c4;transform:translateY(-1px)}.ManageShipper_wrapper__vY0wC{background:#fff;color:#101828}.ManageShipper_header__SlG57 h1{color:#172033}.ManageShipper_header__SlG57 p{color:#667085}.ManageShipper_addBtn__6HFY8{background:#10b934;border:none;box-shadow:0 4px 12px #1018280a;color:#fff}.ManageShipper_addBtn__6HFY8:hover{background:#0ea52e}.ManageShipper_alertCard__l5-IS,.ManageShipper_deviceCard__RFXa7,.ManageShipper_mapCard__Ry\+f6,.ManageShipper_shipperCard__iwEFB,.ManageShipper_statCard__D92d5{background:#fff;border:1px solid #dfe7ef;box-shadow:0 4px 12px #1018280a}.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf{background:#e8f8e9;border-color:#dfe7ef}.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf span,.ManageShipper_statCard__D92d5.ManageShipper_dark__3M5lf strong{color:#08a832}.ManageShipper_statIcon__xNYkq,.ManageShipper_statIcon__xNYkq.ManageShipper_green__iVdZX{background:#e8f8e9;color:#08a832}.ManageShipper_available__0b6zJ,.ManageShipper_live__LXm7l{background:#e8f8e9;border:none;color:#08a832}.ManageShipper_fakeMap__LpG4z{background:radial-gradient(circle at center,#e8f8e9b3,#0000 36%),linear-gradient(135deg,#f8fafc,#e8f8e9 45%,#d1fae5)}.ManageShipper_pin__JQV6w{background:#fff;border:1px solid #dfe7ef;box-shadow:0 8px 20px #10182814;color:#08a832}.ManageShipper_actions__LF5rr button,.ManageShipper_tools__8Z65l{color:#08a832}.ManageShipper_actions__LF5rr button:hover,.ManageShipper_tools__8Z65l:hover{color:#0ea52e}.ManageShipper_shipperTable__kiASf thead{background:#f8fafc}.ManageShipper_shipperTable__kiASf thead th{color:#5d6b82}.ManageShipper_shipperTable__kiASf td{border-bottom:1px solid #edf1f5;color:#25324b}.ManageShipper_shipperTable__kiASf tbody tr:hover{background:#f8fafc}.ManageShipper_avatar__uL9ni,.ManageShipper_detailAvatar__qz-RG{background:#e8f8e9;border:1px solid #dfe7ef;color:#08a832}.ManageShipper_alertCard__l5-IS{background:#fff;color:#101828}.ManageShipper_alertCard__l5-IS h3{color:#101828}.ManageShipper_alertItem__kMcbJ{background:#f8fafc;border-left-color:#10b934}.ManageShipper_alertItem__kMcbJ p,.ManageShipper_alertItem__kMcbJ span,.ManageShipper_alertItem__kMcbJ strong{color:#101828}.ManageShipper_alertItem__kMcbJ span{background:#e8f8e9;border:none}.ManageShipper_progress__sQFS0{background:#edf1f5}.ManageShipper_progress__sQFS0 span{background:#10b934}.ManageShipper_modalHeader__nPQXY{border-bottom:1px solid #edf1f5}.ManageShipper_modalHeader__nPQXY h3{color:#101828}.ManageShipper_modalHeader__nPQXY button{background:#f2f4f7;color:#667085}.ManageShipper_detailGrid__R1aTU div{background:#f8fafc;border:1px solid #edf1f5}.ManageShipper_assignBox__mnb0G label{color:#101828}.ManageShipper_assignBox__mnb0G select{background:#fff;border:1px solid #dfe7ef}.ManageShipper_assignBox__mnb0G button{background:#10b934;color:#fff}.ManageShipper_assignBox__mnb0G button:hover{background:#0ea52e}.ManageShipper_toolBtn__TKi\+7{background:#fff;border:1px solid #dfe7ef;color:#08a832}.ManageShipper_toolBtn__TKi\+7:hover{background:#e8f8e9}.ManageShipper_avatar__uL9ni{align-items:center;background:#e8f5e9;border-radius:50%;color:#2e7d32;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:52px;justify-content:center;overflow:hidden;width:52px}.ManageShipper_avatarImg__AGsSe{display:block;height:100%;object-fit:cover;width:100%}.Cart_wrapper__NWCjd{background:#f8faf7;min-height:100vh;width:100%}.Cart_main__TQ6yg{margin:120px auto 60px;width:min(1400px,92%)}.Cart_breadcrumb__Smpsq{align-items:center;color:#7b8794;display:flex;font-size:16px;gap:10px;margin-bottom:18px}.Cart_breadcrumb__Smpsq a{color:#7b8794;text-decoration:none}.Cart_breadcrumb__Smpsq a:hover{color:#4caf50}.Cart_breadcrumb__Smpsq span{color:#7b8794}.Cart_title__mdrbk{color:#0f172a;font-size:34px;font-weight:800;margin-bottom:28px}.Cart_title__mdrbk span{color:#57b33e;font-size:.9em;font-weight:700}.Cart_inner__xYYjp{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.Cart_cartSection__L\+WjX{display:flex;flex-direction:column;gap:24px}.Cart_cartTable__cj5HA{background:#fff;border:1px solid #e7eee2;border-radius:18px;overflow:hidden}.Cart_cartHead__68Cyv{grid-gap:16px;background:#f3f8ee;color:#556274;display:grid;font-size:14px;font-weight:800;gap:16px;grid-template-columns:2.4fr .8fr .9fr .9fr;padding:18px 22px;text-transform:uppercase}.Cart_cartBody__b8go4{display:flex;flex-direction:column}.Cart_cartItem__qldUH{grid-gap:16px;align-items:center;border-top:1px solid #eef2eb;display:grid;gap:16px;grid-template-columns:2.4fr .8fr .9fr .9fr;padding:24px 22px}.Cart_productInfo__3Y5Va{align-items:center;display:flex;gap:16px;min-width:0}.Cart_imgProduct__3S4AK{background:#f6f6f6;border:1px solid #edf1ea;border-radius:14px;flex-shrink:0;height:110px;overflow:hidden;width:110px}.Cart_imgProduct__3S4AK img{display:block;height:100%;object-fit:cover;width:100%}.Cart_infoProduct__itgtt{display:flex;flex-direction:column;gap:6px;min-width:0}.Cart_infoProduct__itgtt h2{color:#0f172a;font-size:18px;font-weight:800;line-height:1.4;margin:0}.Cart_infoProduct__itgtt p{color:#7b8794;font-size:15px;margin:0}.Cart_btnDelete__ZKT4Q{align-items:center;background:#0000;border:none;color:#ef4444;cursor:pointer;display:inline-flex;font-size:15px;gap:8px;margin-top:4px;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Cart_btnDelete__ZKT4Q:hover{opacity:.8}.Cart_unitPrice__M9piW{color:#334155;font-size:18px;font-weight:600}.Cart_quantityBox__ApRjT{align-items:center;background:#fff;border:1px solid #cfe0c3;border-radius:12px;display:flex;height:44px;min-width:110px;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Cart_quantityBox__ApRjT button{background:#0000;border:none;color:#556274;cursor:pointer;font-size:22px;height:100%;width:36px}.Cart_quantityBox__ApRjT span{color:#1e293b;font-size:16px;font-weight:700;text-align:center;width:38px}.Cart_totalItem__skFVb{color:#52b31f;font-size:20px;font-weight:800}.Cart_couponBox__nRVOF{background:#fff;border:1px solid #e7eee2;border-radius:18px;padding:22px}.Cart_couponTitle__oxEma{color:#0f172a;font-size:28px;font-weight:800;margin-bottom:18px}.Cart_couponForm__645XL{display:flex;gap:14px}.Cart_couponForm__645XL input{background:#f8fcf5;border:1px solid #dce9d2;border-radius:12px;flex:1 1;font-size:16px;height:54px;outline:none;padding:0 18px}.Cart_couponForm__645XL input:focus{background:#fff;border-color:#83c85f}.Cart_couponForm__645XL button{background:#7ac943;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:54px;min-width:140px}.Cart_couponForm__645XL button:hover{opacity:.92}.Cart_summarySection__lztJ4{display:flex;flex-direction:column;gap:20px}.Cart_summaryCard__3huvR{background:#fff;border:1px solid #e7eee2;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;padding:28px 24px}.Cart_summaryCard__3huvR h3{border-bottom:1px solid #edf2e8;color:#111827;font-size:20px;font-weight:800;margin:0 0 22px;padding-bottom:18px}.Cart_summaryRow__J5JSD{align-items:center;color:#475569;display:flex;font-size:17px;gap:14px;justify-content:space-between;margin-bottom:18px}.Cart_summaryRow__J5JSD strong{color:#334155}.Cart_freeShip__B27nr{color:#57b33e;font-weight:700}.Cart_summaryDivider__ZGSth{background:#edf2e8;height:1px;margin:12px 0 18px}.Cart_summaryTotal__Gy157{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px}.Cart_summaryTotal__Gy157 span{color:#1f2937;font-size:18px;font-weight:800}.Cart_summaryTotal__Gy157 strong{color:#ef2b2d;display:block;font-size:24px;font-weight:900;text-align:right}.Cart_summaryTotal__Gy157 small{color:#7b8794;display:block;font-size:12px;font-weight:700;margin-top:4px;text-align:right;text-transform:uppercase}.Cart_checkoutBtn__e9C0S{align-items:center;background:linear-gradient(90deg,#163b0c,#234d11);border:none;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-size:17px;font-weight:800;gap:10px;height:58px;justify-content:center;margin-bottom:14px;width:100%}.Cart_checkoutBtn__e9C0S:hover{opacity:.95}.Cart_continueShopping__g\+fZM{color:#64ba32;display:block;font-size:17px;font-weight:700;text-align:center;text-decoration:none}.Cart_continueShopping__g\+fZM:hover{text-decoration:underline}.Cart_serviceBox__YZovN{display:flex;flex-direction:column;gap:16px}.Cart_serviceItem__zu--p{align-items:center;background:#f4f8ef;border:1px solid #e2ecd9;border-radius:16px;display:flex;gap:16px;padding:18px}.Cart_serviceItem__zu--p h4{color:#1f2937;font-size:16px;font-weight:800;margin:0 0 4px;text-transform:uppercase}.Cart_serviceItem__zu--p p{color:#7b8794;font-size:14px;margin:0}.Cart_serviceIcon__\+7KRd{align-items:center;background:#fff;border:1px solid #dfebd5;border-radius:50%;color:#61b63a;display:flex;flex-shrink:0;font-size:20px;height:52px;justify-content:center;width:52px}.Cart_noProduct__V\+mex{align-items:center;background:#fff;border:1px solid #e7eee2;border-radius:18px;display:flex;flex-direction:column;padding:40px 20px;text-align:center}.Cart_noProduct__V\+mex img{margin-bottom:18px;width:min(360px,100%)}.Cart_noProduct__V\+mex span{color:#0f172a;font-size:22px;font-weight:800;margin-bottom:18px}.Cart_noProduct__V\+mex a{align-items:center;background:#7ac943;border-radius:12px;color:#fff;display:inline-flex;font-weight:700;height:48px;justify-content:center;min-width:190px;padding:0 18px;text-decoration:none}@media(max-width:1024px){.Cart_inner__xYYjp{grid-template-columns:1fr}.Cart_summarySection__lztJ4{order:2}.Cart_cartSection__L\+WjX{order:1}}@media(max-width:768px){.Cart_main__TQ6yg{margin:110px auto 40px;width:94%}.Cart_title__mdrbk{font-size:28px}.Cart_cartHead__68Cyv{display:none}.Cart_cartItem__qldUH{gap:14px;grid-template-columns:1fr}.Cart_productInfo__3Y5Va{align-items:flex-start}.Cart_imgProduct__3S4AK{height:90px;width:90px}.Cart_totalItem__skFVb,.Cart_unitPrice__M9piW{font-size:17px}.Cart_couponForm__645XL{flex-direction:column}.Cart_couponForm__645XL button{width:100%}}@media(max-width:480px){.Cart_productInfo__3Y5Va{flex-direction:column}.Cart_summaryCard__3huvR{padding:22px 18px}.Cart_couponBox__nRVOF{padding:18px}.Cart_couponTitle__oxEma{font-size:22px}}.Category_wrapper__a14Hr{background:radial-gradient(circle at top left,#e1f0c4a6,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef);min-height:100vh;width:100%}.Category_main__xc5Uy{margin:120px auto 80px;min-height:100vh;width:min(1400px,100% - 48px)}.Category_hero__fsfeI{grid-gap:28px;align-items:center;background:radial-gradient(circle at top right,#ffffffbf,#0000 32%),linear-gradient(135deg,#effbdd,#d8efc8 48%,#9edfd7);border-radius:30px;box-shadow:0 24px 60px #0f254414;display:grid;gap:28px;grid-template-columns:1.15fr .85fr;margin-bottom:36px;min-height:330px;overflow:hidden;padding:52px;position:relative;width:100%}.Category_heroContent__TxkB4{max-width:640px;position:relative;z-index:2}.Category_heroContent__TxkB4 h1{color:#12321f;font-size:clamp(36px,4vw,56px);font-weight:950;letter-spacing:-1px;line-height:1.08;margin:0 0 18px}.Category_heroContent__TxkB4 p{color:#475467;font-size:19px;line-height:1.75;margin:0 0 28px;max-width:570px}.Category_heroTag__Vd2Io{align-items:center;background:#ffffffc2;border-radius:999px;color:#2f7d32;display:inline-flex;font-size:13px;font-weight:900;justify-content:center;letter-spacing:.8px;margin-bottom:18px;padding:8px 15px;text-transform:uppercase}.Category_heroBtn__YQ1gE{background:linear-gradient(135deg,#7cc652,#2f7d32);border:none;border-radius:16px;box-shadow:0 16px 30px #2f7d3238;color:#fff;cursor:pointer;font-size:16px;font-weight:900;height:54px;min-width:180px;padding:0 24px;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.Category_heroBtn__YQ1gE:hover{box-shadow:0 20px 40px #2f7d3247;opacity:.96;transform:translateY(-3px)}.Category_heroVisual__TceFM{height:100%;min-height:260px;position:relative}.Category_visualBox__0NA3m{background:linear-gradient(180deg,#ffffffeb,#e9eee0fa);border:1px solid #ffffffb8;border-radius:26px;box-shadow:0 18px 42px #5c796f2e;position:absolute}.Category_visualBoxLarge__Q38vj{bottom:18px;height:145px;left:58px;width:230px}.Category_visualBoxSmall__55IUJ{bottom:0;height:96px;right:40px;width:136px}.Category_visualDecor__29jrl{background:#fff3;border-radius:30px;filter:blur(1px);height:180px;left:96px;position:absolute;top:18px;width:180px}.Category_content__ijZW\+{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:300px minmax(0,1fr)}.Category_sidebar__43S7G{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:110px}.Category_emptyState__Llitu,.Category_filterCard__n1-zF,.Category_loadingBox__S3LfE,.Category_promoCard__k6DOf{background:#fffffff0;border:1px solid #7cc65226;border-radius:24px;box-shadow:0 16px 40px #10182812}.Category_filterCard__n1-zF{padding:24px}.Category_filterCard__n1-zF h3{color:#12321f;font-size:24px;font-weight:900;margin:0 0 22px}.Category_filterGroup__n4JZ7{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.Category_filterGroup__n4JZ7 label{color:#667085;font-size:13px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.Category_filterGroup__n4JZ7 select{background:#f8fafc;border:1px solid #7cc6522e;border-radius:15px;color:#111827;font-size:15px;height:48px;outline:none;padding:0 14px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;width:100%}.Category_filterGroup__n4JZ7 select:focus{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.Category_filterNote__IrNXS{background:#e1f0c48c;border-radius:16px;color:#475467;font-size:14px;font-weight:600;line-height:1.6;margin-top:10px;padding:14px 16px}.Category_filterNote__IrNXS span{color:#12321f;font-weight:900}.Category_promoCard__k6DOf{background:radial-gradient(circle at top right,#7cc65242,#0000 34%),linear-gradient(135deg,#0f513f,#12321f);color:#fff;padding:24px}.Category_promoCard__k6DOf span{color:#e1f0c4;display:inline-block;font-size:13px;font-weight:900;margin-bottom:12px}.Category_promoCard__k6DOf h4{font-size:28px;font-weight:900;line-height:1.35;margin:0 0 12px}.Category_promoCard__k6DOf p{color:#ffffffd1;font-size:15px;line-height:1.7;margin:0}.Category_productsSection__l15wx{min-width:0}.Category_sectionHead__Hh6Zn{align-items:flex-end;display:flex;gap:18px;justify-content:space-between;margin-bottom:22px}.Category_sectionHead__Hh6Zn h2{color:#12321f;font-size:38px;font-weight:950;letter-spacing:-.6px;margin:0 0 6px}.Category_sectionHead__Hh6Zn p{color:#667085;font-size:15px;margin:0}.Category_card__25ZOW{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.Category_pagination__HUVlQ{display:flex;justify-content:center;margin-top:34px}.Category_emptyState__Llitu{grid-column:1/-1;padding:50px 24px;text-align:center}.Category_emptyState__Llitu h4{color:#12321f;font-size:22px;font-weight:900;margin:0 0 8px}.Category_emptyState__Llitu p{color:#667085;font-size:15px;margin:0}.Category_loadingBox__S3LfE{align-items:center;color:#667085;display:flex;font-size:18px;font-weight:800;justify-content:center;min-height:260px;width:100%}@media only screen and (max-width:1280px){.Category_card__25ZOW{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px){.Category_main__xc5Uy{margin:110px auto 60px;width:min(100%,100% - 32px)}.Category_hero__fsfeI{grid-template-columns:1fr;min-height:0;min-height:auto;padding:38px 30px}.Category_heroVisual__TceFM{min-height:180px}.Category_content__ijZW\+{grid-template-columns:1fr}.Category_sidebar__43S7G{position:static}.Category_card__25ZOW{grid-template-columns:repeat(2,minmax(0,1fr))}.Category_sectionHead__Hh6Zn h2{font-size:30px}}@media only screen and (max-width:600px){.Category_main__xc5Uy{margin:96px auto 50px;width:calc(100% - 20px)}.Category_hero__fsfeI{border-radius:22px;margin-bottom:22px;padding:24px 18px}.Category_heroContent__TxkB4 h1{font-size:34px;margin-bottom:14px}.Category_heroContent__TxkB4 p{font-size:15px;line-height:1.7;margin-bottom:20px}.Category_heroTag__Vd2Io{font-size:11px;padding:7px 12px}.Category_heroBtn__YQ1gE{font-size:15px;height:48px;width:100%}.Category_heroVisual__TceFM{min-height:130px}.Category_visualBoxLarge__Q38vj{bottom:12px;height:95px;left:18px;width:150px}.Category_visualBoxSmall__55IUJ{bottom:0;height:64px;right:10px;width:92px}.Category_visualDecor__29jrl{height:110px;left:48px;top:8px;width:110px}.Category_emptyState__Llitu,.Category_filterCard__n1-zF,.Category_loadingBox__S3LfE,.Category_promoCard__k6DOf{border-radius:18px}.Category_filterCard__n1-zF,.Category_promoCard__k6DOf{padding:18px}.Category_filterCard__n1-zF h3{font-size:20px}.Category_promoCard__k6DOf h4{font-size:22px}.Category_sectionHead__Hh6Zn{align-items:flex-start;flex-direction:column;margin-bottom:16px}.Category_sectionHead__Hh6Zn h2{font-size:26px}.Category_sectionHead__Hh6Zn p{font-size:14px}.Category_card__25ZOW{gap:18px;grid-template-columns:1fr}}.DetailProducts_wrapper__Ab1vB{background:#f6f6f3;min-height:100vh;width:100%}.DetailProducts_main__SWBYY{margin:0 auto;padding:100px 0 60px;width:min(1200px,92%)}.DetailProducts_detail-wrapper__AJZhN{width:100%}.DetailProducts_form-product__FJQMk{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-top:20px}.DetailProducts_img-product__ysfGx{display:flex;flex-direction:column;gap:12px}.DetailProducts_main-image__J0K7u{align-items:center;background:#fff;border:1px solid #e4e7df;border-radius:12px;display:flex;height:520px;justify-content:center;overflow:hidden;position:relative;width:100%}.DetailProducts_img__Rx52u{display:block;height:auto;max-height:78%;max-width:78%;object-fit:contain;width:auto}.DetailProducts_nav-btn__FOu90{align-items:center;background:#fffffff5;border:none;border-radius:50%;box-shadow:0 4px 10px #0000001f;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:38px;z-index:2}.DetailProducts_btn-left__1DDxk{left:14px}.DetailProducts_btn-right__CA\+vr{right:14px}.DetailProducts_img-small__xlKS5{display:flex;flex-wrap:wrap;gap:12px}.DetailProducts_thumb-item__rI8EZ{align-items:center;background:#fff;border:1px solid #dfe3d7;border-radius:8px;cursor:pointer;display:flex;height:82px;justify-content:center;overflow:hidden;padding:0;width:82px}.DetailProducts_thumb-item__rI8EZ img{display:block;height:100%;object-fit:cover;width:100%}.DetailProducts_active__oPKy-{border:2px solid #c9db96}.DetailProducts_info-product__zXl5M{padding-top:6px}.DetailProducts_tag-hot__46aaK{color:#444;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:10px}.DetailProducts_title-product__G\+y9t h2{color:#111827;font-size:28px;font-weight:800;line-height:1.2;margin-bottom:14px}.DetailProducts_product-meta__Yb8PM{align-items:center;color:#7a7a7a;display:flex;flex-wrap:wrap;font-size:14px;gap:10px;margin-bottom:18px}.DetailProducts_review-stars__lAKXL,.DetailProducts_score-stars__SaTnm,.DetailProducts_stars__Nn5EU{color:#f4b400;display:flex;gap:2px}.DetailProducts_dot__YEGw2{color:#bcbcbc}.DetailProducts_price-box__VAbQN{background:#fbfbfb;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:20px;padding:16px 18px;width:100%}.DetailProducts_price-box__VAbQN p{color:#666;font-size:14px;margin-top:8px}.DetailProducts_price-row__\+Tpqr{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.DetailProducts_current-price__h9Scy{color:#e11d1d;font-size:26px;font-weight:800;line-height:1}.DetailProducts_old-price__ryFdC{color:#b9b9b9;font-size:18px;text-decoration:line-through}.DetailProducts_discount__115Wt{background:#ffe2e2;border-radius:6px;color:#ef4444;font-size:12px;font-weight:700;padding:4px 8px}.DetailProducts_benefits__AwVnU{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 22px;padding:0}.DetailProducts_benefits__AwVnU li{align-items:center;color:#333;display:flex;font-size:14px;gap:10px}.DetailProducts_benefits__AwVnU li svg{color:#22c55e;flex-shrink:0}.DetailProducts_buy-row__FqpHn{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.DetailProducts_form-quantity__1VBDz{align-items:center;background:#fff;border:1px solid #d8d8d8;border-radius:8px;display:flex;height:44px;overflow:hidden}.DetailProducts_form-quantity__1VBDz button{background:#fff;border:none;cursor:pointer;font-size:16px;height:44px;width:42px}.DetailProducts_form-quantity__1VBDz input{background:#fff;border:1px solid #e5e5e5;border-bottom:none;border-top:none;font-weight:600;height:44px;outline:none;text-align:center;width:42px}.DetailProducts_btn-add-cart__eNMpK,.DetailProducts_btn-buy-now__W640a{border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;height:44px;padding:0 24px;transition:.25s ease}.DetailProducts_btn-buy-now__W640a{background:#d7e8af;border:1px solid #d7e8af;color:#111;min-width:140px}.DetailProducts_btn-buy-now__W640a:hover{background:#cfe09f}.DetailProducts_btn-add-cart__eNMpK{background:#fff;border:1px solid #c9dba3;color:#222;min-width:160px}.DetailProducts_btn-add-cart__eNMpK:hover{background:#f6fbe9}.DetailProducts_service-row__5mAEe{grid-gap:18px;border-top:1px solid #ececec;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);padding-top:18px}.DetailProducts_service-item__fAul7{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:8px;text-align:center}.DetailProducts_service-item__fAul7 svg{color:#94a3b8;font-size:18px}.DetailProducts_detail-tabs__Ly\+C5{margin-top:40px}.DetailProducts_tab-header__AuEe6{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;gap:26px;margin-bottom:20px}.DetailProducts_tab-header__AuEe6 button{background:#0000;border:none;color:#9ca3af;cursor:pointer;font-size:14px;font-weight:700;padding:0 0 14px}.DetailProducts_activeTab__O\+crT{border-bottom:2px solid #c8dba0!important;color:#111827!important}.DetailProducts_tab-body__2Xeey{color:#5b5b5b;font-size:15px;line-height:1.8;padding-right:8px}.DetailProducts_tab-body__2Xeey p{margin-bottom:14px}.DetailProducts_tab-body__2Xeey img{height:auto;max-width:100%}.DetailProducts_description-placeholder__EVFPy{color:#777;padding:8px 0}.DetailProducts_reviews-section__LdalU{margin-top:60px}.DetailProducts_reviews-section__LdalU h2{color:#111827;font-size:20px;font-weight:800;margin-bottom:24px}.DetailProducts_reviews-wrapper__BRE8X{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:170px 1fr}.DetailProducts_reviews-score__O8KEc{background:#fff;border:1px solid #ececec;border-radius:12px;padding:20px 14px;text-align:center}.DetailProducts_reviews-score__O8KEc p{color:#9ca3af;font-size:13px}.DetailProducts_score-number__22-ms{color:#111827;font-size:52px;font-weight:800;line-height:1}.DetailProducts_reviews-list__LP-cf{display:flex;flex-direction:column;gap:18px}.DetailProducts_review-item__yIy8O{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:14px;padding-bottom:14px}.DetailProducts_avatar__-kbGv{background:#e5e7eb;color:#374151;flex-shrink:0;font-size:13px;height:38px;width:38px}.DetailProducts_review-content__R\+ev1{flex:1 1}.DetailProducts_review-content__R\+ev1 p{color:#666;font-size:14px;line-height:1.7;margin-top:6px}.DetailProducts_review-top__DtecU{align-items:center;display:flex;gap:12px;justify-content:space-between}.DetailProducts_review-top__DtecU strong{color:#111827;font-size:14px}.DetailProducts_review-top__DtecU span{color:#b1b1b1;font-size:12px;white-space:nowrap}.DetailProducts_similar-products__C7gnx{margin-top:56px}.DetailProducts_similar-products__C7gnx h2{color:#111827;font-size:20px;font-weight:800;margin-bottom:20px}.DetailProducts_slider-item__ih7Qg{padding-right:16px}@media only screen and (max-width:1024px){.DetailProducts_form-product__FJQMk{grid-template-columns:1fr}.DetailProducts_main-image__J0K7u{height:440px}.DetailProducts_reviews-wrapper__BRE8X{grid-template-columns:1fr}}@media only screen and (max-width:768px){.DetailProducts_main__SWBYY{padding-top:92px;width:94%}.DetailProducts_main-image__J0K7u{height:340px}.DetailProducts_img__Rx52u{max-height:74%;max-width:74%}.DetailProducts_thumb-item__rI8EZ{height:70px;width:70px}.DetailProducts_buy-row__FqpHn{align-items:stretch;flex-direction:column}.DetailProducts_btn-add-cart__eNMpK,.DetailProducts_btn-buy-now__W640a{width:100%}.DetailProducts_service-row__5mAEe{grid-template-columns:1fr}.DetailProducts_review-top__DtecU{align-items:flex-start;flex-direction:column}.DetailProducts_title-product__G\+y9t h2{font-size:24px}}.DetailProducts_container__EVc0Q{border-top:1px solid #ececec;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));margin-top:25px;padding-top:18px}.DetailProducts_box__XAv\+f{align-items:center;border-right:1px solid #ececec;display:flex;gap:10px;padding:0 14px}.DetailProducts_noBorder__0GJ4o{border-right:none}.DetailProducts_box__XAv\+f img{flex-shrink:0;height:32px;object-fit:contain;width:32px}.DetailProducts_info__o5-sU{min-width:0}.DetailProducts_title__E9oM1{color:#1f2937;display:block;font-size:15px;font-weight:700;line-height:1.3}.DetailProducts_desc__e5rfd{color:#6b7280;display:block;font-size:13px;line-height:1.4}@media(max-width:768px){.DetailProducts_container__EVc0Q{grid-template-columns:1fr 1fr;row-gap:15px}.DetailProducts_box__XAv\+f{border-right:none}}.DetailProducts_similar-products__C7gnx{background:#ffffffe6;border:1px solid #7cc65224;border-radius:28px;box-shadow:0 18px 45px #10182812;margin:76px auto 0;max-width:1200px;padding:30px 34px 38px;position:relative;width:100%}.DetailProducts_similar-products__C7gnx h2{color:#12321f;font-size:16px;font-weight:950;letter-spacing:-.4px;margin:0 0 28px;text-align:left}.DetailProducts_similar-products__C7gnx .slick-slider{position:relative;width:100%}.DetailProducts_similar-products__C7gnx .slick-list{margin:0 -12px;overflow:hidden}.DetailProducts_similar-products__C7gnx .slick-track{align-items:stretch;display:flex!important}.DetailProducts_similar-products__C7gnx .slick-slide{height:auto}.DetailProducts_similar-products__C7gnx .slick-slide>div{box-sizing:border-box;height:100%;padding:0 12px}.DetailProducts_slider-item__ih7Qg{height:100%}.DetailProducts_slider-item__ih7Qg>*{height:100%;width:100%}.DetailProducts_similar-products__C7gnx .slick-next,.DetailProducts_similar-products__C7gnx .slick-prev{background:#fff!important;border:1px solid #7cc65233!important;border-radius:50%;box-shadow:0 12px 28px #10182824;height:44px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease;width:44px;z-index:20}.DetailProducts_similar-products__C7gnx .slick-prev{left:-22px}.DetailProducts_similar-products__C7gnx .slick-next{right:-22px}.DetailProducts_similar-products__C7gnx .slick-next:hover,.DetailProducts_similar-products__C7gnx .slick-prev:hover{background:#e1f0c4!important;box-shadow:0 16px 32px #2f7d322e;transform:translateY(-50%) scale(1.08)}.DetailProducts_similar-products__C7gnx .slick-next:before,.DetailProducts_similar-products__C7gnx .slick-prev:before{color:#2f7d32;font-size:24px;opacity:1}.DetailProducts_similar-products__C7gnx .slick-dots{bottom:-34px}.DetailProducts_similar-products__C7gnx .slick-dots li button:before{color:#7cc652;font-size:9px}.DetailProducts_similar-products__C7gnx .slick-dots li.slick-active button:before{color:#2f7d32}@media(max-width:768px){.DetailProducts_similar-products__C7gnx{border-radius:22px;margin-top:54px;padding:24px 18px 32px}.DetailProducts_similar-products__C7gnx h1{font-size:23px;text-align:center}.DetailProducts_similar-products__C7gnx .slick-prev{left:-8px}.DetailProducts_similar-products__C7gnx .slick-next{right:-8px}}.DetailProducts_avatar__-kbGv img{border-radius:50%}.DetailProducts_review-stars__lAKXL svg{color:#ddd}.DetailProducts_review-stars__lAKXL .DetailProducts_activeStar__lhtAK{color:#f5b301}.DetailProducts_activeStar__lhtAK{color:#f5b301!important}.DetailProducts_avatar__-kbGv{align-items:center;background:linear-gradient(135deg,#0b6b46,#1f8f62);border-radius:50%;box-shadow:0 8px 20px #00000014;color:#fff;display:flex;font-size:18px;font-weight:700;height:52px;justify-content:center;min-width:52px;overflow:hidden;width:52px}.DetailProducts_avatar__-kbGv img{display:block;height:100%;object-fit:cover;width:100%}.DetailProducts_avatar__-kbGv span{line-height:1}.DetailProducts_reviewTags__a9\+1-{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.DetailProducts_reviewTags__a9\+1- span{background:#e1f0c4;border-radius:999px;color:#31543b;font-size:13px;font-weight:600;padding:6px 12px}.DetailProducts_reviewImages__UUR2X{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.DetailProducts_reviewImages__UUR2X img{background:#f7faf4;border:1px solid #edf2e7;border-radius:12px;height:86px;object-fit:cover;width:86px}.DetailProducts_reviewActions__3iQJb{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.DetailProducts_reviewActions__3iQJb button{background:#e1f0c4;border:0;border-radius:999px;color:#34541f;cursor:pointer;font-size:13px;font-weight:700;padding:8px 16px;transition:.2s ease}.DetailProducts_reviewActions__3iQJb button:hover{filter:brightness(.96);transform:translateY(-1px)}.DetailProducts_reviewActions__3iQJb button:last-child{background:#ffe1e1;color:#b42318}.DetailProducts_editReviewOverlay__0gVNJ{align-items:center;background:#0000006b;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.DetailProducts_editReviewModal__rXTFy{animation:DetailProducts_reviewPopup__BHrc- .2s ease;background:#fff;border-radius:24px;box-shadow:0 24px 70px #00000038;padding:24px;width:min(540px,100%)}.DetailProducts_editReviewModal__rXTFy h3{color:#2f421f;font-size:22px;margin:0 0 18px}.DetailProducts_editReviewModal__rXTFy label{color:#333;display:block;font-weight:700;margin:14px 0 7px}.DetailProducts_editReviewModal__rXTFy input,.DetailProducts_editReviewModal__rXTFy select,.DetailProducts_editReviewModal__rXTFy textarea{background:#fbfff7;border:1px solid #dce8c6;border-radius:14px;font-size:15px;outline:none;padding:12px 14px;width:100%}.DetailProducts_editReviewModal__rXTFy input:focus,.DetailProducts_editReviewModal__rXTFy select:focus,.DetailProducts_editReviewModal__rXTFy textarea:focus{border-color:#b7d889;box-shadow:0 0 0 4px #e1f0c4a6}.DetailProducts_editReviewModal__rXTFy textarea{min-height:130px;resize:vertical}.DetailProducts_editReviewButtons__LKhOg{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.DetailProducts_editReviewButtons__LKhOg button{border:0;border-radius:999px;cursor:pointer;font-weight:800;padding:10px 18px}.DetailProducts_editReviewButtons__LKhOg button:first-child{background:#f1f1f1;color:#555}.DetailProducts_editReviewButtons__LKhOg button:last-child{background:#e1f0c4;color:#314d1f}@keyframes DetailProducts_reviewPopup__BHrc-{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.DetailProducts_reviewFilter__acXfB{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.DetailProducts_reviewFilter__acXfB button{background:#fff;border:1px solid #d7e8b5;border-radius:999px;color:#3f4d35;cursor:pointer;font-size:14px;font-weight:600;padding:9px 16px;transition:all .25s ease}.DetailProducts_reviewFilter__acXfB button:hover{background:#f1f8df;border-color:#b9d982}.DetailProducts_activeFilter__oQvf4{background:#e1f0c4!important;border-color:#a8cc68!important;box-shadow:0 6px 14px #61802d29;color:#2f4f18!important}.DetailProducts_productVideo__msE6C{background:#000;border-radius:20px;height:520px;object-fit:contain;width:100%}.DetailProducts_video-thumb__tfPgC{position:relative}.DetailProducts_video-thumb__tfPgC video{height:100%;object-fit:cover;width:100%}.DetailProducts_video-thumb__tfPgC span{align-items:center;background:#000000b8;border-radius:50%;color:#fff;display:flex;font-size:14px;height:32px;inset:0;justify-content:center;margin:auto;position:absolute;width:32px}@media(max-width:768px){.DetailProducts_productVideo__msE6C{height:320px}}.Navbar_wrapper__Dvjrr{align-items:center;background-color:#f8f9fa;display:flex;height:50px;margin-bottom:30px;padding-left:10px;width:100%}@media only screen and (max-width:600px){.Navbar_wrapper__Dvjrr{height:auto}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.InfoUser_wrapper__twCmB{background:#f5f6f3;width:100%}.InfoUser_main__kpNGu{margin:120px auto 60px;min-height:100vh;width:min(1240px,100% - 48px)}.InfoUser_breadcrumb__WPPmE{align-items:center;color:#667085;display:flex;font-size:15px;gap:10px;margin-bottom:26px}.InfoUser_breadcrumb__WPPmE .InfoUser_slash__BLRtZ{color:#98a2b3}.InfoUser_breadcrumb__WPPmE .InfoUser_active__vHpBQ{color:#67c80f;font-weight:600}.InfoUser_content__Va8cU{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:260px 1fr}.InfoUser_sidebar__6dOpc{display:flex;flex-direction:column;gap:24px}.InfoUser_activityCard__3Y0ki,.InfoUser_addressCard__giA98,.InfoUser_addressForm__donh0,.InfoUser_emptyContent__w5z1V,.InfoUser_formCard__at5Dj,.InfoUser_menuCard__ZoBdp,.InfoUser_profileCard__-fHRK{background:#fff;border:1px solid #dbe3ea;border-radius:16px;box-shadow:0 4px 12px #0f172a0a}.InfoUser_menuCard__ZoBdp{overflow:hidden}.InfoUser_menuTitle__2bSAq{border-bottom:1px solid #edf1f5;color:#a0a8b8;font-size:20px;font-weight:700;letter-spacing:.4px;padding:20px 18px 16px;text-transform:uppercase}.InfoUser_menuList__\+eB2l{list-style:none;margin:0;padding:0}.InfoUser_menuItem__TF2Ln{align-items:center;border-bottom:1px solid #edf1f5;color:#28405a;cursor:pointer;display:flex;font-size:16px;gap:14px;min-height:66px;padding:0 18px;transition:.25s}.InfoUser_menuItem__TF2Ln svg{font-size:17px;width:18px}.InfoUser_menuItem__TF2Ln:hover{background:#f7fbf1;color:#67c80f}.InfoUser_menuItem__TF2Ln.InfoUser_active__vHpBQ{background:#edf6e4;border-left:4px solid #67c80f;color:#67c80f;font-weight:600;padding-left:14px}.InfoUser_logoutBtn__dVMjL{align-items:center;background:#fff;border:none;border-top:1px solid #edf1f5;color:#ff4d4f;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:14px;height:66px;padding:0 18px;transition:.25s;width:100%}.InfoUser_logoutBtn__dVMjL:hover{background:#fff5f5}.InfoUser_logoutBtn__dVMjL svg{font-size:17px}.InfoUser_rankCard__tkoUQ{background:linear-gradient(135deg,#16233f,#0b1834);border-radius:16px;box-shadow:0 8px 20px #080f212e;color:#fff;padding:18px 16px 16px}.InfoUser_rankTop__hkqUG{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.InfoUser_rankLabel__zrj8k{color:#96a3bc;font-size:13px;letter-spacing:.4px}.InfoUser_rankIcon__YhIEC{color:#f8c400;font-size:18px}.InfoUser_rankName__glWYh{font-size:18px;font-weight:700;margin-bottom:14px}.InfoUser_progressBar__y0Tnr{background:#ffffff29;border-radius:999px;height:6px;margin-bottom:10px;overflow:hidden;width:100%}.InfoUser_progressValue__xGPmz{background:#67c80f;border-radius:999px;height:100%;width:64%}.InfoUser_rankDesc__TLEqk{color:#b6c0d1;font-size:13px;line-height:1.5}.InfoUser_mainContent__ROkYd{display:flex;flex-direction:column;gap:24px}.InfoUser_profileCard__-fHRK{align-items:center;display:flex;gap:22px;min-height:146px;padding:24px 26px}.InfoUser_avatarWrap__ZU0Ot{flex-shrink:0;height:96px;position:relative;width:96px}.InfoUser_avatar__AFBsa{background:#f4f7f1;border:4px solid #eef6e7;border-radius:50%;height:96px;overflow:hidden;width:96px}.InfoUser_avatar__AFBsa img{display:block;height:100%;object-fit:cover;width:100%}.InfoUser_cameraBtn__ArirB{align-items:center;background:#67c80f;border:3px solid #fff;border-radius:50%;bottom:6px;box-shadow:0 4px 10px #67c80f40;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:0;width:30px}.InfoUser_cameraBtn__ArirB svg{font-size:12px}.InfoUser_hiddenInput__clsv7{display:none}.InfoUser_profileInfo__66ehR h2{color:#08254d;font-size:24px;line-height:1.2;margin-bottom:8px}.InfoUser_profileInfo__66ehR p{color:#667085;font-size:15px;margin-bottom:12px}.InfoUser_memberBadge__M6Vil{align-items:center;background:#eef2f7;border-radius:999px;color:#4f647d;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:8px 14px}.InfoUser_dot__mCdld{background:#97a3b6;border-radius:50%;height:8px;width:8px}.InfoUser_activityCard__3Y0ki,.InfoUser_formCard__at5Dj{padding:24px 26px 26px}.InfoUser_activityHeader__Tgxug,.InfoUser_formHeader__o0KOp{align-items:center;display:flex;gap:12px;margin-bottom:24px}.InfoUser_activityHeader__Tgxug svg,.InfoUser_formHeader__o0KOp svg{color:#67c80f;font-size:20px}.InfoUser_activityHeader__Tgxug h3,.InfoUser_formHeader__o0KOp h3{color:#08254d;font-size:20px;font-weight:700;margin:0}.InfoUser_activityHeader__Tgxug{justify-content:space-between;margin-bottom:16px}.InfoUser_activityCount__xMLZ7{background:#ee4d2d1a;border-radius:999px;color:#ee4d2d;font-size:13px;font-weight:600;padding:6px 10px}.InfoUser_formGrid__d5BYR{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:26px}.InfoUser_formGroup__SL5N8{display:flex;flex-direction:column;gap:10px}.InfoUser_formGroup__SL5N8 label{color:#1f3552;font-size:15px;font-weight:500}.InfoUser_formGroup__SL5N8 input{background:#fbfcfd;border:1px solid #d9e2ec;border-radius:10px;color:#0f2747;font-size:15px;height:46px;outline:none;padding:0 16px;transition:.2s ease;width:100%}.InfoUser_formGroup__SL5N8 input:focus{background:#fff;border-color:#67c80f}.InfoUser_fullWidth__Gstw-{grid-column:1/-1}.InfoUser_actions__B6oRF,.InfoUser_addressFormActions__8p4p8{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.InfoUser_addressFormActions__8p4p8{justify-content:flex-end;margin-top:20px}.InfoUser_saveBtn__I0wP8{align-items:center;background:#67c80f;border:none;border-radius:12px;box-shadow:0 8px 18px #67c80f38;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;gap:10px;height:44px;justify-content:center;min-width:160px;padding:0 24px;transition:.25s}.InfoUser_saveBtn__I0wP8:hover{background:#59b20d}.InfoUser_saveBtn__I0wP8:disabled{cursor:not-allowed;opacity:.7}.InfoUser_cancelBtn__C5xee{background:#f2f4f7;border:none;border-radius:12px;color:#475467;cursor:pointer;font-size:15px;font-weight:700;min-height:44px;padding:0 18px;transition:.25s}.InfoUser_cancelBtn__C5xee:hover{background:#e5e7eb;color:#0f2747}.InfoUser_tableWrap__dUuT5{overflow-x:auto;width:100%}.InfoUser_orderTable__ftoQ3,.InfoUser_table__0W9E9{border-collapse:collapse;min-width:900px;width:100%}.InfoUser_orderTable__ftoQ3 td,.InfoUser_orderTable__ftoQ3 th,.InfoUser_table__0W9E9 td,.InfoUser_table__0W9E9 th{border:1px solid #e5e7eb;font-size:14px;padding:14px 12px;text-align:left;vertical-align:middle}.InfoUser_orderTable__ftoQ3 th,.InfoUser_table__0W9E9 th{background:#f8fafc;color:#1f3552;font-weight:700;white-space:nowrap}.InfoUser_orderTable__ftoQ3 td,.InfoUser_table__0W9E9 td{background:#fff;color:#475467}.InfoUser_orderTable__ftoQ3 tbody tr:hover td,.InfoUser_table__0W9E9 tbody tr:hover td{background:#fafdf7}.InfoUser_orderTable__ftoQ3{border-collapse:initial;border-spacing:0;min-width:1100px}.InfoUser_orderTable__ftoQ3 thead th{background:#fafafa;border:none;border-bottom:1px solid #f0f0f0;color:#666;font-size:13px}.InfoUser_orderTable__ftoQ3 tbody td{border:none;border-bottom:1px solid #f5f5f5;padding:16px 12px}.InfoUser_orderRow__3dwNH{transition:all .2s ease}.InfoUser_orderRow__3dwNH:hover td{background:#fffaf7}.InfoUser_newOrder__bznXd td{background:#fffdf8}.InfoUser_orderIdBox__-9J0t{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.InfoUser_orderId__HD9mW{color:#333;font-weight:700}.InfoUser_newBadge__kwPJk{align-items:center;background:#ee4d2d;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:700;height:22px;justify-content:center;padding:0 8px;text-transform:uppercase}.InfoUser_emailCell__BPqqd{color:#444;max-width:180px;word-break:break-word}.InfoUser_productCell__QUMj5{max-width:220px}.InfoUser_productName__l7zt1{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;display:-webkit-box;font-weight:500;line-height:1.45;overflow:hidden}.InfoUser_qtyBadge__lr\+dN{align-items:center;background:#f6f6f6;border-radius:999px;color:#333;display:inline-flex;font-size:13px;font-weight:600;height:30px;justify-content:center;min-width:58px;padding:0 10px}.InfoUser_priceText__L559-{color:#ee4d2d;font-size:15px;font-weight:700;white-space:nowrap}.InfoUser_dateCell__ilRLl{display:flex;flex-direction:column;gap:4px}.InfoUser_dateMain__hWvJp{color:#333;font-size:13px;font-weight:600}.InfoUser_dateSub__3yauf{color:#888;font-size:12px}.InfoUser_statusBadge__ewgNi{align-items:center;border-radius:999px;display:inline-flex;font-size:13px;font-weight:700;justify-content:center;min-width:120px;padding:6px 12px;white-space:nowrap}.InfoUser_pending__lV7uE{background:#fef3c7;color:#b45309}.InfoUser_confirmed__RvZzL{background:#dbeafe;color:#1d4ed8}.InfoUser_shipping__5K8vy{background:#e0f2fe;color:#0369a1}.InfoUser_completed__xP6Ps{background:#d1fae5;color:#047857}.InfoUser_cancelled__fQus9{background:#fee2e2;color:#b91c1c}.InfoUser_unknown__Xj4nD{background:#f3f4f6;color:#374151}.InfoUser_detailBtnFancy__H2fbv,.InfoUser_detailBtn__FD10y{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;height:36px;padding:0 14px;transition:.2s ease}.InfoUser_detailBtn__FD10y{background:#eef6e4;color:#67c80f}.InfoUser_detailBtn__FD10y:hover{background:#67c80f;color:#fff}.InfoUser_detailBtnFancy__H2fbv{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:13px;margin-right:10px}.InfoUser_detailBtnFancy__H2fbv:hover{box-shadow:0 8px 18px #2563eb40;transform:translateY(-1px)}.InfoUser_orderCancelBtn__h5VBP{align-items:center;background:linear-gradient(135deg,#ee4d2d,#ff6a00);border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;font-size:13px;font-weight:700;gap:8px;height:36px;padding:0 14px;transition:all .2s ease}.InfoUser_orderCancelBtn__h5VBP:hover{box-shadow:0 8px 18px #ee4d2d40;transform:translateY(-1px)}.InfoUser_emptyRow__rGFtY{color:#98a2b3!important;font-weight:500;padding:24px!important;text-align:center!important}.InfoUser_modalOverlay__tZoOL{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.InfoUser_modalContent__pPHEQ{background:#fff;border-radius:18px;box-shadow:0 20px 50px #0000002e;max-height:90vh;overflow-y:auto;padding:24px;width:min(860px,100%)}.InfoUser_modalHeader__BA9bx{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.InfoUser_modalHeader__BA9bx h3{color:#08254d;font-size:22px;margin:0}.InfoUser_closeBtn__aKAsE{background:#f3f4f6;border:none;border-radius:50%;color:#475467;cursor:pointer;font-size:24px;height:38px;width:38px}.InfoUser_modalInfo__MA1pY{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}.InfoUser_modalInfo__MA1pY p{color:#344054;line-height:1.5;margin:0}.InfoUser_orderProducts__AECi2{margin-top:12px}.InfoUser_detailTable__2fk8O{min-width:100%}.InfoUser_pagination__FJ0hT{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.InfoUser_pageBtn__GKrMH,.InfoUser_pageNavBtn__i-nyo{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#334155;cursor:pointer;font-size:13px;font-weight:700;height:38px;min-width:38px;padding:0 10px;transition:all .25s ease}.InfoUser_pageBtn__GKrMH:hover,.InfoUser_pageNavBtn__i-nyo:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 6px 14px #0f172a14;transform:translateY(-2px)}.InfoUser_pageNavBtn__i-nyo{align-items:center;display:flex;justify-content:center}.InfoUser_pageNavBtn__i-nyo:disabled{box-shadow:none;cursor:not-allowed;opacity:.4;transform:none}.InfoUser_activePage__B3ZBz{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 8px 18px #2563eb40;color:#fff}.InfoUser_orderSummary__Qu3GT{background:#f8fbf3;border:1px solid #819a5b33;border-radius:14px;margin-top:18px;padding:16px}.InfoUser_orderSummary__Qu3GT p{color:#475467;display:flex;font-size:14px;gap:16px;justify-content:space-between;margin:8px 0}.InfoUser_orderSummary__Qu3GT strong{color:#1f2937;font-weight:700}.InfoUser_summaryTotal__sk2qP{border-top:1px dashed #819a5b59;font-size:16px!important;margin-top:12px!important;padding-top:12px}.InfoUser_summaryTotal__sk2qP span,.InfoUser_summaryTotal__sk2qP strong{color:#0f5132;font-weight:800}.InfoUser_addressWrapper__516S1{width:100%}.InfoUser_addressHeader__e8oMp{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.InfoUser_addressTitle__m1ZrE{color:#101828;font-size:32px;font-weight:700;margin:0 0 6px}.InfoUser_addressSubTitle__5bEL\+{color:#667085;font-size:15px;margin:0}.InfoUser_addAddressBtn__RPIsM{background:#0f172a;border:none;border-radius:14px;box-shadow:0 8px 20px #0f172a26;color:#fff;cursor:pointer;font-weight:600;outline:none;padding:14px 22px}.InfoUser_addressList__P4z6T{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.InfoUser_addressCard__giA98{border-radius:20px;box-shadow:0 8px 24px #1018280f;padding:24px}.InfoUser_defaultCard__hJ5BR{border-left:4px solid #84cc16}.InfoUser_addressCardTop__rOdwQ{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.InfoUser_addressUserInfo__llQTO{align-items:center;display:flex;gap:12px}.InfoUser_addressUserInfo__llQTO h4{color:#101828;font-size:24px;font-weight:700;margin:0}.InfoUser_defaultBadge__XuaDM{align-items:center;background:#ecfccb;border-radius:999px;color:#65a30d;display:inline-flex;font-size:12px;font-weight:700;justify-content:center;padding:4px 10px}.InfoUser_addressActions__Awo0E{align-items:center;display:flex;gap:12px}.InfoUser_addressActions__Awo0E button{background:#0000;border:none;cursor:pointer;font-weight:600}.InfoUser_addressActions__Awo0E button:first-child{color:#0f172a}.InfoUser_addressActions__Awo0E button:last-child{color:#ef4444}.InfoUser_addressPhone__7Zf5h,.InfoUser_addressText__TGAcs{color:#667085;font-size:15px;line-height:1.7;margin:6px 0}.InfoUser_setDefaultBtn__DoU3E{background:#e1f0c4;border:none;border-radius:12px;color:#2f4f1f;cursor:pointer;font-weight:700;margin-top:12px;padding:10px 14px}.InfoUser_addressForm__donh0{border-radius:24px;box-shadow:0 12px 30px #10182814;margin-bottom:30px;padding:28px}.InfoUser_addressFormTitle__j5Hvr{color:#101828;font-size:28px;font-weight:700;margin:0 0 24px}.InfoUser_addressFormRow__sDG6G{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.InfoUser_addressField__9SWlt{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.InfoUser_addressField__9SWlt label{color:#344054;font-size:14px;font-weight:600}.InfoUser_addressField__9SWlt input,.InfoUser_addressField__9SWlt select,.InfoUser_addressField__9SWlt textarea{background:#fff;border:1px solid #d0d5dd;border-radius:14px;font-size:15px;outline:none;padding:14px 16px;transition:.2s ease;width:100%}.InfoUser_addressField__9SWlt input:focus,.InfoUser_addressField__9SWlt select:focus,.InfoUser_addressField__9SWlt textarea:focus{border-color:#84cc16;box-shadow:0 0 0 4px #84cc161f}.InfoUser_addressField__9SWlt textarea{min-height:120px;resize:vertical}.InfoUser_defaultCheckbox__JD1P2{align-items:center;color:#344054;display:inline-flex;font-weight:500;gap:10px;margin-bottom:24px;margin-top:8px}.InfoUser_addressRequiredBox__\+vV23{background:#fff7e6;border:1px solid #ffd591;border-radius:14px;color:#5c3b00;margin-bottom:20px;padding:16px}.InfoUser_addressRequiredBox__\+vV23 strong{display:block;font-size:16px;margin-bottom:6px}.InfoUser_addressRequiredBox__\+vV23 p{font-size:14px;margin:0 0 12px}.InfoUser_addressRequiredBox__\+vV23 button{background:#e1f0c4;border:none;border-radius:10px;color:#2f4f1f;cursor:pointer;font-weight:700;padding:10px 16px}.InfoUser_mapActions__Rk-wI{display:flex;flex-wrap:wrap;gap:10px}.InfoUser_mapBtn__T8YGl{background:#e1f0c4;border:none;border-radius:10px;color:#2f4f1f;cursor:pointer;font-weight:700;padding:10px 14px;transition:.2s ease}.InfoUser_mapBtn__T8YGl:hover{filter:brightness(.96);transform:translateY(-1px)}.InfoUser_mapHint__dZJVo{color:#8a6d3b;font-size:13px;margin-top:8px}.InfoUser_addressMapSmall__be3KS,.InfoUser_mapPreview__OZYF4{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin-top:12px;overflow:hidden}.InfoUser_addressMapSmall__be3KS iframe,.InfoUser_mapPreview__OZYF4 iframe{border:0;display:block;width:100%}.InfoUser_addressMapSmall__be3KS p,.InfoUser_mapPreview__OZYF4 p{color:#555;font-size:13px;margin:0;padding:8px 10px}.InfoUser_emptyContent__w5z1V{border-radius:18px;color:#667085;padding:24px}@media(max-width:1024px){.InfoUser_content__Va8cU{grid-template-columns:1fr}.InfoUser_sidebar__6dOpc{order:2}.InfoUser_mainContent__ROkYd{order:1}}@media(max-width:992px){.InfoUser_addressCardTop__rOdwQ,.InfoUser_addressHeader__e8oMp{flex-direction:column}.InfoUser_addressActions__Awo0E{justify-content:flex-start}.InfoUser_addressFormRow__sDG6G{grid-template-columns:1fr}}@media(max-width:768px){.InfoUser_main__kpNGu{margin:110px auto 40px;width:min(100%,100% - 24px)}.InfoUser_profileCard__-fHRK{align-items:flex-start;flex-direction:column}.InfoUser_formGrid__d5BYR{grid-template-columns:1fr}.InfoUser_fullWidth__Gstw-{grid-column:auto}.InfoUser_pagination__FJ0hT{gap:6px}.InfoUser_pageBtn__GKrMH,.InfoUser_pageNavBtn__i-nyo{font-size:12px;height:34px;min-width:34px}}@media(max-width:480px){.InfoUser_activityCard__3Y0ki,.InfoUser_addressCard__giA98,.InfoUser_addressForm__donh0,.InfoUser_formCard__at5Dj,.InfoUser_modalContent__pPHEQ,.InfoUser_profileCard__-fHRK{padding:18px}.InfoUser_menuTitle__2bSAq{font-size:18px}.InfoUser_profileInfo__66ehR h2{font-size:22px}.InfoUser_addressFormTitle__j5Hvr,.InfoUser_addressTitle__m1ZrE{font-size:24px}.InfoUser_actions__B6oRF,.InfoUser_addressFormActions__8p4p8{align-items:stretch;flex-direction:column}.InfoUser_cancelBtn__C5xee,.InfoUser_saveBtn__I0wP8{justify-content:center;width:100%}}.InfoUser_orderTimelineBox__EQNou{background:#fff;border:1px solid #edf2f7;border-radius:10px;box-shadow:0 2px 8px #0f172a0f;margin-bottom:24px;padding:22px 28px 26px}.InfoUser_timelineTop__ExB6w{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:42px}.InfoUser_timelineTop__ExB6w h4{color:#071733;font-size:22px;font-weight:800;margin:0 0 12px}.InfoUser_timelineTop__ExB6w p{align-items:center;color:#667085;display:flex;font-size:14px;gap:7px;margin:0}.InfoUser_timelineTop__ExB6w p svg{color:#55708f;font-size:13px}.InfoUser_timelineStatus__biSpq{align-items:center;background:#f4faee;border-radius:8px;color:#111827;display:inline-flex;font-size:14px;font-weight:800;gap:8px;padding:10px 18px}.InfoUser_timeline__\+DNaf{align-items:flex-start;display:flex;justify-content:space-between;padding:0 44px;position:relative}.InfoUser_timeline__\+DNaf:before{background:#e8edf4;border-radius:999px;content:"";height:4px;left:90px;position:absolute;right:90px;top:17px;z-index:0}.InfoUser_timelineItem__cHW4y{background:#0000!important;color:#9aa5b1;flex:1 1;padding:0!important;position:relative;text-align:center;z-index:1}.InfoUser_timelineItem__cHW4y .InfoUser_timelineIcon__ct76O{align-items:center;background:#f3f6fb;border:none;border-radius:50%;color:#c3ccd6;display:flex;font-size:15px;height:34px;justify-content:center;margin:0 auto 12px;width:34px}.InfoUser_timelineItem__cHW4y strong{color:#a0a8b3;display:block;font-size:13px;font-weight:800}.InfoUser_timelineItem__cHW4y span{color:#b0bac6;display:block;font-size:11px;margin-top:4px}.InfoUser_timelineItem__cHW4y.InfoUser_active__vHpBQ .InfoUser_timelineIcon__ct76O{background:#e5f7c8;color:#031527}.InfoUser_timelineItem__cHW4y.InfoUser_active__vHpBQ strong{color:#020617}.InfoUser_timelineItem__cHW4y.InfoUser_active__vHpBQ span{color:#5b6b7f}.InfoUser_timelineItem__cHW4y.InfoUser_current__bWf1Y .InfoUser_timelineIcon__ct76O{box-shadow:0 0 0 7px #e5f7c8a6}.InfoUser_timelineItem__cHW4y.InfoUser_danger__JozWK.InfoUser_active__vHpBQ .InfoUser_timelineIcon__ct76O{background:#fee2e2;color:#991b1b}.InfoUser_timelineItem__cHW4y.InfoUser_danger__JozWK.InfoUser_active__vHpBQ strong{color:#991b1b}.InfoUser_timelineItem__cHW4y.InfoUser_warning__gBtzJ.InfoUser_active__vHpBQ .InfoUser_timelineIcon__ct76O{background:#fef3c7;color:#92400e}.InfoUser_timelineItem__cHW4y.InfoUser_warning__gBtzJ.InfoUser_active__vHpBQ strong{color:#92400e}.ReviewProduct_reviewWrapper__Tng3S{width:100%}.ReviewProduct_reviewGrid__LbQHy{grid-gap:24px;display:grid;gap:24px;grid-template-columns:320px 1fr}.ReviewProduct_reviewSidebar__pr8XK{display:flex;flex-direction:column;gap:20px}.ReviewProduct_reviewCard__uuYjY{background:#fff;border:1px solid #edf2e7;border-radius:18px;box-shadow:0 10px 30px #0000000a;padding:22px}.ReviewProduct_reviewCardHeader__yvMLf{margin-bottom:20px}.ReviewProduct_reviewCardHeader__yvMLf h3{color:#1e1e1e;font-size:16px;font-weight:800}.ReviewProduct_reviewInfo__vUV0n{border-bottom:1px solid #f1f1f1;display:flex;flex-direction:column;gap:6px;padding:14px 0}.ReviewProduct_reviewInfo__vUV0n:last-child{border-bottom:0}.ReviewProduct_reviewInfo__vUV0n span{color:#7b7b7b;font-size:13px}.ReviewProduct_reviewInfo__vUV0n strong{color:#111;font-size:15px}.ReviewProduct_successBadge__jPsD5{background:#e1f0c4;border-radius:999px;color:#1b5d38;font-size:13px;font-weight:700;padding:8px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ReviewProduct_reviewProduct__eli2q{display:flex;gap:14px}.ReviewProduct_reviewProduct__eli2q img{border-radius:14px;height:90px;object-fit:cover;width:90px}.ReviewProduct_reviewProduct__eli2q h4{font-size:15px;line-height:1.5;margin-bottom:8px}.ReviewProduct_reviewProduct__eli2q p{color:#666;font-size:14px}.ReviewProduct_reviewMain__ZeQfd{background:#fff;border:1px solid #edf2e7;border-radius:20px;box-shadow:0 10px 30px #0000000a;padding:30px}.ReviewProduct_reviewHeader__P2bvp{margin-bottom:32px}.ReviewProduct_reviewHeader__P2bvp h2{font-size:28px;font-weight:800;margin-bottom:10px}.ReviewProduct_reviewHeader__P2bvp p{color:#777}.ReviewProduct_reviewSection__LeaN4{margin-bottom:34px}.ReviewProduct_reviewSection__LeaN4 h4{font-size:17px;margin-bottom:18px}.ReviewProduct_ratingRow__nLD18{align-items:center;display:flex;gap:24px}.ReviewProduct_starRow__rK8ZS{display:flex;gap:16px}.ReviewProduct_starBtn__ABR6w{background:#0000;border:0;color:#d6d6d6;cursor:pointer;font-size:38px;transition:.2s}.ReviewProduct_starBtn__ABR6w.ReviewProduct_active__rwIMz{color:#0b6b46;transform:scale(1.08)}.ReviewProduct_ratingBadge__bEbtw{background:#e1f0c4;border-radius:999px;color:#1b5d38;font-weight:700;padding:10px 18px}.ReviewProduct_tagList__j0in4{display:flex;flex-wrap:wrap;gap:14px}.ReviewProduct_tagBtn__-rpSl{background:#edf4df;border:0;border-radius:999px;color:#35533f;cursor:pointer;font-weight:600;padding:12px 18px;transition:.2s}.ReviewProduct_tagBtn__-rpSl.ReviewProduct_active__rwIMz{background:#0b6b46;color:#fff}.ReviewProduct_reviewTextarea__WXxV4{border:1px solid #dfe7d6;border-radius:16px;font-size:15px;min-height:180px;outline:none;padding:18px;resize:none;width:100%}.ReviewProduct_textCount__QDrDf{color:#888;font-size:13px;margin-top:10px;text-align:right}.ReviewProduct_uploadList__Vlr4\+{display:flex;flex-wrap:wrap;gap:16px}.ReviewProduct_uploadBox__nDLFs{align-items:center;background:#fafcf7;border:2px dashed #d7dfcd;border-radius:18px;color:#4b4b4b;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:120px;justify-content:center;width:120px}.ReviewProduct_uploadBox__nDLFs svg{font-size:24px}.ReviewProduct_previewImage__MncWP{border-radius:18px;height:120px;overflow:hidden;position:relative;width:120px}.ReviewProduct_previewImage__MncWP img{height:100%;object-fit:cover;width:100%}.ReviewProduct_previewImage__MncWP button{background:#00000080;border:0;border-radius:50%;color:#fff;cursor:pointer;height:28px;position:absolute;right:8px;top:8px;width:28px}.ReviewProduct_reviewActions__\+obW6{display:flex;justify-content:flex-end}.ReviewProduct_submitReviewBtn__L6DJ3{align-items:center;background:linear-gradient(135deg,#0b6b46,#084d33);border:0;border-radius:14px;color:#fff;cursor:pointer;display:flex;font-weight:700;gap:12px;height:50px;padding:0 28px}.ReviewProduct_reviewProductList__LIHyZ{display:flex;flex-direction:column;gap:12px}.ReviewProduct_reviewProductItem__nZCZK{background:#fff;border:1px solid #edf2e7;border-radius:14px;cursor:pointer;display:flex;gap:12px;padding:10px;text-align:left;transition:.2s ease;width:100%}.ReviewProduct_reviewProductItem__nZCZK img{background:#f4f6f0;border-radius:12px;flex-shrink:0;height:64px;object-fit:cover;width:64px}.ReviewProduct_reviewProductItem__nZCZK div{display:flex;flex-direction:column;gap:4px;min-width:0}.ReviewProduct_reviewProductItem__nZCZK strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;display:-webkit-box;font-size:13px;line-height:1.4;overflow:hidden}.ReviewProduct_reviewProductItem__nZCZK small,.ReviewProduct_reviewProductItem__nZCZK span{color:#777;font-size:12px}.ReviewProduct_reviewProductItem__nZCZK.ReviewProduct_active__rwIMz,.ReviewProduct_reviewProductItem__nZCZK:hover{background:#f4fbec;border-color:#0b6b46;box-shadow:0 8px 20px #0b6b4614}.ReminderPage_wrapper__pxbIf{color:#102f25;padding:24px}.ReminderPage_header__DCF\+l{margin-bottom:28px}.ReminderPage_header__DCF\+l h2{font-size:20px;font-weight:800;margin-bottom:8px}.ReminderPage_header__DCF\+l p{color:#444;font-size:15px}.ReminderPage_layout__wYy7n{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.4fr .95fr}.ReminderPage_reminderGrid__93L3G{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-bottom:28px}.ReminderPage_logBox__1niUd,.ReminderPage_right__DmE9y,.ReminderPage_topCard__YopAp{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f}.ReminderPage_topCard__YopAp{padding:26px}.ReminderPage_topCard__YopAp h3{font-size:17px;margin:22px 0 6px}.ReminderPage_topCard__YopAp p{color:#555;margin-bottom:20px}.ReminderPage_topCard__YopAp strong{align-items:center;color:#003f2d;display:flex;font-size:17px;gap:8px}.ReminderPage_cardTop__5JFdH{align-items:center;display:flex;justify-content:space-between}.ReminderPage_cardTop__5JFdH svg{color:#004f38;font-size:24px}.ReminderPage_cardTop__5JFdH span{background:#dcefc1;border-radius:999px;color:#69784c;font-size:13px;font-weight:800;padding:7px 14px;text-transform:uppercase}.ReminderPage_logBox__1niUd{padding:28px}.ReminderPage_logHeader__L0aKz{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.ReminderPage_logHeader__L0aKz h3{font-size:18px}.ReminderPage_logHeader__L0aKz button{background:#0000;border:none;color:#004f38;cursor:pointer;font-weight:800}.ReminderPage_logItem__d1Y2S{align-items:center;background:#fff;border-radius:10px;display:flex;gap:18px;margin-bottom:14px;padding:18px}.ReminderPage_logIcon__FFZRs{align-items:center;background:#eaf3ef;border-radius:50%;color:#004f38;display:flex;height:40px;justify-content:center;width:40px}.ReminderPage_logIcon__FFZRs.ReminderPage_missed__wVL5R{background:#ffecec;color:#d10000}.ReminderPage_logInfo__8YIGh{flex:1 1}.ReminderPage_logInfo__8YIGh h4{font-size:16px;margin-bottom:4px}.ReminderPage_logInfo__8YIGh p{color:#555}.ReminderPage_logStatus__NJFSu{color:#004f38;font-weight:700}.ReminderPage_logStatus__NJFSu.ReminderPage_missed__wVL5R{color:#d10000}.ReminderPage_banner__oyRfM{background:linear-gradient(#005038e6,#005038e6);border-radius:10px;color:#fff;display:flex;flex-direction:column;justify-content:center;margin-top:28px;min-height:180px;text-align:center}.ReminderPage_banner__oyRfM h3{margin-bottom:12px}.ReminderPage_right__DmE9y{padding:32px}.ReminderPage_right__DmE9y h3{font-size:18px;margin-bottom:28px}.ReminderPage_right__DmE9y label{display:block;font-weight:800;margin:18px 0 10px}.ReminderPage_right__DmE9y input{background:#e8ece8;border:none;border-radius:8px;font-size:15px;outline:none;padding:15px;width:100%}.ReminderPage_frequency__MMVng{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.ReminderPage_frequency__MMVng button{background:#dcefc1;border:none;border-radius:8px;cursor:pointer;font-weight:800;padding:14px 10px}.ReminderPage_frequency__MMVng button.ReminderPage_active__8GI4X{background:#00523a;color:#fff}.ReminderPage_row__SGYNw{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.ReminderPage_method__DUH7Z{align-items:center;background:#eef1ee;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:10px;padding:14px}.ReminderPage_method__DUH7Z input{accent-color:#00523a;width:auto}.ReminderPage_method__DUH7Z svg{color:#102f25}.ReminderPage_saveBtn__\+MwdB{background:#00523a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:800;margin-top:16px;padding:16px;width:100%}.ReminderPage_saveBtn__\+MwdB:disabled{cursor:not-allowed;opacity:.6}.ReminderPage_emptyBox__TJMi8,.ReminderPage_emptyText__lqSzb{color:#777}.ReminderPage_emptyBox__TJMi8{background:#fff;border-radius:14px;padding:30px}@media(max-width:992px){.ReminderPage_layout__wYy7n{grid-template-columns:1fr}}@media(max-width:650px){.ReminderPage_wrapper__pxbIf{padding:16px}.ReminderPage_reminderGrid__93L3G,.ReminderPage_row__SGYNw{grid-template-columns:1fr}.ReminderPage_logHeader__L0aKz,.ReminderPage_logItem__d1Y2S{align-items:flex-start}.ReminderPage_logItem__d1Y2S{flex-direction:column}}.ReminderPage_cardActions__oI6QV{display:flex;gap:10px;margin-top:18px}.ReminderPage_cardActions__oI6QV button{background:#e1f0c4;border:none;border-radius:8px;color:#0f3d2e;cursor:pointer;font-weight:700;padding:9px 13px}.ReminderPage_cardActions__oI6QV button:hover{background:#00523a;color:#fff}.ReminderPage_modalOverlay__Ox564{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.ReminderPage_reportModal__r7sW1{background:#fff;border-radius:18px;box-shadow:0 20px 50px #0003;max-height:90vh;overflow-y:auto;padding:28px;width:min(860px,100%)}.ReminderPage_reportHeader__L7og8{display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.ReminderPage_reportHeader__L7og8 h3{color:#0f3d2e;font-size:22px;margin-bottom:6px}.ReminderPage_reportHeader__L7og8 p{color:#666}.ReminderPage_reportHeader__L7og8 button{background:#e1f0c4;border:none;border-radius:50%;cursor:pointer;font-size:24px;height:38px;width:38px}.ReminderPage_reportGrid__aaD9w{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.ReminderPage_reportCard__IgTY4{background:#f6fbf3;border:1px solid #e1f0c4;border-radius:14px;padding:18px}.ReminderPage_reportCard__IgTY4 span{color:#666;display:block;font-size:13px;margin-bottom:10px}.ReminderPage_reportCard__IgTY4 strong{color:#00523a;font-size:26px}.ReminderPage_reportList__\+PLhi h4{color:#0f3d2e;margin-bottom:14px}.ReminderPage_reportItem__bkLbV{background:#f8faf8;border-radius:12px;display:flex;gap:20px;justify-content:space-between;margin-bottom:10px;padding:16px}.ReminderPage_reportItem__bkLbV p{color:#666;margin-top:4px}.ReminderPage_reportMeta__S0nBj{text-align:right}.ReminderPage_reportMeta__S0nBj span{color:#444;display:block;margin-bottom:6px}.ReminderPage_reportMeta__S0nBj b{color:#00523a}@media(max-width:768px){.ReminderPage_reportGrid__aaD9w{grid-template-columns:repeat(2,1fr)}.ReminderPage_reportItem__bkLbV{flex-direction:column}.ReminderPage_reportMeta__S0nBj{text-align:left}}@media(max-width:480px){.ReminderPage_reportGrid__aaD9w{grid-template-columns:1fr}}.ReminderPage_completedBtn__7VJ20{background:#28a745!important;color:#fff!important;cursor:default!important;opacity:.9}.Login_authPage__moJ6C{align-items:center;background:radial-gradient(circle at 12% 10%,#e1f0c4f2,#0000 28%),radial-gradient(circle at 90% 82%,#00543e24,#0000 34%),linear-gradient(135deg,#f8fcf3,#edf6e7 45%,#f7faf5);display:flex;font-family:Inter,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:42px;position:relative}.Login_decor__4y5sq{animation:Login_pageFloat__2llX2 8s ease-in-out infinite;border-radius:999px;filter:blur(8px);opacity:.75;position:absolute}.Login_decorOne__VEw64{background:#e1f0c4e6;height:190px;left:5%;top:10%;width:190px}.Login_decorTwo__mC2I3{animation-delay:1.5s;background:#00543e1c;height:260px;right:-70px;top:12%;width:260px}.Login_decorThree__6ZV1Q{animation-delay:3s;background:#00543e14;bottom:7%;height:150px;left:16%;width:150px}.Login_authCard__zeXfR{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #ffffffb8;border-radius:28px;box-shadow:0 34px 90px #112e1e24,inset 0 1px 0 #fffc;display:grid;grid-template-columns:1fr 1fr;min-height:720px;overflow:hidden;position:relative;width:min(1180px,100%);z-index:2}.Login_authLeft__KxRgM{background:linear-gradient(160deg,#ffffff94,#e1f0c475),radial-gradient(circle at 20% 20%,#00543e14,#0000 36%);display:flex;flex-direction:column;padding:54px 50px 38px;position:relative}.Login_brand__pzmIM{color:#003f2f;font-size:18px;font-weight:900;gap:12px}.Login_brandIcon__1VCQo{align-items:center;background:#00543e;border-radius:10px;box-shadow:0 12px 24px #00543e38;color:#fff;display:flex;height:34px;justify-content:center;width:34px}.Login_intro__4JFg9{margin-top:54px;max-width:510px}.Login_intro__4JFg9 .Login_tag__chv-p{background:#e1f0c4e6;border-radius:999px;color:#00543e;display:inline-flex;font-size:13px;font-weight:900;letter-spacing:1px;margin-bottom:20px;padding:8px 14px;text-transform:uppercase}.Login_intro__4JFg9 h2{color:#18221d;font-size:36px;font-weight:900;line-height:1.12;margin:0 0 20px}.Login_intro__4JFg9 h2 strong{color:#00543e}.Login_intro__4JFg9 p{color:#68756f;font-size:17px;line-height:1.75;margin:0}.Login_visualBox__N\+6XA{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:34px;min-height:360px;position:relative}.Login_bubbleLayer__M-Qsv{inset:0;overflow:hidden;position:absolute}.Login_bubbleLayer__M-Qsv span{animation:Login_bubble__fmrt4 10s linear infinite;background:#00543e1a;border-radius:50%;bottom:-40px;height:18px;position:absolute;width:18px}.Login_bubbleLayer__M-Qsv span:first-child{animation-duration:8s;height:24px;left:12%;width:24px}.Login_bubbleLayer__M-Qsv span:nth-child(2){animation-delay:1s;animation-duration:11s;left:34%}.Login_bubbleLayer__M-Qsv span:nth-child(3){animation-delay:2s;animation-duration:9s;height:28px;left:58%;width:28px}.Login_bubbleLayer__M-Qsv span:nth-child(4){animation-delay:.8s;animation-duration:12s;height:14px;left:78%;width:14px}.Login_bubbleLayer__M-Qsv span:nth-child(5){animation-delay:3s;animation-duration:10s;height:20px;left:88%;width:20px}.Login_orbit__6zCbc{animation:Login_spin__V0T61 18s linear infinite;border:1px dashed #00543e38;border-radius:50%;height:285px;position:absolute;width:285px}.Login_orbit__6zCbc:before{border:1px solid #00543e17;border-radius:50%;content:"";inset:42px;position:absolute}.Login_centerPulse__qlt8c{align-items:center;animation:Login_pulse__4r8la 2.4s ease-in-out infinite;background:#00543e;border-radius:50%;box-shadow:0 0 0 18px #00543e12;color:#fff;display:flex;font-size:32px;inset:98px;justify-content:center;position:absolute}.Login_centerPulse__qlt8c svg{animation:Login_counterSpin__TX1Kc 18s linear infinite}.Login_orbitDot__\+1kyl{align-items:center;background:#ffffffe0;border-radius:16px;box-shadow:0 18px 36px #00543e1f;color:#00543e;display:flex;height:48px;justify-content:center;position:absolute;width:48px}.Login_orbitDot__\+1kyl svg{animation:Login_counterSpin__TX1Kc 18s linear infinite}.Login_dotOne__bWtPX{left:44px;top:18px}.Login_dotTwo__nM8ot{right:-8px;top:118px}.Login_dotThree__rlAvm{bottom:34px;left:18px}.Login_glassPanel__jURl4{animation:Login_floatCard__CDxux 5s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8f;border:1px solid #ffffffad;border-radius:30px;box-shadow:0 28px 60px #00543e21,inset 0 1px 0 #ffffffc7;min-height:235px;padding:24px;position:relative;width:320px;z-index:2}.Login_glassPanel__jURl4 h3{color:#00543e;font-size:24px;font-weight:900;margin:18px 0 8px}.Login_panelTop__HRsHl{display:flex;gap:7px}.Login_panelTop__HRsHl span{background:#00543e38;border-radius:50%;height:10px;width:10px}.Login_healthLine__gxLfq{height:76px;width:100%}.Login_healthLine__gxLfq svg{height:100%;width:100%}.Login_healthLine__gxLfq polyline{fill:none;stroke:#00543e;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:440;stroke-dashoffset:440;animation:Login_heartbeat__2W5wQ 3s linear infinite}.Login_miniStats__bHWVJ{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.Login_miniStats__bHWVJ div{background:#e1f0c48c;border-radius:18px;padding:12px}.Login_miniStats__bHWVJ strong{color:#00543e;display:block;font-size:20px;font-weight:900}.Login_miniStats__bHWVJ span{color:#68756f;font-size:13px;font-weight:700}.Login_copyright__V5Lne{color:#18221d7a;font-size:14px}.Login_authRight__FBbU5{align-items:center;background:#ffffffdb;display:flex;justify-content:center;padding:54px 50px}.Login_formBox__onPvi{width:min(430px,100%)}.Login_formHeader__Toa1h{margin-bottom:34px}.Login_formHeader__Toa1h .Login_smallTitle__Y5AR7{color:#00543e;display:block;font-size:13px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.Login_formHeader__Toa1h h1{color:#18221d;font-size:30px;font-weight:900;margin:0 0 10px}.Login_formHeader__Toa1h p{color:#68756f;font-size:16px;margin:0}.Login_formGroup__F3hWP{margin-bottom:22px}.Login_formGroup__F3hWP label{color:#18221d;display:block;font-size:16px;font-weight:800;margin-bottom:10px}.Login_labelRow__EDj80{align-items:center;display:flex;justify-content:space-between}.Login_labelRow__EDj80 a{color:#00543e;font-size:15px;font-weight:800;margin-bottom:10px;text-decoration:none}.Login_labelRow__EDj80 a:hover{text-decoration:underline}.Login_inputWrap__3Otnh{align-items:center;background:#edf2ec;border:1px solid #0000;border-radius:17px;display:flex;gap:13px;height:58px;padding:0 18px;transition:.25s ease}.Login_inputWrap__3Otnh svg{color:#728079;flex-shrink:0;font-size:18px}.Login_inputWrap__3Otnh input{background:#0000;border:none;color:#18221d;flex:1 1;font-size:16px;height:100%;outline:none}.Login_inputWrap__3Otnh input::placeholder{color:#7d8983}.Login_inputWrap__3Otnh:focus-within{background:#fff;border-color:#bfd9aa;box-shadow:0 0 0 5px #e1f0c4b8;transform:translateY(-1px)}.Login_eyeBtn__Ok5xO{background:#0000;border:none;color:#6f7b75;cursor:pointer;display:flex;outline:none;padding:5px}.Login_rememberRow__hb3O5{margin:6px 0 28px}.Login_checkbox__WNQ7w{align-items:center;color:#343d38;cursor:pointer;display:flex;font-size:16px;gap:12px}.Login_checkbox__WNQ7w input{display:none}.Login_checkbox__WNQ7w input:checked+span{background:#00543e;border-color:#00543e}.Login_checkbox__WNQ7w input:checked+span:after{opacity:1}.Login_checkbox__WNQ7w span{background:#eef3ef;border:1.5px solid #b7c3bb;border-radius:7px;height:22px;position:relative;transition:.25s;width:22px}.Login_checkbox__WNQ7w span:after{border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";height:5px;left:5px;opacity:0;position:absolute;top:6px;transform:rotate(-45deg);width:9px}.Login_submitBtn__FVFla{align-items:center;background:#00543e;border:none;border-radius:17px;box-shadow:0 16px 32px #00543e3d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:900;gap:14px;height:60px;justify-content:center;transition:.25s ease;width:100%}.Login_submitBtn__FVFla:hover{background:#003f2f;transform:translateY(-2px)}.Login_submitBtn__FVFla:disabled{cursor:not-allowed;opacity:.7;transform:none}.Login_divider__bhL8W{align-items:center;color:#7a837f;display:flex;font-size:13px;gap:18px;letter-spacing:4px;margin:42px 0 28px}.Login_divider__bhL8W:after,.Login_divider__bhL8W:before{background:#e5eae6;content:"";flex:1 1;height:1px}.Login_divider__bhL8W span{white-space:nowrap}.Login_authFooter__sQjLV{color:#333d38;font-size:16px;margin-top:36px;text-align:center}.Login_authFooter__sQjLV a{color:#00543e;font-weight:900;text-decoration:none}.Login_authFooter__sQjLV a:hover{text-decoration:underline}.Login_supportBtn__zBErp{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:none;border-radius:999px;bottom:24px;box-shadow:0 12px 34px #122a1e1a;color:#3b4640;cursor:pointer;display:flex;font-size:15px;font-weight:800;gap:9px;padding:13px 20px;position:fixed;right:30px;z-index:5}.Login_supportBtn__zBErp:hover{background:#e1f0c4;color:#00543e}@keyframes Login_pageFloat__2llX2{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}@keyframes Login_bubble__fmrt4{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:1}to{opacity:0;transform:translateY(-430px) scale(1.45)}}@keyframes Login_spin__V0T61{to{transform:rotate(1turn)}}@keyframes Login_counterSpin__TX1Kc{to{transform:rotate(-1turn)}}@keyframes Login_pulse__4r8la{0%,to{box-shadow:0 0 0 16px #00543e12}50%{box-shadow:0 0 0 28px #00543e08}}@keyframes Login_floatCard__CDxux{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes Login_heartbeat__2W5wQ{to{stroke-dashoffset:0}}@media(max-width:992px){.Login_authPage__moJ6C{padding:24px}.Login_authCard__zeXfR{grid-template-columns:1fr;min-height:auto}.Login_authLeft__KxRgM{display:none}.Login_authRight__FBbU5{padding:44px 26px}}@media(max-width:576px){.Login_authPage__moJ6C{padding:14px}.Login_authCard__zeXfR{border-radius:22px}.Login_formHeader__Toa1h h1{font-size:26px}.Login_formHeader__Toa1h p{font-size:15px}.Login_socialGrid__r1BrM{grid-template-columns:1fr}.Login_divider__bhL8W{font-size:12px;letter-spacing:2px}.Login_supportBtn__zBErp{display:none}}.Login_brand__pzmIM{align-items:center;display:flex;gap:16px}.Login_brandLogo__oYoB1{align-items:center;background:#fff;border:1px solid #e1f0c4b3;border-radius:18px;box-shadow:0 10px 30px #00543e1f,inset 0 1px 0 #ffffffe6;display:flex;height:58px;justify-content:center;overflow:hidden;width:58px}.Login_brandLogo__oYoB1 img{height:82%;object-fit:contain;width:82%}.Login_brandContent__2iAWb{display:flex;flex-direction:column;justify-content:center}.Login_brandContent__2iAWb h2{color:#0d3b2e;font-size:34px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.Login_brandContent__2iAWb span{color:#6c7a73;font-size:13px;font-weight:600;letter-spacing:1px;margin-top:6px;text-transform:uppercase}.Login_passwordHint__-dqfa{background:#e1f0c473;border:1px solid #00543e14;border-radius:12px;color:#53625b;font-size:13px;font-weight:600;line-height:1.6;margin-top:10px;padding:10px 14px}.Login_backBtn__a5emx{background:#e1f0c4;border:none;border-radius:16px;box-shadow:0 8px 24px #5e8d521f;color:#29543a;cursor:pointer;font-size:15px;font-weight:700;height:52px;margin-top:14px;transition:all .25s ease;width:100%}.Login_backBtn__a5emx:hover{background:#d5e9b0;transform:translateY(-2px)}.Login_backBtn__a5emx:disabled{cursor:not-allowed;opacity:.6}.Login_socialGrid__r1BrM{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr 1fr}.Login_googleWrap__WGna9{align-items:center;display:flex;height:56px;width:100%}.Login_googleWrap__WGna9>div{width:100%!important}.Login_googleWrap__WGna9 iframe{border-radius:18px!important;height:56px!important;width:100%!important}.Login_socialBtn__9NQgg{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:18px;color:#3c4043;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;height:56px;justify-content:center;padding:0 18px;transition:all .2s ease;width:100%}.Login_socialBtn__9NQgg:hover{background:#f8f9fa;border-color:#cfd4d9}.Login_socialBtn__9NQgg:active{transform:scale(.98)}.Login_facebook__UxiFv{color:#1877f2;font-size:20px}.PaymentsSuccess_wrapper__2vYpV{background:#f5f7f2;min-height:100vh;width:100%}.PaymentsSuccess_main__y1mcE{margin:0 auto;max-width:1180px;padding:60px 20px 80px}.PaymentsSuccess_successTop__F7EFn{align-items:center;display:flex;flex-direction:column;margin-bottom:48px;text-align:center}.PaymentsSuccess_successIconOuter__ZRkDh{align-items:center;background:#d8e6b6;border-radius:50%;display:flex;height:78px;justify-content:center;margin-bottom:22px;width:78px}.PaymentsSuccess_successIconInner__NuT1E{align-items:center;background:#00533f;border-radius:50%;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.PaymentsSuccess_title__C8ClY{color:#014d3b;font-size:58px;font-weight:800;line-height:1.15;margin:0 0 12px}.PaymentsSuccess_subtitle__ymVR5{color:#4b5563;font-size:18px;margin:0 0 16px}.PaymentsSuccess_orderBadge__tvOnP{align-items:center;background:#e7ece4;border-radius:999px;color:#36584c;display:inline-flex;font-size:18px;font-weight:700;justify-content:center;padding:10px 18px}.PaymentsSuccess_content__O7FKd{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1.5fr .95fr}.PaymentsSuccess_leftColumn__\+14us{display:flex;flex-direction:column;gap:24px}.PaymentsSuccess_rightColumn__ctyKf{width:100%}.PaymentsSuccess_card__vwtuu{background:#fff;border-radius:20px;box-shadow:0 4px 18px #0000000a;padding:32px}.PaymentsSuccess_shippingCard__fdU-c{background:#eef1eb;border-radius:20px;min-height:100%;padding:32px}.PaymentsSuccess_cardTitle__AB2cm{color:#111827;font-size:22px;font-weight:800;margin:0 0 28px}.PaymentsSuccess_productList__xMnwY{display:flex;flex-direction:column}.PaymentsSuccess_productRow__VzENP{align-items:center;display:flex;gap:18px}.PaymentsSuccess_productImage__fWSe2{background:#f3f4f6;border-radius:14px;flex-shrink:0;height:94px;overflow:hidden;width:94px}.PaymentsSuccess_productImage__fWSe2 img{height:100%;object-fit:cover;width:100%}.PaymentsSuccess_productInfoOnly__uUXQT,.PaymentsSuccess_productInfo__eGAPH{flex:1 1}.PaymentsSuccess_productName__AwONl{color:#111827;font-size:20px;font-weight:800;margin:0 0 6px}.PaymentsSuccess_productDesc__5WCot{color:#6b7280;font-size:16px;margin:0 0 10px}.PaymentsSuccess_productQuantity__jafBG{color:#374151;font-size:16px}.PaymentsSuccess_productPrice__HZk9Q{color:#044b3d;font-size:20px;font-weight:800;white-space:nowrap}.PaymentsSuccess_divider__qDmF3{background:#e5e7eb;height:1px;margin:28px 0 22px}.PaymentsSuccess_summary__tmrdb{display:flex;flex-direction:column;gap:16px}.PaymentsSuccess_summaryRow__5ghAB{align-items:center;color:#374151;display:flex;font-size:18px;justify-content:space-between}.PaymentsSuccess_summaryTotal__Kgb2G{align-items:center;color:#044b3d;display:flex;font-size:20px;justify-content:space-between;margin-top:6px}.PaymentsSuccess_summaryTotal__Kgb2G strong{font-size:22px;font-weight:800}.PaymentsSuccess_summaryTotal__Kgb2G span{font-weight:800}.PaymentsSuccess_actionGroup__0\+gOg{display:flex;gap:18px}.PaymentsSuccess_btnPrimary__z4DG5,.PaymentsSuccess_btnSecondary__IWfM4{align-items:center;border:none;border-radius:16px;cursor:pointer;display:inline-flex;font-size:18px;font-weight:700;gap:10px;height:58px;justify-content:center;padding:0 26px;transition:all .2s ease}.PaymentsSuccess_btnPrimary__z4DG5{background:#00533f;color:#fff}.PaymentsSuccess_btnPrimary__z4DG5:hover{opacity:.92}.PaymentsSuccess_btnSecondary__IWfM4{background:#cfdca9;color:#4b5d39}.PaymentsSuccess_btnSecondary__IWfM4:hover{opacity:.92}.PaymentsSuccess_infoList__IRZgF{display:flex;flex-direction:column;gap:28px}.PaymentsSuccess_infoItem__43--a{align-items:flex-start;display:flex;gap:14px}.PaymentsSuccess_infoIcon__vpnDX{color:#00533f;font-size:20px;margin-top:2px;width:22px}.PaymentsSuccess_infoText__Coypi{display:flex;flex-direction:column;gap:6px}.PaymentsSuccess_infoLabel__VBijI{color:#3f4a43;font-size:14px;font-weight:800;text-transform:uppercase}.PaymentsSuccess_infoValue__IqxKq{color:#1f2937;font-size:18px;line-height:1.6}.PaymentsSuccess_noteBox__tfxli{align-items:flex-start;background:#fff;border-radius:14px;display:flex;gap:12px;margin-top:34px;padding:16px 18px}.PaymentsSuccess_noteIcon__2vezB{color:#00533f;font-size:18px;margin-top:2px}.PaymentsSuccess_noteText__XzsAb{color:#4b5563;font-size:14px;line-height:1.5;margin:0}.PaymentsSuccess_empty__tXqWV{color:#6b7280;font-size:18px;padding:60px 20px;text-align:center}@media(max-width:1024px){.PaymentsSuccess_title__C8ClY{font-size:42px}.PaymentsSuccess_content__O7FKd{grid-template-columns:1fr}}@media(max-width:768px){.PaymentsSuccess_main__y1mcE{padding:40px 16px 60px}.PaymentsSuccess_title__C8ClY{font-size:32px}.PaymentsSuccess_subtitle__ymVR5{font-size:16px}.PaymentsSuccess_card__vwtuu,.PaymentsSuccess_shippingCard__fdU-c{padding:22px}.PaymentsSuccess_productRow__VzENP{flex-wrap:wrap}.PaymentsSuccess_productPrice__HZk9Q{margin-top:8px;text-align:left;width:100%}.PaymentsSuccess_actionGroup__0\+gOg{flex-direction:column}.PaymentsSuccess_btnPrimary__z4DG5,.PaymentsSuccess_btnSecondary__IWfM4{width:100%}}.Payments_wrapper__QJPB8{background:#f6f8f3;color:#18392b;min-height:100vh}.Payments_main__mlxMz{margin:0 auto;max-width:1200px;padding:130px 24px 80px}.Payments_hero__WfPGa{margin-bottom:32px}.Payments_hero__WfPGa h1{color:#0b4b36;font-size:52px;font-weight:800;line-height:1.1;margin:0 0 10px}.Payments_hero__WfPGa p{color:#51645b;font-size:20px;line-height:1.6;margin:0}.Payments_layout__ngUww{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.45fr .95fr}.Payments_left__UMpg2{min-width:0}.Payments_sectionTitle__tp4Lx{align-items:center;display:flex;gap:14px;margin:24px 0 22px}.Payments_sectionTitle__tp4Lx h3{color:#143728;font-size:22px;font-weight:700;margin:0}.Payments_iconBox__M\+UIt{align-items:center;background:#b9ebc3;border-radius:12px;color:#0b4b36;display:flex;flex-shrink:0;font-size:20px;height:46px;justify-content:center;width:46px}.Payments_savedAddressBox__urZ4U{margin-bottom:22px}.Payments_savedAddressBox__urZ4U label{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}.Payments_savedAddressBox__urZ4U select{background:#e1f0c4;border:1px solid #0000;border-radius:16px;color:#31443d;font-size:15px;height:56px;outline:none;padding:0 16px;transition:all .2s ease;width:100%}.Payments_savedAddressBox__urZ4U select:focus{border-color:#7fbf8a;box-shadow:0 0 0 3px #7fbf8a29}.Payments_formGroup__\+yzwk{margin-bottom:20px}.Payments_formGroup__\+yzwk label{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}.Payments_formGroup__\+yzwk input,.Payments_formGroup__\+yzwk textarea{background:#eef1eb;border:1px solid #0000;border-radius:16px;color:#33423b;font-size:16px;outline:none;padding:16px 18px;transition:all .2s ease;width:100%}.Payments_formGroup__\+yzwk input::placeholder,.Payments_formGroup__\+yzwk textarea::placeholder{color:#7a8781}.Payments_formGroup__\+yzwk input:focus,.Payments_formGroup__\+yzwk textarea:focus{background:#f8fbf5;border-color:#95c89f;box-shadow:0 0 0 3px #95c89f29}.Payments_formGroup__\+yzwk input{height:56px}.Payments_formGroup__\+yzwk textarea{min-height:100px;resize:vertical}.Payments_row2__6QzNF{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.Payments_paymentTitle__6VYjA{margin-top:40px}.Payments_paymentList__i5j\+Q{display:flex;flex-direction:column;gap:16px}.Payments_paymentCard__jz\+MR{align-items:center;background:#fff;border:1px solid #e8ece5;border-radius:18px;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:20px 22px;transition:all .2s ease}.Payments_paymentCard__jz\+MR:hover{border-color:#bdddb2;box-shadow:0 8px 20px #102d210d;transform:translateY(-1px)}.Payments_paymentCard__jz\+MR.Payments_active__y\+ZWB{background:#f7fff1;border-color:#97d1a0;box-shadow:0 10px 22px #598a6714}.Payments_paymentLeft__CHTry{align-items:center;display:flex;gap:16px;min-width:0}.Payments_paymentLeft__CHTry input{accent-color:#0b4b36;flex-shrink:0;height:18px;width:18px}.Payments_paymentLeft__CHTry h4{color:#1b2f27;font-size:17px;font-weight:700;margin:0 0 6px}.Payments_paymentLeft__CHTry p{color:#61706a;font-size:14px;margin:0}.Payments_paymentIcon__sInR0{color:#33463e;flex-shrink:0;font-size:22px}.Payments_summary__36BFg{background:#fbfbfb;border-radius:24px;box-shadow:0 8px 28px #1928200d;padding:34px 32px;position:-webkit-sticky;position:sticky;top:110px}.Payments_summary__36BFg h3{color:#113e2f;font-size:24px;font-weight:800;margin:0 0 24px}.Payments_productList__YQ3Ew{border-bottom:1px solid #eceee8;display:flex;flex-direction:column;gap:20px;padding-bottom:24px}.Payments_productItem__Kixmn{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:76px 1fr auto}.Payments_productThumb__Cjsux{align-items:center;background:#f0b28a;border-radius:14px;display:flex;height:76px;justify-content:center;overflow:hidden;width:76px}.Payments_productThumb__Cjsux img{display:block;height:72%;object-fit:contain;width:72%}.Payments_productItem__Kixmn:nth-child(2n) .Payments_productThumb__Cjsux{background:#dce7be}.Payments_productInfo__TuVlY{min-width:0}.Payments_productInfo__TuVlY h4{color:#223229;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 6px}.Payments_productInfo__TuVlY p{color:#697871;font-size:14px;margin:0}.Payments_productPrice__BjRJT{color:#1d6d57;font-size:16px;font-weight:700;white-space:nowrap}.Payments_summaryRows__9MANM{padding:24px 0 12px}.Payments_summaryRow__vX4gD{align-items:center;color:#33423b;display:flex;font-size:17px;gap:12px;justify-content:space-between;margin-bottom:16px}.Payments_free__ZJOZ-{color:#0b6a4a;font-weight:700}.Payments_totalRow__a8n-e{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;margin-bottom:26px;padding-top:8px}.Payments_totalRow__a8n-e span{color:#133a2d;font-size:20px;font-weight:700}.Payments_totalRow__a8n-e strong{color:#0b4b36;font-size:34px;font-weight:800;line-height:1;white-space:nowrap}.Payments_submitBtn__SvvNZ{background:#004d38;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:58px;transition:all .2s ease;width:100%}.Payments_submitBtn__SvvNZ:hover{opacity:.95;transform:translateY(-1px)}.Payments_submitBtn__SvvNZ:active{transform:translateY(0)}.Payments_summaryNote__B1Ti7{color:#6b7770;font-size:12px;line-height:1.7;margin:18px 0 0;text-align:center}.Payments_form-payments__OHG2\+{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.45fr .95fr}.Payments_column-left__w0ThT{min-width:0}.Payments_total-product__Ao8ne{background:#fbfbfb;border-radius:24px;box-shadow:0 8px 28px #1928200d;padding:34px 32px;position:-webkit-sticky;position:sticky;top:110px}.Payments_total-product__Ao8ne h3{color:#113e2f;font-size:24px;font-weight:800;margin:0 0 20px}.Payments_total-product__Ao8ne table{background:#0000;margin-bottom:24px}.Payments_total-product__Ao8ne table td,.Payments_total-product__Ao8ne table th{font-size:16px;padding:14px 12px;vertical-align:middle}.Payments_img-product__iUOwu h4{color:#1a3529;font-size:18px;font-weight:700;margin-bottom:14px}.Payments_img__Bo60u{display:flex;flex-wrap:wrap;gap:12px}.Payments_img__Bo60u img{background:#eef1eb;border-radius:14px;height:72px;object-fit:cover;padding:6px;width:72px}.Payments_select-payment__zguNr{margin-top:36px}.Payments_select-payment__zguNr h4{color:#18392b;font-size:22px;font-weight:700;margin:0 0 18px}.Payments_btn-payment__sXWW0{margin-top:20px}#Payments_btn-buy__CC8cW{background:#004d38;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:58px;transition:all .2s ease;width:100%}#Payments_btn-buy__CC8cW:hover{opacity:.95;transform:translateY(-1px)}.Payments_saved-address-box__s76C1{margin-bottom:22px}.Payments_saved-address-box__s76C1 label,.Payments_saved-address-label__Oi7op{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}@media(max-width:1100px){.Payments_main__mlxMz{padding:110px 20px 64px}.Payments_form-payments__OHG2\+,.Payments_layout__ngUww{grid-template-columns:1fr}.Payments_summary__36BFg,.Payments_total-product__Ao8ne{position:static;top:auto}}@media(max-width:768px){.Payments_main__mlxMz{padding:100px 16px 56px}.Payments_hero__WfPGa h1{font-size:38px}.Payments_hero__WfPGa p{font-size:17px}.Payments_row2__6QzNF{gap:0;grid-template-columns:1fr}.Payments_sectionTitle__tp4Lx h3{font-size:20px}.Payments_summary__36BFg,.Payments_total-product__Ao8ne{border-radius:18px;padding:24px 20px}.Payments_productItem__Kixmn{grid-template-columns:64px 1fr}.Payments_productPrice__BjRJT{grid-column:2/3;justify-self:start}#Payments_btn-buy__CC8cW,.Payments_submitBtn__SvvNZ{font-size:18px}.Payments_totalRow__a8n-e strong{font-size:28px}}@media(max-width:480px){.Payments_main__mlxMz{padding:92px 14px 48px}.Payments_hero__WfPGa{margin-bottom:24px}.Payments_hero__WfPGa h1{font-size:32px}.Payments_hero__WfPGa p{font-size:15px}.Payments_paymentCard__jz\+MR{padding:16px}.Payments_paymentLeft__CHTry{gap:12px}.Payments_paymentLeft__CHTry h4{font-size:15px}.Payments_paymentLeft__CHTry p{font-size:13px}.Payments_iconBox__M\+UIt{font-size:18px;height:42px;width:42px}.Payments_summary__36BFg h3,.Payments_total-product__Ao8ne h3{font-size:21px}}.ForgotPassword_authPage__A7NL4{align-items:center;background:radial-gradient(circle at 12% 10%,#e1f0c4f2,#0000 28%),radial-gradient(circle at 90% 82%,#00543e24,#0000 34%),linear-gradient(135deg,#f8fcf3,#edf6e7 45%,#f7faf5);display:flex;font-family:Inter,Segoe UI,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:42px;position:relative}.ForgotPassword_decor__6fLK-{animation:ForgotPassword_pageFloat__6u4r5 8s ease-in-out infinite;border-radius:999px;filter:blur(8px);opacity:.75;position:absolute}.ForgotPassword_decorOne__S8gH9{background:#e1f0c4e6;height:190px;left:5%;top:10%;width:190px}.ForgotPassword_decorTwo__\+y5cp{animation-delay:1.5s;background:#00543e1c;height:260px;right:-70px;top:12%;width:260px}.ForgotPassword_decorThree__cJANh{animation-delay:3s;background:#00543e14;bottom:7%;height:150px;left:16%;width:150px}.ForgotPassword_authCard__\+5ysN{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffc7;border:1px solid #ffffffb8;border-radius:28px;box-shadow:0 34px 90px #112e1e24,inset 0 1px 0 #fffc;display:grid;grid-template-columns:1fr 1fr;min-height:720px;overflow:hidden;position:relative;width:min(1180px,100%);z-index:2}.ForgotPassword_authLeft__hu7L1{background:linear-gradient(160deg,#ffffff94,#e1f0c475),radial-gradient(circle at 20% 20%,#00543e14,#0000 36%);display:flex;flex-direction:column;padding:54px 50px 38px;position:relative}.ForgotPassword_brand__B6grB{color:#003f2f;font-size:18px;font-weight:900;gap:12px}.ForgotPassword_brandIcon__0zFR3{align-items:center;background:#00543e;border-radius:10px;box-shadow:0 12px 24px #00543e38;color:#fff;display:flex;height:34px;justify-content:center;width:34px}.ForgotPassword_intro__lAWOK{margin-top:54px;max-width:510px}.ForgotPassword_intro__lAWOK .ForgotPassword_tag__deT9p{background:#e1f0c4e6;border-radius:999px;color:#00543e;display:inline-flex;font-size:13px;font-weight:900;letter-spacing:1px;margin-bottom:20px;padding:8px 14px;text-transform:uppercase}.ForgotPassword_intro__lAWOK h2{color:#18221d;font-size:36px;font-weight:900;line-height:1.12;margin:0 0 20px}.ForgotPassword_intro__lAWOK h2 strong{color:#00543e}.ForgotPassword_intro__lAWOK p{color:#68756f;font-size:17px;line-height:1.75;margin:0}.ForgotPassword_visualBox__HbQkU{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:34px;min-height:360px;position:relative}.ForgotPassword_bubbleLayer__RABLZ{inset:0;overflow:hidden;position:absolute}.ForgotPassword_bubbleLayer__RABLZ span{animation:ForgotPassword_bubble__MKhVo 10s linear infinite;background:#00543e1a;border-radius:50%;bottom:-40px;height:18px;position:absolute;width:18px}.ForgotPassword_bubbleLayer__RABLZ span:first-child{animation-duration:8s;height:24px;left:12%;width:24px}.ForgotPassword_bubbleLayer__RABLZ span:nth-child(2){animation-delay:1s;animation-duration:11s;left:34%}.ForgotPassword_bubbleLayer__RABLZ span:nth-child(3){animation-delay:2s;animation-duration:9s;height:28px;left:58%;width:28px}.ForgotPassword_bubbleLayer__RABLZ span:nth-child(4){animation-delay:.8s;animation-duration:12s;height:14px;left:78%;width:14px}.ForgotPassword_bubbleLayer__RABLZ span:nth-child(5){animation-delay:3s;animation-duration:10s;height:20px;left:88%;width:20px}.ForgotPassword_orbit__W\+qrx{animation:ForgotPassword_spin__loqYW 18s linear infinite;border:1px dashed #00543e38;border-radius:50%;height:285px;position:absolute;width:285px}.ForgotPassword_orbit__W\+qrx:before{border:1px solid #00543e17;border-radius:50%;content:"";inset:42px;position:absolute}.ForgotPassword_centerPulse__bnQVn{align-items:center;animation:ForgotPassword_pulse__ncPQB 2.4s ease-in-out infinite;background:#00543e;border-radius:50%;box-shadow:0 0 0 18px #00543e12;color:#fff;display:flex;font-size:32px;inset:98px;justify-content:center;position:absolute}.ForgotPassword_centerPulse__bnQVn svg{animation:ForgotPassword_counterSpin__8YZiE 18s linear infinite}.ForgotPassword_orbitDot__PgGVI{align-items:center;background:#ffffffe0;border-radius:16px;box-shadow:0 18px 36px #00543e1f;color:#00543e;display:flex;height:48px;justify-content:center;position:absolute;width:48px}.ForgotPassword_orbitDot__PgGVI svg{animation:ForgotPassword_counterSpin__8YZiE 18s linear infinite}.ForgotPassword_dotOne__eTWAf{left:44px;top:18px}.ForgotPassword_dotTwo__Z0B-0{right:-8px;top:118px}.ForgotPassword_dotThree__HwgKM{bottom:34px;left:18px}.ForgotPassword_glassPanel__5IR1v{animation:ForgotPassword_floatCard__3Vgof 5s ease-in-out infinite;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8f;border:1px solid #ffffffad;border-radius:30px;box-shadow:0 28px 60px #00543e21,inset 0 1px 0 #ffffffc7;min-height:235px;padding:24px;position:relative;width:320px;z-index:2}.ForgotPassword_glassPanel__5IR1v h3{color:#00543e;font-size:24px;font-weight:900;margin:18px 0 8px}.ForgotPassword_panelTop__A7uRw{display:flex;gap:7px}.ForgotPassword_panelTop__A7uRw span{background:#00543e38;border-radius:50%;height:10px;width:10px}.ForgotPassword_healthLine__kHANk{height:76px;width:100%}.ForgotPassword_healthLine__kHANk svg{height:100%;width:100%}.ForgotPassword_healthLine__kHANk polyline{fill:none;stroke:#00543e;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:440;stroke-dashoffset:440;animation:ForgotPassword_heartbeat__s--Kn 3s linear infinite}.ForgotPassword_miniStats__-8Lkg{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.ForgotPassword_miniStats__-8Lkg div{background:#e1f0c48c;border-radius:18px;padding:12px}.ForgotPassword_miniStats__-8Lkg strong{color:#00543e;display:block;font-size:20px;font-weight:900}.ForgotPassword_miniStats__-8Lkg span{color:#68756f;font-size:13px;font-weight:700}.ForgotPassword_copyright__29VCH{color:#18221d7a;font-size:14px}.ForgotPassword_authRight__WU\+fM{align-items:center;background:#ffffffdb;display:flex;justify-content:center;padding:54px 50px}.ForgotPassword_formBox__q-ELn{width:min(430px,100%)}.ForgotPassword_formHeader__sp4Ka{margin-bottom:34px}.ForgotPassword_formHeader__sp4Ka .ForgotPassword_smallTitle__jZsnO{color:#00543e;display:block;font-size:13px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.ForgotPassword_formHeader__sp4Ka h1{color:#18221d;font-size:30px;font-weight:900;margin:0 0 10px}.ForgotPassword_formHeader__sp4Ka p{color:#68756f;font-size:16px;line-height:1.6;margin:0}.ForgotPassword_noticeBox__ST4fF{background:#e1f0c499;border-radius:16px;color:#405047;font-size:15px;line-height:1.5;margin-bottom:24px;padding:14px 16px}.ForgotPassword_noticeBox__ST4fF strong{color:#00543e;font-weight:900}.ForgotPassword_formGroup__Ed5kV{margin-bottom:22px}.ForgotPassword_formGroup__Ed5kV label{color:#18221d;display:block;font-size:16px;font-weight:800;margin-bottom:10px}.ForgotPassword_inputWrap__0qM4s{align-items:center;background:#edf2ec;border:1px solid #0000;border-radius:17px;display:flex;gap:13px;height:58px;padding:0 18px;transition:.25s ease}.ForgotPassword_inputWrap__0qM4s svg{color:#728079;flex-shrink:0;font-size:18px}.ForgotPassword_inputWrap__0qM4s input{background:#0000;border:none;color:#18221d;flex:1 1;font-size:16px;height:100%;outline:none}.ForgotPassword_inputWrap__0qM4s input::placeholder{color:#7d8983}.ForgotPassword_inputWrap__0qM4s:focus-within{background:#fff;border-color:#bfd9aa;box-shadow:0 0 0 5px #e1f0c4b8;transform:translateY(-1px)}.ForgotPassword_eyeBtn__2j4De{background:#0000;border:none;color:#6f7b75;cursor:pointer;display:flex;outline:none;padding:5px}.ForgotPassword_submitBtn__vHf5t{align-items:center;background:#00543e;border:none;border-radius:17px;box-shadow:0 16px 32px #00543e3d;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:900;gap:14px;height:60px;justify-content:center;transition:.25s ease;width:100%}.ForgotPassword_submitBtn__vHf5t:hover{background:#003f2f;transform:translateY(-2px)}.ForgotPassword_submitBtn__vHf5t:disabled{cursor:not-allowed;opacity:.7;transform:none}.ForgotPassword_authFooter__gecoW{margin-top:32px;text-align:center}.ForgotPassword_authFooter__gecoW .ForgotPassword_backBtn__pPWzJ,.ForgotPassword_authFooter__gecoW a{align-items:center;background:#0000;border:none;color:#00543e;cursor:pointer;display:inline-flex;font-size:16px;font-weight:900;gap:9px;justify-content:center;outline:none;text-decoration:none}.ForgotPassword_authFooter__gecoW .ForgotPassword_backBtn__pPWzJ:hover,.ForgotPassword_authFooter__gecoW a:hover{text-decoration:underline}.ForgotPassword_supportBtn__tx94y{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffc2;border:none;border-radius:999px;bottom:24px;box-shadow:0 12px 34px #122a1e1a;color:#3b4640;cursor:pointer;display:flex;font-size:15px;font-weight:800;gap:9px;padding:13px 20px;position:fixed;right:30px;z-index:5}.ForgotPassword_supportBtn__tx94y:hover{background:#e1f0c4;color:#00543e}@keyframes ForgotPassword_pageFloat__6u4r5{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}@keyframes ForgotPassword_bubble__MKhVo{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:1}to{opacity:0;transform:translateY(-430px) scale(1.45)}}@keyframes ForgotPassword_spin__loqYW{to{transform:rotate(1turn)}}@keyframes ForgotPassword_counterSpin__8YZiE{to{transform:rotate(-1turn)}}@keyframes ForgotPassword_pulse__ncPQB{0%,to{box-shadow:0 0 0 16px #00543e12}50%{box-shadow:0 0 0 28px #00543e08}}@keyframes ForgotPassword_floatCard__3Vgof{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes ForgotPassword_heartbeat__s--Kn{to{stroke-dashoffset:0}}@media(max-width:992px){.ForgotPassword_authPage__A7NL4{padding:24px}.ForgotPassword_authCard__\+5ysN{grid-template-columns:1fr;min-height:auto}.ForgotPassword_authLeft__hu7L1{display:none}.ForgotPassword_authRight__WU\+fM{padding:44px 26px}}@media(max-width:576px){.ForgotPassword_authPage__A7NL4{padding:14px}.ForgotPassword_authCard__\+5ysN{border-radius:22px}.ForgotPassword_formHeader__sp4Ka h1{font-size:26px}.ForgotPassword_formHeader__sp4Ka p{font-size:15px}.ForgotPassword_supportBtn__tx94y{display:none}}.ForgotPassword_brand__B6grB{align-items:center;display:flex;gap:16px}.ForgotPassword_brandLogo__moUf3{align-items:center;background:#fff;border:1px solid #e1f0c4b3;border-radius:18px;box-shadow:0 10px 30px #00543e1f,inset 0 1px 0 #ffffffe6;display:flex;height:58px;justify-content:center;overflow:hidden;width:58px}.ForgotPassword_brandLogo__moUf3 img{height:82%;object-fit:contain;width:82%}.ForgotPassword_brandContent__PmE7G{display:flex;flex-direction:column;justify-content:center}.ForgotPassword_brandContent__PmE7G h2{color:#0d3b2e;font-size:34px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.ForgotPassword_brandContent__PmE7G span{color:#6c7a73;font-size:13px;font-weight:600;letter-spacing:1px;margin-top:6px;text-transform:uppercase}.About_wrapper__FI\+dg{background:radial-gradient(circle at top left,#e1f0c48c,#0000 30%),linear-gradient(180deg,#fbfff7,#f8fbf6);overflow:hidden;width:100%}.About_sectionHeading__kfjqy{margin-bottom:45px;position:relative;text-align:center;z-index:2}.About_sectionHeading__kfjqy h2{color:#12321f;font-size:38px;font-weight:900;letter-spacing:-1px;margin-bottom:12px}.About_sectionHeading__kfjqy span{background:linear-gradient(90deg,#7cc652,#2f7d32);border-radius:999px;display:inline-block;height:5px;width:90px}.About_sectionHeading__kfjqy small{color:#667085;display:block;font-size:14px;margin-top:12px}.About_miniLabel__yDf1E{color:#7cc652;font-size:11px;font-weight:900;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.About_hero__vjlH9{align-items:center;background:radial-gradient(circle at top left,#ffffffa6,#0000 30%),linear-gradient(180deg,#e1f0c4,#eef6dc 35%,#f9fbf5);display:flex;justify-content:center;min-height:540px;overflow:hidden;padding:120px 20px 80px;position:relative}.About_hero__vjlH9:before{background:#e1f0c457;border-radius:50%;content:"";filter:blur(75px);height:420px;position:absolute;right:-120px;top:-180px;width:420px;z-index:0}.About_heroOverlay__S6INT{background:radial-gradient(circle at 20% 20%,#ffffff73 0,#0000 18%),radial-gradient(circle at 80% 18%,#ffffff73 0,#0000 16%),radial-gradient(circle at 50% 55%,#9bbe631a 0,#0000 28%);inset:0;pointer-events:none;position:absolute}.About_heroContent__QB76t{max-width:980px;position:relative;text-align:center;width:100%;z-index:2}.About_heroContent__QB76t h1{color:#12321f;font-size:58px;font-weight:950;letter-spacing:-1.3px;line-height:1.08;margin:0 auto 18px;max-width:760px}.About_heroContent__QB76t p{color:#475467;font-size:17px;line-height:1.85;margin:0 auto;max-width:760px}.About_heroPeople__gS2Z2{align-items:flex-end;animation:About_floatItem__\+kpyY 5s ease-in-out infinite;display:flex;gap:18px;height:180px;justify-content:center;margin:0 auto 26px;position:relative;width:230px}.About_person__tWHEg{border-radius:30px 30px 18px 18px;box-shadow:0 14px 35px #0f25441a;position:relative}.About_person__tWHEg:before{background:#d8b28b;border-radius:50%;box-shadow:0 8px 18px #0f254414;content:"";height:36px;left:50%;position:absolute;top:-34px;transform:translateX(-50%);width:36px}.About_person1__O0ac3{background:#e8dcc9;height:110px;width:52px}.About_person2__VAZkt{background:#dcebb4;height:135px;width:58px}.About_person3__ogWk4{background:#f0cfc6;height:118px;width:52px}.About_heroTextBg__bYMml{color:#7aaa602e;font-size:120px;font-weight:950;letter-spacing:8px;line-height:1;margin-top:38px;-webkit-user-select:none;user-select:none}.About_story__tns7E{grid-gap:50px;align-items:center;display:grid;gap:50px;grid-template-columns:1.05fr 1fr;margin:90px auto;position:relative;width:min(1200px,92%)}.About_storyImage__Pm1f4{align-items:center;display:flex;justify-content:center;width:100%}.About_groupImage__k9Ho-{animation:About_floatItem__\+kpyY 5s ease-in-out infinite;border-radius:30px;box-shadow:0 24px 60px #0f254429;display:block;height:420px;max-width:560px;object-fit:cover;transition:transform .45s ease,filter .45s ease;width:100%}.About_groupImage__k9Ho-:hover{filter:brightness(1.03);transform:scale(1.04)}.About_teamMockup__C09b\+{background:linear-gradient(135deg,#2e9ba1,#245d66);border-radius:24px;box-shadow:0 18px 35px #0000001f;min-height:470px;overflow:hidden;padding:28px;position:relative;width:100%}.About_teamTop__NEP5-{align-items:flex-end;display:flex;gap:26px;justify-content:center;margin-top:18px}.About_teamPerson__orcuU{align-items:center;display:flex;flex-direction:column}.About_avatar__D76zi{background:#f3c9ad;border:3px solid #ffffff59;border-radius:50%;height:62px;margin-bottom:10px;width:62px}.About_body__LXqvB{background:#d8e7ef;border-radius:16px 16px 8px 8px;height:175px;width:86px}.About_teamBoardLarge__Xvz3i{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#e1ebeebf;border-radius:10px;color:#fff;font-size:42px;font-weight:900;line-height:1;margin-top:40px;padding:18px 20px;width:72%}.About_teamBoardSmall__Rg8Ui{background:#e1ebee40;border-radius:10px;color:#dbeafe;display:inline-block;font-size:28px;font-weight:700;margin-left:14px;margin-top:18px;padding:12px 18px}.About_storyContent__DdvTe .About_subTitle__w\+5qf{color:#2f7d32;display:inline-block;font-size:12px;font-weight:900;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.About_storyContent__DdvTe h2{color:#12321f;font-size:44px;font-weight:950;letter-spacing:-.8px;line-height:1.15;margin-bottom:22px}.About_storyContent__DdvTe p{color:#475467;font-size:16px;line-height:1.9;margin-bottom:15px}.About_values__B6dIC{background:radial-gradient(circle at bottom left,#e1f0c466,#0000 34%),linear-gradient(180deg,#fbfff7,#f4f9ef);overflow:hidden;padding:90px 20px;position:relative}.About_values__B6dIC:before{background:#e1f0c440;border-radius:50%;bottom:-180px;content:"";filter:blur(70px);height:420px;left:-120px;position:absolute;width:420px;z-index:0}.About_valuesGrid__kXccz{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin:0 auto;position:relative;width:min(1200px,92%);z-index:2}.About_valueCard__90Az3{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #7cc6521f;border-radius:22px;box-shadow:0 14px 34px #0f172a0f;padding:36px 28px;text-align:center;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.About_valueCard__90Az3:hover{border-color:#7cc6524d;box-shadow:0 24px 50px #0f172a1c;transform:translateY(-8px)}.About_valueCard__90Az3 h3{color:#12321f;font-size:22px;font-weight:900;margin-bottom:14px}.About_valueCard__90Az3 p{color:#667085;font-size:15px;line-height:1.8}.About_valueIcon__QBcoy{align-items:center;background:linear-gradient(135deg,#e1f0c4,#c9e8af);border-radius:18px;box-shadow:0 12px 24px #2f7d3229;color:#2f7d32;display:flex;font-size:24px;height:62px;justify-content:center;margin:0 auto 18px;width:62px}.About_timeline__idJ2-{background:#fff;padding:95px 20px}.About_timelineWrap__dVWDP{margin:0 auto;padding:20px 0;position:relative;width:min(1000px,92%)}.About_timelineLine__\+Fu82{background:linear-gradient(180deg,#e1f0c4,#7cc652);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.About_timelineItem__k0K99{box-sizing:border-box;padding:20px 40px;position:relative;width:50%}.About_timelineItem__k0K99.About_left__Mz0BD{left:0;text-align:right}.About_timelineItem__k0K99.About_right__jSt73{left:50%;text-align:left}.About_timelineDot__BFJ-h{background:#7cc652;border-radius:50%;box-shadow:0 0 0 7px #e1f0c4bf;height:14px;position:absolute;top:36px;width:14px}.About_timelineItem__k0K99.About_left__Mz0BD .About_timelineDot__BFJ-h{right:-7px}.About_timelineItem__k0K99.About_right__jSt73 .About_timelineDot__BFJ-h{left:-7px}.About_timelineContent__wZ8MQ{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #e1f0c499;border-radius:20px;box-shadow:0 12px 28px #0f172a0d;padding:22px}.About_timelineContent__wZ8MQ h3{color:#2f7d32;font-size:32px;font-weight:950;margin-bottom:6px}.About_timelineContent__wZ8MQ h4{color:#12321f;font-size:22px;font-weight:900;margin-bottom:8px}.About_timelineContent__wZ8MQ p{color:#667085;font-size:15px;line-height:1.8}.About_leaders__G\+ri8{background:radial-gradient(circle at top center,#e1f0c47a,#0000 34%),linear-gradient(180deg,#fbfff7,#f4f9ef);overflow:hidden;padding:90px 20px 100px;position:relative}.About_leaders__G\+ri8:before{background:#e1f0c440;border-radius:50%;content:"";filter:blur(70px);height:420px;left:50%;position:absolute;top:-120px;transform:translateX(-50%);width:420px;z-index:0}.About_leaderGrid__O4s\+1{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr);margin:36px auto 0;position:relative;width:min(1200px,92%);z-index:2}.About_leaderCard__k9eAO{animation:About_floatItem__\+kpyY 5s ease-in-out infinite;background:#fffffff0;border:1px solid #7cc6521f;border-radius:24px;box-shadow:0 16px 36px #0f172a12;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.About_leaderCard__k9eAO:hover{border-color:#7cc6524d;box-shadow:0 24px 54px #0f172a21;transform:translateY(-8px)}.About_leaderCard__k9eAO:hover .About_leaderImage__hKT2J{filter:brightness(1.03);transform:scale(1.04)}.About_leaderVisual__eNGtn{align-items:center;display:flex;height:280px;justify-content:center;overflow:hidden;position:relative}.About_leaderImage__hKT2J{border-radius:inherit;display:block;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease;width:100%}.About_leaderInfo__GI2Oz{padding:20px 20px 24px}.About_leaderInfo__GI2Oz h3{color:#12321f;font-size:18px;font-weight:900;margin-bottom:6px}.About_leaderInfo__GI2Oz span{color:#2f7d32;font-size:14px;font-weight:700}.About_textIcon__6iFnJ{color:#fffffff2;font-size:74px;font-weight:950;letter-spacing:2px}.About_faIcon__p3CPc{color:#fffffff0;font-size:58px}.About_ceo__khTU0 .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#29a7b5,#1e7f8b)}.About_ceo__khTU0 .About_leaderVisual__eNGtn:before{background:#ffffff24;border-radius:50%;content:"";height:120px;position:absolute;right:18px;top:22px;width:120px}.About_doctor__hWvTZ .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#255d67,#1a4b53)}.About_cto__RT\+Tc .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#67b78d,#4f9c74)}.About_cto__RT\+Tc .About_leaderVisual__eNGtn:before{background:#ffffff14;border-radius:24px;content:"";height:130px;position:absolute;transform:rotate(18deg);width:130px}.About_support__f7u2K .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#dfe7ea,#cfd9dd)}.About_support__f7u2K .About_leaderVisual__eNGtn .About_faIcon__p3CPc{color:#7f96a0}.About_marketing__fa5yn .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#97b96b,#718f49)}.About_operation__9j31T .About_leaderVisual__eNGtn{background:linear-gradient(135deg,#88a7a2,#5f807a)}@keyframes About_floatItem__\+kpyY{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media(max-width:1100px){.About_heroContent__QB76t h1{font-size:48px}.About_story__tns7E,.About_valuesGrid__kXccz{grid-template-columns:1fr}.About_leaderGrid__O4s\+1{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.About_hero__vjlH9{border-radius:0 0 28px 28px;min-height:470px;padding:110px 16px 70px}.About_heroContent__QB76t h1{font-size:36px;line-height:1.15}.About_heroContent__QB76t p{font-size:15px}.About_heroTextBg__bYMml{font-size:58px;letter-spacing:3px}.About_sectionHeading__kfjqy{margin-bottom:34px}.About_sectionHeading__kfjqy h2{font-size:30px}.About_story__tns7E{gap:30px;margin:60px auto}.About_groupImage__k9Ho-{border-radius:22px;height:300px}.About_teamMockup__C09b\+{min-height:360px}.About_body__LXqvB{height:120px;width:65px}.About_avatar__D76zi{height:50px;width:50px}.About_teamBoardLarge__Xvz3i{font-size:26px;width:85%}.About_teamBoardSmall__Rg8Ui{font-size:18px}.About_storyContent__DdvTe h2{font-size:32px}.About_timelineLine__\+Fu82{left:14px;transform:none}.About_timelineItem__k0K99{left:0!important;padding:16px 0 16px 42px;text-align:left!important;width:100%}.About_timelineItem__k0K99.About_left__Mz0BD .About_timelineDot__BFJ-h,.About_timelineItem__k0K99.About_right__jSt73 .About_timelineDot__BFJ-h{left:8px;right:auto}.About_timelineContent__wZ8MQ{padding:18px}.About_timelineContent__wZ8MQ h3{font-size:26px}.About_timelineContent__wZ8MQ h4{font-size:20px}.About_leaderGrid__O4s\+1{grid-template-columns:1fr}.About_leaderCard__k9eAO,.About_valueCard__90Az3{border-radius:20px}}.Blog_wrapper__NpXWZ{background:radial-gradient(circle at top left,#e1f0c499,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef);min-height:100vh;overflow-x:hidden;padding:120px 24px 0}.Blog_categorySection__E4Mkm,.Blog_hero__Hi\+IK,.Blog_postsSection__zk2ii,.Blog_topSection__p4GPY{margin-left:auto;margin-right:auto;width:min(1400px,100%)}.Blog_hero__Hi\+IK{grid-gap:32px;align-items:center;background:radial-gradient(circle at top right,#ffffffbf,#0000 34%),linear-gradient(135deg,#effbdd,#d8efc8 48%,#9edfd7);border-radius:30px;box-shadow:0 24px 60px #0f254414;display:grid;gap:32px;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);padding:46px}.Blog_heroContent__DIa\+0{min-width:0}.Blog_heroContent__DIa\+0 h1{color:#12321f;font-size:clamp(34px,4vw,54px);font-weight:950;letter-spacing:-1px;line-height:1.08;margin:16px 0;max-width:650px}.Blog_heroContent__DIa\+0 p{color:#475467;font-size:clamp(15px,1.4vw,18px);line-height:1.75;max-width:600px}.Blog_heroTag__cmpGY{background:#ffffffc7;border-radius:999px;color:#2f7d32;display:inline-flex;font-size:12px;font-weight:900;letter-spacing:.7px;padding:8px 15px;text-transform:uppercase}.Blog_heroBtn__ZwqRU{background:linear-gradient(135deg,#7cc652,#2f7d32);border:none;border-radius:16px;box-shadow:0 14px 28px #2f7d3238;color:#fff;cursor:pointer;font-size:15px;font-weight:900;margin-top:28px;padding:14px 24px;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease}.Blog_heroBtn__ZwqRU:hover{box-shadow:0 20px 40px #2f7d3247;opacity:.96;transform:translateY(-3px)}.Blog_heroImage__aZggL{min-width:0}.Blog_heroImage__aZggL img{border-radius:26px;box-shadow:0 18px 42px #0f254424;display:block;height:clamp(280px,30vw,420px);object-fit:cover;width:100%}.Blog_topSection__p4GPY{grid-gap:26px;align-items:start;display:grid;gap:26px;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);margin-top:30px}.Blog_featuredBox__d9Cw4{background:#fffffff0;border:1px solid #7cc65224;border-radius:24px;box-shadow:0 16px 40px #10182812;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-width:0;overflow:hidden}.Blog_featuredThumb__7x0EW{min-width:0}.Blog_featuredThumb__7x0EW img{display:block;height:100%;min-height:350px;object-fit:cover;width:100%}.Blog_featuredContent__E2VEV{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:30px}.Blog_featuredContent__E2VEV h2{color:#12321f;font-size:clamp(26px,2.6vw,36px);font-weight:950;line-height:1.25;margin:14px 0;overflow-wrap:anywhere}.Blog_featuredContent__E2VEV p{color:#667085;font-size:16px;line-height:1.8;overflow-wrap:anywhere}.Blog_featuredLabel__K\+fyn{color:#2f7d32;font-size:13px;font-weight:900;letter-spacing:.5px}.Blog_featuredMeta__m5bp0{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:22px}.Blog_author__EOAEu{align-items:center;display:flex;gap:10px;min-width:0}.Blog_author__EOAEu span{color:#344054;font-size:14px;font-weight:700;overflow-wrap:anywhere}.Blog_avatar__ZzPrQ{align-items:center;background:#e1f0c4d9;border-radius:50%;color:#2f7d32;display:flex;flex-shrink:0;font-weight:900;height:40px;justify-content:center;width:40px}.Blog_detailLink__Mv33v{color:#2f7d32;font-weight:900;text-decoration:none;white-space:nowrap}.Blog_detailLink__Mv33v:hover{text-decoration:underline}.Blog_sidebar__UR-k8{display:flex;flex-direction:column;gap:18px;min-width:0}.Blog_mostViewedBox__BwTFQ,.Blog_newsletterBox__aHg5I,.Blog_searchBox__dzm0X,.Blog_tagBox__6VGkf{background:#fffffff0;border:1px solid #7cc65224;border-radius:22px;box-shadow:0 14px 34px #1018280f;min-width:0;padding:22px}.Blog_mostViewedBox__BwTFQ h3,.Blog_newsletterBox__aHg5I h3,.Blog_searchBox__dzm0X h3,.Blog_tagBox__6VGkf h3{color:#12321f;font-size:20px;font-weight:900;margin:0 0 14px}.Blog_newsletterBox__aHg5I input,.Blog_searchBox__dzm0X input{background:#f8fafc;border:1px solid #7cc6522e;border-radius:14px;box-sizing:border-box;font-size:14px;height:48px;outline:none;padding:0 16px;width:100%}.Blog_newsletterBox__aHg5I input:focus,.Blog_searchBox__dzm0X input:focus{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.Blog_mostViewedList__XuXl\+{display:flex;flex-direction:column;gap:14px}.Blog_miniPost__fDzIN{color:inherit;display:flex;gap:12px;min-width:0;text-decoration:none}.Blog_miniPost__fDzIN img{border-radius:14px;flex-shrink:0;height:64px;object-fit:cover;width:84px}.Blog_miniPost__fDzIN div{min-width:0}.Blog_miniPost__fDzIN h4{color:#12321f;font-size:14px;font-weight:900;line-height:1.45;margin:0 0 4px;overflow-wrap:anywhere}.Blog_miniPost__fDzIN span{color:#667085;font-size:12px}.Blog_newsletterBox__aHg5I{background:radial-gradient(circle at top right,#e1f0c42e,#0000 34%),linear-gradient(135deg,#0f513f,#12321f);color:#fff}.Blog_newsletterBox__aHg5I h3,.Blog_newsletterBox__aHg5I p{color:#fff}.Blog_newsletterBox__aHg5I p{font-size:14px;line-height:1.7;opacity:.92}.Blog_newsletterBox__aHg5I input{background:#ffffff1f;border-color:#fff3;color:#fff;margin-top:12px}.Blog_newsletterBox__aHg5I input::placeholder{color:#ffffffbf}.Blog_newsletterBox__aHg5I button{background:#fff;border:none;border-radius:14px;color:#2f7d32;cursor:pointer;font-weight:900;height:46px;margin-top:12px;width:100%}.Blog_tags__4WVMG{display:flex;flex-wrap:wrap;gap:10px}.Blog_tags__4WVMG span{background:#e1f0c48c;border-radius:999px;color:#2f7d32;font-size:13px;font-weight:800;padding:8px 13px}.Blog_categorySection__E4Mkm{margin-top:28px}.Blog_categoryList__IbMsJ{display:flex;flex-wrap:wrap;gap:12px}.Blog_categoryBtn__\+X95o{background:#ffffffd9;border:1px solid #7cc6522e;border-radius:999px;color:#344054;cursor:pointer;font-size:14px;font-weight:800;padding:10px 18px;transition:transform .25s ease,background .25s ease,color .25s ease}.Blog_categoryBtn__\+X95o:hover{background:#e1f0c480;color:#2f7d32;transform:translateY(-2px)}.Blog_categoryBtn__\+X95o.Blog_active__21ZOr{background:linear-gradient(135deg,#7cc652,#2f7d32);border-color:#0000;box-shadow:0 12px 24px #2f7d322e;color:#fff}.Blog_postsSection__zk2ii{margin-top:30px;padding-bottom:80px}.Blog_postsGrid__izGWu{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,minmax(0,1fr))}.Blog_postCard__vsD9X{background:#fffffff0;border:1px solid #7cc65224;border-radius:24px;box-shadow:0 14px 34px #1018280f;min-width:0;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease}.Blog_postCard__vsD9X:hover{box-shadow:0 24px 54px #1018281f;transform:translateY(-7px)}.Blog_thumb__iYg7W{display:block;overflow:hidden;position:relative}.Blog_thumb__iYg7W img{display:block;height:240px;object-fit:cover;transition:transform .45s ease;width:100%}.Blog_thumb__iYg7W:hover img{transform:scale(1.06)}.Blog_badge__vJDNn{background:#e1f0c4eb;border-radius:999px;color:#2f7d32;font-size:12px;font-weight:900;left:16px;padding:7px 12px;position:absolute;top:16px}.Blog_cardBody__cv6n1{padding:22px}.Blog_title__tyjyU{color:#12321f;display:block;font-size:clamp(20px,1.7vw,24px);font-weight:950;line-height:1.35;margin-bottom:12px;overflow-wrap:anywhere;text-decoration:none}.Blog_title__tyjyU:hover{color:#2f7d32}.Blog_excerpt__vdO\+e{color:#667085;font-size:15px;line-height:1.75;margin-bottom:18px;min-height:76px;overflow-wrap:anywhere}.Blog_cardMeta__UEcOe{color:#98a2b3;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;justify-content:space-between}.Blog_loadMoreWrap__nrHQW{margin-top:34px;text-align:center}.Blog_loadMoreBtn__Pxjyg{background:#fff;border:1px solid #7cc6522e;border-radius:14px;color:#12321f;cursor:pointer;font-weight:900;height:48px;min-width:180px;transition:transform .25s ease,color .25s ease,border-color .25s ease}.Blog_loadMoreBtn__Pxjyg:hover{border-color:#7cc652;color:#2f7d32;transform:translateY(-2px)}.Blog_empty__fENx2,.Blog_loading__M3V8f{background:#fff;border-radius:22px;color:#667085;font-size:16px;padding:40px 20px;text-align:center}@media(max-width:1200px){.Blog_hero__Hi\+IK,.Blog_topSection__p4GPY{grid-template-columns:1fr}.Blog_postsGrid__izGWu{grid-template-columns:repeat(2,minmax(0,1fr))}.Blog_featuredBox__d9Cw4{grid-template-columns:1fr}.Blog_featuredThumb__7x0EW img{height:360px;min-height:0;min-height:auto}}@media(max-width:768px){.Blog_wrapper__NpXWZ{padding:96px 16px 0}.Blog_hero__Hi\+IK{border-radius:22px;gap:20px;padding:26px 18px}.Blog_heroBtn__ZwqRU{width:100%}.Blog_heroImage__aZggL img{border-radius:18px;height:260px}.Blog_topSection__p4GPY{margin-top:22px}.Blog_featuredContent__E2VEV{padding:22px}.Blog_featuredThumb__7x0EW img{height:260px}.Blog_featuredMeta__m5bp0{align-items:flex-start;flex-direction:column}.Blog_mostViewedBox__BwTFQ,.Blog_newsletterBox__aHg5I,.Blog_searchBox__dzm0X,.Blog_tagBox__6VGkf{border-radius:18px;padding:18px}.Blog_postsGrid__izGWu{gap:18px;grid-template-columns:1fr}.Blog_thumb__iYg7W img{height:220px}.Blog_cardBody__cv6n1{padding:18px}}@media(max-width:480px){.Blog_wrapper__NpXWZ{padding:90px 10px 0}.Blog_hero__Hi\+IK{padding:22px 16px}.Blog_heroImage__aZggL img{height:220px}.Blog_categoryBtn__\+X95o{font-size:13px;padding:9px 14px}.Blog_miniPost__fDzIN img{height:58px;width:74px}.Blog_thumb__iYg7W img{height:200px}}.DetailBlog_wrapper__CZIlB{background:#f7f8f4;min-height:100vh;padding-top:86px}.DetailBlog_container__YiK7G{margin:0 auto;max-width:980px;padding:0 20px 60px}.DetailBlog_topTicker__WDaPK{align-items:center;background:#eef3df;border-radius:0 0 10px 10px;color:#68822c;display:flex;font-size:12px;gap:8px;height:34px;justify-content:center;margin-bottom:26px}.DetailBlog_tickerLabel__LWMg-{font-weight:700;text-transform:uppercase}.DetailBlog_tickerText__lmyjE{color:#53622e}.DetailBlog_breadcrumb__yxVMJ{align-items:center;color:#98a2b3;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin-bottom:22px}.DetailBlog_breadcrumb__yxVMJ a{color:#98a2b3;text-decoration:none}.DetailBlog_breadcrumb__yxVMJ a:hover{color:#5f7d1d}.DetailBlog_categoryWrap__Fca8G{margin-bottom:14px}.DetailBlog_categoryBadge__DRgZA{align-items:center;background:#e7f0d0;border-radius:999px;color:#5a7720;display:inline-flex;font-size:12px;font-weight:700;padding:7px 12px;text-transform:uppercase}.DetailBlog_title__zWF1J{color:#111827;font-size:58px;font-weight:800;letter-spacing:-1px;line-height:1.08;margin:0 0 24px;max-width:820px}.DetailBlog_metaRow__Bf7oT{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:30px}.DetailBlog_authorInfo__Ncyx-{align-items:center;display:flex;gap:12px}.DetailBlog_authorAvatar__HEjEf{align-items:center;background:linear-gradient(135deg,#dce9bf,#b8cf7f);border-radius:50%;color:#4f6b1d;display:flex;flex-shrink:0;font-size:18px;font-weight:800;height:48px;justify-content:center;width:48px}.DetailBlog_authorText__5FgiW{display:flex;flex-direction:column;gap:4px}.DetailBlog_authorText__5FgiW strong{color:#1f2937;font-size:15px}.DetailBlog_authorText__5FgiW span{color:#98a2b3;font-size:13px}.DetailBlog_shareButtons__6iyrw{align-items:center;display:flex;gap:10px}.DetailBlog_shareButtons__6iyrw button{background:#1f6fff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;height:36px;min-width:92px;transition:.2s}.DetailBlog_shareButtons__6iyrw button:hover{opacity:.9}.DetailBlog_cover__MhXcZ{margin-bottom:28px}.DetailBlog_cover__MhXcZ img{border-radius:16px;box-shadow:0 10px 30px #10182814;display:block;height:520px;object-fit:cover;width:100%}.DetailBlog_coverCaption__ZwAbQ{color:#98a2b3;font-size:13px;font-style:italic;margin-top:10px;text-align:center}.DetailBlog_intro__hqJz1{margin-bottom:26px}.DetailBlog_intro__hqJz1 p{color:#4b5563;font-size:19px;line-height:1.85;margin:0}.DetailBlog_content__Flzf-{color:#1f2937}.DetailBlog_content__Flzf- h2{color:#111827;font-size:34px;font-weight:800;line-height:1.3;margin:34px 0 14px}.DetailBlog_content__Flzf- p{color:#374151;font-size:17px;line-height:1.9;margin-bottom:18px}.DetailBlog_content__Flzf- ul{margin:0 0 24px;padding-left:24px}.DetailBlog_content__Flzf- ul li{color:#374151;font-size:17px;line-height:1.85;margin-bottom:12px}.DetailBlog_expertBox__eMizC{background:#edf5df;border-left:4px solid #5f7d1d;border-radius:10px;margin:26px 0 34px;padding:18px 18px 16px}.DetailBlog_expertBox__eMizC p{color:#475467;font-size:15px;font-style:italic;line-height:1.8;margin:0}.DetailBlog_expertTitle__eZKiW{color:#55721f;font-size:13px;font-weight:800;margin-bottom:8px}.DetailBlog_productBox__Jyqwa{grid-gap:22px;background:#fff;border:1px solid #edf0e8;border-radius:16px;box-shadow:0 6px 20px #1018280d;display:grid;gap:22px;grid-template-columns:170px 1fr;margin:28px 0 34px;padding:20px}.DetailBlog_productImage__WAs8F img{border-radius:10px;display:block;height:170px;object-fit:cover;width:100%}.DetailBlog_productContent__Xn4yo{display:flex;flex-direction:column;justify-content:center}.DetailBlog_productContent__Xn4yo h3{color:#111827;font-size:28px;font-weight:800;line-height:1.3;margin:6px 0 10px}.DetailBlog_productContent__Xn4yo p{color:#667085;font-size:15px;line-height:1.75;margin-bottom:14px}.DetailBlog_productLabel__bZQyd{color:#98a2b3;font-size:12px;font-weight:700;letter-spacing:.3px}.DetailBlog_productBottom__s-xkS{align-items:center;display:flex;gap:16px}.DetailBlog_productBottom__s-xkS strong{color:#24470b;font-size:28px;font-weight:800}.DetailBlog_productBottom__s-xkS button{background:#295f16;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:700;height:42px;min-width:124px;transition:.2s}.DetailBlog_productBottom__s-xkS button:hover{background:#224f12}.DetailBlog_tags__-Upja{display:flex;flex-wrap:wrap;gap:10px;margin:34px 0 28px}.DetailBlog_tags__-Upja span{background:#f1f3f7;border-radius:999px;color:#667085;font-size:13px;font-weight:500;padding:8px 14px}.DetailBlog_authorCard__fcowv{align-items:center;background:#fff4ea;border-radius:14px;display:flex;gap:18px;margin-bottom:38px;padding:20px}.DetailBlog_authorCardAvatar__EzfLb{align-items:center;background:linear-gradient(135deg,#ffd39a,#f2a45f);border-radius:50%;color:#6b3a11;display:flex;flex-shrink:0;font-size:28px;font-weight:800;height:74px;justify-content:center;width:74px}.DetailBlog_authorCardInfo__myOZu h3{color:#111827;font-size:20px;margin:0 0 8px}.DetailBlog_authorCardInfo__myOZu p{color:#667085;font-size:14px;line-height:1.8;margin:0}.DetailBlog_commentSection__16jFe{margin-bottom:40px}.DetailBlog_commentSection__16jFe h2{align-items:center;color:#111827;display:flex;font-size:30px;gap:10px;margin:0 0 18px}.DetailBlog_commentSection__16jFe h2 span{align-items:center;background:#eef2ff;border-radius:999px;color:#3551a4;display:inline-flex;font-size:13px;height:24px;justify-content:center;min-width:28px}.DetailBlog_commentBox__L6exW{align-items:flex-start;display:flex;gap:14px}.DetailBlog_commentAvatar__rZDRV{align-items:center;background:#dfe9c4;border-radius:50%;color:#5f7d1d;display:flex;flex-shrink:0;font-size:24px;height:40px;justify-content:center;width:40px}.DetailBlog_commentInputWrap__nhqHJ{flex:1 1}.DetailBlog_commentInputWrap__nhqHJ textarea{background:#fff;border:1px solid #e4e7ec;border-radius:12px;font-family:inherit;font-size:14px;min-height:120px;outline:none;padding:16px;resize:none;width:100%}.DetailBlog_commentInputWrap__nhqHJ textarea:focus{border-color:#5f7d1d}.DetailBlog_commentInputWrap__nhqHJ button{background:#295f16;border:none;border-radius:8px;color:#fff;cursor:pointer;float:right;font-weight:700;height:40px;margin-top:12px;min-width:128px}.DetailBlog_relatedSection__UHvVR{background:#fff;padding:60px 20px 70px}.DetailBlog_relatedInner__Ng5Fl{margin:0 auto;max-width:1180px}.DetailBlog_relatedInner__Ng5Fl h2{color:#111827;font-size:34px;margin:0 0 34px;text-align:center}.DetailBlog_relatedGrid__8wM-y{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.DetailBlog_relatedCard__WDjlS{background:#fff;border-radius:16px;box-shadow:0 8px 24px #1018280f;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:.25s}.DetailBlog_relatedCard__WDjlS:hover{box-shadow:0 16px 36px #1018281a;transform:translateY(-6px)}.DetailBlog_relatedCard__WDjlS img{display:block;height:220px;object-fit:cover;width:100%}.DetailBlog_relatedContent__EU3aY{padding:18px 18px 22px}.DetailBlog_relatedContent__EU3aY span{color:#5f7d1d;display:inline-block;font-size:11px;font-weight:800;margin-bottom:8px;text-transform:uppercase}.DetailBlog_relatedContent__EU3aY h3{color:#111827;font-size:21px;font-weight:800;line-height:1.45;margin:0 0 10px}.DetailBlog_relatedContent__EU3aY p{color:#667085;font-size:14px;line-height:1.75;margin:0}.DetailBlog_loading__M8r3r{align-items:center;color:#667085;display:flex;font-size:18px;justify-content:center;min-height:50vh}@media(max-width:992px){.DetailBlog_title__zWF1J{font-size:44px}.DetailBlog_cover__MhXcZ img{height:400px}.DetailBlog_productBox__Jyqwa,.DetailBlog_relatedGrid__8wM-y{grid-template-columns:1fr}.DetailBlog_productImage__WAs8F img{height:240px}}@media(max-width:768px){.DetailBlog_wrapper__CZIlB{padding-top:78px}.DetailBlog_container__YiK7G{padding:0 16px 40px}.DetailBlog_topTicker__WDaPK{font-size:11px;padding:0 10px;text-align:center}.DetailBlog_title__zWF1J{font-size:34px;line-height:1.18}.DetailBlog_metaRow__Bf7oT{align-items:flex-start;flex-direction:column}.DetailBlog_shareButtons__6iyrw{width:100%}.DetailBlog_shareButtons__6iyrw button{flex:1 1}.DetailBlog_cover__MhXcZ img{border-radius:12px;height:250px}.DetailBlog_content__Flzf- p,.DetailBlog_content__Flzf- ul li,.DetailBlog_intro__hqJz1 p{font-size:15px}.DetailBlog_content__Flzf- h2{font-size:25px}.DetailBlog_productContent__Xn4yo h3{font-size:22px}.DetailBlog_authorCard__fcowv,.DetailBlog_productBottom__s-xkS{align-items:flex-start;flex-direction:column}.DetailBlog_commentBox__L6exW{flex-direction:column}.DetailBlog_commentInputWrap__nhqHJ button{float:none;width:100%}.DetailBlog_relatedInner__Ng5Fl h2{font-size:28px}.DetailBlog_relatedCard__WDjlS img{height:200px}.DetailBlog_relatedContent__EU3aY h3{font-size:18px}}.DetailBlog_contentTitle__0HNnH{color:#111827!important;font-size:28px!important;line-height:1.35!important;margin:0 0 8px!important}.DetailBlog_contentSubTitle__Rv9Dl{color:#1f2937!important;font-size:17px!important;margin:0 0 34px!important}.DetailBlog_contentBullet__O4EnR{margin:0 0 8px!important;padding-left:0}.DetailBlog_content__Flzf- p{margin:0 0 22px;text-align:left;white-space:pre-line}.DetailBlog_commentActions__QgkB-{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:12px}.DetailBlog_commentActions__QgkB- span{color:#98a2b3;font-size:13px}.DetailBlog_commentActions__QgkB- button{background:#295f16;border:none;border-radius:8px;color:#fff;cursor:pointer;float:none;font-weight:700;height:40px;margin-top:0;min-width:138px;transition:.2s ease}.DetailBlog_commentActions__QgkB- button:hover{background:#224f12}.DetailBlog_commentActions__QgkB- button:disabled{cursor:not-allowed;opacity:.6}.DetailBlog_commentList__E\+r64{display:flex;flex-direction:column;gap:16px;margin-top:28px}.DetailBlog_commentItem__pl1r2{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 6px 18px #1018280a;display:flex;gap:14px;padding:16px}.DetailBlog_commentUserAvatar__oaHv2{align-items:center;background:#e1f0c4;border-radius:50%;color:#295f16;display:flex;flex-shrink:0;font-weight:800;height:42px;justify-content:center;overflow:hidden;width:42px}.DetailBlog_commentUserAvatar__oaHv2 img{height:100%;object-fit:cover;width:100%}.DetailBlog_commentUserAvatar__oaHv2 span{font-size:16px}.DetailBlog_commentContent__hConi{flex:1 1;min-width:0}.DetailBlog_commentContent__hConi p{color:#374151;font-size:15px;line-height:1.65;margin:8px 0 0;white-space:pre-wrap;word-break:break-word}.DetailBlog_commentHeader__I1HuD{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.DetailBlog_commentHeader__I1HuD>div{display:flex;flex-direction:column;gap:3px}.DetailBlog_commentHeader__I1HuD strong{color:#111827;font-size:15px}.DetailBlog_commentHeader__I1HuD span{color:#98a2b3;font-size:13px}.DetailBlog_deleteCommentBtn__CcMRi{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:13px;font-weight:700;padding:0}.DetailBlog_deleteCommentBtn__CcMRi:hover{text-decoration:underline}.DetailBlog_emptyComment__kZ20g{color:#667085;font-size:15px;margin-top:20px}@media(max-width:768px){.DetailBlog_commentActions__QgkB-{align-items:stretch;flex-direction:column}.DetailBlog_commentActions__QgkB- span{text-align:right}.DetailBlog_commentActions__QgkB- button{width:100%}.DetailBlog_commentItem__pl1r2{padding:14px}.DetailBlog_commentHeader__I1HuD{flex-direction:column}}.DetailBlog_commentFooter__uvBXP,.DetailBlog_commentMoreActions__Pc-N2{align-items:center;display:flex;gap:10px}.DetailBlog_commentFooter__uvBXP{margin-top:12px}.DetailBlog_editCommentBtn__dhCJv,.DetailBlog_reactionBtn__JI7wF{background:#f3f4f6;border:none;border-radius:999px;color:#344054;cursor:pointer;font-size:13px;font-weight:700;padding:7px 12px;transition:.2s}.DetailBlog_editCommentBtn__dhCJv:hover,.DetailBlog_reactionBtn__JI7wF:hover{background:#e5e7eb}.DetailBlog_editCommentBox__bCLyg{margin-top:10px}.DetailBlog_editCommentBox__bCLyg textarea{border:1px solid #d0d5dd;border-radius:10px;font-family:inherit;font-size:14px;min-height:90px;outline:none;padding:12px;resize:none;width:100%}.DetailBlog_editCommentBox__bCLyg textarea:focus{border-color:#5f7d1d}.DetailBlog_editActions__73EtM{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:10px}.DetailBlog_editActions__73EtM span{color:#98a2b3;font-size:13px}.DetailBlog_editActions__73EtM>div{display:flex;gap:10px}.DetailBlog_editActions__73EtM button{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:9px 15px}.DetailBlog_editActions__73EtM button:first-child{background:#295f16;color:#fff}.DetailBlog_editActions__73EtM button:last-child{background:#f3f4f6;color:#344054}@media(max-width:768px){.DetailBlog_commentMoreActions__Pc-N2{justify-content:flex-start;width:100%}.DetailBlog_commentFooter__uvBXP{flex-wrap:wrap}.DetailBlog_editActions__73EtM{align-items:stretch;flex-direction:column}.DetailBlog_editActions__73EtM span{text-align:right}.DetailBlog_editActions__73EtM>div{width:100%}.DetailBlog_editActions__73EtM>div button{flex:1 1}}.DetailBlog_replyBox__EQmf6{margin-top:14px}.DetailBlog_replyBox__EQmf6 textarea{border:1px solid #d0d5dd;border-radius:10px;font-family:inherit;font-size:14px;min-height:90px;outline:none;padding:12px;resize:none;width:100%}.DetailBlog_replyBox__EQmf6 textarea:focus{border-color:#5f7d1d}.DetailBlog_replyActions__\+3i8P{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:10px}.DetailBlog_replyActions__\+3i8P span{color:#98a2b3;font-size:13px}.DetailBlog_replyActions__\+3i8P>div{display:flex;gap:10px}.DetailBlog_replyActions__\+3i8P button{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:9px 15px}.DetailBlog_replyActions__\+3i8P button:first-child{background:#295f16;color:#fff}.DetailBlog_replyActions__\+3i8P button:last-child{background:#f3f4f6;color:#344054}.DetailBlog_replyActions__\+3i8P button:disabled{cursor:not-allowed;opacity:.6}.DetailBlog_replyList__pwIYQ{display:flex;flex-direction:column;gap:14px;margin-top:18px}.DetailBlog_replyItem__MhiUD{border-left:2px solid #e5e7eb;display:flex;gap:12px;margin-left:20px;padding-left:18px}.DetailBlog_replyAvatar__sXD2i{align-items:center;background:#dfe9c4;border-radius:50%;color:#5f7d1d;display:flex;flex-shrink:0;font-weight:700;height:38px;justify-content:center;overflow:hidden;width:38px}.DetailBlog_replyAvatar__sXD2i img{height:100%;object-fit:cover;width:100%}.DetailBlog_replyContent__oxf\+I{flex:1 1;min-width:0}.DetailBlog_replyContent__oxf\+I p{color:#374151;line-height:1.65;margin:8px 0;word-break:break-word}.DetailBlog_replyHeader__ti6ml{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.DetailBlog_replyHeader__ti6ml>div{display:flex;flex-direction:column;gap:3px}.DetailBlog_replyHeader__ti6ml strong{color:#111827;font-size:14px}.DetailBlog_replyHeader__ti6ml span{color:#98a2b3;font-size:12px}@media(max-width:768px){.DetailBlog_replyItem__MhiUD{margin-left:8px;padding-left:12px}.DetailBlog_replyActions__\+3i8P{align-items:stretch;flex-direction:column}.DetailBlog_replyActions__\+3i8P span{text-align:right}.DetailBlog_replyActions__\+3i8P>div{width:100%}.DetailBlog_replyActions__\+3i8P>div button{flex:1 1}}.DetailBlog_wrapper__CZIlB{background:radial-gradient(circle at top left,#e1f0c48c,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef)}.DetailBlog_container__YiK7G{max-width:1040px}.DetailBlog_title__zWF1J{color:#12321f;font-weight:950}.DetailBlog_categoryBadge__DRgZA,.DetailBlog_tags__-Upja span{background:#e1f0c4bf;color:#2f7d32;font-weight:900}.DetailBlog_commentItem__pl1r2,.DetailBlog_cover__MhXcZ img,.DetailBlog_productBox__Jyqwa,.DetailBlog_relatedCard__WDjlS{border:1px solid #7cc65224;box-shadow:0 16px 40px #10182812}.DetailBlog_content__Flzf-{background:#ffffffdb;border:1px solid #7cc6521f;border-radius:24px;margin-top:28px;padding:34px}.DetailBlog_content__Flzf- h2,.DetailBlog_content__Flzf- h3{color:#12321f;font-weight:950}.DetailBlog_content__Flzf- li,.DetailBlog_content__Flzf- p{color:#475467}.DetailBlog_content__Flzf- img{border-radius:18px;margin:18px 0;max-width:100%}.DetailBlog_content__Flzf- blockquote{background:#e1f0c473;border-left:5px solid #7cc652;border-radius:16px;color:#475467;font-style:italic;margin:28px 0;padding:18px 22px}.DetailBlog_expertBox__eMizC{background:#e1f0c48c;border-left-color:#7cc652}.DetailBlog_commentActions__QgkB- button,.DetailBlog_commentInputWrap__nhqHJ button,.DetailBlog_editActions__73EtM button:first-child,.DetailBlog_productBottom__s-xkS button,.DetailBlog_replyActions__\+3i8P button:first-child{background:linear-gradient(135deg,#7cc652,#2f7d32);border-radius:12px}.DetailBlog_commentActions__QgkB- button:hover,.DetailBlog_commentInputWrap__nhqHJ button:hover,.DetailBlog_editActions__73EtM button:first-child:hover,.DetailBlog_productBottom__s-xkS button:hover,.DetailBlog_replyActions__\+3i8P button:first-child:hover{background:linear-gradient(135deg,#6cb845,#246b28)}.DetailBlog_shareButtons__6iyrw button{border-radius:999px}.DetailBlog_commentSection__16jFe{background:#ffffffe0;border:1px solid #7cc65221;border-radius:24px;box-shadow:0 16px 40px #1018280f;margin-top:44px;padding:28px}.DetailBlog_commentInputWrap__nhqHJ textarea,.DetailBlog_editCommentBox__bCLyg textarea,.DetailBlog_replyBox__EQmf6 textarea{border-color:#7cc6522e;border-radius:16px}.DetailBlog_commentInputWrap__nhqHJ textarea:focus,.DetailBlog_editCommentBox__bCLyg textarea:focus,.DetailBlog_replyBox__EQmf6 textarea:focus{border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.DetailBlog_commentItem__pl1r2{border-radius:20px}.DetailBlog_editCommentBtn__dhCJv,.DetailBlog_reactionBtn__JI7wF{background:#e1f0c485}.DetailBlog_editCommentBtn__dhCJv:hover,.DetailBlog_reactionBtn__JI7wF:hover{background:#e1f0c4d9;color:#2f7d32}.DetailBlog_relatedSection__UHvVR{background:radial-gradient(circle at top right,#e1f0c480,#0000 30%),linear-gradient(180deg,#fbfff7,#f4f9ef)}.DetailBlog_relatedInner__Ng5Fl h2{color:#12321f;font-weight:950}.DetailBlog_relatedCard__WDjlS{border-radius:22px}.DetailBlog_relatedContent__EU3aY h3{color:#12321f}@media(max-width:768px){.DetailBlog_content__Flzf-{border-radius:18px;padding:22px 18px}.DetailBlog_commentSection__16jFe{border-radius:18px;padding:20px 16px}}.VoucherPage_page__5vvDa{background:radial-gradient(circle at top left,#e1f0c48c,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef);display:flex;flex-direction:column;min-height:100vh}.VoucherPage_wrapper__xKB0a{flex:1 1;margin:120px auto 80px;width:min(1400px,100% - 48px)}.VoucherPage_hero__F3UR1{background:radial-gradient(circle at top right,#ffffffb8,#0000 34%),linear-gradient(135deg,#effbdd,#d8efc8 48%,#9edfd7);border-radius:30px;box-shadow:0 24px 60px #0046341a;margin-bottom:36px;overflow:hidden;padding:58px 54px;width:100%}.VoucherPage_heroContent__onfL7{max-width:640px}.VoucherPage_heroContent__onfL7 span{align-items:center;background:#ffffffc7;border-radius:999px;color:#00664f;display:inline-flex;font-size:13px;font-weight:900;justify-content:center;letter-spacing:.9px;margin-bottom:18px;padding:8px 15px;text-transform:uppercase}.VoucherPage_heroContent__onfL7 h1{color:#12321f;font-size:clamp(34px,4vw,56px);font-weight:950;letter-spacing:-1px;line-height:1.08;margin:0 0 18px}.VoucherPage_heroContent__onfL7 p{color:#475467;font-size:18px;line-height:1.75;margin:0;max-width:570px}.VoucherPage_heroActions__5qiOA{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.VoucherPage_heroActions__5qiOA button{background:#fff;border:1px solid #00664f1f;border-radius:16px;color:#12321f;cursor:pointer;font-size:15px;font-weight:900;height:52px;min-width:160px;padding:0 26px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.VoucherPage_heroActions__5qiOA button:hover{box-shadow:0 14px 28px #00463424;transform:translateY(-3px)}.VoucherPage_heroActions__5qiOA button:first-child{background:linear-gradient(135deg,#0f9d74,#00664f);border-color:#0000;box-shadow:0 14px 28px #00664f33;color:#fff}.VoucherPage_heroActions__5qiOA button:first-child:hover{background:linear-gradient(135deg,#0b8a66,#004f3d)}.VoucherPage_tabs__Zuua4{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}.VoucherPage_tabs__Zuua4 button{background:#ffffffc7;border:1px solid #00664f14;border-radius:999px;color:#4d5f56;cursor:pointer;font-size:14px;font-weight:900;height:42px;min-width:110px;padding:0 24px;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.VoucherPage_tabs__Zuua4 button:hover{background:#e1f0c485;color:#00664f;transform:translateY(-2px)}.VoucherPage_tabs__Zuua4 .VoucherPage_active__hVnwg{background:linear-gradient(135deg,#0f9d74,#00664f);border-color:#0000;box-shadow:0 12px 24px #00664f33;color:#fff}.VoucherPage_voucherGrid__uVOyl{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.VoucherPage_voucherCard__3rvm1{background:#fffffff0;border:1px solid #00664f14;border-radius:24px;box-shadow:0 16px 38px #10182812;display:flex;min-height:182px;overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.VoucherPage_voucherCard__3rvm1:hover{border-color:#00664f2e;box-shadow:0 24px 54px #00463421;transform:translateY(-6px)}.VoucherPage_voucherLeft__yZgT6{align-items:center;background:radial-gradient(circle at top left,#ffffff80,#0000 38%),linear-gradient(180deg,#e1f0c4,#cfeab8);color:#00664f;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;width:130px}.VoucherPage_voucherLeft__yZgT6 strong{font-size:34px;font-weight:950;line-height:1}.VoucherPage_voucherLeft__yZgT6 span{font-size:11px;font-weight:950;letter-spacing:.9px;margin-top:8px;text-transform:uppercase}.VoucherPage_voucherInfo__oBH-z{flex:1 1;min-width:0;padding:22px 20px}.VoucherPage_voucherInfo__oBH-z h3{color:#12321f;font-size:18px;font-weight:950;line-height:1.35;margin:0 0 10px}.VoucherPage_voucherInfo__oBH-z p{color:#7b8b83;font-size:13px;line-height:1.5;margin:5px 0}.VoucherPage_voucherInfo__oBH-z button{background:linear-gradient(135deg,#0f9d74,#00664f);border:none;border-radius:13px;color:#fff;cursor:pointer;font-size:14px;font-weight:900;height:42px;margin-top:14px;transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;width:100%}.VoucherPage_voucherInfo__oBH-z button:hover{box-shadow:0 12px 22px #00664f33;opacity:.96;transform:translateY(-2px)}.VoucherPage_usedText__\+vBcn{color:#576b61;font-size:12px;font-weight:900;margin-top:10px}.VoucherPage_progress__lxX4U{background:#dde5df;border-radius:999px;height:7px;margin-top:8px;overflow:hidden}.VoucherPage_progress__lxX4U span{background:linear-gradient(90deg,#0f9d74,#00664f);border-radius:inherit;display:block;height:100%}@media only screen and (max-width:1280px){.VoucherPage_voucherGrid__uVOyl{grid-template-columns:repeat(2,minmax(0,1fr))}.VoucherPage_heroContent__onfL7 p{font-size:17px}}@media only screen and (max-width:768px){.VoucherPage_wrapper__xKB0a{margin:100px auto 60px;width:calc(100% - 32px)}.VoucherPage_hero__F3UR1{border-radius:22px;margin-bottom:26px;padding:36px 28px}.VoucherPage_heroContent__onfL7 p{font-size:15px}.VoucherPage_heroActions__5qiOA button{flex:1 1;min-width:140px}.VoucherPage_tabs__Zuua4{gap:10px;margin-bottom:26px}.VoucherPage_tabs__Zuua4 button{font-size:13px;height:38px;min-width:0;min-width:auto;padding:0 18px}.VoucherPage_voucherGrid__uVOyl{gap:18px;grid-template-columns:1fr}}@media only screen and (max-width:480px){.VoucherPage_wrapper__xKB0a{margin:90px auto 50px;width:calc(100% - 20px)}.VoucherPage_hero__F3UR1{padding:26px 18px}.VoucherPage_heroContent__onfL7 span{font-size:11px;padding:7px 12px}.VoucherPage_heroActions__5qiOA{flex-direction:column}.VoucherPage_heroActions__5qiOA button{width:100%}.VoucherPage_voucherCard__3rvm1{flex-direction:column}.VoucherPage_voucherLeft__yZgT6{flex-direction:row;gap:10px;min-height:96px;width:100%}.VoucherPage_voucherLeft__yZgT6 strong{font-size:34px}.VoucherPage_voucherLeft__yZgT6 span{margin-top:0}.VoucherPage_voucherInfo__oBH-z{padding:18px}}.ShipperDashboard_wrapper__xpI2F{background:linear-gradient(135deg,#f8fbf4,#eef7e2);color:#244034;display:flex;min-height:100vh}.ShipperDashboard_sidebar__iB1BY{background:#e1f0c4;display:flex;flex-direction:column;gap:18px;min-height:100vh;padding:24px 16px;position:-webkit-sticky;position:sticky;top:0;width:292px}.ShipperDashboard_logo__fum\+H{border-radius:18px;box-shadow:0 10px 24px #24403424;display:block;height:76px;margin:0 auto 4px;object-fit:cover;width:76px}h2.ShipperDashboard_logo__fum\+H{border-radius:0;box-shadow:none;color:#214b38;font-size:20px;font-weight:900;height:auto;margin:0 0 14px;object-fit:fill;text-align:center;width:auto}.ShipperDashboard_orderCard__npIVW,.ShipperDashboard_profile__zn2MG,.ShipperDashboard_statCard__VzPy9{background:#ffffffeb;border:1px solid #3f6b4f24;box-shadow:0 12px 28px #24403414}.ShipperDashboard_profile__zn2MG{border-radius:20px;display:flex;flex-direction:column;gap:14px;padding:15px}.ShipperDashboard_profileTop__w\+olJ{align-items:center;display:flex;gap:12px}.ShipperDashboard_profileTop__w\+olJ h4{color:#214b38;font-size:15px;font-weight:900;margin:0;word-break:break-word}.ShipperDashboard_profileTop__w\+olJ p{color:#607065;font-size:12px;font-weight:700;margin:4px 0 0}.ShipperDashboard_avatar__oOlfc{background:#214b38;color:#e1f0c4;flex:0 0 44px;font-weight:900;height:44px;width:44px}.ShipperDashboard_profileActions__r9mDw{grid-gap:9px;display:grid;gap:9px}.ShipperDashboard_profileActions__r9mDw button{align-items:center;background:#f3f9e8;border:none;border-radius:12px;color:#214b38;cursor:pointer;display:flex;font-weight:800;gap:10px;padding:11px 13px;transition:.2s ease}.ShipperDashboard_profileActions__r9mDw button:hover{background:#214b38;color:#e1f0c4;transform:translateX(3px)}.ShipperDashboard_logoutBtn__YZq2i{background:#ffe4e4!important;color:#c62828!important}.ShipperDashboard_logoutBtn__YZq2i:hover{background:#c62828!important;color:#fff!important}.ShipperDashboard_menu__eS-e\+{display:flex;flex-direction:column;gap:10px}.ShipperDashboard_menu__eS-e\+ button{align-items:center;background:#0000;border:none;border-radius:14px;color:#244034;cursor:pointer;display:flex;font-size:15px;font-weight:800;gap:13px;padding:15px 16px;transition:.2s ease}.ShipperDashboard_menu__eS-e\+ button:hover{background:#ffffffad;transform:translateX(3px)}.ShipperDashboard_menu__eS-e\+ .ShipperDashboard_active__aQCU5{background:#214b38;color:#e1f0c4}.ShipperDashboard_main__6DZfq{flex:1 1;min-width:0;padding:26px 32px 42px}.ShipperDashboard_header__VmRnS{align-items:center;display:flex;gap:20px;justify-content:space-between}.ShipperDashboard_header__VmRnS h3{color:#214b38;font-size:21px;font-weight:900;margin:0}.ShipperDashboard_header__VmRnS p{color:#607065;font-weight:700;margin:6px 0 0}.ShipperDashboard_header__VmRnS p span{background:#27ae60;border-radius:50%;display:inline-block;height:9px;margin-right:7px;width:9px}.ShipperDashboard_headerIcons__h87Oz{align-items:center;color:#214b38;display:flex;font-size:22px;gap:18px}.ShipperDashboard_headerIcons__h87Oz svg{cursor:pointer}.ShipperDashboard_stats__7Mn7V{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0 30px}.ShipperDashboard_statCard__VzPy9{border-radius:20px;min-height:128px;padding:24px}.ShipperDashboard_statCard__VzPy9 p{color:#607065;font-size:12px;font-weight:900;letter-spacing:1.6px;margin:0}.ShipperDashboard_statCard__VzPy9 h2{color:#214b38;font-size:34px;margin:12px 0 0}.ShipperDashboard_success__2K1ln{background:#214b38}.ShipperDashboard_success__2K1ln h2,.ShipperDashboard_success__2K1ln p{color:#e1f0c4}.ShipperDashboard_orderHeader__j4VIJ{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:20px}.ShipperDashboard_orderHeader__j4VIJ h3{color:#214b38;font-size:22px;margin:0 0 6px}.ShipperDashboard_orderHeader__j4VIJ p{color:#607065;font-weight:600;margin:0}.ShipperDashboard_orderHeader__j4VIJ button{background:#214b38;border:none;border-radius:999px;color:#e1f0c4;cursor:pointer;font-weight:900;padding:12px 22px;transition:.2s;white-space:nowrap}.ShipperDashboard_orderHeader__j4VIJ button:hover{box-shadow:0 10px 18px #2440342e;transform:translateY(-2px)}.ShipperDashboard_orders__oBDZn{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.ShipperDashboard_orders__oBDZn>p{background:#fff;border-radius:16px;color:#607065;font-weight:800;grid-column:1/-1;padding:24px;text-align:center}.ShipperDashboard_orderCard__npIVW{border-radius:22px;overflow:hidden;padding:22px}.ShipperDashboard_orderTop__Nv32t{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:12px}.ShipperDashboard_orderTop__Nv32t p{color:#607065;font-size:12px;font-weight:800;margin:0 0 4px}.ShipperDashboard_orderTop__Nv32t strong{color:#214b38;font-size:14px}.ShipperDashboard_normal__AzPut,.ShipperDashboard_statusBadge__Y3\+Un{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:900;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ShipperDashboard_normal__AzPut{background:#e1f0c4;color:#214b38;padding:7px 12px}.ShipperDashboard_statusBadge__Y3\+Un{background:#edf6df;color:#214b38;margin-bottom:14px;padding:8px 13px}.ShipperDashboard_orderMeta__L9S0a{grid-gap:10px;background:#f3f9e8;border:1px solid #3f6b4f24;border-radius:16px;display:grid;gap:10px;margin-bottom:18px;padding:14px}.ShipperDashboard_orderMeta__L9S0a div{display:flex;gap:14px;justify-content:space-between}.ShipperDashboard_orderMeta__L9S0a span{color:#607065;flex:0 0 115px;font-size:11px;font-weight:900}.ShipperDashboard_orderMeta__L9S0a strong{color:#214b38}.ShipperDashboard_info__6j7uF{display:flex;gap:14px;margin-top:17px}.ShipperDashboard_info__6j7uF svg{color:#3f6b4f;flex:0 0 auto;font-size:18px;margin-top:4px}.ShipperDashboard_info__6j7uF span{color:#607065;font-size:11px;font-weight:900}.ShipperDashboard_info__6j7uF p{color:#244034;font-weight:700;line-height:1.55;margin:4px 0;word-break:break-word}.ShipperDashboard_mapBtn__25HGb{align-items:center;background:#0000;border:none;color:#214b38;cursor:pointer;display:inline-flex;font-weight:900;gap:7px;margin-top:6px;padding:0}.ShipperDashboard_actions__igCEk,.ShipperDashboard_statusArea__rMZV4{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.ShipperDashboard_actions__igCEk button,.ShipperDashboard_statusArea__rMZV4 button{border:none;border-radius:13px;cursor:pointer;font-size:14px;font-weight:900;padding:12px 16px;transition:.2s}.ShipperDashboard_actions__igCEk button:hover,.ShipperDashboard_statusArea__rMZV4 button:hover{transform:translateY(-2px)}.ShipperDashboard_detailBtn__XiwR3{background:#e1f0c4;color:#214b38}.ShipperDashboard_statusBtn__xpRWL,.ShipperDashboard_successBtn__pSE1G{background:#214b38;color:#e1f0c4}.ShipperDashboard_dangerBtn__nSDnz{background:#ffe1df;color:#c0392b}.ShipperDashboard_returnBtn__PNSvD,.ShipperDashboard_returnedBtn__egmEg{background:#fff2c7;color:#8a6500}.ShipperDashboard_tipBox__q7FI3{background:#214b38;border-radius:24px;color:#e1f0c4;display:flex;gap:26px;justify-content:space-between;margin-top:28px;overflow:hidden;padding:30px}.ShipperDashboard_tipBox__q7FI3 h2{font-size:26px;margin:0 0 12px}.ShipperDashboard_tipBox__q7FI3 p{line-height:1.7;margin:0 0 18px;max-width:650px}.ShipperDashboard_tipBox__q7FI3 button{background:#e1f0c4;border:none;border-radius:999px;color:#214b38;cursor:pointer;font-weight:900;padding:12px 24px}.ShipperDashboard_video__Fv5CU{align-items:center;background:linear-gradient(135deg,#e1f0c4,#9fcf83);border-radius:20px;color:#214b38;display:flex;font-size:46px;justify-content:center;min-height:160px;min-width:230px}@media(max-width:1180px){.ShipperDashboard_sidebar__iB1BY{width:260px}.ShipperDashboard_stats__7Mn7V{grid-template-columns:repeat(2,minmax(0,1fr))}.ShipperDashboard_orders__oBDZn{grid-template-columns:1fr}}@media(max-width:768px){.ShipperDashboard_wrapper__xpI2F{flex-direction:column}.ShipperDashboard_sidebar__iB1BY{min-height:auto;padding:18px 14px;position:relative;width:100%}.ShipperDashboard_logo__fum\+H{height:64px;width:64px}h2.ShipperDashboard_logo__fum\+H{font-size:18px}.ShipperDashboard_menu__eS-e\+{display:grid;grid-template-columns:1fr}.ShipperDashboard_main__6DZfq{padding:18px 14px 34px}.ShipperDashboard_header__VmRnS,.ShipperDashboard_orderHeader__j4VIJ,.ShipperDashboard_tipBox__q7FI3{align-items:flex-start;flex-direction:column}.ShipperDashboard_headerIcons__h87Oz{align-self:flex-end}.ShipperDashboard_orders__oBDZn,.ShipperDashboard_stats__7Mn7V{grid-template-columns:1fr}.ShipperDashboard_statCard__VzPy9{min-height:108px;padding:20px}.ShipperDashboard_orderMeta__L9S0a div{flex-direction:column;gap:4px}.ShipperDashboard_orderMeta__L9S0a span{flex:initial}.ShipperDashboard_actions__igCEk button,.ShipperDashboard_statusArea__rMZV4 button{justify-content:center;width:100%}.ShipperDashboard_tipBox__q7FI3{padding:24px}.ShipperDashboard_video__Fv5CU{min-height:150px;min-width:0;width:100%}}@media(max-width:420px){.ShipperDashboard_profileTop__w\+olJ{align-items:flex-start}.ShipperDashboard_header__VmRnS h3,.ShipperDashboard_orderHeader__j4VIJ h3{font-size:19px}.ShipperDashboard_statCard__VzPy9 h2{font-size:28px}.ShipperDashboard_orderCard__npIVW{padding:18px}}.ShipperDashboard_gameSection__7ekce{margin-top:25px}.ShipperDashboard_gameHeader__c8Gpm{margin-bottom:20px}.ShipperDashboard_gameHeader__c8Gpm h2{color:#214b38;margin:0 0 8px}.ShipperDashboard_gameHeader__c8Gpm p{color:#607065}.ShipperDashboard_gameCard__-Ejwe{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 24px #24403414;display:flex;gap:18px;margin-bottom:20px;padding:18px}.ShipperDashboard_gameCard__-Ejwe img{border-radius:12px;width:180px}.ShipperDashboard_gameInfo__4zSXw{flex:1 1}.ShipperDashboard_gameInfo__4zSXw h3{color:#214b38;margin-bottom:10px}.ShipperDashboard_gameInfo__4zSXw p{color:#607065;line-height:1.6;margin-bottom:15px}.ShipperDashboard_playBtn__7aTXD{align-items:center;background:#214b38;border-radius:999px;color:#e1f0c4;display:inline-flex;font-weight:800;justify-content:center;padding:12px 24px;text-decoration:none}.ShipperDashboard_iframeWrapper__9JryY{background:#fff;border-radius:20px;box-shadow:0 10px 24px #24403414;overflow:hidden}.ShipperDashboard_iframeWrapper__9JryY iframe{border:none;height:800px;width:100%}@media(max-width:768px){.ShipperDashboard_gameCard__-Ejwe{flex-direction:column}.ShipperDashboard_gameCard__-Ejwe img{width:100%}.ShipperDashboard_iframeWrapper__9JryY iframe{height:500px}}.ShipperDashboard_gameNotice__Tdgw6{align-items:center;background:#fff;border:1px dashed #3f6b4f59;border-radius:20px;box-shadow:0 10px 24px #24403414;display:flex;gap:18px;padding:28px}.ShipperDashboard_gameNotice__Tdgw6 svg{color:#214b38;flex-shrink:0;font-size:42px}.ShipperDashboard_gameNotice__Tdgw6 h3{color:#214b38;margin:0 0 8px}.ShipperDashboard_gameNotice__Tdgw6 p{color:#607065;margin:0 0 16px}.ShipperDashboard_avatarWrapper__-k4MI{height:60px;position:relative;width:60px}.ShipperDashboard_avatarImage__UQHVY{border:3px solid #e1f0c4;border-radius:50%;height:60px;object-fit:cover;width:60px}.ShipperDashboard_avatar__oOlfc{align-items:center;background:#e1f0c4;border:3px solid #e1f0c4;border-radius:50%;color:#36561b;display:flex;font-size:20px;font-weight:700;height:60px;justify-content:center;width:60px}
/*# sourceMappingURL=main.d1a182ca.css.map*/