@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__Pq4Cx{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__F1lfr{margin:0 auto;width:min(1200px,92%)}.FeatureGrid_titleSection__Q2Xab{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__Q2Xab:after{background:linear-gradient(90deg,#7cc652,#e1f0c4);border-radius:999px;bottom:-12px;content:"";height:5px;left:0;position:absolute;width:86px}.FeatureGrid_grid__ylv-u{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,minmax(0,1fr))}.FeatureGrid_card__aSlLC{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__aSlLC:hover{border-color:#7cc65273;box-shadow:0 24px 55px #10182821;transform:translateY(-10px)}.FeatureGrid_image__dpCrB{background:#edf5e6;height:220px;overflow:hidden;position:relative}.FeatureGrid_image__dpCrB:after{background:linear-gradient(180deg,#0000 45%,#00000038);content:"";inset:0;opacity:.7;pointer-events:none;position:absolute}.FeatureGrid_image__dpCrB img{display:block;height:100%;object-fit:cover;transition:transform .65s ease,filter .35s ease;width:100%}.FeatureGrid_card__aSlLC:hover .FeatureGrid_image__dpCrB img{filter:saturate(1.08);transform:scale(1.1)}.FeatureGrid_content__XHtIz{display:flex;flex:1 1;flex-direction:column;padding:24px}.FeatureGrid_category__mcFzy{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__XHtIz 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__aSlLC:hover h3{color:#62ad3b}.FeatureGrid_content__XHtIz 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__Pq4Cx{padding:60px 0}.FeatureGrid_grid__ylv-u{gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.FeatureGrid_wrapper__Pq4Cx{padding:48px 0}.FeatureGrid_inner__F1lfr{width:min(100% - 28px,1200px)}.FeatureGrid_titleSection__Q2Xab{font-size:26px;margin-bottom:30px}.FeatureGrid_grid__ylv-u{gap:20px;grid-template-columns:1fr}.FeatureGrid_image__dpCrB{height:210px}.FeatureGrid_content__XHtIz{padding:20px}.FeatureGrid_content__XHtIz h3{font-size:18px}}.Footer_wrapper__RNy00{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__uDbOk{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__wZ6io{min-width:0}.Footer_brand__v5nJC{display:flex;flex-direction:column;gap:14px}.Footer_logo__P2HYD{filter:drop-shadow(0 10px 20px rgba(124,198,82,.15));height:76px;object-fit:contain;width:250px}.Footer_desc__TRQ5W{color:#667085;font-size:14.5px;line-height:1.8;margin:0;max-width:300px}.Footer_itemTitle__5ikJA{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__5ikJA:after{background:linear-gradient(90deg,#7cc652,#d8efc8);border-radius:999px;bottom:0;content:"";height:4px;left:0;position:absolute;width:42px}.Footer_list__NIEVf{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.Footer_row__joumb{align-items:flex-start;color:#667085;display:flex;font-size:14px;gap:12px;line-height:1.65}.Footer_icon__wsOgo{color:#2f7d32;flex:0 0 18px;margin-top:2px;width:18px}.Footer_link__HLwdQ{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__HLwdQ:after{background:#7cc652;border-radius:999px;bottom:-3px;content:"";height:2px;left:0;position:absolute;transition:width .25s ease;width:0}.Footer_link__HLwdQ:hover{color:#2f7d32;transform:translateX(4px)}.Footer_link__HLwdQ:hover:after{width:100%}.Footer_social__gp1B5{display:flex;gap:12px;margin-top:8px}.Footer_socialBtn__vm-Ta{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__vm-Ta:hover{background:linear-gradient(135deg,#7cc652,#2f7d32);box-shadow:0 16px 30px #7cc65238;color:#fff;transform:translateY(-4px)}.Footer_footerBottom__knVei{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__knVei:before{background:radial-gradient(circle at top right,#ffffff14,#0000 26%);content:"";inset:0;pointer-events:none;position:absolute}.Footer_copyright__CZdxj{color:#ffffffeb;font-size:14px;line-height:1.6;margin:0}.Footer_payment__BT6Oa{display:flex;flex-wrap:wrap;gap:10px}.Footer_pay__fTUfP{-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__uDbOk{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.Footer_wrapper__RNy00{padding-top:48px}.Footer_inner__uDbOk{gap:32px;grid-template-columns:repeat(2,1fr)}.Footer_logo__P2HYD{width:220px}.Footer_footerBottom__knVei{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.Footer_wrapper__RNy00{padding-top:40px}.Footer_inner__uDbOk{gap:28px;grid-template-columns:1fr}.Footer_logo__P2HYD{width:200px}.Footer_itemTitle__5ikJA{font-size:16px}.Footer_desc__TRQ5W,.Footer_link__HLwdQ,.Footer_row__joumb{font-size:14px}.Footer_footerBottom__knVei{padding:16px}.Footer_payment__BT6Oa{gap:8px}.Footer_pay__fTUfP{font-size:11px;padding:6px 11px}}.Header_wrapper__VvbiA{-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__G\+cYA{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__BM\+yZ{align-items:center;display:flex;flex:1 1 auto;gap:30px;min-width:0}.Header_brand__62naz{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;padding:0}.Header_logo__7ElR\+{display:block;height:auto;max-width:120px;object-fit:contain;width:clamp(90px,6vw,120px)}.Header_nav__-Ae\+7{align-items:center;display:flex;flex:1 1 auto;gap:26px;min-width:0;white-space:nowrap}.Header_nav__-Ae\+7 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__-Ae\+7 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__-Ae\+7 a:hover{color:#2f7d32}.Header_nav__-Ae\+7 a:hover:after{width:100%}.Header_right__i1ZW4{align-items:center;display:flex;flex:1 1 auto;gap:14px;justify-content:flex-end;min-width:0}.Header_right__i1ZW4 a{text-decoration:none}.Header_search__WuNh4{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__WuNh4:hover{background:#fff;border-color:#7cc65261}.Header_search__WuNh4:focus-within{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65224}.Header_search__WuNh4 input{background:#0000;border:none;color:#111827;flex:1 1;font-size:14px;height:100%;min-width:0;outline:none}.Header_search__WuNh4 input::placeholder{color:#98a2b3}.Header_searchIcon__mpAu\+{color:#7cc652;flex-shrink:0;font-size:14px}.Header_result__GNpG8{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__GNpG8 a{color:inherit;text-decoration:none}.Header_form-result__H9m4e{align-items:center;display:flex;gap:12px;padding:10px 14px;transition:background .2s ease}.Header_form-result__H9m4e img{border:1px solid #eef2f7;border-radius:10px;flex-shrink:0;height:48px;object-fit:cover;width:48px}.Header_form-result__H9m4e:hover{background:#f4f9ef;cursor:pointer}.Header_thumbFallback__aPKbd{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__ExBJ\+{display:flex;flex-direction:column;gap:4px;min-width:0}.Header_nameProduct__kufbT{color:#334155;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Header_price__lQpI0{color:#2f7d32;font-size:13px;font-weight:800}.Header_emptyResult__TpZaF{color:#667085;font-size:14px;padding:14px;text-align:center}.Header_cartIcon__eKbmZ{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__eKbmZ a{align-items:center;color:#1f2937;display:inline-flex;justify-content:center}.Header_cartIcon__eKbmZ 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__W1map{font-size:18px;transition:color .2s ease}.Header_iconCart__W1map:hover{color:#2f7d32}.Header_userBox__t0VHr{align-items:center;display:flex;flex-shrink:0;gap:12px;min-width:0}.Header_helloUser__uFf6v{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__BUrJR{color:#667085;flex-shrink:0;font-size:14px}.Header_userName__5DE9Z{color:#111827;font-size:14px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Header_loginBtn__VeAap{flex-shrink:0}.Header_loginBtn__VeAap 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__VeAap a:hover{box-shadow:0 16px 30px #2f7d323d;color:#fff;opacity:.95;transform:translateY(-2px)}.Header_userMenuBtn__yB8a\+{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__yB8a\+:active,.Header_userMenuBtn__yB8a\+:focus,.Header_userMenuBtn__yB8a\+:hover{background:linear-gradient(135deg,#6cb845,#246b28)!important;box-shadow:0 14px 28px #2f7d3238!important;color:#fff!important;transform:translateY(-2px)}.Header_logoutBtn__i01nS{background:#0000;border:none;color:#dc2626;font-weight:700;padding:10px 16px;text-align:left;width:100%}.Header_btnMenuMobile__\+O6lK{display:none;flex-shrink:0}.Header_btnMenuMobile__\+O6lK 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__xZgUx{height:auto;max-width:150px;object-fit:contain;width:150px}.Header_mobileSearch__jkvKL{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__jkvKL input{background:#0000;border:none;font-size:14px;height:100%;outline:none;width:100%}.Header_rowLeftMobile__7yPP4 ul{display:flex;flex-direction:column;gap:16px;margin:0;padding-left:0}.Header_rowLeftMobile__7yPP4 li{list-style:none}.Header_rowLeftMobile__7yPP4 a{color:#111827;font-size:17px;font-weight:800;text-decoration:none}.Header_mobileLogout__UjI6p{background:#0000;border:none;color:#dc2626;font-size:17px;font-weight:800;padding:0}.Header_mobileLinkBtn__CKOJ9,.Header_navLinkBtn__vTUg1{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__CKOJ9:hover,.Header_navLinkBtn__vTUg1:hover{color:#2f7d32}.Header_main-content__t7H3c{padding-top:82px}@media only screen and (min-width:1501px){.Header_logo__7ElR\+{max-width:70px;width:70px}}@media only screen and (max-width:1280px){.Header_inner__G\+cYA{padding:0 24px}.Header_logo__7ElR\+{max-width:120px;width:clamp(90px,6vw,120px)}.Header_nav__-Ae\+7{gap:22px}.Header_nav__-Ae\+7 a{font-size:15px}.Header_search__WuNh4{max-width:280px;min-width:180px}}@media only screen and (max-width:1140px){.Header_inner__G\+cYA{padding:0 20px}.Header_logo__7ElR\+{max-width:70px;width:clamp(125px,12vw,160px)}.Header_nav__-Ae\+7{gap:18px}.Header_nav__-Ae\+7 a{font-size:14.5px}.Header_search__WuNh4{max-width:220px;min-width:150px}.Header_loginBtn__VeAap a{font-size:14px;min-width:92px;padding:0 14px}.Header_helloUser__uFf6v{max-width:130px;padding:0 8px}.Header_helloText__BUrJR,.Header_userName__5DE9Z{font-size:13px}}@media only screen and (max-width:1040px){.Header_helloUser__uFf6v{display:none}.Header_search__WuNh4{max-width:190px;min-width:130px}}@media only screen and (max-width:992px){.Header_nav__-Ae\+7,.Header_right__i1ZW4{display:none}.Header_btnMenuMobile__\+O6lK{display:block}.Header_left__BM\+yZ{gap:0;justify-content:space-between;width:100%}.Header_logo__7ElR\+{max-width:90px;width:90px}}@media only screen and (max-width:576px){.Header_wrapper__VvbiA{height:72px}.Header_main-content__t7H3c{padding-top:72px}.Header_inner__G\+cYA{padding:0 16px}.Header_logo__7ElR\+{max-width:70px;width:70px}.Header_btnMenuMobile__\+O6lK button{font-size:16px;height:38px;width:38px}.Header_mobileLogo__xZgUx{max-width:90px;width:90px}}.ProductsTab_wrapper__l68-j{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__l68-j header{padding:10px 0 0;text-align:center}.ProductsTab_wrapper__l68-j 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__l68-j header .ProductsTab_leaf__-oWid{display:flex;justify-content:center;margin-bottom:28px;margin-top:10px}.ProductsTab_wrapper__l68-j header .ProductsTab_leaf__-oWid 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__l68-j main{margin-top:18px}.ProductsTab_list-select__ElTFI{margin-top:8px}.ProductsTab_list-select__ElTFI ul{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0;padding:0}.ProductsTab_list-select__ElTFI 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__ElTFI li:before{background:linear-gradient(135deg,#0f9d7424,#0f9d7405);content:"";inset:0;opacity:0;position:absolute;transition:opacity .25s ease}.ProductsTab_list-select__ElTFI li:hover{background:#0f9d7414;box-shadow:0 12px 26px #0f9d741f;color:#0f9d74;transform:translateY(-2px)}.ProductsTab_list-select__ElTFI li:hover:before{opacity:1}.ProductsTab_active-list__K-mr3{animation:ProductsTab_activeTab__7nmvW .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__K-mr3:hover{background:linear-gradient(135deg,#0b8a66,#246b28)!important;color:#fff!important}.ProductsTab_main__8-TIh,.ProductsTab_productsGrid__8TeNN{animation:ProductsTab_fadeProducts__lH65m .45s ease;display:grid;justify-content:center;margin:24px auto 0;width:100%}.ProductsTab_main__8-TIh{gap:28px;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));max-width:1320px}.ProductsTab_productsGrid__8TeNN{gap:30px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:1240px}.ProductsTab_main__8-TIh>*,.ProductsTab_productsGrid__8TeNN>*{animation:ProductsTab_cardShow__4AekI .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__8-TIh>:after,.ProductsTab_productsGrid__8TeNN>: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__8-TIh>:hover,.ProductsTab_productsGrid__8TeNN>:hover{border-color:#0f9d742e;box-shadow:0 24px 48px #0f9d741f,0 10px 20px #0f172a0d;transform:translateY(-10px)}.ProductsTab_main__8-TIh>:hover:after,.ProductsTab_productsGrid__8TeNN>:hover:after{left:140%}.ProductsTab_main__8-TIh>:hover img,.ProductsTab_productsGrid__8TeNN>:hover img{transform:scale(1.06)}.ProductsTab_main__8-TIh>* img,.ProductsTab_productsGrid__8TeNN>* img{transition:transform .45s ease}.ProductsTab_main__8-TIh>:first-child,.ProductsTab_productsGrid__8TeNN>:first-child{animation-delay:.04s}.ProductsTab_main__8-TIh>:nth-child(2),.ProductsTab_productsGrid__8TeNN>:nth-child(2){animation-delay:.08s}.ProductsTab_main__8-TIh>:nth-child(3),.ProductsTab_productsGrid__8TeNN>:nth-child(3){animation-delay:.12s}.ProductsTab_main__8-TIh>:nth-child(4),.ProductsTab_productsGrid__8TeNN>:nth-child(4){animation-delay:.16s}.ProductsTab_main__8-TIh>:nth-child(5),.ProductsTab_productsGrid__8TeNN>:nth-child(5){animation-delay:.2s}.ProductsTab_bannerRow__sXGY9{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(2,minmax(0,1fr));margin:34px auto 0;max-width:1240px}.ProductsTab_bannerCol__-88qY{background:#fff;border-radius:24px;box-shadow:0 18px 42px #0f254414;display:block;height:260px;isolation:isolate;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.ProductsTab_bannerCol__-88qY:before{background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:420px;left:-130px;pointer-events:none;position:absolute;top:-80px;transform:rotate(20deg);transition:transform .8s ease;width:80px;z-index:2}.ProductsTab_bannerCol__-88qY:hover{box-shadow:0 26px 60px #0f254424;transform:translateY(-6px)}.ProductsTab_bannerCol__-88qY:hover:before{transform:translateX(900px) rotate(20deg)}.ProductsTab_bannerCol__-88qY:hover .ProductsTab_bannerImg__YZ9u4{transform:scale(1.04)}.ProductsTab_bannerImg__YZ9u4{display:block;height:100%;object-fit:cover;object-position:top center;transition:transform .45s ease;width:100%}@media(max-width:992px){.ProductsTab_bannerRow__sXGY9{gap:20px;grid-template-columns:1fr}.ProductsTab_bannerCol__-88qY{height:220px}}@media(max-width:768px){.ProductsTab_bannerCol__-88qY{border-radius:18px;height:180px}}@media(max-width:576px){.ProductsTab_bannerRow__sXGY9{gap:16px;margin-top:24px}.ProductsTab_bannerCol__-88qY{border-radius:14px;height:140px}}@keyframes ProductsTab_activeTab__7nmvW{0%{opacity:.6;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes ProductsTab_fadeProducts__lH65m{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes ProductsTab_cardShow__4AekI{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:992px){.ProductsTab_bannerRow__sXGY9{grid-template-columns:1fr}.ProductsTab_bannerImg__YZ9u4{height:240px}}@media(max-width:600px){.ProductsTab_wrapper__l68-j{padding:22px 12px 0}.ProductsTab_wrapper__l68-j header h1{font-size:24px;letter-spacing:1px;margin-top:34px}.ProductsTab_list-select__ElTFI ul{gap:10px}.ProductsTab_list-select__ElTFI li{font-size:11px;padding:9px 13px}.ProductsTab_main__8-TIh,.ProductsTab_productsGrid__8TeNN{gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ProductsTab_bannerImg__YZ9u4{height:190px}}@media(max-width:420px){.ProductsTab_main__8-TIh,.ProductsTab_productsGrid__8TeNN{grid-template-columns:1fr}}.CardBody_wrapper__hOYGi{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__hOYGi:before{background:linear-gradient(135deg,#e1f0c42e,#0000 42%);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease;z-index:0}.CardBody_wrapper__hOYGi:hover{border-color:#7cc65242;box-shadow:0 28px 55px #1018281f,0 10px 24px #2f7d3214;transform:translateY(-10px)}.CardBody_wrapper__hOYGi:hover:before{opacity:1}.CardBody_wrapper__hOYGi:hover .CardBody_productImg__Ehfzc{transform:scale(1.08)}.CardBody_wrapper__hOYGi:hover .CardBody_container__vhadM{opacity:1;transform:translateY(0)}.CardBody_wrapper__hOYGi:hover .CardBody_name__PYiWC{color:#2f7d32}.CardBody_wrapper__hOYGi:hover .CardBody_imgInner__5\+6he:after{opacity:1}.CardBody_img__wnMHb{padding:18px 18px 0;position:relative;width:100%;z-index:2}.CardBody_imgInner__5\+6he{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__5\+6he:after{background:linear-gradient(180deg,#0000 40%,#0000000a);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease}.CardBody_productImg__Ehfzc{height:100%;object-fit:contain;opacity:0;padding:20px;transform:scale(.96);transition:opacity .35s ease,transform .45s ease;width:100%}.CardBody_showImg__LmC2n{opacity:1;transform:scale(1)}.CardBody_skeleton__1oPOa{background:#eef2ea;inset:0;overflow:hidden;position:absolute}.CardBody_skeleton__1oPOa:before{animation:CardBody_shimmer__ht6ak 1.25s infinite;background:linear-gradient(90deg,#0000,#ffffffbf,#0000);content:"";height:100%;left:-160px;position:absolute;top:0;width:120px}@keyframes CardBody_shimmer__ht6ak{to{left:130%}}.CardBody_fallback__zCOCZ{color:#98a2b3;font-size:14px;font-weight:700}.CardBody_badge__X89vx{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__vhadM{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__vhadM 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__vhadM button:hover{background:linear-gradient(135deg,#2f7d32,#3d9a43);box-shadow:0 16px 28px #2f7d3238;color:#fff;transform:scale(1.08)}.CardBody_container__vhadM button svg{font-size:15px}.CardBody_info__sgFi7{padding:20px 20px 24px;position:relative;z-index:2}.CardBody_name__PYiWC{-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__o0GFx{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.CardBody_oldPrice__5y-Ov{color:#9ca3af;font-size:14px;text-decoration:line-through}.CardBody_newPrice__01asa{color:#dc2626;font-size:24px;font-weight:950;letter-spacing:-.4px}.CardBody_wrapper__hOYGi: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__hOYGi:hover:after{left:140%}@media(max-width:768px){.CardBody_wrapper__hOYGi{border-radius:18px}.CardBody_img__wnMHb{padding:14px 14px 0}.CardBody_imgInner__5\+6he{border-radius:16px}.CardBody_productImg__Ehfzc{padding:16px}.CardBody_info__sgFi7{padding:16px 16px 20px}.CardBody_name__PYiWC{font-size:15px;min-height:auto}.CardBody_newPrice__01asa{font-size:20px}.CardBody_container__vhadM{bottom:10px;opacity:1;right:18px;transform:translateY(0)}.CardBody_container__vhadM button{height:40px;width:40px}}.ModalDetailProduct_wrapper__6YL27 .modal-content{background:#fff;border:none;border-radius:28px;box-shadow:0 30px 80px #0f172a38;overflow:hidden}.ModalDetailProduct_wrapper__6YL27 .modal-dialog{max-width:980px}.ModalDetailProduct_wrapper__6YL27 .modal-backdrop.show{opacity:.6}.ModalDetailProduct_modal-body__Pj2UE{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__dh786{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__dh786 img{height:100%;object-fit:contain;padding:28px;transition:transform .4s ease;width:100%}.ModalDetailProduct_img__dh786:hover img{transform:scale(1.05)}.ModalDetailProduct_content__iSVCm{display:flex;flex-direction:column;min-width:0}.ModalDetailProduct_content__iSVCm h2{color:#111827;font-size:34px;font-weight:900;line-height:1.3;margin:0 0 16px}.ModalDetailProduct_content__iSVCm p{color:#4b5563;font-size:15px;line-height:1.8;margin-bottom:14px}.ModalDetailProduct_content__iSVCm ul{margin-bottom:18px;padding-left:20px}.ModalDetailProduct_content__iSVCm ul li{color:#4b5563;line-height:1.7;margin-bottom:10px}.ModalDetailProduct_content__iSVCm img{border-radius:12px;max-width:100%}#ModalDetailProduct_price__I5IXQ{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__JmAv3{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:auto;padding-top:28px}.ModalDetailProduct_form-quantity__EzfJ4{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__EzfJ4 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__EzfJ4 button:hover{background:#eef6e4;color:#2f7d32}.ModalDetailProduct_form-quantity__EzfJ4 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__Apqov{flex:1 1}.ModalDetailProduct_btn-add-cart__Apqov 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__Apqov button:hover{background:linear-gradient(135deg,#276b2b,#42833b);box-shadow:0 20px 36px #2f7d3247;transform:translateY(-2px)}.ModalDetailProduct_content__iSVCm::-webkit-scrollbar{width:6px}.ModalDetailProduct_content__iSVCm::-webkit-scrollbar-thumb{background:#7cc65266;border-radius:999px}.ModalDetailProduct_modal-body__Pj2UE{animation:ModalDetailProduct_modalFade__yHfFS .3s ease}@keyframes ModalDetailProduct_modalFade__yHfFS{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:992px){.ModalDetailProduct_modal-body__Pj2UE{gap:24px;grid-template-columns:1fr}.ModalDetailProduct_img__dh786{height:360px}.ModalDetailProduct_content__iSVCm h2{font-size:28px}}@media(max-width:768px){.ModalDetailProduct_modal-body__Pj2UE{padding:18px}.ModalDetailProduct_img__dh786{border-radius:18px;height:300px}.ModalDetailProduct_img__dh786 img{padding:18px}.ModalDetailProduct_content__iSVCm h2{font-size:24px}#ModalDetailProduct_price__I5IXQ{font-size:22px}.ModalDetailProduct_btn-add-to-cart__JmAv3{align-items:stretch;flex-direction:column}.ModalDetailProduct_btn-add-cart__Apqov{width:100%}.ModalDetailProduct_btn-add-cart__Apqov button{min-width:0;min-width:auto}.ModalDetailProduct_form-quantity__EzfJ4{justify-content:center;width:100%}.ModalDetailProduct_form-quantity__EzfJ4 input{flex:1 1;max-width:90px}}@media(max-width:480px){.ModalDetailProduct_modal-body__Pj2UE{padding:14px}.ModalDetailProduct_img__dh786{height:240px}.ModalDetailProduct_content__iSVCm h2{font-size:22px;line-height:1.4}#ModalDetailProduct_price__I5IXQ{font-size:20px;justify-content:center;width:100%}}.ModalDetailProduct_mediaBox__LC1KR{display:flex;flex-direction:column;gap:14px;width:45%}.ModalDetailProduct_mainMedia__jRsOl{align-items:center;background:#f7f7f7;border-radius:18px;display:flex;justify-content:center;min-height:360px;overflow:hidden;width:100%}.ModalDetailProduct_productImage__9nXd0,.ModalDetailProduct_productVideo__JeWj0{display:block;height:360px;object-fit:contain;width:100%}.ModalDetailProduct_mediaThumbs__uAPne{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.ModalDetailProduct_thumbItem__FkATH{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__FkATH img,.ModalDetailProduct_thumbItem__FkATH video{height:100%;object-fit:cover;width:100%}.ModalDetailProduct_thumbItem__FkATH.ModalDetailProduct_active__mqnys{border-color:#6a994e}.ModalDetailProduct_videoThumb__qGQn2 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__LC1KR{width:100%}.ModalDetailProduct_mainMedia__jRsOl{min-height:260px}.ModalDetailProduct_productImage__9nXd0,.ModalDetailProduct_productVideo__JeWj0{height:260px}}.Slider_wrapper__kPJtR{margin-top:auto;width:100%}.Slider_slider__SOQ8v{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__x4x4f{display:flex;transition:transform .65s ease;will-change:transform}.Slider_slide__v9EfW{background:#f7fbef;height:600px;min-width:100%;position:relative}.Slider_slide__v9EfW img{display:block;height:100%;object-fit:contain;object-position:center;transform:none;width:100%}.Slider_slide__v9EfW:after{background:radial-gradient(circle at 20% 20%,#22c55e14,#0000 45%),linear-gradient(180deg,#00000008,#00000003);content:"";inset:0;pointer-events:none;position:absolute}.Slider_dots__LYkTm{-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__sFQfW{background:#22c55e47;border:none;border-radius:999px;cursor:pointer;height:9px;transition:transform .2s ease,background .2s ease;width:9px}.Slider_dot__sFQfW:hover{background:#22c55e73;transform:scale(1.15)}.Slider_dot__sFQfW.Slider_active__ZpxBF{background:#22c55ebf;width:22px}.Slider_container__bW0lu{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:26px auto 0;width:80%}.Slider_box__h4nxc{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__h4nxc img{height:42px;object-fit:contain;width:42px}.Slider_box__h4nxc:hover{box-shadow:0 18px 38px #1018281f;transform:translateY(-2px)}.Slider_noBorder__8wVKo{border-right:none}.Slider_info__pXsVQ{display:flex;flex-direction:column;gap:2px}.Slider_title__0Lmbf{color:#063b1c;font-weight:800}.Slider_desc__CwhML{color:#334155;font-size:.92rem}@media only screen and (max-width:600px){.Slider_slide__v9EfW{height:260px}.Slider_container__bW0lu{gap:14px;grid-template-columns:1fr 1fr;width:92%}.Slider_box__h4nxc{flex-direction:column;padding:12px;text-align:center}}@media only screen and (min-width:600px)and (max-width:1024px){.Slider_slide__v9EfW{height:380px}.Slider_container__bW0lu{gap:18px;grid-template-columns:repeat(2,1fr);width:90%}.Slider_box__h4nxc{flex-direction:column;text-align:center}}.Chatbot_chatButton__LAzCs{align-items:center;animation:Chatbot_floatButton__xGQXa 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__LAzCs:hover{filter:drop-shadow(0 10px 25px rgba(0,0,0,.25));transform:scale(1.12)}.Chatbot_chatButton__LAzCs:active{transform:scale(.95)}.Chatbot_chatButton__LAzCs svg{color:#fff;font-size:26px}.Chatbot_chatImage__4wNRx{animation:Chatbot_pulseGlow__EhtE2 2s infinite,Chatbot_shake__Fg1Gc 5s infinite;box-shadow:0 10px 30px #0003,0 0 0 4px #ffffffe6;height:68px;width:68px}@keyframes Chatbot_floatButton__xGQXa{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes Chatbot_pulseGlow__EhtE2{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__Fg1Gc{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__vMwrx{animation:Chatbot_slideIn__FN27l .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__vMwrx: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__FN27l{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.Chatbot_chatHeader__Q2jO9{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__Q2jO9: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__Q2jO9 h2{font-size:1rem;font-weight:700;letter-spacing:.2px;margin:0}.Chatbot_closeButton__ueL8I{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__ueL8I:hover{background:#ffffffbf;transform:scale(1.06)}.Chatbot_messageList__oK84I{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__JL-iW{word-wrap:break-word;animation:Chatbot_popIn__duU38 .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__duU38{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Chatbot_userMessage__Cgmfn{align-self:flex-end;background:linear-gradient(135deg,#bbf7d0,#86efac 60%,#4ade80);box-shadow:0 8px 18px #22c55e2e;color:#063b1c}.Chatbot_userMessage__Cgmfn:after{background:#86efac;border-radius:3px;bottom:10px;content:"";height:14px;opacity:.95;position:absolute;right:-6px;transform:rotate(45deg);width:14px}.Chatbot_botMessage__olisU{align-self:flex-start;background:#ffffffeb;box-shadow:0 6px 14px #10182814}.Chatbot_botMessage__olisU: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__W6EDC{font-size:.92rem;line-height:1.45}.Chatbot_inputForm__sHzB1{-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__XOnhU{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__XOnhU:focus{border-color:#22c55e8c;box-shadow:0 0 0 4px #22c55e29}.Chatbot_input__XOnhU:disabled{background:#ffffff8c;cursor:not-allowed}.Chatbot_sendButton__X5iSK{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__X5iSK:hover:not(:disabled){filter:saturate(1.05);transform:translateY(-1px)}.Chatbot_sendButton__X5iSK:active:not(:disabled){transform:translateY(0) scale(.99)}.Chatbot_sendButton__X5iSK:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed}.Chatbot_typingIndicator__CE9dc{align-items:center;color:#16a34a;display:inline-flex;font-weight:600;gap:6px}.Chatbot_dots__FEiZo{display:inline-flex;gap:3px}.Chatbot_dots__FEiZo span{animation:Chatbot_bounce__GIzYd 1s infinite;background:#16a34aa6;border-radius:999px;height:6px;width:6px}.Chatbot_dots__FEiZo span:nth-child(2){animation-delay:.12s}.Chatbot_dots__FEiZo span:nth-child(3){animation-delay:.24s}@keyframes Chatbot_bounce__GIzYd{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.Chatbot_messageList__oK84I::-webkit-scrollbar{width:7px}.Chatbot_messageList__oK84I::-webkit-scrollbar-track{background:#ffffff59}.Chatbot_messageList__oK84I::-webkit-scrollbar-thumb{background:#22c55e59;border-radius:999px}.Chatbot_messageList__oK84I::-webkit-scrollbar-thumb:hover{background:#22c55e8c}@media(max-width:640px){.Chatbot_chatbotContainer__vMwrx{height:75vh;left:12px;right:12px;width:auto}.Chatbot_chatButton__LAzCs{bottom:12px;right:12px}}.Chatbot_greetingBubble__CzQEv{animation:Chatbot_bubbleFade__i0XFE .45s ease,Chatbot_floatBubble__q0trP 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__CzQEv: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__4wNRx{border-radius:50%;height:60px;object-fit:cover;width:60px}.Chatbot_headerInfo__seeGm{align-items:center;display:flex;gap:10px;position:relative;z-index:2}.Chatbot_headerInfo__seeGm h2{font-size:16px;font-weight:800;margin:0}.Chatbot_headerInfo__seeGm span{color:#15803d;display:block;font-size:12px;font-weight:600;margin-top:2px}.Chatbot_headerAvatar__V3FaA{border-radius:50%;box-shadow:0 8px 18px #22c55e38;height:38px;object-fit:cover;width:38px}.Chatbot_messageRow__\+Kt5I{align-items:flex-end;animation:Chatbot_messageFadeUp__WZRnc .25s ease both;display:flex;gap:8px}.Chatbot_botRow__Z9Cip{justify-content:flex-start}.Chatbot_userRow__Xjta9{justify-content:flex-end}.Chatbot_messageAvatar__y0S5T{animation:Chatbot_avatarPop__h3dq8 .25s ease both;border-radius:50%;box-shadow:0 6px 14px #22c55e2e;flex-shrink:0;height:32px;object-fit:cover;width:32px}.Chatbot_messageBubble__0knOA{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__0knOA:hover{transform:translateY(-1px)}.Chatbot_userMessage__Cgmfn{background:linear-gradient(135deg,#bbf7d0,#86efac 55%,#22c55e);border-bottom-right-radius:6px;box-shadow:0 10px 22px #22c55e33;color:#052e16}.Chatbot_botMessage__olisU{background:#fffffff2;border:1px solid #22c55e24;border-bottom-left-radius:6px;box-shadow:0 8px 20px #10182814;color:#0f172a}.Chatbot_messageContent__W6EDC{font-size:14px;line-height:1.5}.Chatbot_messageContent__W6EDC p{margin:0 0 8px}.Chatbot_messageContent__W6EDC p:last-child{margin-bottom:0}.Chatbot_messageContent__W6EDC strong{color:#15803d}.Chatbot_messageContent__W6EDC a{color:#16a34a;font-weight:700;text-decoration:underline}.Chatbot_messageContent__W6EDC ol,.Chatbot_messageContent__W6EDC ul{margin:8px 0;padding-left:18px}.Chatbot_messageContent__W6EDC li{margin-bottom:4px}.Chatbot_typingDots__JMcq4{align-items:center;display:flex;gap:5px;height:20px;min-width:36px}.Chatbot_typingDots__JMcq4 span{animation:Chatbot_typingBounce__p0Ggp 1s ease-in-out infinite;background:#22c55e;border-radius:50%;height:7px;width:7px}.Chatbot_typingDots__JMcq4 span:nth-child(2){animation-delay:.15s}.Chatbot_typingDots__JMcq4 span:nth-child(3){animation-delay:.3s}.Chatbot_previewBox__uKYn8{animation:Chatbot_messageFadeUp__WZRnc .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__\+qh-l{border:2px solid #bbf7d0;border-radius:16px;box-shadow:0 10px 24px #22c55e2e;height:95px;object-fit:cover;width:95px}.Chatbot_removePreview__Ll58F{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__GYpQq{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__dbL2q{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__dbL2q:hover{background:#bbf7d0;box-shadow:0 8px 18px #22c55e2e;transform:translateY(-1px) scale(1.05)}.Chatbot_sendButton__X5iSK{align-items:center;border-radius:50%;display:flex;height:44px;justify-content:center;min-width:46px;padding:0}.Chatbot_inputForm__sHzB1{align-items:center}.Chatbot_input__XOnhU{height:44px}@keyframes Chatbot_bubbleFade__i0XFE{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes Chatbot_floatBubble__q0trP{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes Chatbot_messageFadeUp__WZRnc{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes Chatbot_avatarPop__h3dq8{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes Chatbot_typingBounce__p0Ggp{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}@media(max-width:640px){.Chatbot_greetingBubble__CzQEv{bottom:86px;font-size:13px;max-width:240px;right:12px}.Chatbot_chatImagePreview__GYpQq{width:180px}}.Review_wrapper__2SwSz{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__eHX00{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__3Qphj h2,.Review_right__GnpGe 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__3Qphj h2:after,.Review_right__GnpGe h2:after{background:linear-gradient(90deg,#7cc652,#e1f0c4);border-radius:999px;bottom:-12px;content:"";height:5px;left:0;position:absolute;width:72px}.Review_reviewList__8HEio{display:flex;flex-direction:column;gap:22px}.Review_reviewCard__NGwX6{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__NGwX6:hover{border-color:#7cc6526b;box-shadow:0 22px 50px #1018281f;transform:translateY(-6px)}.Review_reviewTop__fwVW9{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:18px}.Review_userInfo__qchpZ{align-items:center;display:flex;gap:15px}.Review_userInfo__qchpZ 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__xfaUL h3{color:#172033;font-size:17px;font-weight:900;margin:0 0 4px}.Review_userText__xfaUL span{color:#667085;font-size:14px;font-style:italic}.Review_stars__nQ7BB{align-items:center;color:#f6b81a;display:flex;flex-shrink:0;font-size:13px;gap:4px}.Review_reviewContent__Dq8bL{color:#475467;font-size:15.5px;font-style:italic;line-height:1.8;margin:0}.Review_faqList__URAUe{background:#ffffffd1;border:1px solid #7cc65229;border-radius:22px;box-shadow:0 14px 35px #10182812;overflow:hidden}.Review_faqItem__4uf6A{border-bottom:1px solid #7cc65224}.Review_faqItem__4uf6A:last-child{border-bottom:none}.Review_faqQuestion__OHRM5{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__OHRM5 svg{color:#7cc652;flex-shrink:0;font-size:14px;transition:transform .25s ease}.Review_faqQuestion__OHRM5:hover{background:#e1f0c452;color:#62ad3b}.Review_faqAnswer__Yx3D7{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.Review_faqAnswer__Yx3D7 p{color:#667085;font-size:15px;line-height:1.75;margin:0;padding:0 24px}.Review_active__g7ia0 .Review_faqQuestion__OHRM5{background:#e1f0c447;color:#62ad3b}.Review_active__g7ia0 .Review_faqQuestion__OHRM5 svg{transform:rotate(180deg)}.Review_active__g7ia0 .Review_faqAnswer__Yx3D7{max-height:220px;padding-bottom:22px}@media(max-width:1024px){.Review_wrapper__2SwSz{padding:64px 0}.Review_inner__eHX00{gap:46px;grid-template-columns:1fr}}@media(max-width:640px){.Review_wrapper__2SwSz{padding:50px 0}.Review_inner__eHX00{width:min(100% - 28px,1240px)}.Review_left__3Qphj h2,.Review_right__GnpGe h2{margin-bottom:30px}.Review_reviewCard__NGwX6{border-radius:20px;padding:20px}.Review_reviewTop__fwVW9{align-items:flex-start;flex-direction:column;gap:14px}.Review_userInfo__qchpZ img{height:50px;width:50px}.Review_faqList__URAUe{border-radius:20px}.Review_faqQuestion__OHRM5{font-size:15.5px;padding:19px 18px}.Review_faqAnswer__Yx3D7 p{font-size:14.5px;padding:0 18px}.Review_reviewContent__Dq8bL{font-size:15px;line-height:1.7}}.Combo_wrapper__gyGmz{background:linear-gradient(180deg,#fbfff7,#f4f9ef);border-top:2px solid rgba(124,198,82,.125);overflow:hidden;padding:90px 0;width:100%}.Combo_inner__5vUkK{margin:0 auto;width:min(1240px,92%)}.Combo_top__Mx1Pj{margin-bottom:36px;max-width:640px}.Combo_subTitle__opaoZ{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__TMMAc{color:#0b1b45;font-size:clamp(32px,4vw,48px);font-weight:900;line-height:1.1;margin:0 0 12px}.Combo_text__9aamw{color:#667085;font-size:17px;line-height:1.7;margin:0}.Combo_grid__7S1cO{grid-gap:28px;display:grid;gap:28px;grid-template-columns:repeat(3,1fr)}.Combo_card__Z-TX8{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__Z-TX8:hover{box-shadow:0 28px 70px #0f254429;transform:translateY(-10px) scale(1.01)}.Combo_card__Z-TX8:hover .Combo_imageBox__eU2pB{transform:translateY(-10px) rotate(-2deg) scale(1.04)}.Combo_card__Z-TX8:hover .Combo_image__o\+aj8{transform:scale(1.08)}.Combo_card__Z-TX8:hover .Combo_shine__CUhjv{transform:translateX(130%) rotate(18deg)}.Combo_card__Z-TX8:hover .Combo_arrow__qtWSy{transform:translateX(4px)}.Combo_green__fcFB8{background:linear-gradient(135deg,#effbdd,#d8efc8 48%,#bfe4b8)}.Combo_green__fcFB8 .Combo_tag__wwJcZ{background:#1373331f;color:#137333}.Combo_green__fcFB8 .Combo_btn__9geMO{background:linear-gradient(135deg,#193f18,#2f7d32)}.Combo_green__fcFB8 .Combo_bgIcon__JHf80{color:#2f7d321f}.Combo_blue__A2O00{background:linear-gradient(135deg,#f0f6ff,#dfe9f8 48%,#cfdef2)}.Combo_blue__A2O00 .Combo_tag__wwJcZ{background:#1d4ed81f;color:#1d4ed8}.Combo_blue__A2O00 .Combo_btn__9geMO{background:linear-gradient(135deg,#12335f,#2563eb)}.Combo_blue__A2O00 .Combo_bgIcon__JHf80{color:#2563eb1c}.Combo_beige__aPIoQ{background:linear-gradient(135deg,#fff8ee,#f6e9d8 48%,#efdcc3)}.Combo_beige__aPIoQ .Combo_tag__wwJcZ{background:#d455001f;color:#d45500}.Combo_beige__aPIoQ .Combo_btn__9geMO{background:linear-gradient(135deg,#653b17,#d97706)}.Combo_beige__aPIoQ .Combo_bgIcon__JHf80{color:#d977061f}.Combo_shine__CUhjv{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__ooMO5{position:relative;z-index:3}.Combo_tag__wwJcZ{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__rkAis{color:#071b49;font-size:26px;font-weight:900;line-height:1.25;margin:0 0 12px;min-height:66px}.Combo_desc__oK8G6{color:#4b5a72;font-size:15.5px;line-height:1.6;margin:0 0 18px;min-height:75px}.Combo_imageWrap__-oebG{display:flex;justify-content:center;margin:18px 0 24px;position:relative;z-index:2}.Combo_imageBox__eU2pB{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__o\+aj8{height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.Combo_noImage__GCIQN{background:#fff;color:#98a2b3;display:grid;font-weight:700;height:100%;place-items:center;width:100%}.Combo_priceBox__dBPLf{align-items:flex-end;display:flex;gap:10px;margin-bottom:22px;position:relative;z-index:3}.Combo_price__IxlAf{color:#071b49;font-size:30px;font-weight:950;line-height:1}.Combo_oldPrice__eVvBl{color:#6f7d95;font-size:14px;margin-bottom:3px;text-decoration:line-through}.Combo_btn__9geMO{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__9geMO:hover{box-shadow:0 18px 34px #0919373d;opacity:.95;transform:translateY(-2px)}.Combo_btn__9geMO:active{transform:translateY(0)}.Combo_arrow__qtWSy{transition:transform .25s ease}.Combo_bgIcon__JHf80{bottom:-28px;font-size:150px;pointer-events:none;position:absolute;right:-22px;z-index:1}.Combo_stateBox__P6r6h{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__P6r6h p{margin:0}.Combo_loader__wUgKW{animation:Combo_spin__MwPcf .8s linear infinite;border:4px solid #e1f0c4;border-radius:50%;border-top-color:#2f7d32;height:34px;width:34px}@keyframes Combo_spin__MwPcf{to{transform:rotate(1turn)}}@media(max-width:1100px){.Combo_grid__7S1cO{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.Combo_wrapper__gyGmz{padding:64px 0}.Combo_top__Mx1Pj{margin-left:auto;margin-right:auto;text-align:center}.Combo_grid__7S1cO{grid-template-columns:1fr}.Combo_card__Z-TX8{border-radius:24px;min-height:auto;padding:24px}.Combo_title__rkAis{font-size:23px;min-height:auto}.Combo_desc__oK8G6{min-height:auto}.Combo_imageBox__eU2pB{height:220px}.Combo_price__IxlAf{font-size:27px}.Combo_bgIcon__JHf80{font-size:110px}}.Combo_card__Z-TX8{color:inherit}.Combo_btn__9geMO,.Combo_card__Z-TX8{text-decoration:none}@media(max-width:480px){.Combo_wrapper__gyGmz{padding:52px 0}.Combo_inner__5vUkK{width:min(100% - 28px,1240px)}.Combo_subTitle__opaoZ{font-size:11px;padding:7px 12px}.Combo_heading__TMMAc{font-size:30px}.Combo_text__9aamw{font-size:15px}.Combo_card__Z-TX8{padding:20px}.Combo_imageBox__eU2pB{border-radius:20px;height:200px}.Combo_priceBox__dBPLf{flex-wrap:wrap}.Combo_btn__9geMO{justify-content:center;width:100%}}.Combo_marquee__zSWGC{overflow:hidden;padding:10px 0 18px;width:100%}.Combo_marquee__zSWGC:hover .Combo_track__eD869{animation-play-state:paused}.Combo_track__eD869{animation:Combo_comboMarquee__K7Bmp 28s linear infinite;display:flex;gap:28px;width:-webkit-max-content;width:max-content}@keyframes Combo_comboMarquee__K7Bmp{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.Combo_card__Z-TX8{flex:0 0 390px;width:390px}.maintenance-page{align-items:center;background:linear-gradient(135deg,#f6f9ef,#eef5e5 35%,#f8f5ed);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:24px;position:relative}.maintenance-page:before{animation:floatBlob1 10s ease-in-out infinite;background:#4caf501f;height:700px;right:-150px;top:-250px;width:700px}.maintenance-page:after,.maintenance-page:before{border-radius:50%;content:"";filter:blur(120px);position:absolute}.maintenance-page:after{animation:floatBlob2 12s ease-in-out infinite;background:#ffc1071f;bottom:-200px;height:600px;left:-150px;width:600px}.maintenance-card{animation:fadeUp .8s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#ffffffbf;border:1px solid #ffffff80;border-radius:32px;box-shadow:0 20px 40px #00000014,0 5px 15px #0000000d;max-width:850px;padding:60px;position:relative;text-align:center;width:100%;z-index:2}.maintenance-badge{align-items:center;background:#4caf501f;border-radius:999px;color:#2e7d32;display:inline-flex;font-size:14px;font-weight:700;gap:8px;margin-bottom:24px;padding:10px 18px}.maintenance-card h1{color:#243426;font-size:56px;font-weight:800;line-height:1.15;margin-bottom:20px}.description{color:#667085;font-size:18px;line-height:1.8;margin:0 auto 40px;max-width:650px}.countdown{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-bottom:40px}.time-box{background:#fff;border-radius:22px;box-shadow:0 12px 30px #0000000f;min-width:110px;padding:20px;transition:all .3s ease}.time-box:hover{transform:translateY(-6px)}.time-box span{color:#2e7d32;display:block;font-size:34px;font-weight:800}.time-box small{color:#98a2b3;font-size:13px}.maintenance-info{background:#ffffffb3;border:1px solid #4caf5014;border-radius:24px;padding:24px}.maintenance-info strong{color:#2e7d32;display:block;font-size:20px;margin-bottom:8px}.maintenance-info span{color:#667085;display:block;margin-bottom:15px}.thank-you{border-top:1px solid #0000000f;color:#667085;font-size:15px;line-height:1.8;margin-top:15px;padding-top:15px}.maintenance-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:24px}.maintenance-actions a,.maintenance-actions button{background:#2e7d32;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;min-width:150px;padding:13px 22px;text-decoration:none;transition:all .25s ease}.maintenance-actions a:hover,.maintenance-actions button:hover{box-shadow:0 10px 24px #2e7d3240;transform:translateY(-3px)}.safe-note{color:#667085;font-size:14px;line-height:1.7;margin-top:18px}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes floatBlob1{0%,to{transform:translateY(0)}50%{transform:translateY(50px)}}@keyframes floatBlob2{0%,to{transform:translateY(0)}50%{transform:translateY(-50px)}}@media(max-width:768px){.maintenance-card{padding:35px 24px}.maintenance-card h1{font-size:36px}.description{font-size:16px}.time-box{min-width:80px;padding:16px}.time-box span{font-size:28px}.maintenance-actions a,.maintenance-actions button{width:100%}}.contact-info{margin-top:16px}.contact-info p{color:#667085;font-size:15px;margin:8px 0}.version-note{color:#667085;font-size:14px;line-height:1.8;margin-top:10px}.copyright{color:#98a2b3;font-size:13px;margin-top:18px}.Admin_wrapper__XsD-3{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__XsD-3{display:flex;flex-direction:column}}@media only screen and (min-width:600px)and (max-width:1024px){.Admin_wrapper__XsD-3{grid-template-columns:35% 64%}}.Slidebar_wrapper__pT\+n2{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__Kjdkr{align-items:center;display:flex;gap:12px;margin-bottom:26px;padding:4px 6px}.Slidebar_brandIcon__vte6L{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__5y7kP{min-width:0}.Slidebar_brandText__5y7kP h3{color:#1f2a1c;font-size:20px;font-weight:800;line-height:1.2;margin:0}.Slidebar_brandText__5y7kP span{color:#6f7d5d;display:block;font-size:12px;font-weight:500;margin-top:3px}.Slidebar_menuList__hxW\+c{display:flex;flex:1 1;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.Slidebar_menuItem__wkOCz{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__wkOCz:hover{background:#f4f8eb;color:#58792a}.Slidebar_menuItem__wkOCz.Slidebar_active__xvqhu{background:#e1f0c4;box-shadow:inset 3px 0 0 #99b86a;color:#48651f}.Slidebar_menuItem__wkOCz span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Slidebar_icon__MGKfD{align-items:center;display:flex;flex-shrink:0;font-size:15px;justify-content:center;width:18px}.Slidebar_footer__bw8Jc{align-items:center;border-top:1px solid #edf2e4;display:flex;gap:10px;justify-content:space-between;margin-top:22px;padding-top:16px}.Slidebar_adminInfo__tXcnx{flex:1 1;gap:10px;min-width:0}.Slidebar_avatar__l0tm3{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__N\+lVm strong{color:#1f2a1c;display:block}.Slidebar_adminText__N\+lVm span{color:#7b876d;display:block;margin-top:2px}.Slidebar_footerActions__HRqFs{align-items:center;display:flex;flex-shrink:0;gap:6px}.Slidebar_footerBtn__oMKaO{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__oMKaO:hover{background:#f6faef;border-color:#cfddb5;color:#58792a}.Slidebar_logoutBtn__HiznS:hover{background:#fff1f1;border-color:#f1caca;color:#d85c5c}@media(max-width:1200px){.Slidebar_wrapper__pT\+n2{min-width:230px;width:230px}}@media(max-width:992px){.Slidebar_wrapper__pT\+n2{border-bottom:1px solid #dfe8cf;border-right:none;min-height:auto;min-width:100%;width:100%}.Slidebar_footer__bw8Jc{margin-top:16px}}@media(max-width:576px){.Slidebar_wrapper__pT\+n2{padding:14px 12px}.Slidebar_menuItem__wkOCz{font-size:14px;min-height:44px;padding:0 12px}.Slidebar_brandText__5y7kP h3{font-size:16px}}.Slidebar_adminInfo__tXcnx{align-items:center;display:flex;gap:12px}.Slidebar_avatarImage__baSs1,.Slidebar_avatar__l0tm3{border-radius:50%;flex-shrink:0;height:44px;width:44px}.Slidebar_avatar__l0tm3{align-items:center;background:#e8f0dc;color:#1d2b1f;display:flex;font-size:16px;font-weight:700;justify-content:center;overflow:hidden}.Slidebar_avatarImage__baSs1{border:1px solid #00000014;object-fit:cover}.Slidebar_adminText__N\+lVm{display:flex;flex-direction:column;min-width:0}.Slidebar_adminText__N\+lVm strong{color:#1d2b1f;font-size:14px;font-weight:700;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Slidebar_adminText__N\+lVm span{color:#6b7280;font-size:12px}.Slidebar_brandIcon__vte6L{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__vte6L img{height:100%;object-fit:contain;padding:6px;width:100%}.Slidebar_copyright__OumQI{border-top:1px solid #e5e7eb;color:#9ca3af;font-size:12px;margin-top:14px;padding-top:10px;text-align:center}.HomePage_wrapper__479p-{border-radius:10px;color:#fff;margin-top:15px;padding:10px 20px}.ManageProducts_wrapper__qvm16{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManageProducts_header__ITWlN{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.ManageProducts_headerLeft__dtfYi h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageProducts_headerLeft__dtfYi p{color:#6b7280;font-size:15px;line-height:1.6;margin:0}.ManageProducts_headerRight__j1z1o{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.ManageProducts_searchBox__kJXn1{min-width:320px}.ManageProducts_searchBox__kJXn1 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__kJXn1 input:focus{border-color:#b8d98a;box-shadow:0 0 0 4px #e1f0c48c}.ManageProducts_searchBox__kJXn1 input::placeholder{color:#9aa4b2}.ManageProducts_addButton__v5to4{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__v5to4:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManageProducts_contentCard__0Ydmr{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.ManageProducts_cardTop__Wysvr{align-items:center;border-bottom:1px solid #eef2f6;display:flex;justify-content:space-between;padding:20px 22px 14px}.ManageProducts_resultText__MWiBE{color:#64748b;font-size:14px}.ManageProducts_resultText__MWiBE strong{color:#1f2937}.ManageProducts_tableWrap__fu7fe{overflow-x:auto;width:100%}.ManageProducts_productTable__GNYir{border-collapse:collapse;min-width:900px;width:100%}.ManageProducts_productTable__GNYir thead{background:#f8fbf1}.ManageProducts_productTable__GNYir 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__GNYir tbody tr{transition:background .2s ease}.ManageProducts_productTable__GNYir tbody tr:hover{background:#fcfef8}.ManageProducts_productTable__GNYir tbody td{border-bottom:1px solid #eef2f6;padding:18px 20px;vertical-align:middle}.ManageProducts_imageBox__gOQG1{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__gOQG1 img{height:100%;object-fit:cover;width:100%}.ManageProducts_productInfo__pE6ih{display:flex;flex-direction:column;gap:6px}.ManageProducts_productInfo__pE6ih h4{color:#1f2937;font-size:18px;font-weight:700;line-height:1.4;margin:0}.ManageProducts_productInfo__pE6ih span{color:#94a3b8;font-size:13px;word-break:break-all}.ManageProducts_typeBadge__sSjsK{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__1oZXR{color:#111827;font-size:18px;font-weight:800;white-space:nowrap}.ManageProducts_actionGroup__e4N4U{flex-wrap:wrap;gap:10px}.ManageProducts_deleteBtn__sQj-K,.ManageProducts_editBtn__wRRkB{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__wRRkB{background:#fff7db;border:1px solid #f4deb0;color:#9a6700}.ManageProducts_editBtn__wRRkB:hover{background:#ffefb8}.ManageProducts_deleteBtn__sQj-K{background:#ffe3e3;border:1px solid #ffc8c8;color:#c62828}.ManageProducts_deleteBtn__sQj-K:hover{background:#ffd1d1}.ManageProducts_emptyState__feqAU{color:#94a3b8;font-size:15px;padding:40px 20px;text-align:center}.ManageProducts_pagination__SpeyC{align-items:center;display:flex;justify-content:center;padding:20px}.ManageProducts_pagination__SpeyC .ManageProducts_MuiPagination-root__R9Vg4{background:#f8fbf1;border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:10px 16px}@media(max-width:1200px){.ManageProducts_header__ITWlN{align-items:stretch;flex-direction:column}.ManageProducts_headerRight__j1z1o{justify-content:space-between;width:100%}.ManageProducts_searchBox__kJXn1{flex:1 1;min-width:260px}}@media(max-width:768px){.ManageProducts_wrapper__qvm16{padding:18px}.ManageProducts_headerLeft__dtfYi h1{font-size:28px}.ManageProducts_headerRight__j1z1o{align-items:stretch;flex-direction:column}.ManageProducts_searchBox__kJXn1{min-width:100%}.ManageProducts_addButton__v5to4{width:100%}.ManageProducts_productTable__GNYir{min-width:760px}.ManageProducts_price__1oZXR,.ManageProducts_productInfo__pE6ih h4{font-size:16px}}.ManageProducts_actionGroup__e4N4U{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.ManageProducts_iconButton__HcsoN{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__xVCp6{color:#10b981}.ManageProducts_editButton__xVCp6:hover{background:#d1fae5;color:#047857}.ManageProducts_deleteButton__EVj9Z{color:#ef4444}.ManageProducts_deleteButton__EVj9Z:hover{background:#fee2e2;color:#b91c1c}.ManageProducts_searchBox__kJXn1{position:relative;width:320px}.ManageProducts_searchBox__kJXn1 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__kJXn1 input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.ManageProducts_searchIcon__PjRHI{color:#94a3b8;font-size:14px;left:14px;position:absolute;top:50%;transform:translateY(-50%)}@media only screen and (max-width:1024px){.Pagination_wrapper__8OXAH{align-items:center;display:flex;height:100%;justify-content:center;width:100%}}.ModalUpdatePro_wrapper__uOPmn .modal-content{border:none;border-radius:24px;box-shadow:0 20px 50px #0f172a29;overflow:hidden}.ModalUpdatePro_wrapper__uOPmn .modal-header{background:linear-gradient(135deg,#f7fbef,#e1f0c4);border-bottom:1px solid #edf2f7;padding:22px 26px}.ModalUpdatePro_wrapper__uOPmn .modal-title{color:#243127;font-size:24px;font-weight:800}.ModalUpdatePro_wrapper__uOPmn .btn-close{box-shadow:none!important}.ModalUpdatePro_wrapper__uOPmn .modal-body{background:#fff;padding:24px 26px}.ModalUpdatePro_wrapper__uOPmn .modal-footer{background:#fcfdf9;border-top:1px solid #edf2f7;padding:20px 26px}.ModalUpdatePro_formGroup__-fFG3{margin-bottom:18px}.ModalUpdatePro_label__RhFkl{color:#4b5563;display:inline-block;font-size:14px;font-weight:700;margin-bottom:8px}.ModalUpdatePro_input__P4x-h{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__P4x-h:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.ModalUpdatePro_editor__xF7f6{border:1px solid #dbe4d1;border-radius:18px;overflow:hidden}.ModalUpdatePro_editor__xF7f6 .tox-tinymce{border:none!important}.ModalUpdatePro_editor__xF7f6 .tox .tox-toolbar,.ModalUpdatePro_editor__xF7f6 .tox .tox-toolbar__primary{background:#f7fbef!important}.ModalUpdatePro_closeBtn__Qkzex{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__FuPu\+{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__FuPu\+:hover{box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.ModalUpdatePro_checkboxLabel__JNcEM{align-items:center;color:#263820;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px}.ModalUpdatePro_checkboxLabel__JNcEM input{accent-color:#7ca943;cursor:pointer;height:18px;width:18px}.ModalUpdatePro_helpText__TQkhL{color:#6b7280;font-size:13px;margin:8px 0 0}.ModalUpdatePro_uploadBox__kUBlt{cursor:pointer;display:block;width:100%}.ModalUpdatePro_uploadBox__kUBlt input{display:none}.ModalUpdatePro_uploadContent__zOpgA{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__zOpgA:hover{background:#f4f9eb;border-color:#7ca943}.ModalUpdatePro_uploadContent__zOpgA span{color:#243127;font-size:16px;font-weight:700}.ModalUpdatePro_uploadContent__zOpgA small{color:#6b7280;font-size:13px;margin-top:6px}.ModalUpdatePro_previewWrap__wmezA{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.ModalUpdatePro_previewImage__dPYYN{border:1px solid #dbe4d1;border-radius:16px;box-shadow:0 8px 18px #0f172a14;height:110px;object-fit:cover;width:110px}.ModalUpdatePro_previewVideo__wEQdT{background:#000;border-radius:12px;height:110px;object-fit:cover;width:140px}.AddProducts_wrapper__eHMVg{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.AddProducts_header__9eHpK{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.AddProducts_headerLeft__gK2l7{align-items:flex-start;display:flex;gap:14px}.AddProducts_headerLeft__gK2l7 h1{color:#172033;font-size:38px;font-weight:800;line-height:1.2;margin:0 0 6px}.AddProducts_headerLeft__gK2l7 p{color:#7a8599;font-size:15px;line-height:1.6;margin:0}.AddProducts_backButton__0poUh{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__0poUh:hover{background:#d5eab0;transform:translateY(-1px)}.AddProducts_headerActions__lhc0r{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.AddProducts_browseButton__\+c9EW,.AddProducts_cancelButton__UgvBw,.AddProducts_primaryButton__guIeV,.AddProducts_saveButton__XjQDE,.AddProducts_secondaryButton__ebPpU{border:none;cursor:pointer;font-weight:700;transition:all .25s ease}.AddProducts_browseButton__\+c9EW:disabled,.AddProducts_cancelButton__UgvBw:disabled,.AddProducts_primaryButton__guIeV:disabled,.AddProducts_saveButton__XjQDE:disabled,.AddProducts_secondaryButton__ebPpU:disabled{cursor:not-allowed;opacity:.7}.AddProducts_cancelButton__UgvBw{background:#edf2f7;border-radius:14px;color:#3d4a5c;font-size:15px;height:48px;padding:0 18px}.AddProducts_cancelButton__UgvBw:hover{background:#e3e9f0}.AddProducts_primaryButton__guIeV,.AddProducts_saveButton__XjQDE{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__guIeV:hover,.AddProducts_saveButton__XjQDE:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.AddProducts_grid__J7OHN{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,2.1fr) minmax(320px,.9fr)}.AddProducts_leftColumn__7qMto,.AddProducts_rightColumn__mMOVb{display:flex;flex-direction:column;gap:22px}.AddProducts_card__eDZ8K{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.AddProducts_cardHeader__n6o4M{background:#fff;border-bottom:1px solid #eef2f6;padding:24px 26px}.AddProducts_cardHeader__n6o4M h3{color:#172033;font-size:18px;font-weight:800;margin:0}.AddProducts_cardBody__L4aWx{padding:24px 26px}.AddProducts_formGroup__NYBFG{display:flex;flex-direction:column;margin-bottom:18px}.AddProducts_formGroup__NYBFG:last-child{margin-bottom:0}.AddProducts_formGroup__NYBFG label{color:#243145;font-size:15px;font-weight:700;margin-bottom:10px}.AddProducts_formGroup__NYBFG input,.AddProducts_formGroup__NYBFG 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__NYBFG input:focus,.AddProducts_formGroup__NYBFG select:focus{border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.AddProducts_formGroup__NYBFG input::placeholder,.AddProducts_formGroup__NYBFG select::placeholder{color:#96a0b2}.AddProducts_formGroup__NYBFG 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__gP6OD{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.AddProducts_editorWrap__xmuLr{border:1px solid #d8e0ea;border-radius:16px;overflow:hidden}.AddProducts_editorWrap__xmuLr .tox{border:none!important}.AddProducts_editorWrap__xmuLr .tox-tinymce{border:none!important;border-radius:16px!important}.AddProducts_uploadArea__hh\+OH{width:100%}.AddProducts_uploadBox__6nda5{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__6nda5 h4{color:#243145;font-size:24px;font-weight:800;margin:0}.AddProducts_uploadBox__6nda5 p{color:#8390a3;font-size:14px;margin:0}.AddProducts_uploadIcon__XXqE7{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__\+c9EW{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__\+c9EW:hover{background:#f7fafc}.AddProducts_previewGrid__SHWhb{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));margin-top:18px}.AddProducts_previewItem__ic6QH{background:#f8fafc;border:1px solid #e5ebf2;border-radius:16px;height:130px;overflow:hidden;position:relative}.AddProducts_previewItem__ic6QH img{display:block;height:100%;object-fit:cover;width:100%}.AddProducts_removePreview__TilTZ{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__TilTZ:hover{background:#dc2626eb}.AddProducts_summaryBox__cQ3RV{background:#f8fbf1;border:1px solid #e1f0c4;border-radius:16px;display:flex;flex-direction:column;gap:6px;margin-top:6px;padding:16px}.AddProducts_summaryBox__cQ3RV span{color:#667085;font-size:13px}.AddProducts_summaryBox__cQ3RV strong{color:#1f2937;font-size:16px;font-weight:800}.AddProducts_tipsList__aJbHB{color:#5f6b7c;margin:0;padding-left:18px}.AddProducts_tipsList__aJbHB li{line-height:1.6;margin-bottom:10px}.AddProducts_tipsList__aJbHB li:last-child{margin-bottom:0}.AddProducts_actionBody__r4lN1{display:flex;flex-direction:column;gap:12px}.AddProducts_secondaryButton__ebPpU{background:#eef3f8;border-radius:14px;color:#374151;font-size:15px;height:48px;width:100%}.AddProducts_secondaryButton__ebPpU:hover{background:#e6edf4}.AddProducts_primaryButton__guIeV{width:100%}@media(max-width:1200px){.AddProducts_grid__J7OHN{grid-template-columns:1fr}.AddProducts_rightColumn__mMOVb{order:-1}}@media(max-width:768px){.AddProducts_wrapper__eHMVg{padding:18px}.AddProducts_header__9eHpK{align-items:stretch;flex-direction:column}.AddProducts_headerLeft__gK2l7 h1{font-size:30px}.AddProducts_headerActions__lhc0r{width:100%}.AddProducts_headerActions__lhc0r button{flex:1 1}.AddProducts_twoColumn__gP6OD{grid-template-columns:1fr}.AddProducts_cardBody__L4aWx,.AddProducts_cardHeader__n6o4M{padding:18px}.AddProducts_uploadBox__6nda5{min-height:200px}.AddProducts_uploadBox__6nda5 h4{font-size:20px}}.AddProducts_comboCheck__8yF6F{background:#f7fbf1;border:1px solid #dcebc2;border-radius:14px;margin-top:18px;padding:16px}.AddProducts_comboCheck__8yF6F p{color:#6b7280;font-size:13px;margin:8px 0 0}.AddProducts_checkboxLabel__rpvsa{align-items:center;color:#263820;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:10px}.AddProducts_checkboxLabel__rpvsa input{accent-color:#7ca943;cursor:pointer;height:18px;width:18px}.ManageOrder_manageOrderPage__rEgoY{background:#fff;box-sizing:border-box;min-height:100vh;padding:24px}.ManageOrder_headerRow__2Ys-F{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.ManageOrder_pageTitle__7cX1b{color:#1d2b1f;font-size:32px;font-weight:800;line-height:1.25;margin:0;word-break:break-word}.ManageOrder_pageDesc__IHGNf{color:#6f7d6a;font-size:16px;line-height:1.5;margin:8px 0 0;word-break:break-word}.ManageOrder_headerActions__zMRfL{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:16px;justify-content:flex-end;min-width:280px}.ManageOrder_searchBox__sys1i{flex:0 0 260px;max-width:500px;min-width:500px}.ManageOrder_searchBox__sys1i 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__sys1i input::placeholder{color:#8a9687}.ManageOrder_searchBox__sys1i input:focus{border-color:#9fbe6f;box-shadow:0 0 0 3px #e1f0c4b3}.ManageOrder_tabs__La1mY{border-bottom:1px solid #e6edd7;display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px;overflow-x:auto;scrollbar-width:thin}.ManageOrder_tabBtn__\+ZeDF{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__\+ZeDF.ManageOrder_active__lMwP0{color:#4c8c45}.ManageOrder_tabBtn__\+ZeDF.ManageOrder_active__lMwP0:after{background:#6fbf73;border-radius:10px;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.ManageOrder_filterBar__xg6Fy{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px}.ManageOrder_filterLeft__YU0Ss{display:flex;flex:1 1;flex-wrap:wrap;gap:12px}.ManageOrder_filterBtn__TqsNe{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__TqsNe:hover{background:#f4f8eb}.ManageOrder_filterRight__XVIbA{color:#6a7766;font-size:14px;white-space:nowrap}.ManageOrder_filterRight__XVIbA strong{color:#2f3f2b;font-weight:700}.ManageOrder_tableCard__K8nNN{background:#fff;border:1px solid #e5ecd7;border-radius:22px;box-shadow:0 10px 30px #68824e0f;overflow:hidden}.ManageOrder_tableResponsive__PUTm-{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}.ManageOrder_orderTable__7FxXo{border-collapse:collapse;min-width:980px;width:100%}.ManageOrder_orderTable__7FxXo thead{background:#f6faee}.ManageOrder_orderTable__7FxXo 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__7FxXo tbody tr{transition:background .2s ease}.ManageOrder_orderTable__7FxXo tbody tr:hover{background:#fbfdf7}.ManageOrder_orderTable__7FxXo tbody td{border-bottom:1px solid #edf2e5;color:#233021;font-size:14px;padding:16px 14px;vertical-align:middle}.ManageOrder_orderTable__7FxXo td:first-child,.ManageOrder_orderTable__7FxXo td:nth-child(2),.ManageOrder_orderTable__7FxXo th:first-child,.ManageOrder_orderTable__7FxXo th:nth-child(2){min-width:180px}.ManageOrder_orderTable__7FxXo td:nth-child(3),.ManageOrder_orderTable__7FxXo th:nth-child(3){min-width:150px}.ManageOrder_orderTable__7FxXo td:nth-child(4),.ManageOrder_orderTable__7FxXo td:nth-child(5),.ManageOrder_orderTable__7FxXo td:nth-child(6),.ManageOrder_orderTable__7FxXo th:nth-child(4),.ManageOrder_orderTable__7FxXo th:nth-child(5),.ManageOrder_orderTable__7FxXo th:nth-child(6){min-width:120px}.ManageOrder_orderTable__7FxXo td:nth-child(7),.ManageOrder_orderTable__7FxXo th:nth-child(7){min-width:140px}.ManageOrder_infoBlock__inKaB{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_infoBlock__inKaB strong{color:#1f2d1e;font-size:15px;font-weight:700;line-height:1.35;word-break:break-word}.ManageOrder_infoBlock__inKaB span{color:#73816e;font-size:13px;line-height:1.45;word-break:break-word}.ManageOrder_textClamp__o5F-T{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;max-width:220px;overflow:hidden;word-break:break-word}.ManageOrder_moreProduct__D0GRG{color:#4c8c45!important;font-weight:700}.ManageOrder_dateWrap__VSZDo{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_dateWrap__VSZDo strong{color:#263323;font-size:15px;word-break:break-word}.ManageOrder_dateWrap__VSZDo span{color:#8a9687;font-size:13px;word-break:break-word}.ManageOrder_customerWrap__X7bO2{display:flex;flex-direction:column;gap:4px;min-width:0}.ManageOrder_customerWrap__X7bO2 strong{color:#1f2d1e;font-size:15px;font-weight:700;word-break:break-word}.ManageOrder_orderCode__69xrH{color:#2daf67;font-size:15px;font-weight:800;word-break:break-word}.ManageOrder_addressCell__ywPPt{color:#5f6d5b;line-height:1.45;max-width:230px;word-break:break-word}.ManageOrder_productCell__dBjdE{color:#243322;font-weight:600;line-height:1.45;max-width:220px;word-break:break-word}.ManageOrder_totalPrice__MAStO{color:#172516;font-size:20px;font-weight:800;white-space:nowrap}.ManageOrder_paymentBadge__91JIe{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__91JIe,.ManageOrder_statusBadge__6xzpv{align-items:center;display:inline-flex;font-weight:700;justify-content:center;white-space:nowrap}.ManageOrder_statusBadge__6xzpv{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__yxgdU{background:#fff0df;border-color:#ffe1ba;color:#d6842b}.ManageOrder_confirmed__mAOUG{background:#e8f3ff;border-color:#cfe4ff;color:#2d78d2}.ManageOrder_shipping__XKFb0{background:#e8f0ff;border-color:#cfdefe;color:#2d6de0}.ManageOrder_completed__pD1ju{background:#e3f7e7;border-color:#c8eccf;color:#2e9e52}.ManageOrder_cancelled__orb5o{background:#fde7e7;border-color:#f8caca;color:#d94b4b}.ManageOrder_actionWrap__KT8Ws{min-width:120px}.ManageOrder_actionBtn__eT0wJ{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__eT0wJ:hover{transform:translateY(-1px)}.ManageOrder_updateBtn__cfTAz{background:#e1f0c4;color:#36561b}.ManageOrder_updateBtn__cfTAz:hover{background:#d4e8ae}.ManageOrder_cancelBtn__0jkk8{background:#ffe4e4;color:#cf4545}.ManageOrder_cancelBtn__0jkk8:hover{background:#ffd6d6}.ManageOrder_disabledBtn__ZR72R,.ManageOrder_lockBtn__ZDytN{background:#eef1ea;color:#899584;cursor:not-allowed}.ManageOrder_emptyState__NNFdI{color:#7b8778;font-size:15px;font-weight:600;padding:32px!important;text-align:center}.ManageOrder_paginationWrap__zIff1{background:#fcfef8;padding:18px 20px}.ManageOrder_paginationWrap__zIff1,.ManageOrder_pagination__hT\+HN{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.ManageOrder_pagination__hT\+HN{gap:8px}@media(max-width:1200px){.ManageOrder_pageTitle__7cX1b{font-size:30px}.ManageOrder_searchBox__sys1i{flex:1 1 320px;min-width:240px}.ManageOrder_orderTable__7FxXo{min-width:920px}}@media(max-width:992px){.ManageOrder_manageOrderPage__rEgoY{padding:16px}.ManageOrder_headerRow__2Ys-F{align-items:stretch;flex-direction:column}.ManageOrder_pageTitle__7cX1b{font-size:28px}.ManageOrder_pageDesc__IHGNf{font-size:15px}.ManageOrder_headerActions__zMRfL{align-items:stretch;flex-direction:column;min-width:0;width:100%}.ManageOrder_searchBox__sys1i{flex:initial;min-width:100%;width:100%}.ManageOrder_exportBtn__M0XXC{width:100%}.ManageOrder_filterBar__xg6Fy{align-items:stretch;flex-direction:column}.ManageOrder_filterLeft__YU0Ss{width:100%}.ManageOrder_filterBtn__TqsNe{flex:1 1 140px;min-width:140px}.ManageOrder_filterRight__XVIbA{text-align:left;white-space:normal;width:100%}.ManageOrder_orderTable__7FxXo{min-width:860px}}@media(max-width:768px){.ManageOrder_manageOrderPage__rEgoY{padding:14px}.ManageOrder_tabs__La1mY{flex-wrap:nowrap;gap:18px}.ManageOrder_tabBtn__\+ZeDF{font-size:14px}.ManageOrder_actionWrap__KT8Ws{flex-direction:column;flex-wrap:nowrap}.ManageOrder_totalPrice__MAStO{font-size:18px}}@media(max-width:576px){.ManageOrder_manageOrderPage__rEgoY{padding:12px}.ManageOrder_pageTitle__7cX1b{font-size:24px}.ManageOrder_pageDesc__IHGNf{font-size:14px}.ManageOrder_tabBtn__\+ZeDF{font-size:14px;padding-bottom:14px}.ManageOrder_filterBtn__TqsNe{width:100%}.ManageOrder_tableCard__K8nNN{border-radius:18px}.ManageOrder_statusBadge__6xzpv{font-size:12px;min-width:96px}.ManageOrder_actionBtn__eT0wJ{font-size:12px;padding:8px 10px}.ManageOrder_paginationWrap__zIff1{padding:14px}}.ManageOrder_actionWrap__KT8Ws{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.ManageOrder_iconButton__WGo5J{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__WGo5J:disabled{cursor:not-allowed;opacity:.7;transform:none}.ManageOrder_editButton__lVsz8{background:#e0f2fe;color:#0284c7}.ManageOrder_editButton__lVsz8:hover:not(:disabled){background:#bae6fd;transform:translateY(-1px)}.ManageOrder_cancelButton__VAqMl{background:#fee2e2;color:#dc2626}.ManageOrder_cancelButton__VAqMl:hover:not(:disabled){background:#fecaca;transform:translateY(-1px)}.ManageOrder_lockButton__Dejl-{background:#f3f4f6;color:#6b7280}.ManageOrder_completedButton__M4x05{background:#dcfce7;color:#16a34a}.ManageOrder_cancelledButton__zdKRg{background:#fee2e2;color:#dc2626}.ManageOrder_exportBtn__M0XXC{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__M0XXC svg{font-size:16px}.ManageOrder_exportBtn__M0XXC:hover{box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManageOrder_searchBox__sys1i{position:relative;width:320px}.ManageOrder_searchBox__sys1i 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__sys1i input:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e1a}.ManageOrder_searchIcon__TKJEI{color:#94a3b8;font-size:14px;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.ManageOrder_pending__yxgdU{background:#fff4dc;border-color:#fbd38d;color:#b7791f}.ManageOrder_confirmed__mAOUG{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.ManageOrder_shipping__XKFb0{background:#ede9fe;border-color:#ddd6fe;color:#6d28d9}.ManageOrder_completed__pD1ju{background:#dcfce7;border-color:#bbf7d0;color:#15803d}.ManageOrder_failed__slZs5{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.ManageOrder_returning__fD-Lg{background:#ffedd5;border-color:#fed7aa;color:#c2410c}.ManageOrder_returned__CDl70{background:#e5e7eb;border-color:#d1d5db;color:#374151}.ManageOrder_cancelled__orb5o{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}.ManageOrder_moreProductBtn__X-U6s,.ManageOrder_viewDetailBtn__T\+DDw{background:#0000;border:none;color:#2e7d32;cursor:pointer;font-size:13px;font-weight:600;padding:0;text-align:left}.ManageOrder_moreProductBtn__X-U6s:hover,.ManageOrder_viewDetailBtn__T\+DDw:hover{text-decoration:underline}.ManageOrder_modalOverlay__tziyA{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:9999}.ManageOrder_productModal__gDfgt{background:#fff;border-radius:12px;max-width:100%;overflow:hidden;width:560px}.ManageOrder_productModalHeader__VPiwx{border-bottom:1px solid #eee;display:flex;gap:16px;justify-content:space-between;padding:16px 20px}.ManageOrder_productModalHeader__VPiwx h3{font-size:20px;margin:0}.ManageOrder_productModalHeader__VPiwx p{color:#666;font-size:13px;margin:4px 0 0}.ManageOrder_closeModalBtn__b2Zu2{background:#0000;border:none;cursor:pointer;font-size:20px}.ManageOrder_productModalBody__8Wuk5{max-height:400px;overflow-y:auto;padding:16px 20px}.ManageOrder_productDetailItem__5Aemz{border-bottom:1px solid #eee;padding:12px 0}.ManageOrder_productDetailItem__5Aemz div{display:flex;flex-direction:column;gap:4px}.ManageOrder_productDetailItem__5Aemz strong{color:#111}.ManageOrder_productDetailItem__5Aemz span{color:#555;font-size:14px}.ManageOrder_productDetailItem__5Aemz:last-child{border-bottom:none}.ManageOrder_productModalFooter__IbkJe{border-top:1px solid #eee;display:flex;justify-content:flex-end;padding:14px 20px}.ManageOrder_productModalFooter__IbkJe button{background:#2e7d32;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:8px 18px}.CancelOrder_modalCancel__qXz27 .modal-dialog{opacity:0;transform:scale(.9);transition:all .25s ease}.CancelOrder_modalCancel__qXz27.show .modal-dialog{opacity:1;transform:scale(1)}.CancelOrder_modalCancel__qXz27 .modal-content{border:none;border-radius:14px;box-shadow:0 12px 30px #0000001f;padding:10px}.CancelOrder_modalCancel__qXz27 .modal-header{border-bottom:none;padding-bottom:6px}.CancelOrder_modalCancel__qXz27 .modal-title{color:#111827;font-size:18px;font-weight:700}.CancelOrder_modalCancel__qXz27 .modal-body{color:#6b7280;font-size:15px;padding:20px 10px;text-align:center}.CancelOrder_modalCancel__qXz27 .modal-footer{border-top:none;display:flex;gap:12px;justify-content:center;padding-top:8px}.CancelOrder_modalCancel__qXz27 .btn-secondary{border-radius:8px;min-width:100px}.CancelOrder_modalCancel__qXz27 .btn-primary{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;font-weight:600;min-width:140px}.CancelOrder_modalCancel__qXz27 .btn-primary:hover{box-shadow:0 8px 20px #ef444440;transform:translateY(-1px)}.CancelOrder_modalCancel__qXz27 .btn-primary:disabled{cursor:not-allowed;opacity:.7}.CancelOrder_warningText__3JXHN{color:#344054;font-size:15px;margin-bottom:12px}.CancelOrder_infoLine__VwcJo{color:#344054;font-size:14px;margin-bottom:8px}.CancelOrder_reasonBox__qu434{display:flex;flex-direction:column;gap:10px;margin-top:18px}.CancelOrder_reasonBox__qu434 label{color:#1f2937;font-size:14px;font-weight:700}.CancelOrder_reasonBox__qu434 select,.CancelOrder_reasonBox__qu434 textarea{background:#fff;border:1px solid #d0d5dd;border-radius:12px;color:#101828;font-size:14px;outline:none;padding:12px 14px;width:100%}.CancelOrder_reasonBox__qu434 select:focus,.CancelOrder_reasonBox__qu434 textarea:focus{border-color:#84cc16;box-shadow:0 0 0 4px #84cc1624}.CancelOrder_reasonBox__qu434 textarea{min-height:90px;resize:vertical}.CancelOrder_errorText__FJB1-{color:#dc3545;font-weight:700;margin-top:12px}.ManagerUser_wrapper__a-piY{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManagerUser_header__0pK8P{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:24px}.ManagerUser_headerContent__ItKFz h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManagerUser_headerContent__ItKFz p{color:#718096;font-size:16px;line-height:1.6;margin:0}.ManagerUser_searchCard__GYGW-{background:#fff;border:1px solid #e6ecf2;border-radius:20px;box-shadow:0 8px 28px #0f172a0d;margin-bottom:24px;padding:16px}.ManagerUser_searchCard__GYGW- 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__GYGW- input:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c48c}.ManagerUser_searchCard__GYGW- input::placeholder{color:#94a3b8}.ManagerUser_tableCard__XjP2o{background:#fff;border:1px solid #e6ecf2;border-radius:22px;box-shadow:0 8px 28px #0f172a0d;overflow:hidden}.ManagerUser_tableWrap__rsw\+8{overflow-x:auto;width:100%}.ManagerUser_userTable__8E7Sr{border-collapse:collapse;min-width:1200px;width:100%}.ManagerUser_userTable__8E7Sr thead{background:#f8fbf1}.ManagerUser_userTable__8E7Sr 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__8E7Sr tbody tr{transition:background .2s ease}.ManagerUser_userTable__8E7Sr tbody tr:hover{background:#fcfef8}.ManagerUser_userTable__8E7Sr tbody td{border-bottom:1px solid #eef2f6;color:#253246;font-size:15px;padding:18px;vertical-align:middle}.ManagerUser_userInfo__NYu\+8{align-items:center;display:flex;gap:14px;min-width:240px}.ManagerUser_avatar__bzLDE{background:#e1f0c4;border:1px solid #d8e8b6;color:#2f5d1d;font-size:18px;font-weight:800;height:50px;width:50px}.ManagerUser_userMeta__i01EJ h4{color:#172033;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 4px}.ManagerUser_userMeta__i01EJ span{color:#94a3b8;font-size:13px}.ManagerUser_email__ddtdp,.ManagerUser_phone__jdyTj{color:#445268;line-height:1.6}.ManagerUser_roleBadge__Js1dD,.ManagerUser_statusBadge__y9Ryx{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__Js1dD.ManagerUser_user__NC1Vj{background:#eef5ff;border:1px solid #dbe8fb;color:#43638c}.ManagerUser_statusToggle__GawIB{align-items:center;display:flex;gap:10px}.ManagerUser_switch__Ff60E{background:#cbd5e1;border-radius:999px;cursor:pointer;height:24px;position:relative;transition:all .3s ease;width:46px}.ManagerUser_switch__Ff60E .ManagerUser_circle__SWAGY{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__Ff60E.ManagerUser_active__czkwy{background:#22c55e}.ManagerUser_switch__Ff60E.ManagerUser_active__czkwy .ManagerUser_circle__SWAGY{transform:translateX(22px)}.ManagerUser_switch__Ff60E.ManagerUser_inactive__fZtvW{background:#cbd5e1}.ManagerUser_statusText__Gmvua{font-size:14px;font-weight:700}.ManagerUser_statusText__Gmvua.ManagerUser_active__czkwy{color:#16a34a}.ManagerUser_statusText__Gmvua.ManagerUser_locked__wNh8h{color:#94a3b8}.ManagerUser_actionGroup__5gtiX{align-items:center;display:flex;flex-wrap:nowrap;gap:12px}.ManagerUser_iconButton__6xRD6{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__\+mB87{color:#3b82f6}.ManagerUser_viewButton__\+mB87:hover{background:#dbeafe;color:#1d4ed8}.ManagerUser_editButton__xx\+qf{color:#10b981}.ManagerUser_editButton__xx\+qf:hover{background:#d1fae5;color:#047857}.ManagerUser_deleteButton__fm-pt{color:#ef4444}.ManagerUser_deleteButton__fm-pt:hover{background:#fee2e2;color:#b91c1c}.ManagerUser_notifyButton__jD8BB{color:#d97706}.ManagerUser_notifyButton__jD8BB:hover{background:#fef3c7;color:#b45309}.ManagerUser_emptyState__TQR7N{color:#94a3b8;font-size:15px;padding:40px 20px;text-align:center}.ManagerUser_footer__VTvYJ{align-items:center;background:#fff;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:18px 22px 22px}.ManagerUser_resultText__DXowb{color:#718096;font-size:14px}.ManagerUser_resultText__DXowb strong{color:#172033}.ManagerUser_pagination__J9Ctx{align-items:center;display:flex;justify-content:center;margin-left:auto}@media(max-width:992px){.ManagerUser_wrapper__a-piY{padding:20px}.ManagerUser_headerContent__ItKFz h1{font-size:30px}.ManagerUser_footer__VTvYJ{justify-content:center}.ManagerUser_resultText__DXowb{text-align:center;width:100%}.ManagerUser_pagination__J9Ctx{margin-left:0;width:100%}}@media(max-width:768px){.ManagerUser_wrapper__a-piY{padding:16px}.ManagerUser_header__0pK8P{align-items:stretch;flex-direction:column}.ManagerUser_exportButton__6ctOY{width:100%}.ManagerUser_searchCard__GYGW-{padding:12px}.ManagerUser_searchCard__GYGW- input{height:50px}.ManagerUser_headerContent__ItKFz h1{font-size:26px}.ManagerUser_headerContent__ItKFz p{font-size:14px}}.ManagerUser_searchBox__wtqVj{position:relative;width:100%}.ManagerUser_searchBox__wtqVj 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__wtqVj input:focus{background:#fff;border-color:#bfdc8f;box-shadow:0 0 0 4px #e1f0c480}.ManagerUser_searchIcon__3XSiu{color:#94a3b8;font-size:16px;left:16px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.ManagerUser_roleBadge__Js1dD.ManagerUser_user__NC1Vj{background:#e8f1ff;border:1px solid #bfdbfe;color:#2563eb}.ManagerUser_roleBadge__Js1dD.ManagerUser_admin__TFXkE{background:#f3e8ff;border:1px solid #d8b4fe;color:#7e22ce}.ManagerUser_exportButton__6ctOY{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__6ctOY:hover{border-color:#cbd5e1;box-shadow:0 16px 28px #22c55e3d;transform:translateY(-1px)}.ManagerUser_exportButton__6ctOY:active{transform:translateY(0)}.ManagerUser_exportButton__6ctOY svg{font-size:16px}.ManagerUser_roleBadge__Js1dD.ManagerUser_shipper__MNLte{background:#fff7ed;border:1px solid #fdba74;color:#ea580c}.ManagerUser_avatar__bzLDE{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__rRWmr{display:block;height:100%;object-fit:cover;width:100%}.ModalEditUser_customModal__mnM6g{max-width:560px}.ModalEditUser_modalContent__OURUv{background:#f9fdf2;border:none;border-radius:24px;box-shadow:0 20px 60px #4c62302e;overflow:hidden}.ModalEditUser_modalHeader__UC\+7S{background:linear-gradient(135deg,#e1f0c4,#edf8dc);border-bottom:1px solid #7d9a4a2e;padding:20px 24px}.ModalEditUser_modalHeader__UC\+7S .btn-close{box-shadow:none;opacity:.8}.ModalEditUser_modalHeader__UC\+7S .btn-close:hover{opacity:1}.ModalEditUser_modalTitle__cWL27{color:#2f3b1f;font-size:22px;font-weight:800;letter-spacing:-.01em;margin:0}.ModalEditUser_modalBody__CH6c7{background:#f9fdf2;padding:24px}.ModalEditUser_formGroup__ms8jw{display:flex;flex-direction:column;gap:8px}.ModalEditUser_formGroup__ms8jw+.ModalEditUser_formGroup__ms8jw{margin-top:18px}.ModalEditUser_label__n2tzB{color:#44552b;font-size:14px;font-weight:700}.ModalEditUser_input__QXoEY,.ModalEditUser_select__sGmDP{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__QXoEY:focus,.ModalEditUser_select__sGmDP:focus{border-color:#9fbe67;box-shadow:0 0 0 4px #9fbe672e}.ModalEditUser_input__QXoEY::placeholder,.ModalEditUser_select__sGmDP::placeholder{color:#94a07d}.ModalEditUser_select__sGmDP{cursor:pointer}.ModalEditUser_modalFooter__CPw8P{background:#f4f9ea;border-top:1px solid #7d9a4a29;display:flex;gap:12px;justify-content:flex-end;padding:18px 24px}.ModalEditUser_cancelButton__cuUXs,.ModalEditUser_saveButton__YtDFF{border:none;border-radius:14px;cursor:pointer;font-size:15px;font-weight:700;height:46px;min-width:128px;transition:all .2s ease}.ModalEditUser_cancelButton__cuUXs:disabled,.ModalEditUser_saveButton__YtDFF:disabled{cursor:not-allowed;opacity:.7;transform:none}.ModalEditUser_cancelButton__cuUXs{background:#fff;border:1px solid #d8e8b8;color:#55663b}.ModalEditUser_cancelButton__cuUXs:hover:not(:disabled){background:#eef6dd;transform:translateY(-1px)}.ModalEditUser_saveButton__YtDFF{background:#1d5c46;box-shadow:0 10px 24px #8cad563d;color:#fff}.ModalEditUser_saveButton__YtDFF:hover:not(:disabled){background:#174b39;transform:translateY(-1px)}.CustomerDetail_wrapper__XOj1Q{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.CustomerDetail_pageTop__gI66y{margin-bottom:26px}.CustomerDetail_breadcrumb__WFFKw{align-items:center;color:#7a8599;display:flex;flex-wrap:wrap;font-size:15px;gap:10px;margin-bottom:18px}.CustomerDetail_crumbLink__VfwCi{cursor:pointer;transition:color .2s ease}.CustomerDetail_crumbLink__VfwCi:hover{color:#5f7d2b}.CustomerDetail_crumbCurrent__CV1JL{color:#111827;font-weight:600}.CustomerDetail_topHeader__FrR4w{align-items:center;border-bottom:1px solid #dde5d0;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;padding-bottom:20px}.CustomerDetail_titleWrap__C0722{align-items:center;display:flex;gap:16px}.CustomerDetail_titleWrap__C0722 h1{color:#111827;font-size:40px;font-weight:800;line-height:1.2;margin:0}.CustomerDetail_backCircle__sXw7x{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__sXw7x:hover{background:#e1f0c4;transform:translateY(-1px)}.CustomerDetail_headerActions__S32W3{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.CustomerDetail_editBtn__Mz3M4,.CustomerDetail_statusBtn__TrhX3{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__Mz3M4{color:#1f2937}.CustomerDetail_editBtn__Mz3M4:hover{background:#f8fbf1;border-color:#cfe0ad}.CustomerDetail_statusBtn__TrhX3{background:#fff8f7;border-color:#f3d1cd;color:#d93025}.CustomerDetail_statusBtn__TrhX3:hover{background:#fff1ef}.CustomerDetail_statusBtn__TrhX3.CustomerDetail_inactive__Rwhim{background:#f4fbf0;border-color:#cfe7c1;color:#2f7d32}.CustomerDetail_mainGrid__NYRYk{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:330px minmax(0,1fr);margin-top:26px}.CustomerDetail_leftColumn__mC-dp,.CustomerDetail_rightColumn__aKq\+k{display:flex;flex-direction:column;gap:24px}.CustomerDetail_card__qj1va,.CustomerDetail_profileCard__zfLi1,.CustomerDetail_statCard__ys2HV{background:#fff;border:1px solid #dbe7c7;border-radius:22px;box-shadow:0 8px 24px #52652e0f}.CustomerDetail_profileCard__zfLi1{padding:28px 26px;text-align:center}.CustomerDetail_profileCard__zfLi1 h2{color:#111827;font-size:24px;font-weight:800;margin:18px 0 8px}.CustomerDetail_memberTag__fns\+6{color:#57a531;font-size:18px;font-weight:700;margin:0 0 24px}.CustomerDetail_avatarWrap__yZM24{height:132px;margin:0 auto;position:relative;width:132px}.CustomerDetail_avatarFallback__BnoCg,.CustomerDetail_avatarImage__pma-L{border:6px solid #e1f0c4;border-radius:50%;height:132px;object-fit:cover;width:132px}.CustomerDetail_avatarFallback__BnoCg{align-items:center;background:linear-gradient(135deg,#dcecc0,#f3f9e8);color:#4e6a23;display:flex;font-size:42px;font-weight:800;justify-content:center}.CustomerDetail_onlineDot__Upqr1{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__0EDXc{display:flex;flex-direction:column;gap:18px;text-align:left}.CustomerDetail_infoItem__hmBXn{align-items:flex-start;display:flex;gap:14px}.CustomerDetail_infoItem__hmBXn span{color:#76839b;display:block;font-size:13px;font-weight:700;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.CustomerDetail_infoItem__hmBXn p{color:#1f2937;font-size:15px;font-weight:600;line-height:1.5;margin:0;word-break:break-word}.CustomerDetail_infoIcon__ijWVh{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__qj1va{padding:24px}.CustomerDetail_cardHeader__SZ2Fd{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.CustomerDetail_cardTitle__ulqzh{align-items:center;color:#1fae3f;display:flex;gap:12px}.CustomerDetail_cardTitle__ulqzh h3{color:#111827;font-size:18px;font-weight:800;margin:0}.CustomerDetail_cardTitle__ulqzh svg{font-size:18px}.CustomerDetail_smallAction__CVhn4,.CustomerDetail_viewAll__Rh04z{color:#38a92e;font-size:15px;font-weight:700}.CustomerDetail_viewAll__Rh04z{cursor:pointer}.CustomerDetail_viewAll__Rh04z:hover{text-decoration:underline}.CustomerDetail_addressBox__aeiJW{background:#fcfdf9;border:1px solid #e1ead3;border-radius:16px;padding:16px 18px}.CustomerDetail_addressBox__aeiJW p{color:#49566b;font-size:15px;line-height:1.6;margin:10px 0 0}.CustomerDetail_primaryAddress__N5L85{background:#f4faec;border-color:#cfe3b5}.CustomerDetail_addressTop__YxDoy{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.CustomerDetail_addressTop__YxDoy strong{color:#1f2937;font-size:18px}.CustomerDetail_defaultBadge__4UXXf{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__KBVMp{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__lntfN{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.CustomerDetail_statCard__ys2HV{align-items:flex-start;display:flex;gap:16px;min-height:124px;padding:20px}.CustomerDetail_statIcon__UCByk{align-items:center;border-radius:16px;display:flex;font-size:20px;height:52px;justify-content:center;min-width:52px;width:52px}.CustomerDetail_statIcon__UCByk.CustomerDetail_money__8Evft{background:#eef7e0;color:#61912f}.CustomerDetail_statIcon__UCByk.CustomerDetail_order__-s4Jy{background:#fff5e9;color:#f08a18}.CustomerDetail_statIcon__UCByk.CustomerDetail_return__2SyKO{background:#fff1f1;color:#e15252}.CustomerDetail_statIcon__UCByk.CustomerDetail_completed__lH\+Ve{background:#e0f7f7;color:#2f9161}.CustomerDetail_statContent__db6-Z 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__db6-Z h3{color:#111827;font-size:20px;font-weight:800;line-height:1.35;margin:0}.CustomerDetail_tableWrap__dYHcZ{overflow-x:auto;width:100%}.CustomerDetail_table__cez30{border-collapse:collapse;width:100%}.CustomerDetail_table__cez30 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__cez30 tbody tr{border-bottom:1px solid #eef2e6;transition:background .2s ease}.CustomerDetail_table__cez30 tbody tr:hover{background:#fbfdf7}.CustomerDetail_table__cez30 tbody td{color:#1f2937;font-size:15px;font-weight:500;padding:18px 14px;vertical-align:middle}.CustomerDetail_orderCode__C7df7{color:#27b320!important;font-weight:800!important}.CustomerDetail_statusBadge__qobqo{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__qobqo.CustomerDetail_success__8TPao{background:#daf4dc;color:#2c9c37}.CustomerDetail_statusBadge__qobqo.CustomerDetail_danger__C-V1m{background:#ffe3e3;color:#d84a4a}.CustomerDetail_statusBadge__qobqo.CustomerDetail_info__FREf-{background:#e7f2ff;color:#2e75d6}.CustomerDetail_statusBadge__qobqo.CustomerDetail_warning__Yp\+Xm{background:#fff3db;color:#d58a13}.CustomerDetail_statusBadge__qobqo.CustomerDetail_pending__RhG7t{background:#edf1f7;color:#69768a}.CustomerDetail_emptyRow__4eiTy{color:#8a97aa!important;padding:26px 14px!important;text-align:center}.CustomerDetail_activityList__dJbbT{display:flex;flex-direction:column;gap:22px}.CustomerDetail_activityItem__zHr3R{align-items:flex-start;display:flex;gap:16px}.CustomerDetail_activityIcon__Bsnmk{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__Bsnmk.CustomerDetail_green__3NYvl{color:#28a745}.CustomerDetail_activityIcon__Bsnmk.CustomerDetail_blue__RLuvn{color:#2f73ff}.CustomerDetail_activityIcon__Bsnmk.CustomerDetail_orange__Q-NlL{color:#ff7a1a}.CustomerDetail_activityContent__1hPgb h4{color:#111827;font-size:16px;font-weight:800;margin:2px 0 6px}.CustomerDetail_activityContent__1hPgb p{color:#607089;font-size:15px;line-height:1.6;margin:0}.CustomerDetail_stateBox__u3vHK{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__GAJ3E{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__NYRYk{grid-template-columns:1fr}.CustomerDetail_statsGrid__lntfN{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:992px){.CustomerDetail_wrapper__XOj1Q{padding:20px}.CustomerDetail_titleWrap__C0722 h1{font-size:32px}.CustomerDetail_statsGrid__lntfN{grid-template-columns:1fr}}@media(max-width:768px){.CustomerDetail_topHeader__FrR4w{align-items:flex-start}.CustomerDetail_headerActions__S32W3{width:100%}.CustomerDetail_editBtn__Mz3M4,.CustomerDetail_statusBtn__TrhX3{flex:1 1;justify-content:center}.CustomerDetail_card__qj1va,.CustomerDetail_profileCard__zfLi1,.CustomerDetail_statCard__ys2HV{border-radius:18px}.CustomerDetail_table__cez30{min-width:650px}}@media(max-width:576px){.CustomerDetail_wrapper__XOj1Q{padding:16px}.CustomerDetail_titleWrap__C0722 h1{font-size:28px}.CustomerDetail_backCircle__sXw7x{height:46px;width:46px}.CustomerDetail_profileCard__zfLi1{padding:22px 18px}.CustomerDetail_card__qj1va{padding:18px}}.ManageVoucher_wrapper__aQ46h{background:#fff;color:#101828;min-height:100vh;padding:36px}.ManageVoucher_header__dlqqv{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:28px}.ManageVoucher_header__dlqqv h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageVoucher_header__dlqqv p{color:#667085;font-size:16px;margin:8px 0 0}.ManageVoucher_headerActions__ALqHK{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.ManageVoucher_searchBox__KTope{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__KTope input{border:none;color:#344054;flex:1 1;font-size:15px;outline:none}.ManageVoucher_createBtn__xBxXG,.ManageVoucher_saveBtn__WWtGV{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__xBxXG:hover,.ManageVoucher_saveBtn__WWtGV:hover{background:#0ea52e}.ManageVoucher_card__xTjce{background:#fff;border:1px solid #dfe7ef;border-radius:16px;box-shadow:0 4px 12px #1018280a;overflow:hidden}.ManageVoucher_tabs__NWLkT{align-items:center;border-bottom:1px solid #e8eef5;display:flex;gap:22px;height:66px;padding:0 28px}.ManageVoucher_tabs__NWLkT button{background:#0000;border:none;border-bottom:3px solid #0000;color:#667085;cursor:pointer;font-size:15px;font-weight:700;height:100%}.ManageVoucher_tabs__NWLkT .ManageVoucher_active__v6DJn{border-bottom-color:#11b735;color:#11b735}.ManageVoucher_tableWrap__3JlFK{overflow-x:auto;width:100%}.ManageVoucher_tableWrap__3JlFK table{border-collapse:collapse;min-width:1050px;width:100%}.ManageVoucher_tableWrap__3JlFK th{background:#f8fafc;color:#5d6b82;font-size:13px;letter-spacing:.04em;padding:18px 28px;text-align:left;text-transform:uppercase}.ManageVoucher_tableWrap__3JlFK td{border-top:1px solid #edf1f5;color:#25324b;font-size:15px;padding:22px 28px;vertical-align:middle}.ManageVoucher_tableWrap__3JlFK strong{color:#101828;font-size:17px}.ManageVoucher_valueBadge__ri\+P1{align-items:center;background:#e8f8e9;border-radius:7px;color:#08a832;display:inline-flex;font-weight:800;padding:7px 12px}.ManageVoucher_usage__y-FDC{width:120px}.ManageVoucher_usage__y-FDC>div:first-child{color:#101828;display:flex;font-size:12px;justify-content:space-between;margin-bottom:7px}.ManageVoucher_progress__i2o7O{background:#edf1f5;border-radius:999px;height:6px;overflow:hidden;width:100%}.ManageVoucher_progress__i2o7O span{background:#10b934;border-radius:999px;display:block;height:100%}.ManageVoucher_progress__i2o7O .ManageVoucher_danger__v-xPj{background:#ef4444}.ManageVoucher_switch__IGOwH{background:#d8dee8;border:none;border-radius:999px;cursor:pointer;height:24px;padding:3px;transition:.2s;width:46px}.ManageVoucher_switch__IGOwH span{background:#fff;border-radius:50%;display:block;height:18px;transition:.2s;width:18px}.ManageVoucher_switch__IGOwH.ManageVoucher_on__wQT8X{background:#10b934}.ManageVoucher_switch__IGOwH.ManageVoucher_on__wQT8X span{transform:translateX(22px)}.ManageVoucher_actions__zS2si{align-items:center;display:flex;gap:12px}.ManageVoucher_actions__zS2si button{background:#0000;border:none;border-radius:8px;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.ManageVoucher_actions__zS2si button:first-child{color:#3b82f6}.ManageVoucher_actions__zS2si button:first-child:hover{background:#dbeafe;color:#1d4ed8}.ManageVoucher_actions__zS2si button:nth-child(2){color:#10b981}.ManageVoucher_actions__zS2si button:nth-child(2):hover{background:#d1fae5;color:#047857}.ManageVoucher_actions__zS2si button:nth-child(3){color:#ef4444}.ManageVoucher_actions__zS2si button:nth-child(3):hover{background:#fee2e2;color:#b91c1c}.ManageVoucher_empty__hmSSi{color:#667085;padding:40px!important;text-align:center}.ManageVoucher_stats__ZGVKH{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,1fr);margin-top:32px}.ManageVoucher_statCard__yvpND{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__yvpND span{color:#667085;display:block;font-size:13px;font-weight:800;letter-spacing:.04em;margin-bottom:6px;text-transform:uppercase}.ManageVoucher_statCard__yvpND strong{color:#101828;font-size:22px}.ManageVoucher_statIcon__pMDaP{border-radius:50%;display:grid;font-size:20px;height:54px;place-items:center;width:54px}.ManageVoucher_statIcon__pMDaP.ManageVoucher_blue__WU9Ez{background:#dbeafe;color:#2563eb}.ManageVoucher_statIcon__pMDaP.ManageVoucher_green__RIL13{background:#dcfce7;color:#16a34a}.ManageVoucher_statIcon__pMDaP.ManageVoucher_orange__R87dF{background:#fef3c7;color:#d97706}.ManageVoucher_modalOverlay__qXXk0{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__6lAMy{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0f172a38;margin:40px 0;max-width:100%;padding:28px;width:680px}.ManageVoucher_modalHeader__gpniP{display:flex;gap:18px;justify-content:space-between;margin-bottom:24px}.ManageVoucher_modalHeader__gpniP h2{font-size:24px;margin:0}.ManageVoucher_modalHeader__gpniP p{color:#667085;margin:6px 0 0}.ManageVoucher_modalHeader__gpniP button{background:#f2f4f7;border:none;border-radius:10px;cursor:pointer;font-size:24px;height:36px;width:36px}.ManageVoucher_formGrid__6Rizr{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.ManageVoucher_formGrid__6Rizr label{color:#344054;font-size:14px;font-weight:700}.ManageVoucher_formGrid__6Rizr input,.ManageVoucher_formGrid__6Rizr 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__6Rizr input:focus,.ManageVoucher_formGrid__6Rizr select:focus{border-color:#10b934;box-shadow:0 0 0 3px #10b9341f}.ManageVoucher_checkbox__hsD6J{align-items:center;color:#344054;display:flex;font-weight:700;gap:10px;margin-top:20px}.ManageVoucher_checkbox__hsD6J input{accent-color:#10b934;height:18px;width:18px}.ManageVoucher_modalActions__MYgEh{display:flex;gap:12px;justify-content:flex-end;margin-top:28px}.ManageVoucher_cancelBtn__QXoZV{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__ZGVKH{grid-template-columns:1fr}.ManageVoucher_searchBox__KTope{width:100%}.ManageVoucher_formGrid__6Rizr{grid-template-columns:1fr}}.ManageVoucher_fullWidth__vgr7o{grid-column:1/-1}.ManageVoucher_fullWidth__vgr7o 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__vgr7o textarea:focus{border-color:#10b934;box-shadow:0 0 0 3px #10b9341f}@media(max-width:768px){.ManageVoucher_modalOverlay__qXXk0{padding:14px}.ManageVoucher_modal__6lAMy{border-radius:14px;margin:20px 0;padding:20px}.ManageVoucher_modalHeader__gpniP h2{font-size:20px}.ManageVoucher_modalActions__MYgEh{flex-direction:column}.ManageVoucher_modalActions__MYgEh button{width:100%}}.ManageBlog_wrapper__gyIJh{background:#fff;box-sizing:border-box;color:#1f2937;padding:28px 32px 36px;width:100%}.ManageBlog_header__b5uA6{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.ManageBlog_header__b5uA6 h1{color:#172033;font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageBlog_header__b5uA6 p{color:#64748b;font-size:17px;line-height:1.6;margin:0}.ManageBlog_headerActions__e6D\+H{align-items:center;display:flex;flex-shrink:0;gap:12px}.ManageBlog_searchBox__nzZs6{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__nzZs6:focus-within{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.ManageBlog_searchBox__nzZs6 svg{color:#94a3b8;flex-shrink:0;font-size:16px}.ManageBlog_searchBox__nzZs6 input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:15px;height:100%;outline:none}.ManageBlog_searchBox__nzZs6 input::placeholder{color:#94a3b8}.ManageBlog_createBtn__X92z6,.ManageBlog_emptyTrashBtn__no1M3{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__X92z6{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #22c55e38;color:#fff;min-width:168px}.ManageBlog_createBtn__X92z6:hover{box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.ManageBlog_emptyTrashBtn__no1M3{background:#fff1f2;border:1px solid #ffe4e6;color:#e11d48}.ManageBlog_emptyTrashBtn__no1M3:hover{background:#ffe4e6}.ManageBlog_tableCard__7-Uf0{background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 10px 30px #0f172a0d;overflow:hidden}.ManageBlog_tabs__gFdG9{align-items:center;background:#fbfcfe;border-bottom:1px solid #edf1f5;display:flex;gap:4px;overflow-x:auto;padding:0 18px}.ManageBlog_tabs__gFdG9::-webkit-scrollbar{height:6px}.ManageBlog_tabs__gFdG9::-webkit-scrollbar-thumb{background:#dbe2ea;border-radius:999px}.ManageBlog_tabItem__hqx\+0{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__hqx\+0,.ManageBlog_tabItem__hqx\+0 span{align-items:center;display:inline-flex;font-weight:700;justify-content:center}.ManageBlog_tabItem__hqx\+0 span{background:#edf2f7;border-radius:999px;color:#334155;font-size:12px;height:24px;min-width:24px;padding:0 6px}.ManageBlog_tabItem__hqx\+0:hover{color:#22c55e}.ManageBlog_tabItem__hqx\+0.ManageBlog_active__-C\+qF{border-color:#22c55e;color:#16a34a}.ManageBlog_tabItem__hqx\+0.ManageBlog_active__-C\+qF span{background:#dcfce7;color:#16a34a}.ManageBlog_tableWrap__U6I8W{overflow-x:auto;width:100%}.ManageBlog_table__1J3es{border-collapse:collapse;min-width:1100px;width:100%}.ManageBlog_table__1J3es thead{background:#f8fafc}.ManageBlog_table__1J3es 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__1J3es td{border-bottom:1px solid #f1f5f9;color:#1e293b;font-size:15px;padding:18px 20px;vertical-align:middle}.ManageBlog_table__1J3es tbody tr{transition:background .2s ease}.ManageBlog_table__1J3es tbody tr:hover{background:#fcfdff}.ManageBlog_blogInfo__ru3jv{align-items:center;display:flex;gap:14px;min-width:320px}.ManageBlog_thumb__yYm3B{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__yYm3B img{display:block;height:100%;object-fit:cover;width:100%}.ManageBlog_noImage__IkaUn{color:#94a3b8;font-size:12px;line-height:1.4;padding:8px;text-align:center}.ManageBlog_blogText__92FUG h3{color:#111827;font-size:20px;font-weight:800;line-height:1.35;margin:0 0 6px}.ManageBlog_blogText__92FUG 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__STLdS{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__STLdS.ManageBlog_published__TBNPL{background:#dcfce7;color:#15803d}.ManageBlog_statusBadge__STLdS.ManageBlog_draft__CHZix{background:#eef2f7;color:#475569}.ManageBlog_statusBadge__STLdS.ManageBlog_deleted__EFCCo,.ManageBlog_statusBadge__STLdS.ManageBlog_trash__Q58Dx{background:#fee2e2;color:#dc2626}.ManageBlog_actions__LGE1m{align-items:center;display:flex;gap:12px}.ManageBlog_actions__LGE1m button{background:#0000;border:none;border-radius:8px;cursor:pointer;height:32px;transition:all .2s ease;width:32px}.ManageBlog_viewBtn__rIrFx{color:#3b82f6}.ManageBlog_viewBtn__rIrFx:hover{background:#dbeafe;color:#1d4ed8}.ManageBlog_editBtn__0go7M{color:#10b981}.ManageBlog_editBtn__0go7M:hover{background:#d1fae5;color:#047857}.ManageBlog_deleteBtn__C3hme{color:#ef4444}.ManageBlog_deleteBtn__C3hme:hover{background:#fee2e2;color:#b91c1c}.ManageBlog_restoreBtn__muRDp{color:#ca8a04}.ManageBlog_restoreBtn__muRDp:hover{background:#fef3c7;color:#a16207}.ManageBlog_emptyRow__yvvMb{color:#64748b!important;font-size:17px!important;font-weight:600;padding:42px 20px!important;text-align:center}.ManageBlog_footer__UELwk{align-items:center;display:flex;gap:16px;justify-content:space-between;padding:18px 20px}.ManageBlog_footer__UELwk p{color:#64748b;font-size:15px;margin:0}.ManageBlog_pagination__x2mFg{align-items:center;display:flex;gap:8px}.ManageBlog_pagination__x2mFg 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__x2mFg button:hover:not(:disabled){border-color:#22c55e;color:#16a34a}.ManageBlog_pagination__x2mFg button:disabled{cursor:not-allowed;opacity:.5}.ManageBlog_activePage__JtXxe{background:#22c55e!important;border-color:#22c55e!important;color:#fff!important}@media(max-width:1200px){.ManageBlog_header__b5uA6{flex-direction:column}.ManageBlog_headerActions__e6D\+H{flex-wrap:wrap;width:100%}.ManageBlog_searchBox__nzZs6{width:100%}}@media(max-width:992px){.ManageBlog_wrapper__gyIJh{padding:18px}.ManageBlog_header__b5uA6 h1{font-size:30px}.ManageBlog_header__b5uA6 p{font-size:16px}.ManageBlog_footer__UELwk{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.ManageBlog_wrapper__gyIJh{padding:14px}.ManageBlog_headerActions__e6D\+H{gap:10px}.ManageBlog_createBtn__X92z6,.ManageBlog_emptyTrashBtn__no1M3{width:100%}}.CreateBlog_wrapper__ZnsrV{background:#f6f8fc;box-sizing:border-box;color:#0f172a;padding:28px 32px 36px;width:100%}.CreateBlog_topbar__8-gFX{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.CreateBlog_breadcrumb__XtQZj{align-items:center;display:flex;gap:12px}.CreateBlog_backBtn__cRjUZ{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__cRjUZ:hover{background:#f8fafc;border-color:#cbd5e1}.CreateBlog_backBtn__cRjUZ svg{font-size:14px}.CreateBlog_topActions__kF8yb{align-items:center;display:flex;gap:12px}.CreateBlog_draftBtn__Jimga,.CreateBlog_publishBtn__u2xvD{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__Jimga:disabled,.CreateBlog_publishBtn__u2xvD:disabled{cursor:not-allowed;opacity:.65}.CreateBlog_draftBtn__Jimga svg,.CreateBlog_publishBtn__u2xvD svg{font-size:14px}.CreateBlog_draftBtn__Jimga{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 14px #0f172a0a;color:#0f172a}.CreateBlog_draftBtn__Jimga:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.CreateBlog_publishBtn__u2xvD{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 12px 24px #22c55e38;color:#fff}.CreateBlog_publishBtn__u2xvD:hover:not(:disabled){box-shadow:0 16px 28px #22c55e47;transform:translateY(-1px)}.CreateBlog_layout__RA7Yd{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:minmax(0,1.7fr) minmax(330px,.85fr)}.CreateBlog_editorColumn__yjxka,.CreateBlog_sidebarColumn__r26tq{min-width:0}.CreateBlog_editorCard__5WbGM,.CreateBlog_panel__roXnM,.CreateBlog_titleCard__IxAhn{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 8px 28px #0f172a0d}.CreateBlog_titleCard__IxAhn{margin-bottom:20px;padding:20px 22px}.CreateBlog_titleCard__IxAhn 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__IxAhn input::placeholder{color:#94a3b8;font-weight:700}.CreateBlog_editorCard__5WbGM{overflow:hidden}.CreateBlog_toolbar__zaZ3B{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__zaZ3B 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__zaZ3B button:hover{background:#f8fafc;border-color:#dbe2ea;color:#0f172a}.CreateBlog_divider__EhFu8{background:#dbe2ea;height:22px;margin:0 2px;width:1px}.CreateBlog_autosaveText__ZUcOh{color:#64748b;font-size:13px;font-weight:700;margin-left:auto;white-space:nowrap}.CreateBlog_editorCard__5WbGM 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__5WbGM textarea::placeholder{color:#94a3b8}.CreateBlog_sidebarColumn__r26tq{display:flex;flex-direction:column;gap:20px}.CreateBlog_panel__roXnM{overflow:hidden}.CreateBlog_panelHeader__TOQZE{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__TOQZE h3{color:#334155;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0}.CreateBlog_panelHeader__TOQZE svg{color:#94a3b8;font-size:15px}.CreateBlog_panelBody__gwEFA{padding:18px}.CreateBlog_formGroup__0DtTJ{display:flex;flex-direction:column;gap:8px}.CreateBlog_formGroup__0DtTJ:not(:last-child){margin-bottom:18px}.CreateBlog_formGroup__0DtTJ label{color:#334155;font-size:14px;font-weight:700}.CreateBlog_formGroup__0DtTJ small{color:#94a3b8;font-size:12px;line-height:1.5}.CreateBlog_formGroup__0DtTJ input,.CreateBlog_formGroup__0DtTJ select,.CreateBlog_formGroup__0DtTJ 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__0DtTJ input:focus,.CreateBlog_formGroup__0DtTJ select:focus,.CreateBlog_formGroup__0DtTJ textarea:focus{background:#fff;border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.CreateBlog_formGroup__0DtTJ input::placeholder,.CreateBlog_formGroup__0DtTJ select::placeholder,.CreateBlog_formGroup__0DtTJ textarea::placeholder{color:#94a3b8}.CreateBlog_formGroup__0DtTJ textarea{line-height:1.65;min-height:108px;resize:vertical}.CreateBlog_formGroup__0DtTJ select{cursor:pointer}.CreateBlog_labelRow__swa22{align-items:center;display:flex;gap:12px;justify-content:space-between}.CreateBlog_labelRow__swa22 span{color:#94a3b8;font-size:12px;font-weight:700}.CreateBlog_uploadBox__36eL8{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__36eL8:hover{background:#f6fff8;border-color:#22c55e}.CreateBlog_uploadBox__36eL8 svg{color:#22c55e;font-size:26px;margin-bottom:12px}.CreateBlog_uploadBox__36eL8 p{color:#334155;font-size:14px;font-weight:700;line-height:1.5;margin:0 0 6px}.CreateBlog_uploadBox__36eL8 span{color:#94a3b8;font-size:12px}.CreateBlog_uploadBox__36eL8 img{border-radius:12px;display:block;max-height:260px;object-fit:cover;width:100%}.CreateBlog_uploadBox__36eL8.CreateBlog_hasImage__LD6Ru{background:#fff;border-style:solid;padding:8px}.CreateBlog_radioItem__7PoDK{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__7PoDK:not(:last-of-type){margin-bottom:12px}.CreateBlog_radioItem__7PoDK:hover{background:#fbfffc;border-color:#22c55e}.CreateBlog_radioItem__7PoDK input{accent-color:#22c55e;flex-shrink:0;margin-top:3px}.CreateBlog_radioItem__7PoDK strong{color:#0f172a;display:block;font-size:14px;font-weight:800;margin-bottom:4px}.CreateBlog_radioItem__7PoDK p{color:#64748b;font-size:13px;line-height:1.5;margin:0}.CreateBlog_scheduleBox__MmTL1{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__MmTL1 svg{color:#64748b;flex-shrink:0;font-size:14px}.CreateBlog_scheduleBox__MmTL1 input{background:#0000;border:none;color:#0f172a;flex:1 1;font-size:14px;min-width:0;outline:none}.CreateBlog_scheduleBox__MmTL1 input:disabled{color:#94a3b8;cursor:not-allowed}.CreateBlog_scheduleBox__MmTL1.CreateBlog_active__GS9cX{background:#f0fdf4;border-color:#bbf7d0}@media(max-width:1200px){.CreateBlog_layout__RA7Yd{grid-template-columns:1fr}}@media(max-width:992px){.CreateBlog_wrapper__ZnsrV{padding:20px}.CreateBlog_topbar__8-gFX{align-items:stretch;flex-direction:column}.CreateBlog_topActions__kF8yb{flex-wrap:wrap;width:100%}.CreateBlog_draftBtn__Jimga,.CreateBlog_publishBtn__u2xvD{flex:1 1}.CreateBlog_titleCard__IxAhn input{font-size:26px}.CreateBlog_editorCard__5WbGM textarea{min-height:460px}.CreateBlog_autosaveText__ZUcOh{margin-left:0;text-align:left;width:100%}}@media(max-width:640px){.CreateBlog_panelBody__gwEFA,.CreateBlog_titleCard__IxAhn,.CreateBlog_wrapper__ZnsrV{padding:14px}.CreateBlog_titleCard__IxAhn input{font-size:22px}.CreateBlog_toolbar__zaZ3B{gap:6px;padding:10px}.CreateBlog_toolbar__zaZ3B button{height:34px;width:34px}.CreateBlog_backBtn__cRjUZ,.CreateBlog_draftBtn__Jimga,.CreateBlog_publishBtn__u2xvD{width:100%}}.Dashboard_wrapper__MxkF6{background:#fff;box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.Dashboard_topbar__-fvKN{align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:14px}.Dashboard_topbar__-fvKN h1{color:#172033;font-size:32px;font-weight:850;letter-spacing:-.03em;margin:4px 0 8px}.Dashboard_eyebrow__Xpinu{color:#2f6b1f;font-size:13px;font-weight:800;letter-spacing:.08em;margin:0;text-transform:uppercase}.Dashboard_desc__Bdn6O{color:#7b8794;font-size:16px;line-height:1.6;margin:0}.Dashboard_topbarRight__l0PDg{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.Dashboard_searchBox__8rPCi{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__8rPCi input{background:#0000;border:none;color:#172033;font-size:14px;outline:none;width:100%}.Dashboard_refreshBtn__7vjBa{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__7vjBa:hover{box-shadow:0 12px 24px #8fcf5b3d;transform:translateY(-2px)}.Dashboard_bellBtn__cGhKB{background:#fff;border:1px solid #e5ebf3;border-radius:50%;color:#172033;cursor:pointer;height:48px;position:relative;width:48px}.Dashboard_bellBtn__cGhKB span{background:#ef4444;border-radius:50%;height:8px;position:absolute;right:12px;top:10px;width:8px}.Dashboard_updatedLine__kMmvZ{align-items:center;color:#7b8794;display:flex;font-size:14px;gap:9px;margin-bottom:24px}.Dashboard_updatedLine__kMmvZ strong{color:#172033}.Dashboard_statsGrid__7RK2A{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:24px}.Dashboard_statCard__hhHKH{background:#fff;border:1px solid #e5ebf3;border-radius:24px;box-shadow:0 14px 36px #0f172a0f;padding:22px;transition:.22s ease}.Dashboard_statCard__hhHKH:hover{box-shadow:0 18px 42px #0f172a17;transform:translateY(-4px)}.Dashboard_statCard__hhHKH p{color:#7b8794;font-size:15px;font-weight:600;margin:0 0 8px}.Dashboard_statCard__hhHKH h2{color:#172033;font-size:28px;font-weight:850;line-height:1.25;margin:0}.Dashboard_statTop__xR2ii{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.Dashboard_statIcon__Ymegj{align-items:center;border-radius:18px;display:flex;font-size:21px;height:54px;justify-content:center;width:54px}.Dashboard_statIcon__Ymegj.Dashboard_green__YiHqx{background:#eaf8e1;color:#4f9f28}.Dashboard_statIcon__Ymegj.Dashboard_blue__M47oO{background:#edf4ff;color:#497cff}.Dashboard_statIcon__Ymegj.Dashboard_orange__t1dl8{background:#fff3e7;color:#f08c26}.Dashboard_statIcon__Ymegj.Dashboard_purple__ZdkxC{background:#f5edff;color:#9254de}.Dashboard_trendBadge__9D0bg{border-radius:999px;font-size:12px;font-weight:800;line-height:1.35;max-width:150px;padding:7px 10px;text-align:right}.Dashboard_trendBadge__9D0bg.Dashboard_up__ROIF7{background:#eaf9ef;color:#16a34a}.Dashboard_trendBadge__9D0bg.Dashboard_down__XOyfj{background:#fff1f2;color:#dc2626}.Dashboard_trendBadge__9D0bg.Dashboard_neutral__jMyPE{background:#f1f5f9;color:#64748b}.Dashboard_mainGrid__DAZZo{grid-gap:24px;display:grid;gap:24px;grid-template-columns:minmax(0,2fr) minmax(340px,1fr);margin-bottom:24px}.Dashboard_chartPanel__dnWKG,.Dashboard_ordersPanel__teKY2,.Dashboard_panelCard__ura\+g{background:#fff;border:1px solid #e5ebf3;border-radius:26px;box-shadow:0 14px 36px #0f172a0f}.Dashboard_chartPanel__dnWKG{padding:24px}.Dashboard_panelHeaderSmall__Fdu0d,.Dashboard_panelHeader__dVLZK{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.Dashboard_panelHeaderSmall__Fdu0d h3,.Dashboard_panelHeader__dVLZK h3{color:#172033;font-size:20px;font-weight:850;margin:0 0 6px}.Dashboard_panelHeaderSmall__Fdu0d p,.Dashboard_panelHeader__dVLZK p{color:#7b8794;font-size:14px;margin:0}.Dashboard_chartBox__WSYMJ{height:380px;margin-top:24px}.Dashboard_sideColumn__VImeo{display:flex;flex-direction:column;gap:24px}.Dashboard_panelCard__ura\+g{padding:22px}.Dashboard_rankList__W6tgt{display:flex;flex-direction:column;gap:14px;margin-top:18px}.Dashboard_rankItem__w1uQo{align-items:center;background:#f8fafc;border-radius:16px;display:flex;gap:14px;justify-content:space-between;padding:12px}.Dashboard_rankItem__w1uQo b{color:#172033;white-space:nowrap}.Dashboard_rankLeft__gm9bq{align-items:center;display:flex;gap:12px;min-width:0}.Dashboard_rankLeft__gm9bq div{min-width:0}.Dashboard_rankLeft__gm9bq strong{color:#172033;display:block;font-size:14px;max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Dashboard_rankLeft__gm9bq p{color:#7b8794;font-size:13px;margin:4px 0 0}.Dashboard_avatarMini__uuDVh,.Dashboard_rankNumber__rhuJn{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__teKY2{padding:24px}.Dashboard_tableWrap__f8Cmz{margin-top:20px;overflow-x:auto;width:100%}.Dashboard_tableWrap__f8Cmz table{border-collapse:collapse;min-width:920px;width:100%}.Dashboard_tableWrap__f8Cmz th{background:#f8fafc;color:#64748b;font-size:13px;letter-spacing:.04em;padding:14px 16px;text-align:left;text-transform:uppercase}.Dashboard_tableWrap__f8Cmz td{border-bottom:1px solid #edf2f7;color:#334155;font-size:14px;padding:16px;vertical-align:middle}.Dashboard_tableWrap__f8Cmz tr:last-child td{border-bottom:none}.Dashboard_customerCell__BC8mN{display:flex;flex-direction:column;gap:4px}.Dashboard_customerCell__BC8mN strong{color:#172033}.Dashboard_customerCell__BC8mN span{color:#7b8794;font-size:13px}.Dashboard_paymentBadge__uWzId{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__aYO0k,.Dashboard_emptyText__TErsi{color:#7b8794;padding:24px;text-align:center}.Dashboard_loadingBox__ucRMn{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__7RK2A{grid-template-columns:repeat(2,minmax(0,1fr))}.Dashboard_mainGrid__DAZZo{grid-template-columns:1fr}}@media(max-width:768px){.Dashboard_wrapper__MxkF6{padding:16px}.Dashboard_topbar__-fvKN h1{font-size:28px}.Dashboard_searchBox__8rPCi,.Dashboard_topbarRight__l0PDg{width:100%}.Dashboard_statsGrid__7RK2A{grid-template-columns:1fr}.Dashboard_statCard__hhHKH h2{font-size:24px}.Dashboard_chartBox__WSYMJ{height:320px}.Dashboard_refreshBtn__7vjBa{justify-content:center;width:100%}}.Dashboard_categoryChart__ZSDcw{height:220px;margin-top:12px;width:100%}.Dashboard_categoryList__ZeVx0{display:flex;flex-direction:column;gap:12px;margin-top:10px}.Dashboard_categoryItem__4BqIp{align-items:center;background:#f8fafc;border-radius:16px;display:flex;gap:14px;justify-content:space-between;padding:12px}.Dashboard_categoryItem__4BqIp b{color:#172033;white-space:nowrap}.Dashboard_categoryLeft__G9pMv{align-items:center;display:flex;gap:12px;min-width:0}.Dashboard_categoryLeft__G9pMv>span{border-radius:50%;flex-shrink:0;height:12px;width:12px}.Dashboard_categoryLeft__G9pMv strong{color:#172033;display:block;font-size:14px}.Dashboard_categoryLeft__G9pMv p{color:#7b8794;font-size:13px;margin:4px 0 0}.Dashboard_exportBtn__BrRqw{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__BrRqw:hover{box-shadow:0 14px 30px #6aaa3b52;transform:translateY(-1px)}.Dashboard_rangeSelect__X\+6bE{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__X\+6bE:focus{border-color:#8fcf5b;box-shadow:0 0 0 4px #8fcf5b2e}.Dashboard_hourChartPanel__5y7Kr{margin-top:24px}.ManageShipper_wrapper__RWUSb{box-sizing:border-box;min-height:100vh;padding:28px;width:100%}.ManageShipper_header__AKv9i{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:28px}.ManageShipper_header__AKv9i h1{font-size:32px;font-weight:800;line-height:1.2;margin:0 0 8px}.ManageShipper_header__AKv9i p{font-size:15px;margin:0}.ManageShipper_addBtn__VGRP4{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__VGRP4:hover{background:linear-gradient(135deg,#16a34a,#15803d);transform:translateY(-1px)}.ManageShipper_statsGrid__SXOK4{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.ManageShipper_statCard__vW4o\+{background:#fff;border:1px solid #dfe7ef;border-radius:18px;box-shadow:0 8px 24px #0f172a0d;min-height:130px;padding:24px}.ManageShipper_statCard__vW4o\+ span{color:#33443c;display:block;font-size:14px;margin-top:16px}.ManageShipper_statCard__vW4o\+ strong{color:#0f1512;display:block;font-size:32px;margin-top:6px}.ManageShipper_statCard__vW4o\+ strong small{font-size:15px;font-weight:500}.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN{background:linear-gradient(135deg,#10b934,#d5e9af);border-color:#cfe2a7}.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN span,.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN strong{color:#101828}.ManageShipper_statIcon__Oyzd5{align-items:center;border-radius:12px;display:flex;height:44px;justify-content:center;width:44px}.ManageShipper_statIcon__Oyzd5.ManageShipper_green__UVI5I{background:#10b934;color:#101828}.ManageShipper_contentGrid__-ob6t{grid-gap:28px;display:grid;gap:28px;grid-template-columns:2fr .95fr}.ManageShipper_leftCol__J18zf,.ManageShipper_rightCol__E5Zrn{display:flex;flex-direction:column;gap:28px}.ManageShipper_alertCard__p0my0,.ManageShipper_deviceCard__SMTIL,.ManageShipper_mapCard__oorYI,.ManageShipper_shipperCard__K5KAX{background:#fff;border:1px solid #dfe7ef;border-radius:18px;box-shadow:0 8px 24px #0f172a0d;overflow:hidden}.ManageShipper_cardHeader__V2cYD{align-items:center;display:flex;justify-content:space-between;padding:22px 24px}.ManageShipper_cardHeader__V2cYD h3{align-items:center;color:#101828;display:flex;font-size:18px;gap:10px;margin:0}.ManageShipper_live__I7QtS{background:#e8f8e9;border:1px solid #dbe9bd;border-radius:999px;color:#08a832;font-size:12px;font-weight:800;padding:6px 12px}.ManageShipper_fakeMap__0YJI8{background:radial-gradient(circle at center,#e1f0c48c,#0000 36%),linear-gradient(135deg,#eef7de,#d7ebaf 45%,#c8df98);height:330px;position:relative}.ManageShipper_pin__F5IJJ{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__GACob{left:42%;top:34%}.ManageShipper_pin2__f9eFd{left:68%;top:63%}.ManageShipper_pin3__t1Xjm{left:24%;top:28%}.ManageShipper_pin4__G8naR{left:52%;top:55%}.ManageShipper_tools__v5UfR{color:#08a832;display:flex;gap:18px}.ManageShipper_shipperTable__mK6Ws{border-collapse:collapse;width:100%}.ManageShipper_shipperTable__mK6Ws thead{background:#e8f8e9}.ManageShipper_shipperTable__mK6Ws thead th{color:#43534b;font-size:12px;padding:16px 24px;text-align:left;text-transform:uppercase;white-space:nowrap}.ManageShipper_shipperTable__mK6Ws td{border-bottom:1px solid #edf2ef;color:#24342d;font-size:14px;padding:18px 24px}.ManageShipper_shipperTable__mK6Ws tbody tr{transition:background .2s ease}.ManageShipper_shipperTable__mK6Ws tbody tr:hover{background:#fbfdf6}.ManageShipper_profile__5oFaW{align-items:center;display:flex;gap:14px;min-width:190px}.ManageShipper_profile__5oFaW strong{color:#111827;display:block;margin-bottom:4px}.ManageShipper_profile__5oFaW span{color:#6b7280;font-size:12px}.ManageShipper_avatar__0\+b-K{background:#10b934;border:1px solid #cfe2a7;color:#101828;font-weight:800;height:38px;width:38px}.ManageShipper_status__TSFxi{border-radius:999px;font-size:12px;font-weight:800;padding:6px 12px;white-space:nowrap}.ManageShipper_available__UTvHH{background:#e8f8e9;border:1px solid #dbe9bd;color:#08a832}.ManageShipper_delivery__m922b{background:#fff7ed;border:1px solid #fed7aa;color:#ea580c}.ManageShipper_offline__6T9LZ{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.ManageShipper_rating__LkwmZ{color:#334155;font-weight:800;white-space:nowrap}.ManageShipper_rating__LkwmZ svg{color:#f59e0b;margin-left:4px}.ManageShipper_actions__RdrfU{display:flex;flex-wrap:nowrap;gap:12px}.ManageShipper_actions__RdrfU button{background:#0000;border:none;color:#08a832;cursor:pointer;font-weight:800;padding:6px 0;transition:color .2s ease}.ManageShipper_actions__RdrfU button:hover{color:#101828;text-decoration:underline}.ManageShipper_alertCard__p0my0{background:linear-gradient(135deg,#10b934,#d5e9af);padding:24px}.ManageShipper_alertCard__p0my0 h3{align-items:center;display:flex;gap:10px;margin:0 0 20px}.ManageShipper_alertItem__-NkmW{background:#ffffff8c;border-left:4px solid #08a832;border-radius:10px;margin-bottom:14px;padding:16px}.ManageShipper_alertItem__-NkmW strong{color:#101828;font-size:13px}.ManageShipper_alertItem__-NkmW p{color:#30451f;font-weight:700;margin:8px 0}.ManageShipper_alertItem__-NkmW span{background:#ffffffb3;border:1px solid #dbe9bd;border-radius:8px;color:#101828;display:inline-flex;font-size:12px;padding:5px 10px}.ManageShipper_alertItem__-NkmW.ManageShipper_danger__Tg4Mp{border-left-color:#ef4444}.ManageShipper_deviceCard__SMTIL{padding:24px}.ManageShipper_deviceCard__SMTIL h3{color:#101828;margin:0 0 20px}.ManageShipper_deviceItem__tPedM{margin-bottom:18px}.ManageShipper_deviceItem__tPedM div:first-child{color:#405047;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.ManageShipper_deviceItem__tPedM strong{color:#101828}.ManageShipper_progress__gOeWd{background:#edf2e4;border-radius:999px;height:7px;overflow:hidden}.ManageShipper_progress__gOeWd span{background:#08a832;border-radius:inherit;display:block;height:100%}@media(max-width:1200px){.ManageShipper_statsGrid__SXOK4{grid-template-columns:repeat(2,1fr)}.ManageShipper_contentGrid__-ob6t{grid-template-columns:1fr}}@media(max-width:768px){.ManageShipper_wrapper__RWUSb{padding:16px}.ManageShipper_header__AKv9i{align-items:flex-start;flex-direction:column}.ManageShipper_addBtn__VGRP4{justify-content:center;width:100%}.ManageShipper_statsGrid__SXOK4{gap:16px;grid-template-columns:1fr}.ManageShipper_shipperTable__mK6Ws{min-width:820px}.ManageShipper_shipperCard__K5KAX{overflow-x:auto}.ManageShipper_cardHeader__V2cYD{padding:18px}}.ManageShipper_modalOverlay__j6i0l{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__ktk8p{animation:ManageShipper_fadeIn__KzdEK .25s ease;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000002e;max-width:520px;overflow:hidden;width:100%}.ManageShipper_modalHeader__LET7-{align-items:center;border-bottom:1px solid #edf2ef;display:flex;justify-content:space-between;padding:20px 24px}.ManageShipper_modalHeader__LET7- h3{color:#10231c;font-size:22px;font-weight:800;margin:0}.ManageShipper_modalHeader__LET7- button{background:#f4f9ea;border:none;border-radius:50%;color:#7f9652;cursor:pointer;font-size:16px;font-weight:700;height:36px;width:36px}.ManageShipper_detailBody__BOx2A{padding:32px 24px;text-align:center}.ManageShipper_detailBody__BOx2A h2{color:#1f2937;font-size:26px;margin:18px 0 28px}.ManageShipper_detailAvatar__wtCwX{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__Aj\+\+k{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr)}.ManageShipper_detailGrid__Aj\+\+k div{background:#f8fbf2;border:1px solid #edf2ef;border-radius:16px;padding:18px;text-align:left}.ManageShipper_detailGrid__Aj\+\+k span{color:#6b7280;display:block;font-size:13px;margin-bottom:8px}.ManageShipper_detailGrid__Aj\+\+k strong{color:#1f2937;font-size:15px}@keyframes ManageShipper_fadeIn__KzdEK{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:768px){.ManageShipper_detailGrid__Aj\+\+k{grid-template-columns:1fr}}.ManageShipper_assignBox__UfLhh{text-align:left}.ManageShipper_assignBox__UfLhh label{color:#10231c;display:block;font-weight:800;margin-bottom:10px}.ManageShipper_assignBox__UfLhh 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__UfLhh p{color:#ef4444;font-size:14px;margin:0 0 16px}.ManageShipper_assignBox__UfLhh button{background:#e1f0c4;border:none;border-radius:12px;color:#5d6f3f;cursor:pointer;font-weight:800;height:46px;width:100%}.ManageShipper_assignBox__UfLhh button:disabled{cursor:not-allowed;opacity:.6}.ManageShipper_toolBtn__pHLoZ{background:#f8fbf2;border:1px solid #dbe9bd;border-radius:10px;color:#7f9652;cursor:pointer;height:38px;transition:all .2s ease;width:38px}.ManageShipper_toolBtn__pHLoZ:hover{background:#e1f0c4;transform:translateY(-1px)}.ManageShipper_wrapper__RWUSb{background:#fff;color:#101828}.ManageShipper_header__AKv9i h1{color:#172033}.ManageShipper_header__AKv9i p{color:#667085}.ManageShipper_addBtn__VGRP4{background:#10b934;border:none;box-shadow:0 4px 12px #1018280a;color:#fff}.ManageShipper_addBtn__VGRP4:hover{background:#0ea52e}.ManageShipper_alertCard__p0my0,.ManageShipper_deviceCard__SMTIL,.ManageShipper_mapCard__oorYI,.ManageShipper_shipperCard__K5KAX,.ManageShipper_statCard__vW4o\+{background:#fff;border:1px solid #dfe7ef;box-shadow:0 4px 12px #1018280a}.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN{background:#e8f8e9;border-color:#dfe7ef}.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN span,.ManageShipper_statCard__vW4o\+.ManageShipper_dark__JhNgN strong{color:#08a832}.ManageShipper_statIcon__Oyzd5,.ManageShipper_statIcon__Oyzd5.ManageShipper_green__UVI5I{background:#e8f8e9;color:#08a832}.ManageShipper_available__UTvHH,.ManageShipper_live__I7QtS{background:#e8f8e9;border:none;color:#08a832}.ManageShipper_fakeMap__0YJI8{background:radial-gradient(circle at center,#e8f8e9b3,#0000 36%),linear-gradient(135deg,#f8fafc,#e8f8e9 45%,#d1fae5)}.ManageShipper_pin__F5IJJ{background:#fff;border:1px solid #dfe7ef;box-shadow:0 8px 20px #10182814;color:#08a832}.ManageShipper_actions__RdrfU button,.ManageShipper_tools__v5UfR{color:#08a832}.ManageShipper_actions__RdrfU button:hover,.ManageShipper_tools__v5UfR:hover{color:#0ea52e}.ManageShipper_shipperTable__mK6Ws thead{background:#f8fafc}.ManageShipper_shipperTable__mK6Ws thead th{color:#5d6b82}.ManageShipper_shipperTable__mK6Ws td{border-bottom:1px solid #edf1f5;color:#25324b}.ManageShipper_shipperTable__mK6Ws tbody tr:hover{background:#f8fafc}.ManageShipper_avatar__0\+b-K,.ManageShipper_detailAvatar__wtCwX{background:#e8f8e9;border:1px solid #dfe7ef;color:#08a832}.ManageShipper_alertCard__p0my0{background:#fff;color:#101828}.ManageShipper_alertCard__p0my0 h3{color:#101828}.ManageShipper_alertItem__-NkmW{background:#f8fafc;border-left-color:#10b934}.ManageShipper_alertItem__-NkmW p,.ManageShipper_alertItem__-NkmW span,.ManageShipper_alertItem__-NkmW strong{color:#101828}.ManageShipper_alertItem__-NkmW span{background:#e8f8e9;border:none}.ManageShipper_progress__gOeWd{background:#edf1f5}.ManageShipper_progress__gOeWd span{background:#10b934}.ManageShipper_modalHeader__LET7-{border-bottom:1px solid #edf1f5}.ManageShipper_modalHeader__LET7- h3{color:#101828}.ManageShipper_modalHeader__LET7- button{background:#f2f4f7;color:#667085}.ManageShipper_detailGrid__Aj\+\+k div{background:#f8fafc;border:1px solid #edf1f5}.ManageShipper_assignBox__UfLhh label{color:#101828}.ManageShipper_assignBox__UfLhh select{background:#fff;border:1px solid #dfe7ef}.ManageShipper_assignBox__UfLhh button{background:#10b934;color:#fff}.ManageShipper_assignBox__UfLhh button:hover{background:#0ea52e}.ManageShipper_toolBtn__pHLoZ{background:#fff;border:1px solid #dfe7ef;color:#08a832}.ManageShipper_toolBtn__pHLoZ:hover{background:#e8f8e9}.ManageShipper_avatar__0\+b-K{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__ZU0Cy{display:block;height:100%;object-fit:cover;width:100%}.Cart_wrapper__K4w61{background:#f8faf7;min-height:100vh;width:100%}.Cart_main__t1dab{margin:120px auto 60px;width:min(1400px,92%)}.Cart_breadcrumb__\+2lQv{align-items:center;color:#7b8794;display:flex;font-size:16px;gap:10px;margin-bottom:18px}.Cart_breadcrumb__\+2lQv a{color:#7b8794;text-decoration:none}.Cart_breadcrumb__\+2lQv a:hover{color:#4caf50}.Cart_breadcrumb__\+2lQv span{color:#7b8794}.Cart_title__IGhF7{color:#0f172a;font-size:34px;font-weight:800;margin-bottom:28px}.Cart_title__IGhF7 span{color:#57b33e;font-size:.9em;font-weight:700}.Cart_inner__3mXO8{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:minmax(0,2fr) minmax(320px,1fr)}.Cart_cartSection__10aWG{display:flex;flex-direction:column;gap:24px}.Cart_cartTable__dKUQp{background:#fff;border:1px solid #e7eee2;border-radius:18px;overflow:hidden}.Cart_cartHead__UVqqb{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__uAFhn{display:flex;flex-direction:column}.Cart_cartItem__TnBxq{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__-lOiC{align-items:center;display:flex;gap:16px;min-width:0}.Cart_imgProduct__miffN{background:#f6f6f6;border:1px solid #edf1ea;border-radius:14px;flex-shrink:0;height:110px;overflow:hidden;width:110px}.Cart_imgProduct__miffN img{display:block;height:100%;object-fit:cover;width:100%}.Cart_infoProduct__8RYcR{display:flex;flex-direction:column;gap:6px;min-width:0}.Cart_infoProduct__8RYcR h2{color:#0f172a;font-size:18px;font-weight:800;line-height:1.4;margin:0}.Cart_infoProduct__8RYcR p{color:#7b8794;font-size:15px;margin:0}.Cart_btnDelete__lACoM{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__lACoM:hover{opacity:.8}.Cart_unitPrice__vfX-1{color:#334155;font-size:18px;font-weight:600}.Cart_quantityBox__\+SdeF{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__\+SdeF button{background:#0000;border:none;color:#556274;cursor:pointer;font-size:22px;height:100%;width:36px}.Cart_quantityBox__\+SdeF span{color:#1e293b;font-size:16px;font-weight:700;text-align:center;width:38px}.Cart_totalItem__2jPZg{color:#52b31f;font-size:20px;font-weight:800}.Cart_couponBox__Nx4VG{background:#fff;border:1px solid #e7eee2;border-radius:18px;padding:22px}.Cart_couponTitle__hZu6T{color:#0f172a;font-size:28px;font-weight:800;margin-bottom:18px}.Cart_couponForm__z7TFn{display:flex;gap:14px}.Cart_couponForm__z7TFn 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__z7TFn input:focus{background:#fff;border-color:#83c85f}.Cart_couponForm__z7TFn 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__z7TFn button:hover{opacity:.92}.Cart_summarySection__0aZxJ{display:flex;flex-direction:column;gap:20px}.Cart_summaryCard__tpedo{background:#fff;border:1px solid #e7eee2;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;padding:28px 24px}.Cart_summaryCard__tpedo h3{border-bottom:1px solid #edf2e8;color:#111827;font-size:20px;font-weight:800;margin:0 0 22px;padding-bottom:18px}.Cart_summaryRow__KLCus{align-items:center;color:#475569;display:flex;font-size:17px;gap:14px;justify-content:space-between;margin-bottom:18px}.Cart_summaryRow__KLCus strong{color:#334155}.Cart_freeShip__ROPmY{color:#57b33e;font-weight:700}.Cart_summaryDivider__F6KLp{background:#edf2e8;height:1px;margin:12px 0 18px}.Cart_summaryTotal__meQj0{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:22px}.Cart_summaryTotal__meQj0 span{color:#1f2937;font-size:18px;font-weight:800}.Cart_summaryTotal__meQj0 strong{color:#ef2b2d;display:block;font-size:24px;font-weight:900;text-align:right}.Cart_summaryTotal__meQj0 small{color:#7b8794;display:block;font-size:12px;font-weight:700;margin-top:4px;text-align:right;text-transform:uppercase}.Cart_checkoutBtn__4czST{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__4czST:hover{opacity:.95}.Cart_continueShopping__p\+gEQ{color:#64ba32;display:block;font-size:17px;font-weight:700;text-align:center;text-decoration:none}.Cart_continueShopping__p\+gEQ:hover{text-decoration:underline}.Cart_serviceBox__MaY5A{display:flex;flex-direction:column;gap:16px}.Cart_serviceItem__94bBF{align-items:center;background:#f4f8ef;border:1px solid #e2ecd9;border-radius:16px;display:flex;gap:16px;padding:18px}.Cart_serviceItem__94bBF h4{color:#1f2937;font-size:16px;font-weight:800;margin:0 0 4px;text-transform:uppercase}.Cart_serviceItem__94bBF p{color:#7b8794;font-size:14px;margin:0}.Cart_serviceIcon__1ug4j{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__farrT{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__farrT img{margin-bottom:18px;width:min(360px,100%)}.Cart_noProduct__farrT span{color:#0f172a;font-size:22px;font-weight:800;margin-bottom:18px}.Cart_noProduct__farrT 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__3mXO8{grid-template-columns:1fr}.Cart_summarySection__0aZxJ{order:2}.Cart_cartSection__10aWG{order:1}}@media(max-width:768px){.Cart_main__t1dab{margin:110px auto 40px;width:94%}.Cart_title__IGhF7{font-size:28px}.Cart_cartHead__UVqqb{display:none}.Cart_cartItem__TnBxq{gap:14px;grid-template-columns:1fr}.Cart_productInfo__-lOiC{align-items:flex-start}.Cart_imgProduct__miffN{height:90px;width:90px}.Cart_totalItem__2jPZg,.Cart_unitPrice__vfX-1{font-size:17px}.Cart_couponForm__z7TFn{flex-direction:column}.Cart_couponForm__z7TFn button{width:100%}}@media(max-width:480px){.Cart_productInfo__-lOiC{flex-direction:column}.Cart_summaryCard__tpedo{padding:22px 18px}.Cart_couponBox__Nx4VG{padding:18px}.Cart_couponTitle__hZu6T{font-size:22px}}.Category_wrapper__Xqt9I{background:radial-gradient(circle at top left,#e1f0c4a6,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef);min-height:100vh;width:100%}.Category_main__9b-UU{margin:120px auto 80px;min-height:100vh;width:min(1400px,100% - 48px)}.Category_hero__21bRi{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__b3X-C{max-width:640px;position:relative;z-index:2}.Category_heroContent__b3X-C 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__b3X-C p{color:#475467;font-size:19px;line-height:1.75;margin:0 0 28px;max-width:570px}.Category_heroTag__jlKqd{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__\+xzMA{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__\+xzMA:hover{box-shadow:0 20px 40px #2f7d3247;opacity:.96;transform:translateY(-3px)}.Category_heroVisual__24EVq{height:100%;min-height:260px;position:relative}.Category_visualBox__EnJvp{background:linear-gradient(180deg,#ffffffeb,#e9eee0fa);border:1px solid #ffffffb8;border-radius:26px;box-shadow:0 18px 42px #5c796f2e;position:absolute}.Category_visualBoxLarge__a7Xmr{bottom:18px;height:145px;left:58px;width:230px}.Category_visualBoxSmall__xzxa5{bottom:0;height:96px;right:40px;width:136px}.Category_visualDecor__-PjPJ{background:#fff3;border-radius:30px;filter:blur(1px);height:180px;left:96px;position:absolute;top:18px;width:180px}.Category_content__bueOX{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:300px minmax(0,1fr)}.Category_sidebar__XgQY8{display:flex;flex-direction:column;gap:24px;position:-webkit-sticky;position:sticky;top:110px}.Category_emptyState__N\+wZy,.Category_filterCard__BDBfP,.Category_loadingBox__IVp65,.Category_promoCard__etalK{background:#fffffff0;border:1px solid #7cc65226;border-radius:24px;box-shadow:0 16px 40px #10182812}.Category_filterCard__BDBfP{padding:24px}.Category_filterCard__BDBfP h3{color:#12321f;font-size:24px;font-weight:900;margin:0 0 22px}.Category_filterGroup__IM2k6{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.Category_filterGroup__IM2k6 label{color:#667085;font-size:13px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.Category_filterGroup__IM2k6 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__IM2k6 select:focus{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.Category_filterNote__NoNlC{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__NoNlC span{color:#12321f;font-weight:900}.Category_promoCard__etalK{background:radial-gradient(circle at top right,#7cc65242,#0000 34%),linear-gradient(135deg,#0f513f,#12321f);color:#fff;padding:24px}.Category_promoCard__etalK span{color:#e1f0c4;display:inline-block;font-size:13px;font-weight:900;margin-bottom:12px}.Category_promoCard__etalK h4{font-size:28px;font-weight:900;line-height:1.35;margin:0 0 12px}.Category_promoCard__etalK p{color:#ffffffd1;font-size:15px;line-height:1.7;margin:0}.Category_productsSection__WgUnG{min-width:0}.Category_sectionHead__enkgE{align-items:flex-end;display:flex;gap:18px;justify-content:space-between;margin-bottom:22px}.Category_sectionHead__enkgE h2{color:#12321f;font-size:38px;font-weight:950;letter-spacing:-.6px;margin:0 0 6px}.Category_sectionHead__enkgE p{color:#667085;font-size:15px;margin:0}.Category_card__OFRil{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,minmax(0,1fr))}.Category_pagination__ghm3u{display:flex;justify-content:center;margin-top:34px}.Category_emptyState__N\+wZy{grid-column:1/-1;padding:50px 24px;text-align:center}.Category_emptyState__N\+wZy h4{color:#12321f;font-size:22px;font-weight:900;margin:0 0 8px}.Category_emptyState__N\+wZy p{color:#667085;font-size:15px;margin:0}.Category_loadingBox__IVp65{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__OFRil{grid-template-columns:repeat(3,minmax(0,1fr))}}@media only screen and (max-width:1024px){.Category_main__9b-UU{margin:110px auto 60px;width:min(100%,100% - 32px)}.Category_hero__21bRi{grid-template-columns:1fr;min-height:0;min-height:auto;padding:38px 30px}.Category_heroVisual__24EVq{min-height:180px}.Category_content__bueOX{grid-template-columns:1fr}.Category_sidebar__XgQY8{position:static}.Category_card__OFRil{grid-template-columns:repeat(2,minmax(0,1fr))}.Category_sectionHead__enkgE h2{font-size:30px}}@media only screen and (max-width:600px){.Category_main__9b-UU{margin:96px auto 50px;width:calc(100% - 20px)}.Category_hero__21bRi{border-radius:22px;margin-bottom:22px;padding:24px 18px}.Category_heroContent__b3X-C h1{font-size:34px;margin-bottom:14px}.Category_heroContent__b3X-C p{font-size:15px;line-height:1.7;margin-bottom:20px}.Category_heroTag__jlKqd{font-size:11px;padding:7px 12px}.Category_heroBtn__\+xzMA{font-size:15px;height:48px;width:100%}.Category_heroVisual__24EVq{min-height:130px}.Category_visualBoxLarge__a7Xmr{bottom:12px;height:95px;left:18px;width:150px}.Category_visualBoxSmall__xzxa5{bottom:0;height:64px;right:10px;width:92px}.Category_visualDecor__-PjPJ{height:110px;left:48px;top:8px;width:110px}.Category_emptyState__N\+wZy,.Category_filterCard__BDBfP,.Category_loadingBox__IVp65,.Category_promoCard__etalK{border-radius:18px}.Category_filterCard__BDBfP,.Category_promoCard__etalK{padding:18px}.Category_filterCard__BDBfP h3{font-size:20px}.Category_promoCard__etalK h4{font-size:22px}.Category_sectionHead__enkgE{align-items:flex-start;flex-direction:column;margin-bottom:16px}.Category_sectionHead__enkgE h2{font-size:26px}.Category_sectionHead__enkgE p{font-size:14px}.Category_card__OFRil{gap:18px;grid-template-columns:1fr}}.DetailProducts_wrapper__eFXnx{background:#f6f6f3;min-height:100vh;width:100%}.DetailProducts_main__tLNZr{margin:0 auto;padding:100px 0 60px;width:min(1200px,92%)}.DetailProducts_detail-wrapper__yEOb1{width:100%}.DetailProducts_form-product__Po0Yz{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-top:20px}.DetailProducts_img-product__Ey8Nm{display:flex;flex-direction:column;gap:12px}.DetailProducts_main-image__OA7OC{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__5Tl6z{display:block;height:auto;max-height:78%;max-width:78%;object-fit:contain;width:auto}.DetailProducts_nav-btn__yJ7JF{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__hHjUF{left:14px}.DetailProducts_btn-right__2vOcl{right:14px}.DetailProducts_img-small__5oQXB{display:flex;flex-wrap:wrap;gap:12px}.DetailProducts_thumb-item__o8j0l{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__o8j0l img{display:block;height:100%;object-fit:cover;width:100%}.DetailProducts_active__xRjyj{border:2px solid #c9db96}.DetailProducts_info-product__gnxck{padding-top:6px}.DetailProducts_tag-hot__oiixy{color:#444;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.3px;margin-bottom:10px}.DetailProducts_title-product__-mOs9 h2{color:#111827;font-size:28px;font-weight:800;line-height:1.2;margin-bottom:14px}.DetailProducts_product-meta__BRR11{align-items:center;color:#7a7a7a;display:flex;flex-wrap:wrap;font-size:14px;gap:10px;margin-bottom:18px}.DetailProducts_review-stars__FUq1o,.DetailProducts_score-stars__iOkTV,.DetailProducts_stars__f6vO7{color:#f4b400;display:flex;gap:2px}.DetailProducts_dot__qPs9P{color:#bcbcbc}.DetailProducts_price-box__pleCD{background:#fbfbfb;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:20px;padding:16px 18px;width:100%}.DetailProducts_price-box__pleCD p{color:#666;font-size:14px;margin-top:8px}.DetailProducts_price-row__P2riM{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.DetailProducts_current-price__96x5z{color:#e11d1d;font-size:26px;font-weight:800;line-height:1}.DetailProducts_old-price__j3bmv{color:#b9b9b9;font-size:18px;text-decoration:line-through}.DetailProducts_discount__O4dr0{background:#ffe2e2;border-radius:6px;color:#ef4444;font-size:12px;font-weight:700;padding:4px 8px}.DetailProducts_benefits__KO8SD{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0 0 22px;padding:0}.DetailProducts_benefits__KO8SD li{align-items:center;color:#333;display:flex;font-size:14px;gap:10px}.DetailProducts_benefits__KO8SD li svg{color:#22c55e;flex-shrink:0}.DetailProducts_buy-row__j2XkI{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.DetailProducts_form-quantity__fdqi1{align-items:center;background:#fff;border:1px solid #d8d8d8;border-radius:8px;display:flex;height:44px;overflow:hidden}.DetailProducts_form-quantity__fdqi1 button{background:#fff;border:none;cursor:pointer;font-size:16px;height:44px;width:42px}.DetailProducts_form-quantity__fdqi1 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__XTCwl,.DetailProducts_btn-buy-now__3C94k{border-radius:8px;cursor:pointer;font-size:14px;font-weight:700;height:44px;padding:0 24px;transition:.25s ease}.DetailProducts_btn-buy-now__3C94k{background:#d7e8af;border:1px solid #d7e8af;color:#111;min-width:140px}.DetailProducts_btn-buy-now__3C94k:hover{background:#cfe09f}.DetailProducts_btn-add-cart__XTCwl{background:#fff;border:1px solid #c9dba3;color:#222;min-width:160px}.DetailProducts_btn-add-cart__XTCwl:hover{background:#f6fbe9}.DetailProducts_service-row__3bZZE{grid-gap:18px;border-top:1px solid #ececec;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);padding-top:18px}.DetailProducts_service-item__uXCAH{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:12px;gap:8px;text-align:center}.DetailProducts_service-item__uXCAH svg{color:#94a3b8;font-size:18px}.DetailProducts_detail-tabs__pm6Xf{margin-top:40px}.DetailProducts_tab-header__5C-KT{align-items:center;border-bottom:1px solid #e8e8e8;display:flex;gap:26px;margin-bottom:20px}.DetailProducts_tab-header__5C-KT button{background:#0000;border:none;color:#9ca3af;cursor:pointer;font-size:14px;font-weight:700;padding:0 0 14px}.DetailProducts_activeTab__3mZl\+{border-bottom:2px solid #c8dba0!important;color:#111827!important}.DetailProducts_tab-body__n39xF{color:#5b5b5b;font-size:15px;line-height:1.8;padding-right:8px}.DetailProducts_tab-body__n39xF p{margin-bottom:14px}.DetailProducts_tab-body__n39xF img{height:auto;max-width:100%}.DetailProducts_description-placeholder__rUqxh{color:#777;padding:8px 0}.DetailProducts_reviews-section__0QtVh{margin-top:60px}.DetailProducts_reviews-section__0QtVh h2{color:#111827;font-size:20px;font-weight:800;margin-bottom:24px}.DetailProducts_reviews-wrapper__xBChm{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:170px 1fr}.DetailProducts_reviews-score__wi5n7{background:#fff;border:1px solid #ececec;border-radius:12px;padding:20px 14px;text-align:center}.DetailProducts_reviews-score__wi5n7 p{color:#9ca3af;font-size:13px}.DetailProducts_score-number__G79y0{color:#111827;font-size:52px;font-weight:800;line-height:1}.DetailProducts_reviews-list__53kPn{display:flex;flex-direction:column;gap:18px}.DetailProducts_review-item__uCjRO{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:14px;padding-bottom:14px}.DetailProducts_avatar__HkMW\+{background:#e5e7eb;color:#374151;flex-shrink:0;font-size:13px;height:38px;width:38px}.DetailProducts_review-content__m6r\+L{flex:1 1}.DetailProducts_review-content__m6r\+L p{color:#666;font-size:14px;line-height:1.7;margin-top:6px}.DetailProducts_review-top__Dh99a{align-items:center;display:flex;gap:12px;justify-content:space-between}.DetailProducts_review-top__Dh99a strong{color:#111827;font-size:14px}.DetailProducts_review-top__Dh99a span{color:#b1b1b1;font-size:12px;white-space:nowrap}.DetailProducts_similar-products__5uEDz{margin-top:56px}.DetailProducts_similar-products__5uEDz h2{color:#111827;font-size:20px;font-weight:800;margin-bottom:20px}.DetailProducts_slider-item__swoV3{padding-right:16px}@media only screen and (max-width:1024px){.DetailProducts_form-product__Po0Yz{grid-template-columns:1fr}.DetailProducts_main-image__OA7OC{height:440px}.DetailProducts_reviews-wrapper__xBChm{grid-template-columns:1fr}}@media only screen and (max-width:768px){.DetailProducts_main__tLNZr{padding-top:92px;width:94%}.DetailProducts_main-image__OA7OC{height:340px}.DetailProducts_img__5Tl6z{max-height:74%;max-width:74%}.DetailProducts_thumb-item__o8j0l{height:70px;width:70px}.DetailProducts_buy-row__j2XkI{align-items:stretch;flex-direction:column}.DetailProducts_btn-add-cart__XTCwl,.DetailProducts_btn-buy-now__3C94k{width:100%}.DetailProducts_service-row__3bZZE{grid-template-columns:1fr}.DetailProducts_review-top__Dh99a{align-items:flex-start;flex-direction:column}.DetailProducts_title-product__-mOs9 h2{font-size:24px}}.DetailProducts_container__JC0a1{border-top:1px solid #ececec;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));margin-top:25px;padding-top:18px}.DetailProducts_box__OxUV4{align-items:center;border-right:1px solid #ececec;display:flex;gap:10px;padding:0 14px}.DetailProducts_noBorder__e4Xee{border-right:none}.DetailProducts_box__OxUV4 img{flex-shrink:0;height:32px;object-fit:contain;width:32px}.DetailProducts_info__GlXTS{min-width:0}.DetailProducts_title__ygvT\+{color:#1f2937;display:block;font-size:15px;font-weight:700;line-height:1.3}.DetailProducts_desc__b\+Ya0{color:#6b7280;display:block;font-size:13px;line-height:1.4}@media(max-width:768px){.DetailProducts_container__JC0a1{grid-template-columns:1fr 1fr;row-gap:15px}.DetailProducts_box__OxUV4{border-right:none}}.DetailProducts_similar-products__5uEDz{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__5uEDz h2{color:#12321f;font-size:16px;font-weight:950;letter-spacing:-.4px;margin:0 0 28px;text-align:left}.DetailProducts_similar-products__5uEDz .slick-slider{position:relative;width:100%}.DetailProducts_similar-products__5uEDz .slick-list{margin:0 -12px;overflow:hidden}.DetailProducts_similar-products__5uEDz .slick-track{align-items:stretch;display:flex!important}.DetailProducts_similar-products__5uEDz .slick-slide{height:auto}.DetailProducts_similar-products__5uEDz .slick-slide>div{box-sizing:border-box;height:100%;padding:0 12px}.DetailProducts_slider-item__swoV3{height:100%}.DetailProducts_slider-item__swoV3>*{height:100%;width:100%}.DetailProducts_similar-products__5uEDz .slick-next,.DetailProducts_similar-products__5uEDz .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__5uEDz .slick-prev{left:-22px}.DetailProducts_similar-products__5uEDz .slick-next{right:-22px}.DetailProducts_similar-products__5uEDz .slick-next:hover,.DetailProducts_similar-products__5uEDz .slick-prev:hover{background:#e1f0c4!important;box-shadow:0 16px 32px #2f7d322e;transform:translateY(-50%) scale(1.08)}.DetailProducts_similar-products__5uEDz .slick-next:before,.DetailProducts_similar-products__5uEDz .slick-prev:before{color:#2f7d32;font-size:24px;opacity:1}.DetailProducts_similar-products__5uEDz .slick-dots{bottom:-34px}.DetailProducts_similar-products__5uEDz .slick-dots li button:before{color:#7cc652;font-size:9px}.DetailProducts_similar-products__5uEDz .slick-dots li.slick-active button:before{color:#2f7d32}@media(max-width:768px){.DetailProducts_similar-products__5uEDz{border-radius:22px;margin-top:54px;padding:24px 18px 32px}.DetailProducts_similar-products__5uEDz h1{font-size:23px;text-align:center}.DetailProducts_similar-products__5uEDz .slick-prev{left:-8px}.DetailProducts_similar-products__5uEDz .slick-next{right:-8px}}.DetailProducts_avatar__HkMW\+ img{border-radius:50%}.DetailProducts_review-stars__FUq1o svg{color:#ddd}.DetailProducts_review-stars__FUq1o .DetailProducts_activeStar__yihHC{color:#f5b301}.DetailProducts_activeStar__yihHC{color:#f5b301!important}.DetailProducts_avatar__HkMW\+{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__HkMW\+ img{display:block;height:100%;object-fit:cover;width:100%}.DetailProducts_avatar__HkMW\+ span{line-height:1}.DetailProducts_reviewTags__sQeay{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.DetailProducts_reviewTags__sQeay span{background:#e1f0c4;border-radius:999px;color:#31543b;font-size:13px;font-weight:600;padding:6px 12px}.DetailProducts_reviewImages__edIL\+{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.DetailProducts_reviewImages__edIL\+ img{background:#f7faf4;border:1px solid #edf2e7;border-radius:12px;height:86px;object-fit:cover;width:86px}.DetailProducts_reviewActions__uR4Yy{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.DetailProducts_reviewActions__uR4Yy 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__uR4Yy button:hover{filter:brightness(.96);transform:translateY(-1px)}.DetailProducts_reviewActions__uR4Yy button:last-child{background:#ffe1e1;color:#b42318}.DetailProducts_editReviewOverlay__-VY3I{align-items:center;background:#0000006b;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.DetailProducts_editReviewModal__8Ndpq{animation:DetailProducts_reviewPopup__r5iQQ .2s ease;background:#fff;border-radius:24px;box-shadow:0 24px 70px #00000038;padding:24px;width:min(540px,100%)}.DetailProducts_editReviewModal__8Ndpq h3{color:#2f421f;font-size:22px;margin:0 0 18px}.DetailProducts_editReviewModal__8Ndpq label{color:#333;display:block;font-weight:700;margin:14px 0 7px}.DetailProducts_editReviewModal__8Ndpq input,.DetailProducts_editReviewModal__8Ndpq select,.DetailProducts_editReviewModal__8Ndpq textarea{background:#fbfff7;border:1px solid #dce8c6;border-radius:14px;font-size:15px;outline:none;padding:12px 14px;width:100%}.DetailProducts_editReviewModal__8Ndpq input:focus,.DetailProducts_editReviewModal__8Ndpq select:focus,.DetailProducts_editReviewModal__8Ndpq textarea:focus{border-color:#b7d889;box-shadow:0 0 0 4px #e1f0c4a6}.DetailProducts_editReviewModal__8Ndpq textarea{min-height:130px;resize:vertical}.DetailProducts_editReviewButtons__zmRQY{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.DetailProducts_editReviewButtons__zmRQY button{border:0;border-radius:999px;cursor:pointer;font-weight:800;padding:10px 18px}.DetailProducts_editReviewButtons__zmRQY button:first-child{background:#f1f1f1;color:#555}.DetailProducts_editReviewButtons__zmRQY button:last-child{background:#e1f0c4;color:#314d1f}@keyframes DetailProducts_reviewPopup__r5iQQ{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.DetailProducts_reviewFilter__Vpo20{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.DetailProducts_reviewFilter__Vpo20 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__Vpo20 button:hover{background:#f1f8df;border-color:#b9d982}.DetailProducts_activeFilter__1tL6T{background:#e1f0c4!important;border-color:#a8cc68!important;box-shadow:0 6px 14px #61802d29;color:#2f4f18!important}.DetailProducts_productVideo__EbL7O{background:#000;border-radius:20px;height:520px;object-fit:contain;width:100%}.DetailProducts_video-thumb__kws1T{position:relative}.DetailProducts_video-thumb__kws1T video{height:100%;object-fit:cover;width:100%}.DetailProducts_video-thumb__kws1T 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__EbL7O{height:320px}}.Navbar_wrapper__PyD8n{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__PyD8n{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__qe6Vh{background:#f5f6f3;width:100%}.InfoUser_main__veSjI{margin:120px auto 60px;min-height:100vh;width:min(1240px,100% - 48px)}.InfoUser_breadcrumb__2HXw7{align-items:center;color:#667085;display:flex;font-size:15px;gap:10px;margin-bottom:26px}.InfoUser_breadcrumb__2HXw7 .InfoUser_slash__OV7N7{color:#98a2b3}.InfoUser_breadcrumb__2HXw7 .InfoUser_active__ZfbSP{color:#67c80f;font-weight:600}.InfoUser_content__YMPiX{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:260px 1fr}.InfoUser_sidebar__aS188{display:flex;flex-direction:column;gap:24px}.InfoUser_activityCard__Ia7Se,.InfoUser_addressCard__KLxdR,.InfoUser_addressForm__tcC\+A,.InfoUser_emptyContent__cOdtQ,.InfoUser_formCard__KHImx,.InfoUser_menuCard__9RDHj,.InfoUser_profileCard__gNhop{background:#fff;border:1px solid #dbe3ea;border-radius:16px;box-shadow:0 4px 12px #0f172a0a}.InfoUser_menuCard__9RDHj{overflow:hidden}.InfoUser_menuTitle__RwTV9{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__AMuu1{list-style:none;margin:0;padding:0}.InfoUser_menuItem__nhT0l{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__nhT0l svg{font-size:17px;width:18px}.InfoUser_menuItem__nhT0l:hover{background:#f7fbf1;color:#67c80f}.InfoUser_menuItem__nhT0l.InfoUser_active__ZfbSP{background:#edf6e4;border-left:4px solid #67c80f;color:#67c80f;font-weight:600;padding-left:14px}.InfoUser_logoutBtn__8DtcH{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__8DtcH:hover{background:#fff5f5}.InfoUser_logoutBtn__8DtcH svg{font-size:17px}.InfoUser_rankCard__V1RhI{background:linear-gradient(135deg,#16233f,#0b1834);border-radius:16px;box-shadow:0 8px 20px #080f212e;color:#fff;padding:18px 16px 16px}.InfoUser_rankTop__49B0C{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.InfoUser_rankLabel__H9R8u{color:#96a3bc;font-size:13px;letter-spacing:.4px}.InfoUser_rankIcon__zbmQC{color:#f8c400;font-size:18px}.InfoUser_rankName__L5Awr{font-size:18px;font-weight:700;margin-bottom:14px}.InfoUser_progressBar__EPfD4{background:#ffffff29;border-radius:999px;height:6px;margin-bottom:10px;overflow:hidden;width:100%}.InfoUser_progressValue__nM21O{background:#67c80f;border-radius:999px;height:100%;width:64%}.InfoUser_rankDesc__jtZSm{color:#b6c0d1;font-size:13px;line-height:1.5}.InfoUser_mainContent__FcTuY{display:flex;flex-direction:column;gap:24px}.InfoUser_profileCard__gNhop{align-items:center;display:flex;gap:22px;min-height:146px;padding:24px 26px}.InfoUser_avatarWrap__XfXdP{flex-shrink:0;height:96px;position:relative;width:96px}.InfoUser_avatar__zrJbX{background:#f4f7f1;border:4px solid #eef6e7;border-radius:50%;height:96px;overflow:hidden;width:96px}.InfoUser_avatar__zrJbX img{display:block;height:100%;object-fit:cover;width:100%}.InfoUser_cameraBtn__AIiKI{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__AIiKI svg{font-size:12px}.InfoUser_hiddenInput__TYhQl{display:none}.InfoUser_profileInfo__B9Jsc h2{color:#08254d;font-size:24px;line-height:1.2;margin-bottom:8px}.InfoUser_profileInfo__B9Jsc p{color:#667085;font-size:15px;margin-bottom:12px}.InfoUser_memberBadge__72HWV{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__KBey2{background:#97a3b6;border-radius:50%;height:8px;width:8px}.InfoUser_activityCard__Ia7Se,.InfoUser_formCard__KHImx{padding:24px 26px 26px}.InfoUser_activityHeader__J6lZn,.InfoUser_formHeader__B3nMe{align-items:center;display:flex;gap:12px;margin-bottom:24px}.InfoUser_activityHeader__J6lZn svg,.InfoUser_formHeader__B3nMe svg{color:#67c80f;font-size:20px}.InfoUser_activityHeader__J6lZn h3,.InfoUser_formHeader__B3nMe h3{color:#08254d;font-size:20px;font-weight:700;margin:0}.InfoUser_activityHeader__J6lZn{justify-content:space-between;margin-bottom:16px}.InfoUser_activityCount__8a2li{background:#ee4d2d1a;border-radius:999px;color:#ee4d2d;font-size:13px;font-weight:600;padding:6px 10px}.InfoUser_formGrid__4AT3l{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:26px}.InfoUser_formGroup__Boox8{display:flex;flex-direction:column;gap:10px}.InfoUser_formGroup__Boox8 label{color:#1f3552;font-size:15px;font-weight:500}.InfoUser_formGroup__Boox8 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__Boox8 input:focus{background:#fff;border-color:#67c80f}.InfoUser_fullWidth__ufI\+0{grid-column:1/-1}.InfoUser_actions__KIu\+j,.InfoUser_addressFormActions__wmmqP{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.InfoUser_addressFormActions__wmmqP{justify-content:flex-end;margin-top:20px}.InfoUser_saveBtn__ET0BC{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__ET0BC:hover{background:#59b20d}.InfoUser_saveBtn__ET0BC:disabled{cursor:not-allowed;opacity:.7}.InfoUser_cancelBtn__49phA{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__49phA:hover{background:#e5e7eb;color:#0f2747}.InfoUser_tableWrap__Jq1UG{overflow-x:auto;width:100%}.InfoUser_orderTable__5M77h,.InfoUser_table__tFY\+j{border-collapse:collapse;min-width:900px;width:100%}.InfoUser_orderTable__5M77h td,.InfoUser_orderTable__5M77h th,.InfoUser_table__tFY\+j td,.InfoUser_table__tFY\+j th{border:1px solid #e5e7eb;font-size:14px;padding:14px 12px;text-align:left;vertical-align:middle}.InfoUser_orderTable__5M77h th,.InfoUser_table__tFY\+j th{background:#f8fafc;color:#1f3552;font-weight:700;white-space:nowrap}.InfoUser_orderTable__5M77h td,.InfoUser_table__tFY\+j td{background:#fff;color:#475467}.InfoUser_orderTable__5M77h tbody tr:hover td,.InfoUser_table__tFY\+j tbody tr:hover td{background:#fafdf7}.InfoUser_orderTable__5M77h{border-collapse:initial;border-spacing:0;min-width:1100px}.InfoUser_orderTable__5M77h thead th{background:#fafafa;border:none;border-bottom:1px solid #f0f0f0;color:#666;font-size:13px}.InfoUser_orderTable__5M77h tbody td{border:none;border-bottom:1px solid #f5f5f5;padding:16px 12px}.InfoUser_orderRow__QcYTH{transition:all .2s ease}.InfoUser_orderRow__QcYTH:hover td{background:#fffaf7}.InfoUser_newOrder__zNIZT td{background:#fffdf8}.InfoUser_orderIdBox__rWdsb{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.InfoUser_orderId__KtVJh{color:#333;font-weight:700}.InfoUser_newBadge__EhDC2{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__ahhZS{color:#444;max-width:180px;word-break:break-word}.InfoUser_productCell__n2900{max-width:220px}.InfoUser_productName__tz1O4{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#222;display:-webkit-box;font-weight:500;line-height:1.45;overflow:hidden}.InfoUser_qtyBadge__jupif{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__dt-Fa{color:#ee4d2d;font-size:15px;font-weight:700;white-space:nowrap}.InfoUser_dateCell__3Wd0p{display:flex;flex-direction:column;gap:4px}.InfoUser_dateMain__5kzIW{color:#333;font-size:13px;font-weight:600}.InfoUser_dateSub__NsGij{color:#888;font-size:12px}.InfoUser_statusBadge__DFbtL{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__pIQ33{background:#fef3c7;color:#b45309}.InfoUser_confirmed__VPgIE{background:#dbeafe;color:#1d4ed8}.InfoUser_shipping__MnQ0P{background:#e0f2fe;color:#0369a1}.InfoUser_completed__v6N3k{background:#d1fae5;color:#047857}.InfoUser_cancelled__rDnUF{background:#fee2e2;color:#b91c1c}.InfoUser_unknown__Ro3Gr{background:#f3f4f6;color:#374151}.InfoUser_detailBtnFancy__FWDZA,.InfoUser_detailBtn__n7Zq1{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__n7Zq1{background:#eef6e4;color:#67c80f}.InfoUser_detailBtn__n7Zq1:hover{background:#67c80f;color:#fff}.InfoUser_detailBtnFancy__FWDZA{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-size:13px;margin-right:10px}.InfoUser_detailBtnFancy__FWDZA:hover{box-shadow:0 8px 18px #2563eb40;transform:translateY(-1px)}.InfoUser_orderCancelBtn__0Dq8I{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__0Dq8I:hover{box-shadow:0 8px 18px #ee4d2d40;transform:translateY(-1px)}.InfoUser_emptyRow__\+fjOH{color:#98a2b3!important;font-weight:500;padding:24px!important;text-align:center!important}.InfoUser_modalOverlay__\+yGGA{align-items:center;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.InfoUser_modalContent__vzY0L{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__Y6FTO{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.InfoUser_modalHeader__Y6FTO h3{color:#08254d;font-size:22px;margin:0}.InfoUser_closeBtn__tocij{background:#f3f4f6;border:none;border-radius:50%;color:#475467;cursor:pointer;font-size:24px;height:38px;width:38px}.InfoUser_modalInfo__mfJRD{grid-gap:10px;display:grid;gap:10px;margin-bottom:20px}.InfoUser_modalInfo__mfJRD p{color:#344054;line-height:1.5;margin:0}.InfoUser_orderProducts__O2GEf{margin-top:12px}.InfoUser_detailTable__tZhHw{min-width:100%}.InfoUser_pagination__US00-{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px}.InfoUser_pageBtn__ZIJk8,.InfoUser_pageNavBtn__iEobR{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__ZIJk8:hover,.InfoUser_pageNavBtn__iEobR:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 6px 14px #0f172a14;transform:translateY(-2px)}.InfoUser_pageNavBtn__iEobR{align-items:center;display:flex;justify-content:center}.InfoUser_pageNavBtn__iEobR:disabled{box-shadow:none;cursor:not-allowed;opacity:.4;transform:none}.InfoUser_activePage__9sohP{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;box-shadow:0 8px 18px #2563eb40;color:#fff}.InfoUser_orderSummary__zAMTd{background:#f8fbf3;border:1px solid #819a5b33;border-radius:14px;margin-top:18px;padding:16px}.InfoUser_orderSummary__zAMTd p{color:#475467;display:flex;font-size:14px;gap:16px;justify-content:space-between;margin:8px 0}.InfoUser_orderSummary__zAMTd strong{color:#1f2937;font-weight:700}.InfoUser_summaryTotal__jTbwv{border-top:1px dashed #819a5b59;font-size:16px!important;margin-top:12px!important;padding-top:12px}.InfoUser_summaryTotal__jTbwv span,.InfoUser_summaryTotal__jTbwv strong{color:#0f5132;font-weight:800}.InfoUser_addressWrapper__AmBDk{width:100%}.InfoUser_addressHeader__NExdd{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.InfoUser_addressTitle__oekP0{color:#101828;font-size:32px;font-weight:700;margin:0 0 6px}.InfoUser_addressSubTitle__IxAtQ{color:#667085;font-size:15px;margin:0}.InfoUser_addAddressBtn__o3rCj{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__MWx\+3{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.InfoUser_addressCard__KLxdR{border-radius:20px;box-shadow:0 8px 24px #1018280f;padding:24px}.InfoUser_defaultCard__i687E{border-left:4px solid #84cc16}.InfoUser_addressCardTop__MvejM{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:12px}.InfoUser_addressUserInfo__0b9g9{align-items:center;display:flex;gap:12px}.InfoUser_addressUserInfo__0b9g9 h4{color:#101828;font-size:24px;font-weight:700;margin:0}.InfoUser_defaultBadge__6u0OI{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__652jU{align-items:center;display:flex;gap:12px}.InfoUser_addressActions__652jU button{background:#0000;border:none;cursor:pointer;font-weight:600}.InfoUser_addressActions__652jU button:first-child{color:#0f172a}.InfoUser_addressActions__652jU button:last-child{color:#ef4444}.InfoUser_addressPhone__lDUBm,.InfoUser_addressText__aoF4U{color:#667085;font-size:15px;line-height:1.7;margin:6px 0}.InfoUser_setDefaultBtn__J4G11{background:#e1f0c4;border:none;border-radius:12px;color:#2f4f1f;cursor:pointer;font-weight:700;margin-top:12px;padding:10px 14px}.InfoUser_addressForm__tcC\+A{border-radius:24px;box-shadow:0 12px 30px #10182814;margin-bottom:30px;padding:28px}.InfoUser_addressFormTitle__u7YDg{color:#101828;font-size:28px;font-weight:700;margin:0 0 24px}.InfoUser_addressFormRow__3gi6S{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:20px}.InfoUser_addressField__uSG4m{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.InfoUser_addressField__uSG4m label{color:#344054;font-size:14px;font-weight:600}.InfoUser_addressField__uSG4m input,.InfoUser_addressField__uSG4m select,.InfoUser_addressField__uSG4m 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__uSG4m input:focus,.InfoUser_addressField__uSG4m select:focus,.InfoUser_addressField__uSG4m textarea:focus{border-color:#84cc16;box-shadow:0 0 0 4px #84cc161f}.InfoUser_addressField__uSG4m textarea{min-height:120px;resize:vertical}.InfoUser_defaultCheckbox__GdJOM{align-items:center;color:#344054;display:inline-flex;font-weight:500;gap:10px;margin-bottom:24px;margin-top:8px}.InfoUser_addressRequiredBox__nIVp4{background:#fff7e6;border:1px solid #ffd591;border-radius:14px;color:#5c3b00;margin-bottom:20px;padding:16px}.InfoUser_addressRequiredBox__nIVp4 strong{display:block;font-size:16px;margin-bottom:6px}.InfoUser_addressRequiredBox__nIVp4 p{font-size:14px;margin:0 0 12px}.InfoUser_addressRequiredBox__nIVp4 button{background:#e1f0c4;border:none;border-radius:10px;color:#2f4f1f;cursor:pointer;font-weight:700;padding:10px 16px}.InfoUser_mapActions__8JfzS{display:flex;flex-wrap:wrap;gap:10px}.InfoUser_mapBtn__\+eZ-6{background:#e1f0c4;border:none;border-radius:10px;color:#2f4f1f;cursor:pointer;font-weight:700;padding:10px 14px;transition:.2s ease}.InfoUser_mapBtn__\+eZ-6:hover{filter:brightness(.96);transform:translateY(-1px)}.InfoUser_mapHint__utS5Z{color:#8a6d3b;font-size:13px;margin-top:8px}.InfoUser_addressMapSmall__ZG8tI,.InfoUser_mapPreview__uPj0q{background:#fff;border:1px solid #e5e5e5;border-radius:14px;margin-top:12px;overflow:hidden}.InfoUser_addressMapSmall__ZG8tI iframe,.InfoUser_mapPreview__uPj0q iframe{border:0;display:block;width:100%}.InfoUser_addressMapSmall__ZG8tI p,.InfoUser_mapPreview__uPj0q p{color:#555;font-size:13px;margin:0;padding:8px 10px}.InfoUser_emptyContent__cOdtQ{border-radius:18px;color:#667085;padding:24px}@media(max-width:1024px){.InfoUser_content__YMPiX{grid-template-columns:1fr}.InfoUser_sidebar__aS188{order:2}.InfoUser_mainContent__FcTuY{order:1}}@media(max-width:992px){.InfoUser_addressCardTop__MvejM,.InfoUser_addressHeader__NExdd{flex-direction:column}.InfoUser_addressActions__652jU{justify-content:flex-start}.InfoUser_addressFormRow__3gi6S{grid-template-columns:1fr}}@media(max-width:768px){.InfoUser_main__veSjI{margin:110px auto 40px;width:min(100%,100% - 24px)}.InfoUser_profileCard__gNhop{align-items:flex-start;flex-direction:column}.InfoUser_formGrid__4AT3l{grid-template-columns:1fr}.InfoUser_fullWidth__ufI\+0{grid-column:auto}.InfoUser_pagination__US00-{gap:6px}.InfoUser_pageBtn__ZIJk8,.InfoUser_pageNavBtn__iEobR{font-size:12px;height:34px;min-width:34px}}@media(max-width:480px){.InfoUser_activityCard__Ia7Se,.InfoUser_addressCard__KLxdR,.InfoUser_addressForm__tcC\+A,.InfoUser_formCard__KHImx,.InfoUser_modalContent__vzY0L,.InfoUser_profileCard__gNhop{padding:18px}.InfoUser_menuTitle__RwTV9{font-size:18px}.InfoUser_profileInfo__B9Jsc h2{font-size:22px}.InfoUser_addressFormTitle__u7YDg,.InfoUser_addressTitle__oekP0{font-size:24px}.InfoUser_actions__KIu\+j,.InfoUser_addressFormActions__wmmqP{align-items:stretch;flex-direction:column}.InfoUser_cancelBtn__49phA,.InfoUser_saveBtn__ET0BC{justify-content:center;width:100%}}.InfoUser_orderTimelineBox__YDfnu{background:#fff;border:1px solid #edf2f7;border-radius:10px;box-shadow:0 2px 8px #0f172a0f;margin-bottom:24px;padding:22px 28px 26px}.InfoUser_timelineTop__zZG1f{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:42px}.InfoUser_timelineTop__zZG1f h4{color:#071733;font-size:22px;font-weight:800;margin:0 0 12px}.InfoUser_timelineTop__zZG1f p{align-items:center;color:#667085;display:flex;font-size:14px;gap:7px;margin:0}.InfoUser_timelineTop__zZG1f p svg{color:#55708f;font-size:13px}.InfoUser_timelineStatus__I07jV{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__81pbh{align-items:flex-start;display:flex;justify-content:space-between;padding:0 44px;position:relative}.InfoUser_timeline__81pbh:before{background:#e8edf4;border-radius:999px;content:"";height:4px;left:90px;position:absolute;right:90px;top:17px;z-index:0}.InfoUser_timelineItem__CaLU9{background:#0000!important;color:#9aa5b1;flex:1 1;padding:0!important;position:relative;text-align:center;z-index:1}.InfoUser_timelineItem__CaLU9 .InfoUser_timelineIcon__WVTZJ{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__CaLU9 strong{color:#a0a8b3;display:block;font-size:13px;font-weight:800}.InfoUser_timelineItem__CaLU9 span{color:#b0bac6;display:block;font-size:11px;margin-top:4px}.InfoUser_timelineItem__CaLU9.InfoUser_active__ZfbSP .InfoUser_timelineIcon__WVTZJ{background:#e5f7c8;color:#031527}.InfoUser_timelineItem__CaLU9.InfoUser_active__ZfbSP strong{color:#020617}.InfoUser_timelineItem__CaLU9.InfoUser_active__ZfbSP span{color:#5b6b7f}.InfoUser_timelineItem__CaLU9.InfoUser_current__TThx0 .InfoUser_timelineIcon__WVTZJ{box-shadow:0 0 0 7px #e5f7c8a6}.InfoUser_timelineItem__CaLU9.InfoUser_danger__sHFb2.InfoUser_active__ZfbSP .InfoUser_timelineIcon__WVTZJ{background:#fee2e2;color:#991b1b}.InfoUser_timelineItem__CaLU9.InfoUser_danger__sHFb2.InfoUser_active__ZfbSP strong{color:#991b1b}.InfoUser_timelineItem__CaLU9.InfoUser_warning__\+BVtq.InfoUser_active__ZfbSP .InfoUser_timelineIcon__WVTZJ{background:#fef3c7;color:#92400e}.InfoUser_timelineItem__CaLU9.InfoUser_warning__\+BVtq.InfoUser_active__ZfbSP strong{color:#92400e}.ReviewProduct_reviewWrapper__5DkKZ{width:100%}.ReviewProduct_reviewGrid__9yv7V{grid-gap:24px;display:grid;gap:24px;grid-template-columns:320px 1fr}.ReviewProduct_reviewSidebar__up4Vg{display:flex;flex-direction:column;gap:20px}.ReviewProduct_reviewCard__-Wglv{background:#fff;border:1px solid #edf2e7;border-radius:18px;box-shadow:0 10px 30px #0000000a;padding:22px}.ReviewProduct_reviewCardHeader__d-HSr{margin-bottom:20px}.ReviewProduct_reviewCardHeader__d-HSr h3{color:#1e1e1e;font-size:16px;font-weight:800}.ReviewProduct_reviewInfo__1KkMf{border-bottom:1px solid #f1f1f1;display:flex;flex-direction:column;gap:6px;padding:14px 0}.ReviewProduct_reviewInfo__1KkMf:last-child{border-bottom:0}.ReviewProduct_reviewInfo__1KkMf span{color:#7b7b7b;font-size:13px}.ReviewProduct_reviewInfo__1KkMf strong{color:#111;font-size:15px}.ReviewProduct_successBadge__\+mtXL{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__DnkRo{display:flex;gap:14px}.ReviewProduct_reviewProduct__DnkRo img{border-radius:14px;height:90px;object-fit:cover;width:90px}.ReviewProduct_reviewProduct__DnkRo h4{font-size:15px;line-height:1.5;margin-bottom:8px}.ReviewProduct_reviewProduct__DnkRo p{color:#666;font-size:14px}.ReviewProduct_reviewMain__KlTNc{background:#fff;border:1px solid #edf2e7;border-radius:20px;box-shadow:0 10px 30px #0000000a;padding:30px}.ReviewProduct_reviewHeader__bPCDX{margin-bottom:32px}.ReviewProduct_reviewHeader__bPCDX h2{font-size:28px;font-weight:800;margin-bottom:10px}.ReviewProduct_reviewHeader__bPCDX p{color:#777}.ReviewProduct_reviewSection__B6ix4{margin-bottom:34px}.ReviewProduct_reviewSection__B6ix4 h4{font-size:17px;margin-bottom:18px}.ReviewProduct_ratingRow__00LZo{align-items:center;display:flex;gap:24px}.ReviewProduct_starRow__pyy-h{display:flex;gap:16px}.ReviewProduct_starBtn__G2sUM{background:#0000;border:0;color:#d6d6d6;cursor:pointer;font-size:38px;transition:.2s}.ReviewProduct_starBtn__G2sUM.ReviewProduct_active__eE\+GT{color:#0b6b46;transform:scale(1.08)}.ReviewProduct_ratingBadge__YZdbO{background:#e1f0c4;border-radius:999px;color:#1b5d38;font-weight:700;padding:10px 18px}.ReviewProduct_tagList__3Q3Cm{display:flex;flex-wrap:wrap;gap:14px}.ReviewProduct_tagBtn__D8XOp{background:#edf4df;border:0;border-radius:999px;color:#35533f;cursor:pointer;font-weight:600;padding:12px 18px;transition:.2s}.ReviewProduct_tagBtn__D8XOp.ReviewProduct_active__eE\+GT{background:#0b6b46;color:#fff}.ReviewProduct_reviewTextarea__a6OT-{border:1px solid #dfe7d6;border-radius:16px;font-size:15px;min-height:180px;outline:none;padding:18px;resize:none;width:100%}.ReviewProduct_textCount__YNBeC{color:#888;font-size:13px;margin-top:10px;text-align:right}.ReviewProduct_uploadList__-GLsc{display:flex;flex-wrap:wrap;gap:16px}.ReviewProduct_uploadBox__82L-M{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__82L-M svg{font-size:24px}.ReviewProduct_previewImage__Hi9VT{border-radius:18px;height:120px;overflow:hidden;position:relative;width:120px}.ReviewProduct_previewImage__Hi9VT img{height:100%;object-fit:cover;width:100%}.ReviewProduct_previewImage__Hi9VT button{background:#00000080;border:0;border-radius:50%;color:#fff;cursor:pointer;height:28px;position:absolute;right:8px;top:8px;width:28px}.ReviewProduct_reviewActions__xcEeV{display:flex;justify-content:flex-end}.ReviewProduct_submitReviewBtn__VukZk{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__Lfl3a{display:flex;flex-direction:column;gap:12px}.ReviewProduct_reviewProductItem__leQFG{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__leQFG img{background:#f4f6f0;border-radius:12px;flex-shrink:0;height:64px;object-fit:cover;width:64px}.ReviewProduct_reviewProductItem__leQFG div{display:flex;flex-direction:column;gap:4px;min-width:0}.ReviewProduct_reviewProductItem__leQFG 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__leQFG small,.ReviewProduct_reviewProductItem__leQFG span{color:#777;font-size:12px}.ReviewProduct_reviewProductItem__leQFG.ReviewProduct_active__eE\+GT,.ReviewProduct_reviewProductItem__leQFG:hover{background:#f4fbec;border-color:#0b6b46;box-shadow:0 8px 20px #0b6b4614}.ReminderPage_wrapper__FuZsv{color:#102f25;padding:24px}.ReminderPage_header__IMpBr{margin-bottom:28px}.ReminderPage_header__IMpBr h2{font-size:20px;font-weight:800;margin-bottom:8px}.ReminderPage_header__IMpBr p{color:#444;font-size:15px}.ReminderPage_layout__U8TSG{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.4fr .95fr}.ReminderPage_reminderGrid__iIVSL{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,1fr);margin-bottom:28px}.ReminderPage_logBox__w5--8,.ReminderPage_right__6lESt,.ReminderPage_topCard__dqn5g{background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f}.ReminderPage_topCard__dqn5g{padding:26px}.ReminderPage_topCard__dqn5g h3{font-size:17px;margin:22px 0 6px}.ReminderPage_topCard__dqn5g p{color:#555;margin-bottom:20px}.ReminderPage_topCard__dqn5g strong{align-items:center;color:#003f2d;display:flex;font-size:17px;gap:8px}.ReminderPage_cardTop__Ywzu7{align-items:center;display:flex;justify-content:space-between}.ReminderPage_cardTop__Ywzu7 svg{color:#004f38;font-size:24px}.ReminderPage_cardTop__Ywzu7 span{background:#dcefc1;border-radius:999px;color:#69784c;font-size:13px;font-weight:800;padding:7px 14px;text-transform:uppercase}.ReminderPage_logBox__w5--8{padding:28px}.ReminderPage_logHeader__qPuoK{align-items:center;display:flex;justify-content:space-between;margin-bottom:22px}.ReminderPage_logHeader__qPuoK h3{font-size:18px}.ReminderPage_logHeader__qPuoK button{background:#0000;border:none;color:#004f38;cursor:pointer;font-weight:800}.ReminderPage_logItem__tCVE3{align-items:center;background:#fff;border-radius:10px;display:flex;gap:18px;margin-bottom:14px;padding:18px}.ReminderPage_logIcon__OknDc{align-items:center;background:#eaf3ef;border-radius:50%;color:#004f38;display:flex;height:40px;justify-content:center;width:40px}.ReminderPage_logIcon__OknDc.ReminderPage_missed__FcNc5{background:#ffecec;color:#d10000}.ReminderPage_logInfo__AFIbM{flex:1 1}.ReminderPage_logInfo__AFIbM h4{font-size:16px;margin-bottom:4px}.ReminderPage_logInfo__AFIbM p{color:#555}.ReminderPage_logStatus__ffeMY{color:#004f38;font-weight:700}.ReminderPage_logStatus__ffeMY.ReminderPage_missed__FcNc5{color:#d10000}.ReminderPage_banner__9Hwzn{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__9Hwzn h3{margin-bottom:12px}.ReminderPage_right__6lESt{padding:32px}.ReminderPage_right__6lESt h3{font-size:18px;margin-bottom:28px}.ReminderPage_right__6lESt label{display:block;font-weight:800;margin:18px 0 10px}.ReminderPage_right__6lESt input{background:#e8ece8;border:none;border-radius:8px;font-size:15px;outline:none;padding:15px;width:100%}.ReminderPage_frequency__KmqoB{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.ReminderPage_frequency__KmqoB button{background:#dcefc1;border:none;border-radius:8px;cursor:pointer;font-weight:800;padding:14px 10px}.ReminderPage_frequency__KmqoB button.ReminderPage_active__\+8OLz{background:#00523a;color:#fff}.ReminderPage_row__Y9lB5{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.ReminderPage_method__OzbnN{align-items:center;background:#eef1ee;border-radius:8px;cursor:pointer;display:flex;gap:12px;margin-bottom:10px;padding:14px}.ReminderPage_method__OzbnN input{accent-color:#00523a;width:auto}.ReminderPage_method__OzbnN svg{color:#102f25}.ReminderPage_saveBtn__ig3ed{background:#00523a;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:800;margin-top:16px;padding:16px;width:100%}.ReminderPage_saveBtn__ig3ed:disabled{cursor:not-allowed;opacity:.6}.ReminderPage_emptyBox__TT-nc,.ReminderPage_emptyText__p3E31{color:#777}.ReminderPage_emptyBox__TT-nc{background:#fff;border-radius:14px;padding:30px}@media(max-width:992px){.ReminderPage_layout__U8TSG{grid-template-columns:1fr}}@media(max-width:650px){.ReminderPage_wrapper__FuZsv{padding:16px}.ReminderPage_reminderGrid__iIVSL,.ReminderPage_row__Y9lB5{grid-template-columns:1fr}.ReminderPage_logHeader__qPuoK,.ReminderPage_logItem__tCVE3{align-items:flex-start}.ReminderPage_logItem__tCVE3{flex-direction:column}}.ReminderPage_cardActions__Nkq-L{display:flex;gap:10px;margin-top:18px}.ReminderPage_cardActions__Nkq-L button{background:#e1f0c4;border:none;border-radius:8px;color:#0f3d2e;cursor:pointer;font-weight:700;padding:9px 13px}.ReminderPage_cardActions__Nkq-L button:hover{background:#00523a;color:#fff}.ReminderPage_modalOverlay__yzvaI{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:9999}.ReminderPage_reportModal__COpma{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__gpt\+X{display:flex;gap:20px;justify-content:space-between;margin-bottom:24px}.ReminderPage_reportHeader__gpt\+X h3{color:#0f3d2e;font-size:22px;margin-bottom:6px}.ReminderPage_reportHeader__gpt\+X p{color:#666}.ReminderPage_reportHeader__gpt\+X button{background:#e1f0c4;border:none;border-radius:50%;cursor:pointer;font-size:24px;height:38px;width:38px}.ReminderPage_reportGrid__Z5jx8{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(4,1fr);margin-bottom:28px}.ReminderPage_reportCard__DjtpE{background:#f6fbf3;border:1px solid #e1f0c4;border-radius:14px;padding:18px}.ReminderPage_reportCard__DjtpE span{color:#666;display:block;font-size:13px;margin-bottom:10px}.ReminderPage_reportCard__DjtpE strong{color:#00523a;font-size:26px}.ReminderPage_reportList__Yps5R h4{color:#0f3d2e;margin-bottom:14px}.ReminderPage_reportItem__6k55W{background:#f8faf8;border-radius:12px;display:flex;gap:20px;justify-content:space-between;margin-bottom:10px;padding:16px}.ReminderPage_reportItem__6k55W p{color:#666;margin-top:4px}.ReminderPage_reportMeta__cCJYF{text-align:right}.ReminderPage_reportMeta__cCJYF span{color:#444;display:block;margin-bottom:6px}.ReminderPage_reportMeta__cCJYF b{color:#00523a}@media(max-width:768px){.ReminderPage_reportGrid__Z5jx8{grid-template-columns:repeat(2,1fr)}.ReminderPage_reportItem__6k55W{flex-direction:column}.ReminderPage_reportMeta__cCJYF{text-align:left}}@media(max-width:480px){.ReminderPage_reportGrid__Z5jx8{grid-template-columns:1fr}}.ReminderPage_completedBtn__W\+HXB{background:#28a745!important;color:#fff!important;cursor:default!important;opacity:.9}.Login_authPage__KnNAI{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__riTyF{animation:Login_pageFloat__W6iX\+ 8s ease-in-out infinite;border-radius:999px;filter:blur(8px);opacity:.75;position:absolute}.Login_decorOne__NPLw8{background:#e1f0c4e6;height:190px;left:5%;top:10%;width:190px}.Login_decorTwo__oa1DQ{animation-delay:1.5s;background:#00543e1c;height:260px;right:-70px;top:12%;width:260px}.Login_decorThree__fp8Lr{animation-delay:3s;background:#00543e14;bottom:7%;height:150px;left:16%;width:150px}.Login_authCard__5\+2HX{-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__l5KU1{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__S8q2h{color:#003f2f;font-size:18px;font-weight:900;gap:12px}.Login_brandIcon__2F9Vo{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__F3S2H{margin-top:54px;max-width:510px}.Login_intro__F3S2H .Login_tag__CERQX{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__F3S2H h2{color:#18221d;font-size:36px;font-weight:900;line-height:1.12;margin:0 0 20px}.Login_intro__F3S2H h2 strong{color:#00543e}.Login_intro__F3S2H p{color:#68756f;font-size:17px;line-height:1.75;margin:0}.Login_visualBox__XEKjN{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:34px;min-height:360px;position:relative}.Login_bubbleLayer__2C5mt{inset:0;overflow:hidden;position:absolute}.Login_bubbleLayer__2C5mt span{animation:Login_bubble__uWkVj 10s linear infinite;background:#00543e1a;border-radius:50%;bottom:-40px;height:18px;position:absolute;width:18px}.Login_bubbleLayer__2C5mt span:first-child{animation-duration:8s;height:24px;left:12%;width:24px}.Login_bubbleLayer__2C5mt span:nth-child(2){animation-delay:1s;animation-duration:11s;left:34%}.Login_bubbleLayer__2C5mt span:nth-child(3){animation-delay:2s;animation-duration:9s;height:28px;left:58%;width:28px}.Login_bubbleLayer__2C5mt span:nth-child(4){animation-delay:.8s;animation-duration:12s;height:14px;left:78%;width:14px}.Login_bubbleLayer__2C5mt span:nth-child(5){animation-delay:3s;animation-duration:10s;height:20px;left:88%;width:20px}.Login_orbit__xwzch{animation:Login_spin__CfApF 18s linear infinite;border:1px dashed #00543e38;border-radius:50%;height:285px;position:absolute;width:285px}.Login_orbit__xwzch:before{border:1px solid #00543e17;border-radius:50%;content:"";inset:42px;position:absolute}.Login_centerPulse__nlaJI{align-items:center;animation:Login_pulse__F2CKt 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__nlaJI svg{animation:Login_counterSpin__KCiQ3 18s linear infinite}.Login_orbitDot__39TNv{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__39TNv svg{animation:Login_counterSpin__KCiQ3 18s linear infinite}.Login_dotOne__eFAkA{left:44px;top:18px}.Login_dotTwo__lWpUD{right:-8px;top:118px}.Login_dotThree__FrFcA{bottom:34px;left:18px}.Login_glassPanel__nBswD{animation:Login_floatCard__IV9mJ 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__nBswD h3{color:#00543e;font-size:24px;font-weight:900;margin:18px 0 8px}.Login_panelTop__6FjW\+{display:flex;gap:7px}.Login_panelTop__6FjW\+ span{background:#00543e38;border-radius:50%;height:10px;width:10px}.Login_healthLine__j9Nbi{height:76px;width:100%}.Login_healthLine__j9Nbi svg{height:100%;width:100%}.Login_healthLine__j9Nbi polyline{fill:none;stroke:#00543e;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:440;stroke-dashoffset:440;animation:Login_heartbeat__eKFu2 3s linear infinite}.Login_miniStats__bGb4K{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.Login_miniStats__bGb4K div{background:#e1f0c48c;border-radius:18px;padding:12px}.Login_miniStats__bGb4K strong{color:#00543e;display:block;font-size:20px;font-weight:900}.Login_miniStats__bGb4K span{color:#68756f;font-size:13px;font-weight:700}.Login_copyright__u2oVX{color:#18221d7a;font-size:14px}.Login_authRight__nLnnk{align-items:center;background:#ffffffdb;display:flex;justify-content:center;padding:54px 50px}.Login_formBox__Ohtqb{width:min(430px,100%)}.Login_formHeader__RYyxc{margin-bottom:34px}.Login_formHeader__RYyxc .Login_smallTitle__zEV44{color:#00543e;display:block;font-size:13px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.Login_formHeader__RYyxc h1{color:#18221d;font-size:30px;font-weight:900;margin:0 0 10px}.Login_formHeader__RYyxc p{color:#68756f;font-size:16px;margin:0}.Login_formGroup__jcQyv{margin-bottom:22px}.Login_formGroup__jcQyv label{color:#18221d;display:block;font-size:16px;font-weight:800;margin-bottom:10px}.Login_labelRow__WrrRQ{align-items:center;display:flex;justify-content:space-between}.Login_labelRow__WrrRQ a{color:#00543e;font-size:15px;font-weight:800;margin-bottom:10px;text-decoration:none}.Login_labelRow__WrrRQ a:hover{text-decoration:underline}.Login_inputWrap__jO-ay{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__jO-ay svg{color:#728079;flex-shrink:0;font-size:18px}.Login_inputWrap__jO-ay input{background:#0000;border:none;color:#18221d;flex:1 1;font-size:16px;height:100%;outline:none}.Login_inputWrap__jO-ay input::placeholder{color:#7d8983}.Login_inputWrap__jO-ay:focus-within{background:#fff;border-color:#bfd9aa;box-shadow:0 0 0 5px #e1f0c4b8;transform:translateY(-1px)}.Login_eyeBtn__AS113{background:#0000;border:none;color:#6f7b75;cursor:pointer;display:flex;outline:none;padding:5px}.Login_rememberRow__vn\+sw{margin:6px 0 28px}.Login_checkbox__yZk-g{align-items:center;color:#343d38;cursor:pointer;display:flex;font-size:16px;gap:12px}.Login_checkbox__yZk-g input{display:none}.Login_checkbox__yZk-g input:checked+span{background:#00543e;border-color:#00543e}.Login_checkbox__yZk-g input:checked+span:after{opacity:1}.Login_checkbox__yZk-g span{background:#eef3ef;border:1.5px solid #b7c3bb;border-radius:7px;height:22px;position:relative;transition:.25s;width:22px}.Login_checkbox__yZk-g 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__en2JD{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__en2JD:hover{background:#003f2f;transform:translateY(-2px)}.Login_submitBtn__en2JD:disabled{cursor:not-allowed;opacity:.7;transform:none}.Login_divider__kt-u9{align-items:center;color:#7a837f;display:flex;font-size:13px;gap:18px;letter-spacing:4px;margin:42px 0 28px}.Login_divider__kt-u9:after,.Login_divider__kt-u9:before{background:#e5eae6;content:"";flex:1 1;height:1px}.Login_divider__kt-u9 span{white-space:nowrap}.Login_authFooter__uwJja{color:#333d38;font-size:16px;margin-top:36px;text-align:center}.Login_authFooter__uwJja a{color:#00543e;font-weight:900;text-decoration:none}.Login_authFooter__uwJja a:hover{text-decoration:underline}.Login_supportBtn__gtOE4{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__gtOE4:hover{background:#e1f0c4;color:#00543e}@keyframes Login_pageFloat__W6iX\+{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}@keyframes Login_bubble__uWkVj{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:1}to{opacity:0;transform:translateY(-430px) scale(1.45)}}@keyframes Login_spin__CfApF{to{transform:rotate(1turn)}}@keyframes Login_counterSpin__KCiQ3{to{transform:rotate(-1turn)}}@keyframes Login_pulse__F2CKt{0%,to{box-shadow:0 0 0 16px #00543e12}50%{box-shadow:0 0 0 28px #00543e08}}@keyframes Login_floatCard__IV9mJ{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes Login_heartbeat__eKFu2{to{stroke-dashoffset:0}}@media(max-width:992px){.Login_authPage__KnNAI{padding:24px}.Login_authCard__5\+2HX{grid-template-columns:1fr;min-height:auto}.Login_authLeft__l5KU1{display:none}.Login_authRight__nLnnk{padding:44px 26px}}@media(max-width:576px){.Login_authPage__KnNAI{padding:14px}.Login_authCard__5\+2HX{border-radius:22px}.Login_formHeader__RYyxc h1{font-size:26px}.Login_formHeader__RYyxc p{font-size:15px}.Login_socialGrid__yP2th{grid-template-columns:1fr}.Login_divider__kt-u9{font-size:12px;letter-spacing:2px}.Login_supportBtn__gtOE4{display:none}}.Login_brand__S8q2h{align-items:center;display:flex;gap:16px}.Login_brandLogo__o1kLh{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__o1kLh img{height:82%;object-fit:contain;width:82%}.Login_brandContent__GhX3A{display:flex;flex-direction:column;justify-content:center}.Login_brandContent__GhX3A h2{color:#0d3b2e;font-size:34px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.Login_brandContent__GhX3A span{color:#6c7a73;font-size:13px;font-weight:600;letter-spacing:1px;margin-top:6px;text-transform:uppercase}.Login_passwordHint__B2Ki2{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__z-Zjc{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__z-Zjc:hover{background:#d5e9b0;transform:translateY(-2px)}.Login_backBtn__z-Zjc:disabled{cursor:not-allowed;opacity:.6}.Login_socialGrid__yP2th{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:1fr 1fr}.Login_googleWrap__1yNs3{align-items:center;display:flex;height:56px;width:100%}.Login_googleWrap__1yNs3>div{width:100%!important}.Login_googleWrap__1yNs3 iframe{border-radius:18px!important;height:56px!important;width:100%!important}.Login_socialBtn__cLXEQ{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__cLXEQ:hover{background:#f8f9fa;border-color:#cfd4d9}.Login_socialBtn__cLXEQ:active{transform:scale(.98)}.Login_facebook__FP6Zr{color:#1877f2;font-size:20px}.PaymentsSuccess_wrapper__6ejgr{background:#f5f7f2;min-height:100vh;width:100%}.PaymentsSuccess_main__eOjBh{margin:0 auto;max-width:1180px;padding:60px 20px 80px}.PaymentsSuccess_successTop__4Khco{align-items:center;display:flex;flex-direction:column;margin-bottom:48px;text-align:center}.PaymentsSuccess_successIconOuter__bWMU2{align-items:center;background:#d8e6b6;border-radius:50%;display:flex;height:78px;justify-content:center;margin-bottom:22px;width:78px}.PaymentsSuccess_successIconInner__3Zuo1{align-items:center;background:#00533f;border-radius:50%;color:#fff;display:flex;font-size:18px;height:40px;justify-content:center;width:40px}.PaymentsSuccess_title__IOCYn{color:#014d3b;font-size:58px;font-weight:800;line-height:1.15;margin:0 0 12px}.PaymentsSuccess_subtitle__u32-d{color:#4b5563;font-size:18px;margin:0 0 16px}.PaymentsSuccess_orderBadge__Wo-t2{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__cIck7{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:1.5fr .95fr}.PaymentsSuccess_leftColumn__K8ufF{display:flex;flex-direction:column;gap:24px}.PaymentsSuccess_rightColumn__mkTAN{width:100%}.PaymentsSuccess_card__1mgEm{background:#fff;border-radius:20px;box-shadow:0 4px 18px #0000000a;padding:32px}.PaymentsSuccess_shippingCard__NhMUq{background:#eef1eb;border-radius:20px;min-height:100%;padding:32px}.PaymentsSuccess_cardTitle__CFE87{color:#111827;font-size:22px;font-weight:800;margin:0 0 28px}.PaymentsSuccess_productList__7G4Qz{display:flex;flex-direction:column}.PaymentsSuccess_productRow__rR1Kt{align-items:center;display:flex;gap:18px}.PaymentsSuccess_productImage__j\+rqH{background:#f3f4f6;border-radius:14px;flex-shrink:0;height:94px;overflow:hidden;width:94px}.PaymentsSuccess_productImage__j\+rqH img{height:100%;object-fit:cover;width:100%}.PaymentsSuccess_productInfoOnly__XwX9c,.PaymentsSuccess_productInfo__lh0-9{flex:1 1}.PaymentsSuccess_productName__uvp1-{color:#111827;font-size:20px;font-weight:800;margin:0 0 6px}.PaymentsSuccess_productDesc__nBlw4{color:#6b7280;font-size:16px;margin:0 0 10px}.PaymentsSuccess_productQuantity__LoP9G{color:#374151;font-size:16px}.PaymentsSuccess_productPrice__hEpEN{color:#044b3d;font-size:20px;font-weight:800;white-space:nowrap}.PaymentsSuccess_divider__nffFi{background:#e5e7eb;height:1px;margin:28px 0 22px}.PaymentsSuccess_summary__U-tEV{display:flex;flex-direction:column;gap:16px}.PaymentsSuccess_summaryRow__uxjc8{align-items:center;color:#374151;display:flex;font-size:18px;justify-content:space-between}.PaymentsSuccess_summaryTotal__9MK\+J{align-items:center;color:#044b3d;display:flex;font-size:20px;justify-content:space-between;margin-top:6px}.PaymentsSuccess_summaryTotal__9MK\+J strong{font-size:22px;font-weight:800}.PaymentsSuccess_summaryTotal__9MK\+J span{font-weight:800}.PaymentsSuccess_actionGroup__CwEbD{display:flex;gap:18px}.PaymentsSuccess_btnPrimary__rTMKV,.PaymentsSuccess_btnSecondary__Wy1WN{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__rTMKV{background:#00533f;color:#fff}.PaymentsSuccess_btnPrimary__rTMKV:hover{opacity:.92}.PaymentsSuccess_btnSecondary__Wy1WN{background:#cfdca9;color:#4b5d39}.PaymentsSuccess_btnSecondary__Wy1WN:hover{opacity:.92}.PaymentsSuccess_infoList__zRivB{display:flex;flex-direction:column;gap:28px}.PaymentsSuccess_infoItem__5iMyF{align-items:flex-start;display:flex;gap:14px}.PaymentsSuccess_infoIcon__4aRRQ{color:#00533f;font-size:20px;margin-top:2px;width:22px}.PaymentsSuccess_infoText__o8iFM{display:flex;flex-direction:column;gap:6px}.PaymentsSuccess_infoLabel__jRJC9{color:#3f4a43;font-size:14px;font-weight:800;text-transform:uppercase}.PaymentsSuccess_infoValue__JE8\+T{color:#1f2937;font-size:18px;line-height:1.6}.PaymentsSuccess_noteBox__OqDBi{align-items:flex-start;background:#fff;border-radius:14px;display:flex;gap:12px;margin-top:34px;padding:16px 18px}.PaymentsSuccess_noteIcon__FS-i6{color:#00533f;font-size:18px;margin-top:2px}.PaymentsSuccess_noteText__tNy5G{color:#4b5563;font-size:14px;line-height:1.5;margin:0}.PaymentsSuccess_empty__cpb9O{color:#6b7280;font-size:18px;padding:60px 20px;text-align:center}@media(max-width:1024px){.PaymentsSuccess_title__IOCYn{font-size:42px}.PaymentsSuccess_content__cIck7{grid-template-columns:1fr}}@media(max-width:768px){.PaymentsSuccess_main__eOjBh{padding:40px 16px 60px}.PaymentsSuccess_title__IOCYn{font-size:32px}.PaymentsSuccess_subtitle__u32-d{font-size:16px}.PaymentsSuccess_card__1mgEm,.PaymentsSuccess_shippingCard__NhMUq{padding:22px}.PaymentsSuccess_productRow__rR1Kt{flex-wrap:wrap}.PaymentsSuccess_productPrice__hEpEN{margin-top:8px;text-align:left;width:100%}.PaymentsSuccess_actionGroup__CwEbD{flex-direction:column}.PaymentsSuccess_btnPrimary__rTMKV,.PaymentsSuccess_btnSecondary__Wy1WN{width:100%}}.Payments_wrapper__UtfFm{background:#f6f8f3;color:#18392b;min-height:100vh}.Payments_main__0G5w5{margin:0 auto;max-width:1200px;padding:130px 24px 80px}.Payments_hero__V9D8Z{margin-bottom:32px}.Payments_hero__V9D8Z h1{color:#0b4b36;font-size:52px;font-weight:800;line-height:1.1;margin:0 0 10px}.Payments_hero__V9D8Z p{color:#51645b;font-size:20px;line-height:1.6;margin:0}.Payments_layout__ZUAez{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.45fr .95fr}.Payments_left__azJO9{min-width:0}.Payments_sectionTitle__lJB\+z{align-items:center;display:flex;gap:14px;margin:24px 0 22px}.Payments_sectionTitle__lJB\+z h3{color:#143728;font-size:22px;font-weight:700;margin:0}.Payments_iconBox__VDtmV{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__jiimx{margin-bottom:22px}.Payments_savedAddressBox__jiimx label{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}.Payments_savedAddressBox__jiimx 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__jiimx select:focus{border-color:#7fbf8a;box-shadow:0 0 0 3px #7fbf8a29}.Payments_formGroup__3vimh{margin-bottom:20px}.Payments_formGroup__3vimh label{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}.Payments_formGroup__3vimh input,.Payments_formGroup__3vimh 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__3vimh input::placeholder,.Payments_formGroup__3vimh textarea::placeholder{color:#7a8781}.Payments_formGroup__3vimh input:focus,.Payments_formGroup__3vimh textarea:focus{background:#f8fbf5;border-color:#95c89f;box-shadow:0 0 0 3px #95c89f29}.Payments_formGroup__3vimh input{height:56px}.Payments_formGroup__3vimh textarea{min-height:100px;resize:vertical}.Payments_row2__TGhVv{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr 1fr}.Payments_paymentTitle__EwiCl{margin-top:40px}.Payments_paymentList__miz\+L{display:flex;flex-direction:column;gap:16px}.Payments_paymentCard__T3uqi{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__T3uqi:hover{border-color:#bdddb2;box-shadow:0 8px 20px #102d210d;transform:translateY(-1px)}.Payments_paymentCard__T3uqi.Payments_active__7nziO{background:#f7fff1;border-color:#97d1a0;box-shadow:0 10px 22px #598a6714}.Payments_paymentLeft__FVuEJ{align-items:center;display:flex;gap:16px;min-width:0}.Payments_paymentLeft__FVuEJ input{accent-color:#0b4b36;flex-shrink:0;height:18px;width:18px}.Payments_paymentLeft__FVuEJ h4{color:#1b2f27;font-size:17px;font-weight:700;margin:0 0 6px}.Payments_paymentLeft__FVuEJ p{color:#61706a;font-size:14px;margin:0}.Payments_paymentIcon__Xo72k{color:#33463e;flex-shrink:0;font-size:22px}.Payments_summary__nxn-X{background:#fbfbfb;border-radius:24px;box-shadow:0 8px 28px #1928200d;padding:34px 32px;position:-webkit-sticky;position:sticky;top:110px}.Payments_summary__nxn-X h3{color:#113e2f;font-size:24px;font-weight:800;margin:0 0 24px}.Payments_productList__r-7ew{border-bottom:1px solid #eceee8;display:flex;flex-direction:column;gap:20px;padding-bottom:24px}.Payments_productItem__9hH1m{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:76px 1fr auto}.Payments_productThumb__c\+Asg{align-items:center;background:#f0b28a;border-radius:14px;display:flex;height:76px;justify-content:center;overflow:hidden;width:76px}.Payments_productThumb__c\+Asg img{display:block;height:72%;object-fit:contain;width:72%}.Payments_productItem__9hH1m:nth-child(2n) .Payments_productThumb__c\+Asg{background:#dce7be}.Payments_productInfo__Cf4VH{min-width:0}.Payments_productInfo__Cf4VH h4{color:#223229;font-size:17px;font-weight:700;line-height:1.4;margin:0 0 6px}.Payments_productInfo__Cf4VH p{color:#697871;font-size:14px;margin:0}.Payments_productPrice__rSn9K{color:#1d6d57;font-size:16px;font-weight:700;white-space:nowrap}.Payments_summaryRows__u8bjO{padding:24px 0 12px}.Payments_summaryRow__Cwfnf{align-items:center;color:#33423b;display:flex;font-size:17px;gap:12px;justify-content:space-between;margin-bottom:16px}.Payments_free__yLQsk{color:#0b6a4a;font-weight:700}.Payments_totalRow__suX2x{align-items:flex-end;display:flex;gap:12px;justify-content:space-between;margin-bottom:26px;padding-top:8px}.Payments_totalRow__suX2x span{color:#133a2d;font-size:20px;font-weight:700}.Payments_totalRow__suX2x strong{color:#0b4b36;font-size:34px;font-weight:800;line-height:1;white-space:nowrap}.Payments_submitBtn__ruqmB{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__ruqmB:hover{opacity:.95;transform:translateY(-1px)}.Payments_submitBtn__ruqmB:active{transform:translateY(0)}.Payments_summaryNote__ogB8d{color:#6b7770;font-size:12px;line-height:1.7;margin:18px 0 0;text-align:center}.Payments_form-payments__0MSPh{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:1.45fr .95fr}.Payments_column-left__XALgC{min-width:0}.Payments_total-product__k\+LVz{background:#fbfbfb;border-radius:24px;box-shadow:0 8px 28px #1928200d;padding:34px 32px;position:-webkit-sticky;position:sticky;top:110px}.Payments_total-product__k\+LVz h3{color:#113e2f;font-size:24px;font-weight:800;margin:0 0 20px}.Payments_total-product__k\+LVz table{background:#0000;margin-bottom:24px}.Payments_total-product__k\+LVz table td,.Payments_total-product__k\+LVz table th{font-size:16px;padding:14px 12px;vertical-align:middle}.Payments_img-product__4nZK9 h4{color:#1a3529;font-size:18px;font-weight:700;margin-bottom:14px}.Payments_img__p-g47{display:flex;flex-wrap:wrap;gap:12px}.Payments_img__p-g47 img{background:#eef1eb;border-radius:14px;height:72px;object-fit:cover;padding:6px;width:72px}.Payments_select-payment__EeS-3{margin-top:36px}.Payments_select-payment__EeS-3 h4{color:#18392b;font-size:22px;font-weight:700;margin:0 0 18px}.Payments_btn-payment__ks5Z2{margin-top:20px}#Payments_btn-buy__uWHXk{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__uWHXk:hover{opacity:.95;transform:translateY(-1px)}.Payments_saved-address-box__xqX-C{margin-bottom:22px}.Payments_saved-address-box__xqX-C label,.Payments_saved-address-label__mn520{color:#22352d;display:block;font-size:15px;font-weight:600;margin-bottom:10px}@media(max-width:1100px){.Payments_main__0G5w5{padding:110px 20px 64px}.Payments_form-payments__0MSPh,.Payments_layout__ZUAez{grid-template-columns:1fr}.Payments_summary__nxn-X,.Payments_total-product__k\+LVz{position:static;top:auto}}@media(max-width:768px){.Payments_main__0G5w5{padding:100px 16px 56px}.Payments_hero__V9D8Z h1{font-size:38px}.Payments_hero__V9D8Z p{font-size:17px}.Payments_row2__TGhVv{gap:0;grid-template-columns:1fr}.Payments_sectionTitle__lJB\+z h3{font-size:20px}.Payments_summary__nxn-X,.Payments_total-product__k\+LVz{border-radius:18px;padding:24px 20px}.Payments_productItem__9hH1m{grid-template-columns:64px 1fr}.Payments_productPrice__rSn9K{grid-column:2/3;justify-self:start}#Payments_btn-buy__uWHXk,.Payments_submitBtn__ruqmB{font-size:18px}.Payments_totalRow__suX2x strong{font-size:28px}}@media(max-width:480px){.Payments_main__0G5w5{padding:92px 14px 48px}.Payments_hero__V9D8Z{margin-bottom:24px}.Payments_hero__V9D8Z h1{font-size:32px}.Payments_hero__V9D8Z p{font-size:15px}.Payments_paymentCard__T3uqi{padding:16px}.Payments_paymentLeft__FVuEJ{gap:12px}.Payments_paymentLeft__FVuEJ h4{font-size:15px}.Payments_paymentLeft__FVuEJ p{font-size:13px}.Payments_iconBox__VDtmV{font-size:18px;height:42px;width:42px}.Payments_summary__nxn-X h3,.Payments_total-product__k\+LVz h3{font-size:21px}}.ForgotPassword_authPage__leRNT{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__yAAdQ{animation:ForgotPassword_pageFloat__hy9Nk 8s ease-in-out infinite;border-radius:999px;filter:blur(8px);opacity:.75;position:absolute}.ForgotPassword_decorOne__NQHo1{background:#e1f0c4e6;height:190px;left:5%;top:10%;width:190px}.ForgotPassword_decorTwo__3XJHp{animation-delay:1.5s;background:#00543e1c;height:260px;right:-70px;top:12%;width:260px}.ForgotPassword_decorThree__hNrK-{animation-delay:3s;background:#00543e14;bottom:7%;height:150px;left:16%;width:150px}.ForgotPassword_authCard__g\+bw0{-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__WG9ZG{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__-XVTS{color:#003f2f;font-size:18px;font-weight:900;gap:12px}.ForgotPassword_brandIcon__m\+5Rj{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__AUJAy{margin-top:54px;max-width:510px}.ForgotPassword_intro__AUJAy .ForgotPassword_tag__JGflC{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__AUJAy h2{color:#18221d;font-size:36px;font-weight:900;line-height:1.12;margin:0 0 20px}.ForgotPassword_intro__AUJAy h2 strong{color:#00543e}.ForgotPassword_intro__AUJAy p{color:#68756f;font-size:17px;line-height:1.75;margin:0}.ForgotPassword_visualBox__vUZs9{align-items:center;display:flex;flex:1 1;justify-content:center;margin-top:34px;min-height:360px;position:relative}.ForgotPassword_bubbleLayer__7ZpRs{inset:0;overflow:hidden;position:absolute}.ForgotPassword_bubbleLayer__7ZpRs span{animation:ForgotPassword_bubble__7yWco 10s linear infinite;background:#00543e1a;border-radius:50%;bottom:-40px;height:18px;position:absolute;width:18px}.ForgotPassword_bubbleLayer__7ZpRs span:first-child{animation-duration:8s;height:24px;left:12%;width:24px}.ForgotPassword_bubbleLayer__7ZpRs span:nth-child(2){animation-delay:1s;animation-duration:11s;left:34%}.ForgotPassword_bubbleLayer__7ZpRs span:nth-child(3){animation-delay:2s;animation-duration:9s;height:28px;left:58%;width:28px}.ForgotPassword_bubbleLayer__7ZpRs span:nth-child(4){animation-delay:.8s;animation-duration:12s;height:14px;left:78%;width:14px}.ForgotPassword_bubbleLayer__7ZpRs span:nth-child(5){animation-delay:3s;animation-duration:10s;height:20px;left:88%;width:20px}.ForgotPassword_orbit__wRJ\+s{animation:ForgotPassword_spin__9o4GA 18s linear infinite;border:1px dashed #00543e38;border-radius:50%;height:285px;position:absolute;width:285px}.ForgotPassword_orbit__wRJ\+s:before{border:1px solid #00543e17;border-radius:50%;content:"";inset:42px;position:absolute}.ForgotPassword_centerPulse__5eRXM{align-items:center;animation:ForgotPassword_pulse__XGBZj 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__5eRXM svg{animation:ForgotPassword_counterSpin__t93LE 18s linear infinite}.ForgotPassword_orbitDot__x8q0n{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__x8q0n svg{animation:ForgotPassword_counterSpin__t93LE 18s linear infinite}.ForgotPassword_dotOne__a0wD4{left:44px;top:18px}.ForgotPassword_dotTwo__-dC8P{right:-8px;top:118px}.ForgotPassword_dotThree__tJ-nn{bottom:34px;left:18px}.ForgotPassword_glassPanel__Izawz{animation:ForgotPassword_floatCard__W0gCU 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__Izawz h3{color:#00543e;font-size:24px;font-weight:900;margin:18px 0 8px}.ForgotPassword_panelTop__PKiYF{display:flex;gap:7px}.ForgotPassword_panelTop__PKiYF span{background:#00543e38;border-radius:50%;height:10px;width:10px}.ForgotPassword_healthLine__vBYKp{height:76px;width:100%}.ForgotPassword_healthLine__vBYKp svg{height:100%;width:100%}.ForgotPassword_healthLine__vBYKp polyline{fill:none;stroke:#00543e;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:440;stroke-dashoffset:440;animation:ForgotPassword_heartbeat__ZRlge 3s linear infinite}.ForgotPassword_miniStats__nNc2m{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.ForgotPassword_miniStats__nNc2m div{background:#e1f0c48c;border-radius:18px;padding:12px}.ForgotPassword_miniStats__nNc2m strong{color:#00543e;display:block;font-size:20px;font-weight:900}.ForgotPassword_miniStats__nNc2m span{color:#68756f;font-size:13px;font-weight:700}.ForgotPassword_copyright__tztIa{color:#18221d7a;font-size:14px}.ForgotPassword_authRight__ionfE{align-items:center;background:#ffffffdb;display:flex;justify-content:center;padding:54px 50px}.ForgotPassword_formBox__gXsfG{width:min(430px,100%)}.ForgotPassword_formHeader__0jSPQ{margin-bottom:34px}.ForgotPassword_formHeader__0jSPQ .ForgotPassword_smallTitle__Uv4fs{color:#00543e;display:block;font-size:13px;font-weight:900;letter-spacing:1.5px;margin-bottom:10px;text-transform:uppercase}.ForgotPassword_formHeader__0jSPQ h1{color:#18221d;font-size:30px;font-weight:900;margin:0 0 10px}.ForgotPassword_formHeader__0jSPQ p{color:#68756f;font-size:16px;line-height:1.6;margin:0}.ForgotPassword_noticeBox__4uKRT{background:#e1f0c499;border-radius:16px;color:#405047;font-size:15px;line-height:1.5;margin-bottom:24px;padding:14px 16px}.ForgotPassword_noticeBox__4uKRT strong{color:#00543e;font-weight:900}.ForgotPassword_formGroup__MKod4{margin-bottom:22px}.ForgotPassword_formGroup__MKod4 label{color:#18221d;display:block;font-size:16px;font-weight:800;margin-bottom:10px}.ForgotPassword_inputWrap__RzELg{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__RzELg svg{color:#728079;flex-shrink:0;font-size:18px}.ForgotPassword_inputWrap__RzELg input{background:#0000;border:none;color:#18221d;flex:1 1;font-size:16px;height:100%;outline:none}.ForgotPassword_inputWrap__RzELg input::placeholder{color:#7d8983}.ForgotPassword_inputWrap__RzELg:focus-within{background:#fff;border-color:#bfd9aa;box-shadow:0 0 0 5px #e1f0c4b8;transform:translateY(-1px)}.ForgotPassword_eyeBtn__hpl8g{background:#0000;border:none;color:#6f7b75;cursor:pointer;display:flex;outline:none;padding:5px}.ForgotPassword_submitBtn__8iGzg{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__8iGzg:hover{background:#003f2f;transform:translateY(-2px)}.ForgotPassword_submitBtn__8iGzg:disabled{cursor:not-allowed;opacity:.7;transform:none}.ForgotPassword_authFooter__N-w4C{margin-top:32px;text-align:center}.ForgotPassword_authFooter__N-w4C .ForgotPassword_backBtn__OrVAd,.ForgotPassword_authFooter__N-w4C 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__N-w4C .ForgotPassword_backBtn__OrVAd:hover,.ForgotPassword_authFooter__N-w4C a:hover{text-decoration:underline}.ForgotPassword_supportBtn__OLo9B{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__OLo9B:hover{background:#e1f0c4;color:#00543e}@keyframes ForgotPassword_pageFloat__hy9Nk{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-18px) scale(1.04)}}@keyframes ForgotPassword_bubble__7yWco{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:1}to{opacity:0;transform:translateY(-430px) scale(1.45)}}@keyframes ForgotPassword_spin__9o4GA{to{transform:rotate(1turn)}}@keyframes ForgotPassword_counterSpin__t93LE{to{transform:rotate(-1turn)}}@keyframes ForgotPassword_pulse__XGBZj{0%,to{box-shadow:0 0 0 16px #00543e12}50%{box-shadow:0 0 0 28px #00543e08}}@keyframes ForgotPassword_floatCard__W0gCU{0%,to{transform:translateY(0)}50%{transform:translateY(-13px)}}@keyframes ForgotPassword_heartbeat__ZRlge{to{stroke-dashoffset:0}}@media(max-width:992px){.ForgotPassword_authPage__leRNT{padding:24px}.ForgotPassword_authCard__g\+bw0{grid-template-columns:1fr;min-height:auto}.ForgotPassword_authLeft__WG9ZG{display:none}.ForgotPassword_authRight__ionfE{padding:44px 26px}}@media(max-width:576px){.ForgotPassword_authPage__leRNT{padding:14px}.ForgotPassword_authCard__g\+bw0{border-radius:22px}.ForgotPassword_formHeader__0jSPQ h1{font-size:26px}.ForgotPassword_formHeader__0jSPQ p{font-size:15px}.ForgotPassword_supportBtn__OLo9B{display:none}}.ForgotPassword_brand__-XVTS{align-items:center;display:flex;gap:16px}.ForgotPassword_brandLogo__-g4Uh{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__-g4Uh img{height:82%;object-fit:contain;width:82%}.ForgotPassword_brandContent__prjKp{display:flex;flex-direction:column;justify-content:center}.ForgotPassword_brandContent__prjKp h2{color:#0d3b2e;font-size:34px;font-weight:900;letter-spacing:-.5px;line-height:1;margin:0}.ForgotPassword_brandContent__prjKp span{color:#6c7a73;font-size:13px;font-weight:600;letter-spacing:1px;margin-top:6px;text-transform:uppercase}.About_wrapper__CxWj7{background:radial-gradient(circle at top left,#e1f0c48c,#0000 30%),linear-gradient(180deg,#fbfff7,#f8fbf6);overflow:hidden;width:100%}.About_sectionHeading__QLbDW{margin-bottom:45px;position:relative;text-align:center;z-index:2}.About_sectionHeading__QLbDW h2{color:#12321f;font-size:38px;font-weight:900;letter-spacing:-1px;margin-bottom:12px}.About_sectionHeading__QLbDW span{background:linear-gradient(90deg,#7cc652,#2f7d32);border-radius:999px;display:inline-block;height:5px;width:90px}.About_sectionHeading__QLbDW small{color:#667085;display:block;font-size:14px;margin-top:12px}.About_miniLabel__AA6wl{color:#7cc652;font-size:11px;font-weight:900;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.About_hero__bwP4T{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__bwP4T: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__vd4sm{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__UOfKe{max-width:980px;position:relative;text-align:center;width:100%;z-index:2}.About_heroContent__UOfKe 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__UOfKe p{color:#475467;font-size:17px;line-height:1.85;margin:0 auto;max-width:760px}.About_heroPeople__a7dms{align-items:flex-end;animation:About_floatItem__6oqMb 5s ease-in-out infinite;display:flex;gap:18px;height:180px;justify-content:center;margin:0 auto 26px;position:relative;width:230px}.About_person__MleBe{border-radius:30px 30px 18px 18px;box-shadow:0 14px 35px #0f25441a;position:relative}.About_person__MleBe: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__YqOqm{background:#e8dcc9;height:110px;width:52px}.About_person2__CFN9k{background:#dcebb4;height:135px;width:58px}.About_person3__oLKU5{background:#f0cfc6;height:118px;width:52px}.About_heroTextBg__sBZrn{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__cX6Oa{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__6AKlu{align-items:center;display:flex;justify-content:center;width:100%}.About_groupImage__vGSPX{animation:About_floatItem__6oqMb 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__vGSPX:hover{filter:brightness(1.03);transform:scale(1.04)}.About_teamMockup__o9Gp4{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__5Wi8v{align-items:flex-end;display:flex;gap:26px;justify-content:center;margin-top:18px}.About_teamPerson__JeTp2{align-items:center;display:flex;flex-direction:column}.About_avatar__fljmI{background:#f3c9ad;border:3px solid #ffffff59;border-radius:50%;height:62px;margin-bottom:10px;width:62px}.About_body__1sHle{background:#d8e7ef;border-radius:16px 16px 8px 8px;height:175px;width:86px}.About_teamBoardLarge__9Rfsd{-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__-1mwV{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__\+LkIE .About_subTitle__huPxN{color:#2f7d32;display:inline-block;font-size:12px;font-weight:900;letter-spacing:2px;margin-bottom:12px;text-transform:uppercase}.About_storyContent__\+LkIE h2{color:#12321f;font-size:44px;font-weight:950;letter-spacing:-.8px;line-height:1.15;margin-bottom:22px}.About_storyContent__\+LkIE p{color:#475467;font-size:16px;line-height:1.9;margin-bottom:15px}.About_values__-wlB8{background:radial-gradient(circle at bottom left,#e1f0c466,#0000 34%),linear-gradient(180deg,#fbfff7,#f4f9ef);overflow:hidden;padding:90px 20px;position:relative}.About_values__-wlB8: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__yiZaq{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__3delM{-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__3delM:hover{border-color:#7cc6524d;box-shadow:0 24px 50px #0f172a1c;transform:translateY(-8px)}.About_valueCard__3delM h3{color:#12321f;font-size:22px;font-weight:900;margin-bottom:14px}.About_valueCard__3delM p{color:#667085;font-size:15px;line-height:1.8}.About_valueIcon__xgvBt{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__4N\+E5{background:#fff;padding:95px 20px}.About_timelineWrap__Abm\+\+{margin:0 auto;padding:20px 0;position:relative;width:min(1000px,92%)}.About_timelineLine__yF1p6{background:linear-gradient(180deg,#e1f0c4,#7cc652);height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.About_timelineItem__uOIy-{box-sizing:border-box;padding:20px 40px;position:relative;width:50%}.About_timelineItem__uOIy-.About_left__NQMYj{left:0;text-align:right}.About_timelineItem__uOIy-.About_right__1XozK{left:50%;text-align:left}.About_timelineDot__fknGs{background:#7cc652;border-radius:50%;box-shadow:0 0 0 7px #e1f0c4bf;height:14px;position:absolute;top:36px;width:14px}.About_timelineItem__uOIy-.About_left__NQMYj .About_timelineDot__fknGs{right:-7px}.About_timelineItem__uOIy-.About_right__1XozK .About_timelineDot__fknGs{left:-7px}.About_timelineContent__hi73r{-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__hi73r h3{color:#2f7d32;font-size:32px;font-weight:950;margin-bottom:6px}.About_timelineContent__hi73r h4{color:#12321f;font-size:22px;font-weight:900;margin-bottom:8px}.About_timelineContent__hi73r p{color:#667085;font-size:15px;line-height:1.8}.About_leaders__OSxYB{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__OSxYB: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__XBL8m{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__3jboM{animation:About_floatItem__6oqMb 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__3jboM:hover{border-color:#7cc6524d;box-shadow:0 24px 54px #0f172a21;transform:translateY(-8px)}.About_leaderCard__3jboM:hover .About_leaderImage__DqhJC{filter:brightness(1.03);transform:scale(1.04)}.About_leaderVisual__XXftB{align-items:center;display:flex;height:280px;justify-content:center;overflow:hidden;position:relative}.About_leaderImage__DqhJC{border-radius:inherit;display:block;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease;width:100%}.About_leaderInfo__e9G0F{padding:20px 20px 24px}.About_leaderInfo__e9G0F h3{color:#12321f;font-size:18px;font-weight:900;margin-bottom:6px}.About_leaderInfo__e9G0F span{color:#2f7d32;font-size:14px;font-weight:700}.About_textIcon__Q3gjj{color:#fffffff2;font-size:74px;font-weight:950;letter-spacing:2px}.About_faIcon__5xwrU{color:#fffffff0;font-size:58px}.About_ceo__Qbjei .About_leaderVisual__XXftB{background:linear-gradient(135deg,#29a7b5,#1e7f8b)}.About_ceo__Qbjei .About_leaderVisual__XXftB:before{background:#ffffff24;border-radius:50%;content:"";height:120px;position:absolute;right:18px;top:22px;width:120px}.About_doctor__o5q8L .About_leaderVisual__XXftB{background:linear-gradient(135deg,#255d67,#1a4b53)}.About_cto__KYtHp .About_leaderVisual__XXftB{background:linear-gradient(135deg,#67b78d,#4f9c74)}.About_cto__KYtHp .About_leaderVisual__XXftB:before{background:#ffffff14;border-radius:24px;content:"";height:130px;position:absolute;transform:rotate(18deg);width:130px}.About_support__ZpPXt .About_leaderVisual__XXftB{background:linear-gradient(135deg,#dfe7ea,#cfd9dd)}.About_support__ZpPXt .About_leaderVisual__XXftB .About_faIcon__5xwrU{color:#7f96a0}.About_marketing__OVetZ .About_leaderVisual__XXftB{background:linear-gradient(135deg,#97b96b,#718f49)}.About_operation__eNCmK .About_leaderVisual__XXftB{background:linear-gradient(135deg,#88a7a2,#5f807a)}@keyframes About_floatItem__6oqMb{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media(max-width:1100px){.About_heroContent__UOfKe h1{font-size:48px}.About_story__cX6Oa,.About_valuesGrid__yiZaq{grid-template-columns:1fr}.About_leaderGrid__XBL8m{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.About_hero__bwP4T{border-radius:0 0 28px 28px;min-height:470px;padding:110px 16px 70px}.About_heroContent__UOfKe h1{font-size:36px;line-height:1.15}.About_heroContent__UOfKe p{font-size:15px}.About_heroTextBg__sBZrn{font-size:58px;letter-spacing:3px}.About_sectionHeading__QLbDW{margin-bottom:34px}.About_sectionHeading__QLbDW h2{font-size:30px}.About_story__cX6Oa{gap:30px;margin:60px auto}.About_groupImage__vGSPX{border-radius:22px;height:300px}.About_teamMockup__o9Gp4{min-height:360px}.About_body__1sHle{height:120px;width:65px}.About_avatar__fljmI{height:50px;width:50px}.About_teamBoardLarge__9Rfsd{font-size:26px;width:85%}.About_teamBoardSmall__-1mwV{font-size:18px}.About_storyContent__\+LkIE h2{font-size:32px}.About_timelineLine__yF1p6{left:14px;transform:none}.About_timelineItem__uOIy-{left:0!important;padding:16px 0 16px 42px;text-align:left!important;width:100%}.About_timelineItem__uOIy-.About_left__NQMYj .About_timelineDot__fknGs,.About_timelineItem__uOIy-.About_right__1XozK .About_timelineDot__fknGs{left:8px;right:auto}.About_timelineContent__hi73r{padding:18px}.About_timelineContent__hi73r h3{font-size:26px}.About_timelineContent__hi73r h4{font-size:20px}.About_leaderGrid__XBL8m{grid-template-columns:1fr}.About_leaderCard__3jboM,.About_valueCard__3delM{border-radius:20px}}.Blog_wrapper__uIGNN{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__\+zmiZ,.Blog_hero__Kh5Vs,.Blog_postsSection__j9Q\+d,.Blog_topSection__4-8dc{margin-left:auto;margin-right:auto;width:min(1400px,100%)}.Blog_hero__Kh5Vs{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__iA31E{min-width:0}.Blog_heroContent__iA31E 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__iA31E p{color:#475467;font-size:clamp(15px,1.4vw,18px);line-height:1.75;max-width:600px}.Blog_heroTag__tt0vW{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__Qvrzm{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__Qvrzm:hover{box-shadow:0 20px 40px #2f7d3247;opacity:.96;transform:translateY(-3px)}.Blog_heroImage__fdXNC{min-width:0}.Blog_heroImage__fdXNC img{border-radius:26px;box-shadow:0 18px 42px #0f254424;display:block;height:clamp(280px,30vw,420px);object-fit:cover;width:100%}.Blog_topSection__4-8dc{grid-gap:26px;align-items:start;display:grid;gap:26px;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);margin-top:30px}.Blog_featuredBox__nQSdL{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__2qEOI{min-width:0}.Blog_featuredThumb__2qEOI img{display:block;height:100%;min-height:350px;object-fit:cover;width:100%}.Blog_featuredContent__GedRO{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:30px}.Blog_featuredContent__GedRO 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__GedRO p{color:#667085;font-size:16px;line-height:1.8;overflow-wrap:anywhere}.Blog_featuredLabel__p8KzV{color:#2f7d32;font-size:13px;font-weight:900;letter-spacing:.5px}.Blog_featuredMeta__sPSsc{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:22px}.Blog_author__wf1b6{align-items:center;display:flex;gap:10px;min-width:0}.Blog_author__wf1b6 span{color:#344054;font-size:14px;font-weight:700;overflow-wrap:anywhere}.Blog_avatar__OPABj{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__GbnqK{color:#2f7d32;font-weight:900;text-decoration:none;white-space:nowrap}.Blog_detailLink__GbnqK:hover{text-decoration:underline}.Blog_sidebar__ok0Vn{display:flex;flex-direction:column;gap:18px;min-width:0}.Blog_mostViewedBox__Efdq7,.Blog_newsletterBox__dYu9e,.Blog_searchBox__UoAbQ,.Blog_tagBox__WDVbi{background:#fffffff0;border:1px solid #7cc65224;border-radius:22px;box-shadow:0 14px 34px #1018280f;min-width:0;padding:22px}.Blog_mostViewedBox__Efdq7 h3,.Blog_newsletterBox__dYu9e h3,.Blog_searchBox__UoAbQ h3,.Blog_tagBox__WDVbi h3{color:#12321f;font-size:20px;font-weight:900;margin:0 0 14px}.Blog_newsletterBox__dYu9e input,.Blog_searchBox__UoAbQ 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__dYu9e input:focus,.Blog_searchBox__UoAbQ input:focus{background:#fff;border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.Blog_mostViewedList__9Bt0f{display:flex;flex-direction:column;gap:14px}.Blog_miniPost__nXXHF{color:inherit;display:flex;gap:12px;min-width:0;text-decoration:none}.Blog_miniPost__nXXHF img{border-radius:14px;flex-shrink:0;height:64px;object-fit:cover;width:84px}.Blog_miniPost__nXXHF div{min-width:0}.Blog_miniPost__nXXHF h4{color:#12321f;font-size:14px;font-weight:900;line-height:1.45;margin:0 0 4px;overflow-wrap:anywhere}.Blog_miniPost__nXXHF span{color:#667085;font-size:12px}.Blog_newsletterBox__dYu9e{background:radial-gradient(circle at top right,#e1f0c42e,#0000 34%),linear-gradient(135deg,#0f513f,#12321f);color:#fff}.Blog_newsletterBox__dYu9e h3,.Blog_newsletterBox__dYu9e p{color:#fff}.Blog_newsletterBox__dYu9e p{font-size:14px;line-height:1.7;opacity:.92}.Blog_newsletterBox__dYu9e input{background:#ffffff1f;border-color:#fff3;color:#fff;margin-top:12px}.Blog_newsletterBox__dYu9e input::placeholder{color:#ffffffbf}.Blog_newsletterBox__dYu9e button{background:#fff;border:none;border-radius:14px;color:#2f7d32;cursor:pointer;font-weight:900;height:46px;margin-top:12px;width:100%}.Blog_tags__Mv-GT{display:flex;flex-wrap:wrap;gap:10px}.Blog_tags__Mv-GT span{background:#e1f0c48c;border-radius:999px;color:#2f7d32;font-size:13px;font-weight:800;padding:8px 13px}.Blog_categorySection__\+zmiZ{margin-top:28px}.Blog_categoryList__NzAVd{display:flex;flex-wrap:wrap;gap:12px}.Blog_categoryBtn__xFBH0{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__xFBH0:hover{background:#e1f0c480;color:#2f7d32;transform:translateY(-2px)}.Blog_categoryBtn__xFBH0.Blog_active__YTV1V{background:linear-gradient(135deg,#7cc652,#2f7d32);border-color:#0000;box-shadow:0 12px 24px #2f7d322e;color:#fff}.Blog_postsSection__j9Q\+d{margin-top:30px;padding-bottom:80px}.Blog_postsGrid__9Gl4O{grid-gap:26px;display:grid;gap:26px;grid-template-columns:repeat(3,minmax(0,1fr))}.Blog_postCard__BjKzw{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__BjKzw:hover{box-shadow:0 24px 54px #1018281f;transform:translateY(-7px)}.Blog_thumb__OUYj8{display:block;overflow:hidden;position:relative}.Blog_thumb__OUYj8 img{display:block;height:240px;object-fit:cover;transition:transform .45s ease;width:100%}.Blog_thumb__OUYj8:hover img{transform:scale(1.06)}.Blog_badge__yHDLd{background:#e1f0c4eb;border-radius:999px;color:#2f7d32;font-size:12px;font-weight:900;left:16px;padding:7px 12px;position:absolute;top:16px}.Blog_cardBody__StQaG{padding:22px}.Blog_title__x9dly{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__x9dly:hover{color:#2f7d32}.Blog_excerpt__3z5y1{color:#667085;font-size:15px;line-height:1.75;margin-bottom:18px;min-height:76px;overflow-wrap:anywhere}.Blog_cardMeta__9XMnJ{color:#98a2b3;display:flex;flex-wrap:wrap;font-size:13px;gap:10px;justify-content:space-between}.Blog_loadMoreWrap__GJrsc{margin-top:34px;text-align:center}.Blog_loadMoreBtn__HunK8{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__HunK8:hover{border-color:#7cc652;color:#2f7d32;transform:translateY(-2px)}.Blog_empty__tnc5i,.Blog_loading__Hpi-z{background:#fff;border-radius:22px;color:#667085;font-size:16px;padding:40px 20px;text-align:center}@media(max-width:1200px){.Blog_hero__Kh5Vs,.Blog_topSection__4-8dc{grid-template-columns:1fr}.Blog_postsGrid__9Gl4O{grid-template-columns:repeat(2,minmax(0,1fr))}.Blog_featuredBox__nQSdL{grid-template-columns:1fr}.Blog_featuredThumb__2qEOI img{height:360px;min-height:0;min-height:auto}}@media(max-width:768px){.Blog_wrapper__uIGNN{padding:96px 16px 0}.Blog_hero__Kh5Vs{border-radius:22px;gap:20px;padding:26px 18px}.Blog_heroBtn__Qvrzm{width:100%}.Blog_heroImage__fdXNC img{border-radius:18px;height:260px}.Blog_topSection__4-8dc{margin-top:22px}.Blog_featuredContent__GedRO{padding:22px}.Blog_featuredThumb__2qEOI img{height:260px}.Blog_featuredMeta__sPSsc{align-items:flex-start;flex-direction:column}.Blog_mostViewedBox__Efdq7,.Blog_newsletterBox__dYu9e,.Blog_searchBox__UoAbQ,.Blog_tagBox__WDVbi{border-radius:18px;padding:18px}.Blog_postsGrid__9Gl4O{gap:18px;grid-template-columns:1fr}.Blog_thumb__OUYj8 img{height:220px}.Blog_cardBody__StQaG{padding:18px}}@media(max-width:480px){.Blog_wrapper__uIGNN{padding:90px 10px 0}.Blog_hero__Kh5Vs{padding:22px 16px}.Blog_heroImage__fdXNC img{height:220px}.Blog_categoryBtn__xFBH0{font-size:13px;padding:9px 14px}.Blog_miniPost__nXXHF img{height:58px;width:74px}.Blog_thumb__OUYj8 img{height:200px}}.DetailBlog_wrapper__1FZLZ{background:#f7f8f4;min-height:100vh;padding-top:86px}.DetailBlog_container__poHyS{margin:0 auto;max-width:980px;padding:0 20px 60px}.DetailBlog_topTicker__OuLGb{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__5azlJ{font-weight:700;text-transform:uppercase}.DetailBlog_tickerText__3O4PD{color:#53622e}.DetailBlog_breadcrumb__M-xH0{align-items:center;color:#98a2b3;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin-bottom:22px}.DetailBlog_breadcrumb__M-xH0 a{color:#98a2b3;text-decoration:none}.DetailBlog_breadcrumb__M-xH0 a:hover{color:#5f7d1d}.DetailBlog_categoryWrap__SinjG{margin-bottom:14px}.DetailBlog_categoryBadge__1f80S{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__zvR7d{color:#111827;font-size:58px;font-weight:800;letter-spacing:-1px;line-height:1.08;margin:0 0 24px;max-width:820px}.DetailBlog_metaRow__LW9PR{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:30px}.DetailBlog_authorInfo__Llzjr{align-items:center;display:flex;gap:12px}.DetailBlog_authorAvatar__QNJEy{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__PzZc6{display:flex;flex-direction:column;gap:4px}.DetailBlog_authorText__PzZc6 strong{color:#1f2937;font-size:15px}.DetailBlog_authorText__PzZc6 span{color:#98a2b3;font-size:13px}.DetailBlog_shareButtons__x\+t2-{align-items:center;display:flex;gap:10px}.DetailBlog_shareButtons__x\+t2- 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__x\+t2- button:hover{opacity:.9}.DetailBlog_cover__4jm6j{margin-bottom:28px}.DetailBlog_cover__4jm6j img{border-radius:16px;box-shadow:0 10px 30px #10182814;display:block;height:520px;object-fit:cover;width:100%}.DetailBlog_coverCaption__vmv4B{color:#98a2b3;font-size:13px;font-style:italic;margin-top:10px;text-align:center}.DetailBlog_intro__mjCg7{margin-bottom:26px}.DetailBlog_intro__mjCg7 p{color:#4b5563;font-size:19px;line-height:1.85;margin:0}.DetailBlog_content__gP\+-V{color:#1f2937}.DetailBlog_content__gP\+-V h2{color:#111827;font-size:34px;font-weight:800;line-height:1.3;margin:34px 0 14px}.DetailBlog_content__gP\+-V p{color:#374151;font-size:17px;line-height:1.9;margin-bottom:18px}.DetailBlog_content__gP\+-V ul{margin:0 0 24px;padding-left:24px}.DetailBlog_content__gP\+-V ul li{color:#374151;font-size:17px;line-height:1.85;margin-bottom:12px}.DetailBlog_expertBox__fvJkD{background:#edf5df;border-left:4px solid #5f7d1d;border-radius:10px;margin:26px 0 34px;padding:18px 18px 16px}.DetailBlog_expertBox__fvJkD p{color:#475467;font-size:15px;font-style:italic;line-height:1.8;margin:0}.DetailBlog_expertTitle__h4wL\+{color:#55721f;font-size:13px;font-weight:800;margin-bottom:8px}.DetailBlog_productBox__p5Ba-{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__oqtUL img{border-radius:10px;display:block;height:170px;object-fit:cover;width:100%}.DetailBlog_productContent__RNAy3{display:flex;flex-direction:column;justify-content:center}.DetailBlog_productContent__RNAy3 h3{color:#111827;font-size:28px;font-weight:800;line-height:1.3;margin:6px 0 10px}.DetailBlog_productContent__RNAy3 p{color:#667085;font-size:15px;line-height:1.75;margin-bottom:14px}.DetailBlog_productLabel__5d4vp{color:#98a2b3;font-size:12px;font-weight:700;letter-spacing:.3px}.DetailBlog_productBottom__EXNiq{align-items:center;display:flex;gap:16px}.DetailBlog_productBottom__EXNiq strong{color:#24470b;font-size:28px;font-weight:800}.DetailBlog_productBottom__EXNiq button{background:#295f16;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:700;height:42px;min-width:124px;transition:.2s}.DetailBlog_productBottom__EXNiq button:hover{background:#224f12}.DetailBlog_tags__Opbdj{display:flex;flex-wrap:wrap;gap:10px;margin:34px 0 28px}.DetailBlog_tags__Opbdj span{background:#f1f3f7;border-radius:999px;color:#667085;font-size:13px;font-weight:500;padding:8px 14px}.DetailBlog_authorCard__5EOme{align-items:center;background:#fff4ea;border-radius:14px;display:flex;gap:18px;margin-bottom:38px;padding:20px}.DetailBlog_authorCardAvatar__WIS7d{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__FLm\+5 h3{color:#111827;font-size:20px;margin:0 0 8px}.DetailBlog_authorCardInfo__FLm\+5 p{color:#667085;font-size:14px;line-height:1.8;margin:0}.DetailBlog_commentSection__3u4w4{margin-bottom:40px}.DetailBlog_commentSection__3u4w4 h2{align-items:center;color:#111827;display:flex;font-size:30px;gap:10px;margin:0 0 18px}.DetailBlog_commentSection__3u4w4 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__Hmmb1{align-items:flex-start;display:flex;gap:14px}.DetailBlog_commentAvatar__qAG\+2{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__eTlU5{flex:1 1}.DetailBlog_commentInputWrap__eTlU5 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__eTlU5 textarea:focus{border-color:#5f7d1d}.DetailBlog_commentInputWrap__eTlU5 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__wQ4wV{background:#fff;padding:60px 20px 70px}.DetailBlog_relatedInner__ODADG{margin:0 auto;max-width:1180px}.DetailBlog_relatedInner__ODADG h2{color:#111827;font-size:34px;margin:0 0 34px;text-align:center}.DetailBlog_relatedGrid__vMqlp{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}.DetailBlog_relatedCard__bM4z4{background:#fff;border-radius:16px;box-shadow:0 8px 24px #1018280f;color:inherit;display:block;overflow:hidden;text-decoration:none;transition:.25s}.DetailBlog_relatedCard__bM4z4:hover{box-shadow:0 16px 36px #1018281a;transform:translateY(-6px)}.DetailBlog_relatedCard__bM4z4 img{display:block;height:220px;object-fit:cover;width:100%}.DetailBlog_relatedContent__\+jIgF{padding:18px 18px 22px}.DetailBlog_relatedContent__\+jIgF span{color:#5f7d1d;display:inline-block;font-size:11px;font-weight:800;margin-bottom:8px;text-transform:uppercase}.DetailBlog_relatedContent__\+jIgF h3{color:#111827;font-size:21px;font-weight:800;line-height:1.45;margin:0 0 10px}.DetailBlog_relatedContent__\+jIgF p{color:#667085;font-size:14px;line-height:1.75;margin:0}.DetailBlog_loading__ws5xt{align-items:center;color:#667085;display:flex;font-size:18px;justify-content:center;min-height:50vh}@media(max-width:992px){.DetailBlog_title__zvR7d{font-size:44px}.DetailBlog_cover__4jm6j img{height:400px}.DetailBlog_productBox__p5Ba-,.DetailBlog_relatedGrid__vMqlp{grid-template-columns:1fr}.DetailBlog_productImage__oqtUL img{height:240px}}@media(max-width:768px){.DetailBlog_wrapper__1FZLZ{padding-top:78px}.DetailBlog_container__poHyS{padding:0 16px 40px}.DetailBlog_topTicker__OuLGb{font-size:11px;padding:0 10px;text-align:center}.DetailBlog_title__zvR7d{font-size:34px;line-height:1.18}.DetailBlog_metaRow__LW9PR{align-items:flex-start;flex-direction:column}.DetailBlog_shareButtons__x\+t2-{width:100%}.DetailBlog_shareButtons__x\+t2- button{flex:1 1}.DetailBlog_cover__4jm6j img{border-radius:12px;height:250px}.DetailBlog_content__gP\+-V p,.DetailBlog_content__gP\+-V ul li,.DetailBlog_intro__mjCg7 p{font-size:15px}.DetailBlog_content__gP\+-V h2{font-size:25px}.DetailBlog_productContent__RNAy3 h3{font-size:22px}.DetailBlog_authorCard__5EOme,.DetailBlog_productBottom__EXNiq{align-items:flex-start;flex-direction:column}.DetailBlog_commentBox__Hmmb1{flex-direction:column}.DetailBlog_commentInputWrap__eTlU5 button{float:none;width:100%}.DetailBlog_relatedInner__ODADG h2{font-size:28px}.DetailBlog_relatedCard__bM4z4 img{height:200px}.DetailBlog_relatedContent__\+jIgF h3{font-size:18px}}.DetailBlog_contentTitle__wahsz{color:#111827!important;font-size:28px!important;line-height:1.35!important;margin:0 0 8px!important}.DetailBlog_contentSubTitle__7ZQDc{color:#1f2937!important;font-size:17px!important;margin:0 0 34px!important}.DetailBlog_contentBullet__RPY4Z{margin:0 0 8px!important;padding-left:0}.DetailBlog_content__gP\+-V p{margin:0 0 22px;text-align:left;white-space:pre-line}.DetailBlog_commentActions__EFPu2{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:12px}.DetailBlog_commentActions__EFPu2 span{color:#98a2b3;font-size:13px}.DetailBlog_commentActions__EFPu2 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__EFPu2 button:hover{background:#224f12}.DetailBlog_commentActions__EFPu2 button:disabled{cursor:not-allowed;opacity:.6}.DetailBlog_commentList__cfoiU{display:flex;flex-direction:column;gap:16px;margin-top:28px}.DetailBlog_commentItem__ppWfb{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 6px 18px #1018280a;display:flex;gap:14px;padding:16px}.DetailBlog_commentUserAvatar__0pf-8{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__0pf-8 img{height:100%;object-fit:cover;width:100%}.DetailBlog_commentUserAvatar__0pf-8 span{font-size:16px}.DetailBlog_commentContent__9UThp{flex:1 1;min-width:0}.DetailBlog_commentContent__9UThp p{color:#374151;font-size:15px;line-height:1.65;margin:8px 0 0;white-space:pre-wrap;word-break:break-word}.DetailBlog_commentHeader__bkOxk{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.DetailBlog_commentHeader__bkOxk>div{display:flex;flex-direction:column;gap:3px}.DetailBlog_commentHeader__bkOxk strong{color:#111827;font-size:15px}.DetailBlog_commentHeader__bkOxk span{color:#98a2b3;font-size:13px}.DetailBlog_deleteCommentBtn__ICzx7{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:13px;font-weight:700;padding:0}.DetailBlog_deleteCommentBtn__ICzx7:hover{text-decoration:underline}.DetailBlog_emptyComment__AJRIg{color:#667085;font-size:15px;margin-top:20px}@media(max-width:768px){.DetailBlog_commentActions__EFPu2{align-items:stretch;flex-direction:column}.DetailBlog_commentActions__EFPu2 span{text-align:right}.DetailBlog_commentActions__EFPu2 button{width:100%}.DetailBlog_commentItem__ppWfb{padding:14px}.DetailBlog_commentHeader__bkOxk{flex-direction:column}}.DetailBlog_commentFooter__R2Ufs,.DetailBlog_commentMoreActions__ASarr{align-items:center;display:flex;gap:10px}.DetailBlog_commentFooter__R2Ufs{margin-top:12px}.DetailBlog_editCommentBtn__re4NJ,.DetailBlog_reactionBtn__L6OWu{background:#f3f4f6;border:none;border-radius:999px;color:#344054;cursor:pointer;font-size:13px;font-weight:700;padding:7px 12px;transition:.2s}.DetailBlog_editCommentBtn__re4NJ:hover,.DetailBlog_reactionBtn__L6OWu:hover{background:#e5e7eb}.DetailBlog_editCommentBox__CIYtx{margin-top:10px}.DetailBlog_editCommentBox__CIYtx 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__CIYtx textarea:focus{border-color:#5f7d1d}.DetailBlog_editActions__zqpN7{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:10px}.DetailBlog_editActions__zqpN7 span{color:#98a2b3;font-size:13px}.DetailBlog_editActions__zqpN7>div{display:flex;gap:10px}.DetailBlog_editActions__zqpN7 button{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:9px 15px}.DetailBlog_editActions__zqpN7 button:first-child{background:#295f16;color:#fff}.DetailBlog_editActions__zqpN7 button:last-child{background:#f3f4f6;color:#344054}@media(max-width:768px){.DetailBlog_commentMoreActions__ASarr{justify-content:flex-start;width:100%}.DetailBlog_commentFooter__R2Ufs{flex-wrap:wrap}.DetailBlog_editActions__zqpN7{align-items:stretch;flex-direction:column}.DetailBlog_editActions__zqpN7 span{text-align:right}.DetailBlog_editActions__zqpN7>div{width:100%}.DetailBlog_editActions__zqpN7>div button{flex:1 1}}.DetailBlog_replyBox__4XqEF{margin-top:14px}.DetailBlog_replyBox__4XqEF 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__4XqEF textarea:focus{border-color:#5f7d1d}.DetailBlog_replyActions__pvR2R{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-top:10px}.DetailBlog_replyActions__pvR2R span{color:#98a2b3;font-size:13px}.DetailBlog_replyActions__pvR2R>div{display:flex;gap:10px}.DetailBlog_replyActions__pvR2R button{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:9px 15px}.DetailBlog_replyActions__pvR2R button:first-child{background:#295f16;color:#fff}.DetailBlog_replyActions__pvR2R button:last-child{background:#f3f4f6;color:#344054}.DetailBlog_replyActions__pvR2R button:disabled{cursor:not-allowed;opacity:.6}.DetailBlog_replyList__lyA41{display:flex;flex-direction:column;gap:14px;margin-top:18px}.DetailBlog_replyItem__br1CM{border-left:2px solid #e5e7eb;display:flex;gap:12px;margin-left:20px;padding-left:18px}.DetailBlog_replyAvatar__G5sUJ{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__G5sUJ img{height:100%;object-fit:cover;width:100%}.DetailBlog_replyContent__wzUlq{flex:1 1;min-width:0}.DetailBlog_replyContent__wzUlq p{color:#374151;line-height:1.65;margin:8px 0;word-break:break-word}.DetailBlog_replyHeader__COujM{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.DetailBlog_replyHeader__COujM>div{display:flex;flex-direction:column;gap:3px}.DetailBlog_replyHeader__COujM strong{color:#111827;font-size:14px}.DetailBlog_replyHeader__COujM span{color:#98a2b3;font-size:12px}@media(max-width:768px){.DetailBlog_replyItem__br1CM{margin-left:8px;padding-left:12px}.DetailBlog_replyActions__pvR2R{align-items:stretch;flex-direction:column}.DetailBlog_replyActions__pvR2R span{text-align:right}.DetailBlog_replyActions__pvR2R>div{width:100%}.DetailBlog_replyActions__pvR2R>div button{flex:1 1}}.DetailBlog_wrapper__1FZLZ{background:radial-gradient(circle at top left,#e1f0c48c,#0000 32%),linear-gradient(180deg,#fbfff7,#f4f9ef)}.DetailBlog_container__poHyS{max-width:1040px}.DetailBlog_title__zvR7d{color:#12321f;font-weight:950}.DetailBlog_categoryBadge__1f80S,.DetailBlog_tags__Opbdj span{background:#e1f0c4bf;color:#2f7d32;font-weight:900}.DetailBlog_commentItem__ppWfb,.DetailBlog_cover__4jm6j img,.DetailBlog_productBox__p5Ba-,.DetailBlog_relatedCard__bM4z4{border:1px solid #7cc65224;box-shadow:0 16px 40px #10182812}.DetailBlog_content__gP\+-V{background:#ffffffdb;border:1px solid #7cc6521f;border-radius:24px;margin-top:28px;padding:34px}.DetailBlog_content__gP\+-V h2,.DetailBlog_content__gP\+-V h3{color:#12321f;font-weight:950}.DetailBlog_content__gP\+-V li,.DetailBlog_content__gP\+-V p{color:#475467}.DetailBlog_content__gP\+-V img{border-radius:18px;margin:18px 0;max-width:100%}.DetailBlog_content__gP\+-V blockquote{background:#e1f0c473;border-left:5px solid #7cc652;border-radius:16px;color:#475467;font-style:italic;margin:28px 0;padding:18px 22px}.DetailBlog_expertBox__fvJkD{background:#e1f0c48c;border-left-color:#7cc652}.DetailBlog_commentActions__EFPu2 button,.DetailBlog_commentInputWrap__eTlU5 button,.DetailBlog_editActions__zqpN7 button:first-child,.DetailBlog_productBottom__EXNiq button,.DetailBlog_replyActions__pvR2R button:first-child{background:linear-gradient(135deg,#7cc652,#2f7d32);border-radius:12px}.DetailBlog_commentActions__EFPu2 button:hover,.DetailBlog_commentInputWrap__eTlU5 button:hover,.DetailBlog_editActions__zqpN7 button:first-child:hover,.DetailBlog_productBottom__EXNiq button:hover,.DetailBlog_replyActions__pvR2R button:first-child:hover{background:linear-gradient(135deg,#6cb845,#246b28)}.DetailBlog_shareButtons__x\+t2- button{border-radius:999px}.DetailBlog_commentSection__3u4w4{background:#ffffffe0;border:1px solid #7cc65221;border-radius:24px;box-shadow:0 16px 40px #1018280f;margin-top:44px;padding:28px}.DetailBlog_commentInputWrap__eTlU5 textarea,.DetailBlog_editCommentBox__CIYtx textarea,.DetailBlog_replyBox__4XqEF textarea{border-color:#7cc6522e;border-radius:16px}.DetailBlog_commentInputWrap__eTlU5 textarea:focus,.DetailBlog_editCommentBox__CIYtx textarea:focus,.DetailBlog_replyBox__4XqEF textarea:focus{border-color:#7cc652;box-shadow:0 0 0 4px #7cc65221}.DetailBlog_commentItem__ppWfb{border-radius:20px}.DetailBlog_editCommentBtn__re4NJ,.DetailBlog_reactionBtn__L6OWu{background:#e1f0c485}.DetailBlog_editCommentBtn__re4NJ:hover,.DetailBlog_reactionBtn__L6OWu:hover{background:#e1f0c4d9;color:#2f7d32}.DetailBlog_relatedSection__wQ4wV{background:radial-gradient(circle at top right,#e1f0c480,#0000 30%),linear-gradient(180deg,#fbfff7,#f4f9ef)}.DetailBlog_relatedInner__ODADG h2{color:#12321f;font-weight:950}.DetailBlog_relatedCard__bM4z4{border-radius:22px}.DetailBlog_relatedContent__\+jIgF h3{color:#12321f}@media(max-width:768px){.DetailBlog_content__gP\+-V{border-radius:18px;padding:22px 18px}.DetailBlog_commentSection__3u4w4{border-radius:18px;padding:20px 16px}}.VoucherPage_page__QEXzo{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__1g6no{flex:1 1;margin:120px auto 80px;width:min(1400px,100% - 48px)}.VoucherPage_hero__GkmiU{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__vTvYj{max-width:640px}.VoucherPage_heroContent__vTvYj 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__vTvYj 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__vTvYj p{color:#475467;font-size:18px;line-height:1.75;margin:0;max-width:570px}.VoucherPage_heroActions__sP0WU{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.VoucherPage_heroActions__sP0WU 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__sP0WU button:hover{box-shadow:0 14px 28px #00463424;transform:translateY(-3px)}.VoucherPage_heroActions__sP0WU button:first-child{background:linear-gradient(135deg,#0f9d74,#00664f);border-color:#0000;box-shadow:0 14px 28px #00664f33;color:#fff}.VoucherPage_heroActions__sP0WU button:first-child:hover{background:linear-gradient(135deg,#0b8a66,#004f3d)}.VoucherPage_tabs__9xjhw{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}.VoucherPage_tabs__9xjhw 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__9xjhw button:hover{background:#e1f0c485;color:#00664f;transform:translateY(-2px)}.VoucherPage_tabs__9xjhw .VoucherPage_active__nweVS{background:linear-gradient(135deg,#0f9d74,#00664f);border-color:#0000;box-shadow:0 12px 24px #00664f33;color:#fff}.VoucherPage_voucherGrid__cD1Us{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr))}.VoucherPage_voucherCard__nLyd\+{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__nLyd\+:hover{border-color:#00664f2e;box-shadow:0 24px 54px #00463421;transform:translateY(-6px)}.VoucherPage_voucherLeft__QAzAm{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__QAzAm strong{font-size:34px;font-weight:950;line-height:1}.VoucherPage_voucherLeft__QAzAm span{font-size:11px;font-weight:950;letter-spacing:.9px;margin-top:8px;text-transform:uppercase}.VoucherPage_voucherInfo__a7Qz3{flex:1 1;min-width:0;padding:22px 20px}.VoucherPage_voucherInfo__a7Qz3 h3{color:#12321f;font-size:18px;font-weight:950;line-height:1.35;margin:0 0 10px}.VoucherPage_voucherInfo__a7Qz3 p{color:#7b8b83;font-size:13px;line-height:1.5;margin:5px 0}.VoucherPage_voucherInfo__a7Qz3 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__a7Qz3 button:hover{box-shadow:0 12px 22px #00664f33;opacity:.96;transform:translateY(-2px)}.VoucherPage_usedText__FzFxn{color:#576b61;font-size:12px;font-weight:900;margin-top:10px}.VoucherPage_progress__O2UyS{background:#dde5df;border-radius:999px;height:7px;margin-top:8px;overflow:hidden}.VoucherPage_progress__O2UyS span{background:linear-gradient(90deg,#0f9d74,#00664f);border-radius:inherit;display:block;height:100%}@media only screen and (max-width:1280px){.VoucherPage_voucherGrid__cD1Us{grid-template-columns:repeat(2,minmax(0,1fr))}.VoucherPage_heroContent__vTvYj p{font-size:17px}}@media only screen and (max-width:768px){.VoucherPage_wrapper__1g6no{margin:100px auto 60px;width:calc(100% - 32px)}.VoucherPage_hero__GkmiU{border-radius:22px;margin-bottom:26px;padding:36px 28px}.VoucherPage_heroContent__vTvYj p{font-size:15px}.VoucherPage_heroActions__sP0WU button{flex:1 1;min-width:140px}.VoucherPage_tabs__9xjhw{gap:10px;margin-bottom:26px}.VoucherPage_tabs__9xjhw button{font-size:13px;height:38px;min-width:0;min-width:auto;padding:0 18px}.VoucherPage_voucherGrid__cD1Us{gap:18px;grid-template-columns:1fr}}@media only screen and (max-width:480px){.VoucherPage_wrapper__1g6no{margin:90px auto 50px;width:calc(100% - 20px)}.VoucherPage_hero__GkmiU{padding:26px 18px}.VoucherPage_heroContent__vTvYj span{font-size:11px;padding:7px 12px}.VoucherPage_heroActions__sP0WU{flex-direction:column}.VoucherPage_heroActions__sP0WU button{width:100%}.VoucherPage_voucherCard__nLyd\+{flex-direction:column}.VoucherPage_voucherLeft__QAzAm{flex-direction:row;gap:10px;min-height:96px;width:100%}.VoucherPage_voucherLeft__QAzAm strong{font-size:34px}.VoucherPage_voucherLeft__QAzAm span{margin-top:0}.VoucherPage_voucherInfo__a7Qz3{padding:18px}}.ShipperDashboard_wrapper__ZS8oO{background:linear-gradient(135deg,#f8fbf4,#eef7e2);color:#244034;display:flex;min-height:100vh}.ShipperDashboard_sidebar__PQgUL{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__q3pYw{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__q3pYw{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__z0tvT,.ShipperDashboard_profile__MkVCE,.ShipperDashboard_statCard__kj5z4{background:#ffffffeb;border:1px solid #3f6b4f24;box-shadow:0 12px 28px #24403414}.ShipperDashboard_profile__MkVCE{border-radius:20px;display:flex;flex-direction:column;gap:14px;padding:15px}.ShipperDashboard_profileTop__tIDoa{align-items:center;display:flex;gap:12px}.ShipperDashboard_profileTop__tIDoa h4{color:#214b38;font-size:15px;font-weight:900;margin:0;word-break:break-word}.ShipperDashboard_profileTop__tIDoa p{color:#607065;font-size:12px;font-weight:700;margin:4px 0 0}.ShipperDashboard_avatar__NWmCv{background:#214b38;color:#e1f0c4;flex:0 0 44px;font-weight:900;height:44px;width:44px}.ShipperDashboard_profileActions__WdLUx{grid-gap:9px;display:grid;gap:9px}.ShipperDashboard_profileActions__WdLUx 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__WdLUx button:hover{background:#214b38;color:#e1f0c4;transform:translateX(3px)}.ShipperDashboard_logoutBtn__aPeTI{background:#ffe4e4!important;color:#c62828!important}.ShipperDashboard_logoutBtn__aPeTI:hover{background:#c62828!important;color:#fff!important}.ShipperDashboard_menu__bfWpU{display:flex;flex-direction:column;gap:10px}.ShipperDashboard_menu__bfWpU 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__bfWpU button:hover{background:#ffffffad;transform:translateX(3px)}.ShipperDashboard_menu__bfWpU .ShipperDashboard_active__KHMFa{background:#214b38;color:#e1f0c4}.ShipperDashboard_main__fsKCp{flex:1 1;min-width:0;padding:26px 32px 42px}.ShipperDashboard_header__MxCR0{align-items:center;display:flex;gap:20px;justify-content:space-between}.ShipperDashboard_header__MxCR0 h3{color:#214b38;font-size:21px;font-weight:900;margin:0}.ShipperDashboard_header__MxCR0 p{color:#607065;font-weight:700;margin:6px 0 0}.ShipperDashboard_header__MxCR0 p span{background:#27ae60;border-radius:50%;display:inline-block;height:9px;margin-right:7px;width:9px}.ShipperDashboard_headerIcons__R1SRD{align-items:center;color:#214b38;display:flex;font-size:22px;gap:18px}.ShipperDashboard_headerIcons__R1SRD svg{cursor:pointer}.ShipperDashboard_stats__3hffO{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin:34px 0 30px}.ShipperDashboard_statCard__kj5z4{border-radius:20px;min-height:128px;padding:24px}.ShipperDashboard_statCard__kj5z4 p{color:#607065;font-size:12px;font-weight:900;letter-spacing:1.6px;margin:0}.ShipperDashboard_statCard__kj5z4 h2{color:#214b38;font-size:34px;margin:12px 0 0}.ShipperDashboard_success__Wv9Br{background:#214b38}.ShipperDashboard_success__Wv9Br h2,.ShipperDashboard_success__Wv9Br p{color:#e1f0c4}.ShipperDashboard_orderHeader__1P9Us{align-items:center;display:flex;gap:18px;justify-content:space-between;margin-bottom:20px}.ShipperDashboard_orderHeader__1P9Us h3{color:#214b38;font-size:22px;margin:0 0 6px}.ShipperDashboard_orderHeader__1P9Us p{color:#607065;font-weight:600;margin:0}.ShipperDashboard_orderHeader__1P9Us 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__1P9Us button:hover{box-shadow:0 10px 18px #2440342e;transform:translateY(-2px)}.ShipperDashboard_orders__UcNvF{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(2,minmax(0,1fr))}.ShipperDashboard_orders__UcNvF>p{background:#fff;border-radius:16px;color:#607065;font-weight:800;grid-column:1/-1;padding:24px;text-align:center}.ShipperDashboard_orderCard__z0tvT{border-radius:22px;overflow:hidden;padding:22px}.ShipperDashboard_orderTop__Ldc62{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:12px}.ShipperDashboard_orderTop__Ldc62 p{color:#607065;font-size:12px;font-weight:800;margin:0 0 4px}.ShipperDashboard_orderTop__Ldc62 strong{color:#214b38;font-size:14px}.ShipperDashboard_normal__blExh,.ShipperDashboard_statusBadge__XtAtM{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__blExh{background:#e1f0c4;color:#214b38;padding:7px 12px}.ShipperDashboard_statusBadge__XtAtM{background:#edf6df;color:#214b38;margin-bottom:14px;padding:8px 13px}.ShipperDashboard_orderMeta__2UgEP{grid-gap:10px;background:#f3f9e8;border:1px solid #3f6b4f24;border-radius:16px;display:grid;gap:10px;margin-bottom:18px;padding:14px}.ShipperDashboard_orderMeta__2UgEP div{display:flex;gap:14px;justify-content:space-between}.ShipperDashboard_orderMeta__2UgEP span{color:#607065;flex:0 0 115px;font-size:11px;font-weight:900}.ShipperDashboard_orderMeta__2UgEP strong{color:#214b38}.ShipperDashboard_info__sbqQD{display:flex;gap:14px;margin-top:17px}.ShipperDashboard_info__sbqQD svg{color:#3f6b4f;flex:0 0 auto;font-size:18px;margin-top:4px}.ShipperDashboard_info__sbqQD span{color:#607065;font-size:11px;font-weight:900}.ShipperDashboard_info__sbqQD p{color:#244034;font-weight:700;line-height:1.55;margin:4px 0;word-break:break-word}.ShipperDashboard_mapBtn__mle8z{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__fb5ZZ,.ShipperDashboard_statusArea__yhqEY{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.ShipperDashboard_actions__fb5ZZ button,.ShipperDashboard_statusArea__yhqEY button{border:none;border-radius:13px;cursor:pointer;font-size:14px;font-weight:900;padding:12px 16px;transition:.2s}.ShipperDashboard_actions__fb5ZZ button:hover,.ShipperDashboard_statusArea__yhqEY button:hover{transform:translateY(-2px)}.ShipperDashboard_detailBtn__9L9v1{background:#e1f0c4;color:#214b38}.ShipperDashboard_statusBtn__\+\+VEv,.ShipperDashboard_successBtn__NHwda{background:#214b38;color:#e1f0c4}.ShipperDashboard_dangerBtn__6Qx-z{background:#ffe1df;color:#c0392b}.ShipperDashboard_returnBtn__1jW2j,.ShipperDashboard_returnedBtn__pFGEL{background:#fff2c7;color:#8a6500}.ShipperDashboard_tipBox__ixL\+P{background:#214b38;border-radius:24px;color:#e1f0c4;display:flex;gap:26px;justify-content:space-between;margin-top:28px;overflow:hidden;padding:30px}.ShipperDashboard_tipBox__ixL\+P h2{font-size:26px;margin:0 0 12px}.ShipperDashboard_tipBox__ixL\+P p{line-height:1.7;margin:0 0 18px;max-width:650px}.ShipperDashboard_tipBox__ixL\+P button{background:#e1f0c4;border:none;border-radius:999px;color:#214b38;cursor:pointer;font-weight:900;padding:12px 24px}.ShipperDashboard_video__epcvm{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__PQgUL{width:260px}.ShipperDashboard_stats__3hffO{grid-template-columns:repeat(2,minmax(0,1fr))}.ShipperDashboard_orders__UcNvF{grid-template-columns:1fr}}@media(max-width:768px){.ShipperDashboard_wrapper__ZS8oO{flex-direction:column}.ShipperDashboard_sidebar__PQgUL{min-height:auto;padding:18px 14px;position:relative;width:100%}.ShipperDashboard_logo__q3pYw{height:64px;width:64px}h2.ShipperDashboard_logo__q3pYw{font-size:18px}.ShipperDashboard_menu__bfWpU{display:grid;grid-template-columns:1fr}.ShipperDashboard_main__fsKCp{padding:18px 14px 34px}.ShipperDashboard_header__MxCR0,.ShipperDashboard_orderHeader__1P9Us,.ShipperDashboard_tipBox__ixL\+P{align-items:flex-start;flex-direction:column}.ShipperDashboard_headerIcons__R1SRD{align-self:flex-end}.ShipperDashboard_orders__UcNvF,.ShipperDashboard_stats__3hffO{grid-template-columns:1fr}.ShipperDashboard_statCard__kj5z4{min-height:108px;padding:20px}.ShipperDashboard_orderMeta__2UgEP div{flex-direction:column;gap:4px}.ShipperDashboard_orderMeta__2UgEP span{flex:initial}.ShipperDashboard_actions__fb5ZZ button,.ShipperDashboard_statusArea__yhqEY button{justify-content:center;width:100%}.ShipperDashboard_tipBox__ixL\+P{padding:24px}.ShipperDashboard_video__epcvm{min-height:150px;min-width:0;width:100%}}@media(max-width:420px){.ShipperDashboard_profileTop__tIDoa{align-items:flex-start}.ShipperDashboard_header__MxCR0 h3,.ShipperDashboard_orderHeader__1P9Us h3{font-size:19px}.ShipperDashboard_statCard__kj5z4 h2{font-size:28px}.ShipperDashboard_orderCard__z0tvT{padding:18px}}.ShipperDashboard_gameSection__BXTUT{margin-top:25px}.ShipperDashboard_gameHeader__i2day{margin-bottom:20px}.ShipperDashboard_gameHeader__i2day h2{color:#214b38;margin:0 0 8px}.ShipperDashboard_gameHeader__i2day p{color:#607065}.ShipperDashboard_gameCard__9gh6W{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__9gh6W img{border-radius:12px;width:180px}.ShipperDashboard_gameInfo__oGqIk{flex:1 1}.ShipperDashboard_gameInfo__oGqIk h3{color:#214b38;margin-bottom:10px}.ShipperDashboard_gameInfo__oGqIk p{color:#607065;line-height:1.6;margin-bottom:15px}.ShipperDashboard_playBtn__b-0xO{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__xxdSO{background:#fff;border-radius:20px;box-shadow:0 10px 24px #24403414;overflow:hidden}.ShipperDashboard_iframeWrapper__xxdSO iframe{border:none;height:800px;width:100%}@media(max-width:768px){.ShipperDashboard_gameCard__9gh6W{flex-direction:column}.ShipperDashboard_gameCard__9gh6W img{width:100%}.ShipperDashboard_iframeWrapper__xxdSO iframe{height:500px}}.ShipperDashboard_gameNotice__t0Kck{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__t0Kck svg{color:#214b38;flex-shrink:0;font-size:42px}.ShipperDashboard_gameNotice__t0Kck h3{color:#214b38;margin:0 0 8px}.ShipperDashboard_gameNotice__t0Kck p{color:#607065;margin:0 0 16px}.ShipperDashboard_avatarWrapper__zqK7M{height:60px;position:relative;width:60px}.ShipperDashboard_avatarImage__fY8GM{border:3px solid #e1f0c4;border-radius:50%;height:60px;object-fit:cover;width:60px}.ShipperDashboard_avatar__NWmCv{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.a8be4bde.css.map*/