:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}.Toastify__toast-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.Toastify__toast{border:1px solid #e5e7eb!important;border-radius:8px!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;font-size:.875rem;min-height:64px!important;padding:16px!important}.Toastify__toast--success{background:linear-gradient(135deg,#ecfdf5,#f0fdf4)!important;border-left:4px solid #059669!important;color:#065f46!important}.Toastify__toast--error{background:linear-gradient(135deg,#fef2f2,#fef1f1)!important;border-left:4px solid #dc2626!important;color:#991b1b!important}.Toastify__toast--warning{background:linear-gradient(135deg,#fffbeb,#fefce8)!important;border-left:4px solid #d97706!important;color:#92400e!important}.Toastify__toast--info{background:linear-gradient(135deg,#eff6ff,#f0f9ff)!important;border-left:4px solid #2563eb!important;color:#1e40af!important}.Toastify__progress-bar{height:3px!important}.Toastify__progress-bar--success{background:#059669!important}.Toastify__progress-bar--error{background:#dc2626!important}.Toastify__progress-bar--warning{background:#d97706!important}.Toastify__progress-bar--info{background:#2563eb!important}.Toastify__close-button{color:#6b7280!important;opacity:.7}.Toastify__close-button:hover{opacity:1}@media (prefers-color-scheme:dark){.Toastify__toast{background:#1f2937!important;border-color:#374151!important;color:#f9fafb!important}.Toastify__toast--success{background:linear-gradient(135deg,#064e3b,#065f46)!important;border-left-color:#10b981!important;color:#d1fae5!important}.Toastify__toast--error{background:linear-gradient(135deg,#7f1d1d,#991b1b)!important;border-left-color:#ef4444!important;color:#fecaca!important}}.Toastify__toast-enter{transform:translateX(100%)}.Toastify__toast-enter-active{transform:translateX(0);transition:transform .3s ease-out}.Toastify__toast-exit{transform:translateX(0)}.Toastify__toast-exit-active{transform:translateX(100%);transition:transform .3s ease-in}.Header_header__irRLW{background-color:var(--white);background-color:#fff;box-shadow:0 2px 10px #0000001a;margin-bottom:0;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.Header_headerContainer__CU6ik{padding:15px 20px;position:relative}.Header_headerContainer__CU6ik,.Header_mainHeader__bBksq{align-items:center;display:flex;justify-content:space-between}.Header_mainHeader__bBksq{margin:0 auto;max-width:1200px;padding:24px 32px 16px}.Header_logo__mpOR2 img{height:88px}.Header_mobileMenuToggle__fSol8{align-items:center;cursor:pointer;display:none;font-size:24px;font-size:1.5em;margin-left:18px}.Header_mobileMenuToggle__fSol8 i{margin-right:8px}.Header_navContainer__\+6N-I{align-items:center;display:flex}.Header_mainNav__ker3l{margin-right:20px}.Header_mainNav__ker3l ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.Header_mainNav__ker3l ul li{list-style:none;margin-left:20px;position:relative}.Header_mainNav__ker3l ul li a{align-items:center;color:#000;display:flex;font-size:1.08em;font-weight:500;text-decoration:none;transition:color .2s}.Header_mainNav__ker3l ul li a:hover{color:#d4af37}.Header_mainNav__ker3l ul li a i{margin-right:5px}.Header_mainNav__ker3l .Header_hasSubmenu__b8Ncn{position:relative}.Header_mainNav__ker3l .Header_submenu__99VGA{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:none;left:0;min-width:180px;position:absolute;top:100%;z-index:100}.Header_mainNav__ker3l .Header_hasSubmenu__b8Ncn:focus-within .Header_submenu__99VGA,.Header_mainNav__ker3l .Header_hasSubmenu__b8Ncn:hover .Header_submenu__99VGA{display:block}.Header_mainNav__ker3l .Header_submenu__99VGA li{margin:0;padding:8px 16px}.Header_mainNav__ker3l .Header_submenu__99VGA li a{color:#333;display:block;padding:10px 20px;text-decoration:none}.Header_mainNav__ker3l .Header_submenu__99VGA li a:hover{color:#d4af37}.Header_dropdownMenu__xehyo{background-color:var(--white);border-radius:5px;box-shadow:0 5px 15px #0000001a;left:0;opacity:0;padding:10px 0;position:absolute;top:100%;transition:all .3s ease;visibility:hidden;width:200px;z-index:100}.Header_dropdown__hMO1l:hover .Header_dropdownMenu__xehyo{opacity:1;visibility:visible}.Header_dropdownMenu__xehyo li{margin:0;padding:5px 15px}.Header_dropdownMenu__xehyo li a{display:block;padding:5px 0}.Header_headerActions__Jtoft{align-items:center;display:flex;gap:16px}.Header_headerActions__Jtoft .Header_btn__da7Bz{margin-left:10px}.Header_userDropdown__-8n5w{display:inline-block;position:relative}.Header_userDropdownBtn__kRbSf{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:700;padding:8px 16px}.Header_userDropdownMenu__23lrz{background:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 8px #00000026;margin-top:8px;min-width:180px;position:absolute;right:0;z-index:1000}.Header_userDropdownLink__TtgVx{color:#333;display:block;padding:10px 16px;text-decoration:none}.Header_userDropdownLink__TtgVx:hover{background:#f8f8f8;color:#d4af37}.Header_userDropdownDivider__CZf83{border-top:1px solid #eee;margin:4px 0}.Header_userDropdownLogout__7vPyM{background:none;border:none;color:#d00;cursor:pointer;padding:10px 16px;text-align:left;width:100%}.Header_userDropdownLogout__7vPyM:hover{background:#f8f8f8}.Header_mobileNav__jYHCb{background:#fff;box-shadow:0 5px 10px #0000001a;display:none;left:0;padding:20px;position:absolute;right:0;top:100%;z-index:1000}.Header_mobileNav__jYHCb.Header_active__01r3i{display:block}.Header_mobileNav__jYHCb ul li{list-style:none;margin-bottom:15px}@media (max-width:992px){.Header_mobileMenuToggle__fSol8,.Header_navContainer__\+6N-I{display:none}.Header_mobileNav__jYHCb.Header_active__01r3i{display:block}}@media (max-width:900px){.Header_mainHeader__bBksq{align-items:flex-start;flex-direction:column;padding:18px 10px 10px}.Header_mainNav__ker3l ul{gap:16px}.Header_headerActions__Jtoft{margin-top:10px}}@media (max-width:768px){.Header_mobileMenuToggle__fSol8{display:none}.Header_mainNav__ker3l{background-color:var(--white);box-shadow:0 5px 10px #0000001a;height:calc(100vh - 80px);left:-100%;overflow-y:auto;position:fixed;top:80px;transition:all .3s ease;width:80%}.Header_mainNav__ker3l.Header_active__01r3i{left:0}.Header_mainNav__ker3l ul{flex-direction:column;padding:20px}.Header_mainNav__ker3l ul li{margin:0 0 15px}.Header_dropdownMenu__xehyo{box-shadow:none;opacity:1;padding:10px 0 0 20px;position:static;visibility:visible;width:100%}.Header_headerActions__Jtoft{margin-left:auto;margin-right:15px}}@media (max-width:600px){.Header_mainHeader__bBksq{padding:10px 4vw 8px}.Header_logo__mpOR2 img{height:66px}.Header_mainNav__ker3l ul{font-size:.95em;gap:8px}.Header_headerActions__Jtoft .Header_btn__da7Bz{font-size:.95em;padding:6px 10px}}.HeroSection_heroModern__QnMuS{align-items:center;display:flex;margin-bottom:0;min-height:100vh;overflow:hidden;position:relative}.HeroSection_heroSliderBg__DljwQ{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.HeroSection_heroSlide__e6iaY{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1.2s ease-in-out;width:100%}.HeroSection_heroSlide__e6iaY.HeroSection_active__-fGO-{opacity:1}.HeroSection_heroOverlay__wEWwi{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.HeroSection_heroPatternOverlay__MY97h{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.HeroSection_heroPattern__LzxLW{background-repeat:repeat;background-size:200px;height:100%;opacity:.1;width:100%}.HeroSection_heroWrapper__QgqV1{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:80px 20px;position:relative;z-index:4}.HeroSection_heroContent__VEpA6{display:flex;flex-direction:column;gap:24px}.HeroSection_heroBadge__7rv5M{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#bd4c0826;border:1px solid #bd4c084d;border-radius:24px;color:#bd4c08;display:inline-flex;font-size:14px;font-weight:600;padding:8px 16px;width:-webkit-fit-content;width:fit-content}.HeroSection_heroTitle__7pXso{color:#1a1a1a;font-size:48px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 2px 4px #fffc}.HeroSection_heroHighlight__gp985{color:#bd4c08;font-weight:700}.HeroSection_heroDescription__8gvqe{color:#444;font-size:18px;line-height:1.6;margin:0;max-width:500px;text-shadow:0 1px 2px #fffc}.HeroSection_heroFeatures__Fe9MI{display:flex;flex-wrap:wrap;gap:24px}.HeroSection_heroFeature__y-tvs{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #ffffff4d;border-radius:20px;color:#555;display:flex;font-size:14px;gap:8px;padding:8px 12px}.HeroSection_featureIcon__yAwTg{font-size:18px}.HeroSection_heroButtons__nX5jM{display:flex;flex-wrap:wrap;gap:16px}.HeroSection_heroBtnPrimary__glbGy{background:#bd4c08;border:2px solid #bd4c08;border-radius:8px;box-shadow:0 4px 15px #bd4c084d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:normal;min-width:auto;padding:16px 32px;text-transform:none;transition:all .3s ease}.HeroSection_heroBtnPrimary__glbGy:hover{background:#fff;box-shadow:0 8px 25px #bd4c0866;color:#bd4c08;transform:translateY(-2px)}.HeroSection_heroCtaSingle__hg7UH{background:linear-gradient(135deg,#bd4c08,#f57c00)!important;border:none!important;border-radius:12px!important;box-shadow:0 6px 20px #bd4c084d!important;color:#fff!important;font-size:18px!important;font-weight:700!important;letter-spacing:.5px!important;min-width:200px!important;padding:18px 40px!important;text-transform:none!important;transition:all .4s ease!important}.HeroSection_heroCtaSingle__hg7UH:hover{background:linear-gradient(135deg,#f57c00,#bd4c08)!important;box-shadow:0 10px 30px #bd4c0880!important;color:#fff!important;transform:translateY(-3px) scale(1.05)!important}.HeroSection_heroCtaSingle__hg7UH:active{transform:translateY(-1px) scale(1.02)!important}.HeroSection_heroBtnSecondary__YYv5s{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:2px solid #bd4c08;border-radius:8px;box-shadow:0 4px 15px #ffffff4d;color:#bd4c08;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:normal;min-width:auto;padding:16px 32px;text-transform:none;transition:all .3s ease}.HeroSection_heroBtnSecondary__YYv5s:hover{background:#bd4c08;box-shadow:0 8px 25px #bd4c0866;color:#fff;transform:translateY(-2px)}.HeroSection_heroVisual__lXNEI{align-items:center;display:flex;justify-content:center;max-width:400px;position:relative}.HeroSection_heroImageContainer__-dEYi{height:450px;max-width:350px;overflow:visible;pointer-events:auto;position:relative;width:100%}.HeroSection_heroImage__5jpB5{border-radius:0;box-shadow:none;height:100%;object-fit:contain;position:relative;transition:all .8s ease;width:100%;z-index:2}.HeroSection_heroDecorations__2jU2B{display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.HeroSection_decoration__CJgeX{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#bd4c0826,#f57c0026);border-radius:50%;position:absolute}.HeroSection_decoration1__yh-8o{animation:HeroSection_float__J5KLL 6s ease-in-out infinite;height:60px;right:-20px;top:-20px;width:60px}.HeroSection_decoration2__\+Ot5Q{animation:HeroSection_float__J5KLL 8s ease-in-out infinite reverse;bottom:20px;height:40px;left:-10px;width:40px}.HeroSection_decoration3__3TS7R{animation:HeroSection_float__J5KLL 10s ease-in-out infinite;height:80px;right:-40px;top:50%;transform:translateY(-50%);width:80px}.HeroSection_heroSliderDots__9F6S\+{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:100}.HeroSection_sliderDot__TroOI{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff80;border:2px solid #ffffffe6;border-radius:50%;cursor:pointer;height:16px;transition:all .3s ease;width:16px}.HeroSection_sliderDot__TroOI.HeroSection_active__-fGO-{background:#bd4c08;border-color:#bd4c08;transform:scale(1.3)}.HeroSection_sliderDot__TroOI:hover{background:#bd4c08b3;border-color:#bd4c08b3;transform:scale(1.1)}@keyframes HeroSection_float__J5KLL{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:992px){.HeroSection_heroContent__VEpA6{margin-bottom:30px;padding-right:0}.HeroSection_heroImage__5jpB5{height:320px;margin-top:30px;max-width:300px}.HeroSection_heroImageContainer__-dEYi{height:320px;max-width:300px;overflow:visible}}@media (max-width:768px){.HeroSection_heroWrapper__QgqV1{gap:40px;grid-template-columns:1fr;padding:60px 20px;text-align:center}.HeroSection_heroTitle__7pXso{font-size:36px}.HeroSection_heroDescription__8gvqe{font-size:16px}.HeroSection_heroButtons__nX5jM,.HeroSection_heroFeatures__Fe9MI{justify-content:center}.HeroSection_heroVisual__lXNEI{order:-1}}@media (max-width:576px){.HeroSection_heroButtons__nX5jM .HeroSection_btn__yW5T3{display:block;margin-bottom:15px;margin-right:0;width:100%}}@media (max-width:480px){.HeroSection_heroTitle__7pXso{font-size:28px}.HeroSection_heroButtons__nX5jM{align-items:center;flex-direction:column}.HeroSection_heroBtnPrimary__glbGy,.HeroSection_heroBtnSecondary__YYv5s{max-width:300px;width:100%}.HeroSection_heroSliderDots__9F6S\+{bottom:20px}.HeroSection_sliderDot__TroOI{height:10px;width:10px}}.ProductGrid_product-grid-container__rQkTz{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px 0;position:relative;width:100%}.ProductGrid_product-grid-container__rQkTz:before{background:linear-gradient(90deg,#0000,#bd4d08 50%,#0000);content:"";height:2px;left:50%;opacity:.3;position:absolute;top:0;transform:translateX(-50%);width:100px}.ProductGrid_product-grid-title__bXZOn{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.ProductGrid_question-grid-custom__FbrNG{grid-gap:20px;align-items:stretch;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:20px}.ProductGrid_product-thumbnail-custom__kkorB{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000d;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:300px;outline:none;padding:20px;transition:all .3s ease}.ProductGrid_product-thumbnail-custom__kkorB:focus,.ProductGrid_product-thumbnail-custom__kkorB:hover{border-color:#f8c537;box-shadow:0 12px 32px #00000026;transform:translateY(-6px)}.ProductGrid_product-thumbnail-img__ZsQ1M{border-radius:12px;flex-shrink:0;height:120px;margin-bottom:16px;object-fit:cover;width:120px}.ProductGrid_product-thumbnail-placeholder__qkkAD{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;color:#9ca3af;display:flex;flex-shrink:0;font-size:40px;font-weight:300;height:120px;justify-content:center;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__aRIdQ{color:#111827;flex-shrink:0;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:8px;text-align:center}.ProductGrid_product-thumbnail-desc__IV-Mc{-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;color:#6b7280;display:-webkit-box;flex-grow:1;font-size:14px;height:60px;line-height:1.5;margin-bottom:20px;overflow:hidden;text-align:center}.ProductGrid_product-thumbnail-btn__VRAOC{background:#bd4c08;border:2px solid #bd4c08;border-radius:8px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;font-weight:600;letter-spacing:.5px;min-width:120px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.ProductGrid_product-thumbnail-btn__VRAOC:focus,.ProductGrid_product-thumbnail-btn__VRAOC:hover{background:#fff;border:2px solid #bd4c08;color:#bd4c08;transform:translateY(-2px)}.ProductGrid_error-message__ZECF0{color:red;margin:12px 0;text-align:center}.ProductGrid_coming-soon-container__ZwE3S{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:400px;padding:60px 20px}.ProductGrid_coming-soon-content__hTD4g{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #00000014;max-width:500px;padding:40px;text-align:center}.ProductGrid_coming-soon-icon__bzMEO{font-size:4rem;margin-bottom:24px;opacity:.8}.ProductGrid_coming-soon-title__ma6pZ{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#bd4c08,#f59e0b);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:16px}.ProductGrid_coming-soon-message__dYEcJ{color:#64748b;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.ProductGrid_pagination-controls__fqAKL{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.ProductGrid_pagination-btn__kJggl{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-weight:400;padding:8px 14px;transition:background .18s,color .18s}.ProductGrid_pagination-btn__kJggl.ProductGrid_active__AE2Vh,.ProductGrid_pagination-btn__kJggl:disabled{background:#f8c537;cursor:default;font-weight:700}.ProductGrid_pagination-btn__kJggl[disabled]{background:#f3f4f6;color:#aaa;cursor:not-allowed}.ProductGrid_pagination-rows__kv5Fk{align-items:center;display:flex;gap:6px;margin-left:12px}.ProductGrid_pagination-select__a0zdY{border:1px solid #d1d5db;border-radius:6px;font-size:14px;height:32px;padding:2px 6px;width:64px}@media (max-width:768px){.ProductGrid_product-grid-container__rQkTz{margin:0 auto;max-width:100%;padding:40px 12px}.ProductGrid_product-grid-container__rQkTz:after,.ProductGrid_product-grid-container__rQkTz:before{width:60px}.ProductGrid_product-grid-title__bXZOn{font-size:2rem;margin-bottom:16px}.ProductGrid_question-grid-custom__FbrNG{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ProductGrid_product-thumbnail-custom__kkorB{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__ZsQ1M,.ProductGrid_product-thumbnail-placeholder__qkkAD{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__aRIdQ{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__IV-Mc{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__VRAOC{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__ZwE3S{min-height:300px;padding:40px 12px}.ProductGrid_coming-soon-content__hTD4g{border-radius:16px;padding:30px 20px}.ProductGrid_coming-soon-icon__bzMEO{font-size:3rem;margin-bottom:20px}.ProductGrid_coming-soon-title__ma6pZ{font-size:2rem;margin-bottom:14px}.ProductGrid_coming-soon-message__dYEcJ{font-size:1rem;line-height:1.5}}@media (max-width:480px){.ProductGrid_product-grid-container__rQkTz{margin:0 auto;max-width:100%;padding:30px 16px}.ProductGrid_product-grid-container__rQkTz:after,.ProductGrid_product-grid-container__rQkTz:before{width:40px}.ProductGrid_question-grid-custom__FbrNG{gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ProductGrid_product-thumbnail-custom__kkorB{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__ZsQ1M,.ProductGrid_product-thumbnail-placeholder__qkkAD{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__aRIdQ{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__IV-Mc{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__VRAOC{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__ZwE3S{min-height:280px;padding:30px 16px}.ProductGrid_coming-soon-content__hTD4g{border-radius:12px;padding:25px 15px}.ProductGrid_coming-soon-icon__bzMEO{font-size:2.5rem;margin-bottom:16px}.ProductGrid_coming-soon-title__ma6pZ{font-size:1.8rem;margin-bottom:12px}.ProductGrid_coming-soon-message__dYEcJ{font-size:.95rem;line-height:1.4}}.ServiceSection_serviceSection__eVJ2u{background-color:#fff;margin:0;padding:20px 0;position:relative;z-index:10}.Banner_bannerHome__vpWhA{background:#fff;margin-bottom:0;overflow:hidden;padding:80px 0;position:relative;z-index:10}.Banner_bannerHome__vpWhA:before{background:linear-gradient(90deg,#0000,#bd4d08 50%,#0000);content:"";height:2px;left:50%;opacity:.3;position:absolute;top:0;transform:translateX(-50%);width:100px}.Banner_statsContainer__VuMPq{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;text-align:center;z-index:2}.Banner_statsHeader__aidN0{margin-bottom:60px}.Banner_statsTitle__09UyZ{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.Banner_statsSubtitle__n2bzB{color:#000;font-size:1.2rem;margin:0;opacity:.9}.Banner_statsGrid__64kvX{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-top:50px}.Banner_statCard__odgzN{align-items:center;background:#bd4d08;border:2px solid #ffffff1a;border-radius:50%;display:flex;flex-direction:column;height:220px;justify-content:center;overflow:hidden;position:relative;transition:all .4s ease;width:220px}.Banner_statCard__odgzN:before{content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.Banner_statCard__odgzN:hover:before{opacity:0}.Banner_statCard__odgzN:hover{box-shadow:0 0 40px #bd4d0899,0 20px 40px #0000004d;transform:translateY(-10px) scale(1.05)}.Banner_statIcon__xEpbw{display:block;font-size:2.5rem;margin-bottom:15px;position:relative;z-index:3}.Banner_statNumber__CuJ22{color:#fff;font-size:3rem;font-weight:900;line-height:1;margin-bottom:8px;position:relative;text-shadow:2px 2px 4px #00000080;z-index:3}.Banner_statLabel__4RYu6{color:#fff;font-size:.6rem;font-weight:600;letter-spacing:.5px;line-height:1.2;position:relative;text-align:center;text-shadow:1px 1px 2px #00000080;text-transform:uppercase;z-index:3}@keyframes Banner_rotate__SvxVZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.Banner_bannerHome__vpWhA{margin-bottom:0}.Banner_statsGrid__64kvX{gap:40px}.Banner_statCard__odgzN{height:200px;width:200px}.Banner_statNumber__CuJ22{font-size:2.5rem}}@media (max-width:768px){.Banner_bannerHome__vpWhA{margin-bottom:0;padding:60px 0}.Banner_statsTitle__09UyZ{font-size:2.2rem}.Banner_statsSubtitle__n2bzB{font-size:1rem}.Banner_statsGrid__64kvX{align-items:center;flex-direction:column;gap:30px}.Banner_statCard__odgzN{height:180px;width:180px}.Banner_statNumber__CuJ22{font-size:2.2rem}.Banner_statLabel__4RYu6{font-size:.85rem}.Banner_statIcon__xEpbw{font-size:2rem}}@media (max-width:480px){.Banner_bannerHome__vpWhA{padding:40px 0}.Banner_statsTitle__09UyZ{font-size:1.8rem}.Banner_statsHeader__aidN0{margin-bottom:40px}.Banner_statsGrid__64kvX{gap:25px;margin-top:30px}.Banner_statCard__odgzN{height:160px;width:160px}.Banner_statNumber__CuJ22{font-size:2rem}.Banner_statLabel__4RYu6{font-size:.8rem;padding:0 10px}.Banner_statIcon__xEpbw{font-size:1.8rem;margin-bottom:10px}}@media (max-width:360px){.Banner_statCard__odgzN{height:140px;width:140px}.Banner_statNumber__CuJ22{font-size:1.8rem}.Banner_statLabel__4RYu6{font-size:.75rem}}.astro-footer{background-color:#4b2e05;color:#f5e6cc;font-family:Poppins,sans-serif;overflow:hidden;padding:50px 0 20px;position:relative}.astro-footer:before{background-image:url(/static/media/sanskrit-pattern.a2de41c3591558d1b1c7.png);background-repeat:repeat;background-size:500px;content:"";inset:0;opacity:.2;pointer-events:none;position:absolute;z-index:0}.footer-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:30px;position:relative;z-index:1}.footer-logo{margin-bottom:15px;max-width:180px}.footer-col h3{border-bottom:1px solid #ffd70033;color:gold;font-size:18px;margin-bottom:15px}.footer-col p{font-size:14px;line-height:1.6;margin-bottom:15px}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{color:#f5e6cc;text-decoration:none;transition:color .3s ease}.footer-col ul li a:hover{color:gold}.contact-info li{align-items:center;display:flex;gap:8px}.social-links a{align-items:center;background:#ffd7001a;border-radius:50%;color:gold;display:inline-flex;height:36px;justify-content:center;margin-right:8px;transition:background .3s ease,transform .3s ease;width:36px}.social-links a:hover{background:gold;color:#4b2e05;transform:scale(1.1)}.footer-bottom{align-items:center;border-top:1px solid #ffd70033;display:flex;flex-wrap:wrap;font-size:13px;justify-content:space-between;padding-top:15px;position:relative;z-index:1}.footer-links a{color:#f5e6cc;margin-left:15px;text-decoration:none}.footer-links a:hover{color:gold}@media (max-width:600px){.footer-bottom{flex-direction:column;gap:10px;text-align:center}}.MobileBottomNav_nav__e1SU-{background:#fff;border-top:3px solid #bd4c08;bottom:0;box-shadow:0 -8px 20px #00000026;display:none;height:70px;justify-content:space-around;left:0;position:fixed;right:0;transition:all .3s ease;z-index:1000}@media (max-width:1024px){.MobileBottomNav_nav__e1SU-{display:flex!important}}.MobileBottomNav_navItem__YOS1S{align-items:center;background:#0000;color:#333;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:8px 4px;min-height:44px;padding:12px 8px;position:relative;text-align:center;text-decoration:none;transition:all .3s ease}.MobileBottomNav_navItem__YOS1S:hover{background:#bd4c080d}.MobileBottomNav_navItemActive__EInah{background:#bd4c081a;color:#bd4c08}.MobileBottomNav_icon__\+5ERS{font-size:18px;margin-bottom:4px}.MobileBottomNav_label__u5hlZ{font-size:11px;font-weight:500}.MobileBottomNav_submenu__UfnSi{background:#fff;border:1px solid #bd4c081a;border-radius:8px;bottom:100%;box-shadow:0 -8px 25px #0003,0 0 0 1px #bd4c0833;display:block!important;margin-bottom:8px;min-width:160px;opacity:1;overflow:visible;position:absolute;right:4px;transform:translateY(0);transition:opacity .2s ease,transform .2s ease;z-index:1001}.MobileBottomNav_submenuItem__h3Elj{align-items:center;background:#0000;border-bottom:1px solid #bd4c081a;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:12px 16px;text-decoration:none;transition:all .2s ease}.MobileBottomNav_submenuItem__h3Elj:hover{background:#bd4c080d;color:#bd4c08}.MobileBottomNav_submenuItem__h3Elj:last-child{border-bottom:none}.MobileBottomNav_logoutItem__q5Bu-{align-items:center;background:#0000;color:#dc3545;cursor:pointer;display:flex;font-size:14px;font-weight:600;padding:12px 16px;text-decoration:none;transition:all .2s ease}.MobileBottomNav_logoutItem__q5Bu-:hover{background:#dc35451a}.Login_modernLoginContainer__-qX1M{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.Login_modernLoginContainer__-qX1M:before{background:radial-gradient(circle at 20% 30%,#bd4d080d 0,#0000 50%),radial-gradient(circle at 80% 70%,#bd4d0808 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.Login_modernLoginCard__p31vI{background:#fff;border:1px solid #00000014;border-radius:24px;box-shadow:0 20px 60px #00000014,0 8px 32px #0000000a,0 1px 0 #0000000d;max-width:480px;padding:40px;position:relative;width:100%;z-index:1}.Login_loginHeader__flzWE{margin-bottom:32px;text-align:center}.Login_loginLogoModern__JgLgn{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));margin-bottom:24px;width:120px}.Login_loginProgress__yS2rh{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:8px}.Login_progressStep__NubCV{align-items:center;background:#e5e7eb;border-radius:50%;color:#9ca3af;display:flex;font-size:14px;font-weight:600;height:36px;justify-content:center;position:relative;transition:all .3s ease;width:36px}.Login_progressStep__NubCV.Login_active__aXGG4{background:#bd4c08;box-shadow:0 4px 12px #bd4c084d;color:#fff}.Login_progressStep__NubCV.Login_completed__Avv5b{background:#10b981;color:#fff}.Login_progressStep__NubCV.Login_completed__Avv5b .Login_stepNumber__F4p-N:after{content:"✓";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.Login_progressStep__NubCV.Login_completed__Avv5b .Login_stepNumber__F4p-N{opacity:0}.Login_progressLine__YKeMN{background:#e5e7eb;border-radius:1px;height:2px;width:32px}.Login_loginContent__1EAHN{margin-bottom:24px}.Login_loginTitleSection__W9UZE{margin-bottom:32px;text-align:center}.Login_loginTitleModern__EMTxH{color:#1f2937;font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.Login_loginSubtitle__3fJMe{color:#6b7280;font-size:16px;line-height:1.5;margin:0}.Login_modernLoginForm__LvKML{display:flex;flex-direction:column;gap:20px}.Login_inputGroup__phbqy{display:flex;flex-direction:column;gap:8px}.Login_inputLabel__7kgRe{color:#374151;font-size:14px;font-weight:600;margin-bottom:4px}.Login_inputWrapper__31BnF{align-items:center;display:flex;position:relative}.Login_countryCode__hO1cB{color:#6b7280;font-weight:600;left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.Login_modernInput__9-tzq{background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:16px;padding:16px 20px;transition:all .3s ease;width:100%}.Login_modernInput__9-tzq:focus{border-color:#bd4c08;box-shadow:0 0 0 3px #bd4c081a;outline:none}.Login_modernInput__9-tzq:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.Login_modernInput__9-tzq.Login_otpInput__IlesS{font-size:24px;font-weight:600;letter-spacing:8px;padding:20px;text-align:center}.Login_inputWrapper__31BnF .Login_modernInput__9-tzq{padding-left:60px}.Login_inputHint__aZuCO{color:#6b7280;font-size:12px;margin-top:4px}.Login_modernBtn__JSIz8{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;justify-content:center;min-height:56px;padding:16px 24px;position:relative;transition:all .3s ease}.Login_modernBtn__JSIz8.Login_primary__nKQxO{background:#bd4c08;box-shadow:0 4px 12px #bd4c0833;color:#fff}.Login_modernBtn__JSIz8.Login_primary__nKQxO:hover:not(:disabled){background:#a03f07;box-shadow:0 8px 24px #bd4c084d;transform:translateY(-2px)}.Login_modernBtn__JSIz8.Login_primary__nKQxO:active:not(:disabled){background:#8a3506;transform:translateY(0)}.Login_modernBtn__JSIz8.Login_secondary__Bbp1x{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.Login_modernBtn__JSIz8.Login_secondary__Bbp1x:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.Login_modernBtn__JSIz8:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.Login_btnLoading__ODkqH{align-items:center;display:flex;gap:8px}.Login_btnIcon__-61SD{font-size:14px;font-weight:400}.Login_spinner__XMFUH{animation:Login_spin__F37Qz 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes Login_spin__F37Qz{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_formActions__JdPwY{display:flex;gap:12px}.Login_formActions__JdPwY .Login_modernBtn__JSIz8{flex:1 1}.Login_modernError__FUcAW{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:8px;padding:12px 16px}.Login_errorIcon__aPAW-{font-size:16px}.Login_resendSection__i2Ef\+{color:#6b7280;font-size:14px;margin-top:16px;text-align:center}.Login_resendBtn__oHEyE{background:none;border:none;color:#bd4c08;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .2s ease}.Login_resendBtn__oHEyE:hover{color:#a03f07}.Login_loginFooter__-yRMm{border-top:1px solid #e5e7eb;margin-top:32px;padding-top:24px;text-align:center}.Login_loginFooter__-yRMm p{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.Login_loginFooter__-yRMm a{color:#bd4c08;font-weight:500;text-decoration:none}.Login_loginFooter__-yRMm a:hover{color:#a03f07;text-decoration:underline}@media (max-width:640px){.Login_modernLoginContainer__-qX1M{padding:16px}.Login_modernLoginCard__p31vI{border-radius:20px;padding:32px 24px}.Login_loginTitleModern__EMTxH{font-size:24px}.Login_loginSubtitle__3fJMe{font-size:14px}.Login_modernInput__9-tzq{font-size:16px;padding:14px 16px}.Login_inputWrapper__31BnF .Login_modernInput__9-tzq{padding-left:55px}.Login_countryCode__hO1cB{font-size:14px;left:14px}.Login_modernBtn__JSIz8{min-height:52px;padding:14px 20px}.Login_formActions__JdPwY{flex-direction:column}.Login_progressStep__NubCV{font-size:12px;height:32px;width:32px}.Login_progressLine__YKeMN{width:24px}}@media (max-width:480px){.Login_modernLoginCard__p31vI{border-radius:16px;margin:0}.Login_loginLogoModern__JgLgn{width:100px}}.WalletRecharge_modernWalletPage__iNa41{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletRecharge_modernWalletContainer__E72Dv{margin:0 auto;max-width:800px;padding:0 16px}.WalletRecharge_modernWalletHeader__rxn3i{margin-bottom:40px;padding:40px 0 20px;text-align:center}.WalletRecharge_walletHeaderContent__j7k-M{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:30px}.WalletRecharge_modernWalletTitle__D5ipw{align-items:center;color:#2c2c2c;display:flex;font-size:2.5rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 12px}.WalletRecharge_walletIcon__KzSzI{font-size:2.2rem}.WalletRecharge_modernWalletSubtitle__v8tPC{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletRecharge_modernWalletContent__kRLNP{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}.WalletRecharge_balanceCard__PqsGP{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;overflow:hidden;padding:24px;position:relative}.WalletRecharge_balanceCard__PqsGP:before{background:linear-gradient(90deg,#bd4c08,#e65100);content:"";height:4px;left:0;position:absolute;right:0;top:0}.WalletRecharge_balanceHeader__qVbYx{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.WalletRecharge_balanceTitle__1OGC3{color:#555;font-size:1.1rem;font-weight:600;margin:0}.WalletRecharge_refreshBtn__cXSgM,.WalletRecharge_refreshHistoryBtn__F\+2A5{background:none;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;opacity:.7;padding:8px;transition:all .2s ease}.WalletRecharge_refreshBtn__cXSgM:hover,.WalletRecharge_refreshHistoryBtn__F\+2A5:hover{background:#bd4c081a;opacity:1;transform:rotate(180deg)}.WalletRecharge_balanceAmount__QcPmz{align-items:center;display:flex}.WalletRecharge_balanceValue__oI4uE{color:#bd4c08;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #bd4c081a}.WalletRecharge_balanceSkeleton__g2aZM{color:#999;font-size:1.5rem;font-weight:500}.WalletRecharge_balanceLoader__XgCmo{align-items:center;display:flex}.WalletRecharge_rechargeCard__0gDnv{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;padding:32px}.WalletRecharge_rechargeTitle__WYKut{color:#2c2c2c;font-size:1.4rem;font-weight:600;margin:0 0 24px;text-align:center}.WalletRecharge_modernRechargeForm__FgNmp{display:flex;flex-direction:column;gap:24px}.WalletRecharge_amountInputSection__hZbeb{display:flex;flex-direction:column;gap:8px}.WalletRecharge_amountLabel__gPJOi{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_amountInputWrapper__aw68L{align-items:center;display:flex;position:relative}.WalletRecharge_currencySymbol__DIZ0g{color:#bd4c08;font-size:1.2rem;font-weight:600;left:16px;position:absolute;z-index:2}.WalletRecharge_modernAmountInput__qIzOn{background:#fffc;border:2px solid #e0e0e0;border-radius:12px;font-size:1.4rem;font-weight:600;outline:none;padding:16px 16px 16px 40px;transition:all .3s ease;width:100%}.WalletRecharge_modernAmountInput__qIzOn:focus{background:#fffffff2;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletRecharge_clearAmountBtn__Q\+WTF{align-items:center;background:#f5f5f5;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;position:absolute;right:12px;transition:all .2s ease;width:24px}.WalletRecharge_clearAmountBtn__Q\+WTF:hover{background:#e0e0e0;color:#666}.WalletRecharge_amountLimits__45Dh5{color:#888;font-size:.9rem;text-align:center}.WalletRecharge_quickAmountsSection__lip1A{display:flex;flex-direction:column;gap:12px}.WalletRecharge_quickAmountsLabel__HcEce{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_quickAmountsGrid__WSMPl{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.WalletRecharge_modernQuickBtn__GZe9b{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #0000;border-radius:10px;color:#495057;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 16px;text-align:center;transition:all .3s ease}.WalletRecharge_modernQuickBtn__GZe9b:hover{background:linear-gradient(135deg,#bd4c08,#e65100);box-shadow:0 4px 12px #bd4c084d;color:#fff;transform:translateY(-2px)}.WalletRecharge_modernQuickBtn__GZe9b:active{transform:translateY(0)}.WalletRecharge_modernMessage__h4ghv{align-items:center;animation:WalletRecharge_slideIn__0asgS .3s ease;border-radius:10px;display:flex;font-weight:500;gap:8px;padding:12px 16px}.WalletRecharge_errorMessage__lZDPF{background:#f443361a;border:1px solid #f4433633;color:#d32f2f}.WalletRecharge_successMessage__3cXO6{background:#4caf501a;border:1px solid #4caf5033;color:#388e3c}.WalletRecharge_messageIcon__gl4o4{font-size:1.1rem}.WalletRecharge_modernRechargeBtn__n7JOL{align-items:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:12px;box-shadow:0 4px 12px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:8px;justify-content:center;padding:16px 24px;transition:all .3s ease}.WalletRecharge_modernRechargeBtn__n7JOL:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 6px 20px #bd4c0866;transform:translateY(-2px)}.WalletRecharge_modernRechargeBtn__n7JOL:disabled{box-shadow:0 2px 8px #bd4c0833;cursor:not-allowed;opacity:.6;transform:none}.WalletRecharge_btnIcon__Cte4F{font-size:1.1rem}.WalletRecharge_securityInfo__Scm80{border-top:1px solid #e0e0e0;margin-top:16px;padding-top:16px}.WalletRecharge_securityBadge__j59fx{align-items:center;color:#666;display:flex;font-size:.9rem;gap:8px;justify-content:center}.WalletRecharge_securityIcon__Z60Dz{font-size:1rem}.WalletRecharge_historyCard__DbfEQ{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;padding:24px}.WalletRecharge_historyHeader__qU\+0m{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.WalletRecharge_historyTitle__is1wP{align-items:center;color:#2c2c2c;display:flex;font-size:1.3rem;font-weight:600;gap:8px;margin:0}.WalletRecharge_historyIcon__GpVfq{font-size:1.2rem}.WalletRecharge_historyContent__nqxMW{max-height:400px;overflow-y:auto}.WalletRecharge_historyLoading__azURJ{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;padding:40px 20px}.WalletRecharge_historyEmpty__lNYeD{color:#666;padding:40px 20px;text-align:center}.WalletRecharge_emptyIcon__YUHvQ{font-size:3rem;margin-bottom:16px;opacity:.5}.WalletRecharge_historyEmpty__lNYeD h4{color:#555;font-size:1.1rem;margin:0 0 8px}.WalletRecharge_historyEmpty__lNYeD p{color:#888;font-size:.95rem;margin:0}.WalletRecharge_historyList__vTxuc{display:flex;flex-direction:column;gap:12px}.WalletRecharge_modernHistoryItem__7tD-x{background:#f8f9facc;border:1px solid #0000000d;border-radius:12px;padding:16px;transition:all .2s ease}.WalletRecharge_modernHistoryItem__7tD-x:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.WalletRecharge_historyItemMain__886i5{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.WalletRecharge_transactionInfo__lKYoy{display:flex;flex-direction:column;gap:4px}.WalletRecharge_transactionAmount__XDpZB{color:#2c2c2c;font-size:1.2rem;font-weight:700}.WalletRecharge_transactionDate__Rw5Kt{color:#666;font-size:.9rem}.WalletRecharge_transactionStatus__YFbyc{align-items:center;border-radius:20px;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:6px 12px;text-transform:capitalize}.WalletRecharge_statusDot__kg6uN{border-radius:50%;height:8px;width:8px}.WalletRecharge_statusSuccess__Ufxgh{background:#4caf501a;color:#388e3c}.WalletRecharge_statusSuccess__Ufxgh .WalletRecharge_statusDot__kg6uN{background:#4caf50}.WalletRecharge_statusPending__cdMXg{background:#ffc1071a;color:#f57c00}.WalletRecharge_statusPending__cdMXg .WalletRecharge_statusDot__kg6uN{background:#ff9800}.WalletRecharge_statusFailed__UGK6Q{background:#f443361a;color:#d32f2f}.WalletRecharge_statusFailed__UGK6Q .WalletRecharge_statusDot__kg6uN{background:#f44336}.WalletRecharge_historyItemMeta__ubsxf{border-top:1px solid #0000000d;color:#888;display:flex;font-size:.85rem;justify-content:space-between;margin-top:8px;padding-top:8px}.WalletRecharge_transactionMethod__ZGk\+u{font-weight:500}.WalletRecharge_transactionId__Nl7V4{font-family:Courier New,monospace;font-size:.8rem;opacity:.7}.WalletRecharge_btnSpinner__aEBZj,.WalletRecharge_spinnerSmall__ccMGX,.WalletRecharge_spinner__hHjJu{animation:WalletRecharge_spin__uJFdf 1s linear infinite;border:3px solid #bd4c081a;border-left-color:#bd4c08;border-radius:50%}.WalletRecharge_spinner__hHjJu{height:32px;width:32px}.WalletRecharge_spinnerSmall__ccMGX{border-width:2px;height:16px;width:16px}.WalletRecharge_btnSpinner__aEBZj{border-color:#ffffff4d #ffffff4d #ffffff4d #fff;border-width:2px;height:20px;width:20px}.WalletRecharge_warningMessage__KMicg{align-items:center;background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:4px solid #ff9800;border-radius:8px;box-shadow:0 2px 8px #ff98001a;color:#e65100;display:flex;gap:12px;margin-bottom:20px;padding:16px}.WalletRecharge_warningMessage__KMicg strong{display:block;margin-bottom:4px}@keyframes WalletRecharge_spin__uJFdf{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes WalletRecharge_slideIn__0asgS{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.WalletRecharge_modernWalletPage__iNa41{padding:100px 12px 12px}.WalletRecharge_modernWalletTitle__D5ipw{font-size:2rem}.WalletRecharge_modernWalletSubtitle__v8tPC{font-size:1rem}.WalletRecharge_walletHeaderContent__j7k-M{padding:20px}.WalletRecharge_rechargeCard__0gDnv{padding:24px 20px}.WalletRecharge_balanceCard__PqsGP,.WalletRecharge_historyCard__DbfEQ{padding:20px}.WalletRecharge_modernAmountInput__qIzOn{font-size:1.2rem;padding:14px 14px 14px 36px}.WalletRecharge_quickAmountsGrid__WSMPl{gap:8px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.WalletRecharge_modernQuickBtn__GZe9b{font-size:.9rem;padding:10px 12px}.WalletRecharge_historyItemMeta__ubsxf{align-items:flex-start;flex-direction:column;gap:4px}.WalletRecharge_transactionId__Nl7V4{word-break:break-all}}@media (max-width:480px){.WalletRecharge_modernWalletPage__iNa41{padding-top:90px}.WalletRecharge_modernWalletTitle__D5ipw{flex-direction:column;font-size:1.8rem;gap:8px}.WalletRecharge_balanceValue__oI4uE{font-size:2rem}.WalletRecharge_historyItemMain__886i5{align-items:flex-start;flex-direction:column;gap:8px}.WalletRecharge_transactionStatus__YFbyc{align-self:flex-end}}.PlaceOfBirthField_container__lM4Hz{position:relative;width:100%}.PlaceOfBirthField_container__lM4Hz.PlaceOfBirthField_hasError__kbpLb{margin-bottom:32px}.PlaceOfBirthField_inputWrapper__Gukmo{position:relative;width:100%}.PlaceOfBirthField_input__NpNTr{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:16px;outline:none;padding:12px 40px 12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.PlaceOfBirthField_input__NpNTr:focus{border-color:#f57c00;box-shadow:0 0 0 3px #f57c001a}.PlaceOfBirthField_input__NpNTr::placeholder{color:#999}.PlaceOfBirthField_inputError__No\+zc{border-color:#ff3d00!important;box-shadow:0 0 0 3px #ff3d001a!important}.PlaceOfBirthField_errorMessage__0BYe6{color:#ff3d00;font-size:14px;font-weight:500;left:0;line-height:1.4;margin-top:6px;position:absolute;right:0;z-index:1}.PlaceOfBirthField_loadingSpinner__\+8Aye{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.PlaceOfBirthField_spinner__12PK6{animation:PlaceOfBirthField_spin__ZXZPs .8s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#f57c00;height:18px;width:18px}@keyframes PlaceOfBirthField_spin__ZXZPs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PlaceOfBirthField_suggestionsList__t7dvv{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 2px 8px #00000012;left:0;list-style:none;margin:4px 0 0;max-height:180px;overflow-y:auto;padding:0;position:absolute;right:0;top:100%;z-index:10}.PlaceOfBirthField_suggestionItem__cFpcC{background:#fff;cursor:pointer;font-weight:400;padding:8px 12px;transition:background-color .15s ease}.PlaceOfBirthField_suggestionItem__cFpcC.PlaceOfBirthField_highlighted__jzcmD,.PlaceOfBirthField_suggestionItem__cFpcC:hover{background:#f6c600;font-weight:600}.PlaceOfBirthField_suggestionsList__t7dvv::-webkit-scrollbar{width:6px}.PlaceOfBirthField_suggestionsList__t7dvv::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 6px 6px 0}.PlaceOfBirthField_suggestionsList__t7dvv::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.PlaceOfBirthField_suggestionsList__t7dvv::-webkit-scrollbar-thumb:hover{background:#999}.PlaceOfBirthField_noResults__curTF{background:#fff;border:1px solid #eee;border-radius:6px;box-shadow:0 2px 8px #00000012;color:#666;font-size:14px;left:0;margin:4px 0 0;padding:12px 16px;position:absolute;right:0;text-align:center;top:100%;z-index:10}.spinner{border:2px solid #e0e0e0;height:24px;width:24px}.btn-spinner{animation:spin 1s linear infinite}.modern-message{align-items:center;border-radius:8px;display:flex;font-size:.95rem;font-weight:500;gap:8px;margin-top:8px;padding:12px 16px}.success-message{background:#4caf501a;border:1px solid #4caf5033;color:#2e7d32}.error-message{background:#f443361a;border:1px solid #f4433633;color:#c62828}.btn-icon,.message-icon{font-size:1rem}.modern-profile-page{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.modern-profile-container{margin:0 auto;max-width:1400px;padding:0 16px}.profile-page-header{margin-bottom:40px;padding:40px 0 20px;text-align:center}.profile-header-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:30px}.profile-page-title{align-items:center;color:#2c2c2c;display:flex;font-size:2.5rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 12px}.profile-icon{font-size:2.2rem}.profile-page-subtitle{color:#666;font-size:1.1rem;font-weight:400;margin:0}.profile-content-grid{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-areas:"list form";grid-template-columns:1fr 1fr;min-height:0}.profile-list-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;display:flex;flex-direction:column;grid-area:list;height:-webkit-fit-content;height:fit-content;max-height:100vh;min-height:0;overflow:hidden;padding:24px}.profile-list-header{align-items:center;border-bottom:2px solid #bd4c081a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.profile-list-title{align-items:center;color:#2c2c2c;display:flex;font-size:1.3rem;font-weight:600;gap:8px;margin:0}.list-icon{font-size:1.2rem}.new-profile-btn{align-items:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:10px;box-shadow:0 2px 8px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:6px;padding:10px 16px;transition:all .3s ease}.new-profile-btn:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 4px 12px #bd4c0866;transform:translateY(-2px)}.new-profile-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.profile-list-content{flex:1 1;margin:-4px;overflow-y:auto;padding:4px;scrollbar-color:#bd4c084d #0000;scrollbar-width:thin}.profile-list-content::-webkit-scrollbar{width:6px}.profile-list-content::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.profile-list-content::-webkit-scrollbar-thumb{background:#bd4c084d;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.profile-list-content::-webkit-scrollbar-thumb:hover{background:#bd4c0880}.profile-list-loading{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;padding:40px 20px}.profile-list-empty{color:#666;padding:40px 20px;text-align:center}.profile-list-empty .empty-icon{font-size:3rem;margin-bottom:16px;opacity:.5}.profile-list-empty h4{color:#555;font-size:1.1rem;margin:0 0 8px}.profile-list-empty p{color:#888;font-size:.95rem;margin:0}.profile-list{display:flex;flex-direction:column;gap:12px}.modern-profile-item{background:#f8f9facc;border:2px solid #0000000d;border-radius:12px;padding:16px;position:relative;transition:all .3s ease}.modern-profile-item:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.modern-profile-item.editing{background:#bd4c080d;border-color:#bd4c08}.modern-profile-item.editing:before{background:#bd4c08;border-radius:4px;color:#fff;content:"✏️ Editing";font-size:.75rem;font-weight:600;padding:4px 8px;position:absolute;right:16px;top:-8px}.profile-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.profile-basic-info{flex:1 1}.profile-name{color:#2c2c2c;font-size:1.1rem;font-weight:600;margin:0 0 6px}.profile-details{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.profile-age{background:#bd4c081a;color:#666;font-size:.9rem}.profile-age,.profile-gender{border-radius:12px;font-weight:500;padding:2px 8px}.profile-gender{font-size:.85rem}.gender-male{background:#2196f31a;color:#1976d2}.gender-female{background:#e91e631a;color:#c2185b}.gender-other{background:#9c27b01a;color:#7b1fa2}.profile-actions{display:flex;gap:8px}.profile-delete-btn,.profile-edit-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;height:36px;justify-content:center;padding:8px;transition:all .2s ease;width:36px}.profile-edit-btn{background:#1976d21a;color:#1976d2}.profile-edit-btn:hover:not(:disabled){background:#1976d233;transform:scale(1.1)}.profile-delete-btn{background:#f443361a;color:#d32f2f}.profile-delete-btn:hover:not(:disabled){background:#f4433633;transform:scale(1.1)}.profile-delete-btn:disabled,.profile-edit-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.profile-item-details{border-top:1px solid #0000001a;padding-top:12px}.profile-info-grid{grid-gap:8px 16px;display:grid;gap:8px 16px;grid-template-columns:1fr 1fr}.profile-info-item{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.info-label{color:#666;flex-shrink:0;font-weight:500}.info-value{color:#2c2c2c;font-weight:500;text-align:right;word-break:break-word}.profile-form-card{-ms-overflow-style:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;grid-area:form;height:-webkit-fit-content;height:fit-content;max-height:none;overflow:visible;padding:32px;scrollbar-width:none}.profile-form-card::-webkit-scrollbar{display:none}.profile-form-header{align-items:center;border-bottom:2px solid #bd4c081a;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.profile-form-title{align-items:center;color:#2c2c2c;display:flex;font-size:1.4rem;font-weight:600;gap:8px;margin:0}.form-icon{font-size:1.2rem}.cancel-edit-btn{background:#f443361a;border:1px solid #f4433633;border-radius:8px;color:#d32f2f;cursor:pointer;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .2s ease}.cancel-edit-btn:hover:not(:disabled){background:#f4433633}.modern-profile-form{display:flex;flex-direction:column;gap:20px;height:auto}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1/-1}.form-label{align-items:center;color:#555;display:flex;font-size:1rem;font-weight:600;gap:6px}.form-label.required:after{color:#d32f2f;content:"*";margin-left:2px}.label-icon{font-size:.9rem}.modern-profile-input,.modern-profile-select{background:#fffc;border:2px solid #e0e0e0;border-radius:10px;font-family:inherit;font-size:1rem;outline:none;padding:12px 16px;transition:all .3s ease}.modern-profile-input:focus,.modern-profile-select:focus{background:#fffffff2;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.modern-profile-input:disabled,.modern-profile-select:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.6}.modern-profile-select{cursor:pointer}.modern-profile-select option{padding:8px}.autosuggest-wrapper{position:relative}.autosuggest-dropdown{-ms-overflow-style:none;background:#fff;border:2px solid #e0e0e0;border-radius:0 0 10px 10px;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:0;position:absolute;right:0;scrollbar-width:none;top:100%;z-index:1000}.autosuggest-dropdown::-webkit-scrollbar{display:none}.autosuggest-item{border-bottom:1px solid #0000000d;cursor:pointer;padding:12px 16px;transition:all .2s ease}.autosuggest-item:last-child{border-bottom:none}.autosuggest-item.highlighted{background:#bd4c08;color:#fff;font-weight:600}.autosuggest-item:hover{background:#bd4c081a}.autosuggest-item.highlighted:hover{background:#a04107}.modern-profile-submit-btn{align-items:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:12px;box-shadow:0 4px 12px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:8px;justify-content:center;margin-top:8px;padding:16px 24px;transition:all .3s ease}.modern-profile-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 6px 20px #bd4c0866;transform:translateY(-2px)}.modern-profile-submit-btn:disabled{box-shadow:0 2px 8px #bd4c0833;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:1200px){.profile-content-grid{gap:24px;grid-template-areas:"form" "list";grid-template-columns:1fr}.profile-form-card,.profile-list-card{grid-area:unset;max-height:none}}@media (max-width:768px){.modern-profile-page{padding:100px 12px 12px}.profile-page-title{font-size:2rem}.profile-page-subtitle{font-size:1rem}.profile-header-content{padding:20px}.profile-form-card{height:auto;max-height:none;min-height:auto;overflow:visible;padding:24px 20px}.profile-list-card{padding:20px}.form-grid{gap:16px;grid-template-columns:1fr}.profile-info-grid{gap:8px;grid-template-columns:1fr}.profile-item-header{align-items:flex-start;flex-direction:column;gap:12px}.profile-actions{align-self:flex-end}.autosuggest-dropdown,.profile-form-card{-ms-overflow-style:auto;scrollbar-width:thin}.autosuggest-dropdown::-webkit-scrollbar,.profile-form-card::-webkit-scrollbar{display:block;width:4px}.autosuggest-dropdown::-webkit-scrollbar-thumb,.profile-form-card::-webkit-scrollbar-thumb{background:#0000004d;border-radius:4px}.profile-list-content::-webkit-scrollbar{width:4px}.profile-list-content::-webkit-scrollbar-thumb{background:#bd4c0866}}@media (max-width:480px){.profile-page-title{flex-direction:column;font-size:1.8rem;gap:8px}.profile-form-header,.profile-list-header{align-items:stretch;flex-direction:column;gap:12px}.profile-details{align-items:flex-start;flex-direction:column;gap:6px}}.WalletPassbook_modernWalletPassbook__mN86m{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletPassbook_passbookHeader__OdBzT{margin-bottom:32px;padding:40px 0 20px;text-align:center}.WalletPassbook_headerContent__TqRaK{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;margin:0 auto;max-width:600px;padding:30px}.WalletPassbook_passbookTitle__zQn9V{align-items:center;color:#2c2c2c;display:flex;font-size:2.5rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 12px}.WalletPassbook_titleIcon__phZ8t{font-size:2.2rem}.WalletPassbook_passbookSubtitle__xczrz{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletPassbook_passbookControls__mni53{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:24px}.WalletPassbook_searchContainer__4rifn{flex:1 1;max-width:400px;position:relative}.WalletPassbook_searchIcon__31q-B{color:#666;font-size:1.1rem;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.WalletPassbook_searchInput__21uEz{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;outline:none;padding:12px 16px 12px 48px;transition:all .3s ease;width:100%}.WalletPassbook_searchInput__21uEz:focus{background:#fff;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_filterContainer__sXyqq{flex-shrink:0}.WalletPassbook_filterSelect__QvMy1{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;font-size:1rem;min-width:160px;outline:none;padding:12px 16px;transition:all .3s ease}.WalletPassbook_filterSelect__QvMy1:focus{border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_summaryCards__lza6i{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.WalletPassbook_summaryCard__iQcNt{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;display:flex;gap:16px;padding:24px;transition:all .3s ease}.WalletPassbook_summaryCard__iQcNt:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.WalletPassbook_creditCard__CnXMJ{border-left:4px solid #2e7d32}.WalletPassbook_debitCard__YoKFR{border-left:4px solid #d32f2f}.WalletPassbook_balanceCard__lfxDI{border-left:4px solid #bd4c08}.WalletPassbook_cardIcon__GeL85{flex-shrink:0;font-size:2rem}.WalletPassbook_cardContent__vUVGe{flex:1 1}.WalletPassbook_cardLabel__jGWtf{color:#666;font-size:.9rem;font-weight:500;margin-bottom:4px}.WalletPassbook_cardValue__8I9jX{color:#2c2c2c;font-size:1.4rem;font-weight:700}.WalletPassbook_passbookContent__8mqjJ{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;overflow:hidden}.WalletPassbook_loadingContainer__j8eg3{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.WalletPassbook_loadingSpinner__jVSW2{animation:WalletPassbook_spin__bLhYh 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}@keyframes WalletPassbook_spin__bLhYh{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.WalletPassbook_loadingText__oS\+Dd{color:#666;font-size:1.1rem;font-weight:500}.WalletPassbook_emptyState__\+krhk{padding:60px 20px;text-align:center}.WalletPassbook_emptyIcon__mVTNY{font-size:4rem;margin-bottom:20px;opacity:.5}.WalletPassbook_emptyTitle__fnL\+f{color:#2c2c2c;font-size:1.5rem;font-weight:600;margin:0 0 12px}.WalletPassbook_emptyDescription__jzQm\+{color:#666;font-size:1rem;line-height:1.5;margin:0 auto;max-width:400px}.WalletPassbook_mobileTransactions__4ulNv{padding:20px}.WalletPassbook_transactionCard__aftNq{background:#f8f9facc;border:2px solid #0000000d;border-radius:16px;margin-bottom:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.WalletPassbook_transactionCard__aftNq:before{background:linear-gradient(135deg,#bd4c08,#e65100);bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.WalletPassbook_transactionCard__aftNq.WalletPassbook_credit__xBntH:before{background:linear-gradient(135deg,#2e7d32,#4caf50)}.WalletPassbook_transactionCard__aftNq.WalletPassbook_debit__FIIXN:before{background:linear-gradient(135deg,#d32f2f,#f44336)}.WalletPassbook_transactionCard__aftNq:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.WalletPassbook_transactionHeader__mU4yA{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.WalletPassbook_transactionType__hfcGQ{align-items:center;display:flex;gap:8px}.WalletPassbook_typeIcon__db3tV{font-size:1.2rem}.WalletPassbook_typeLabel__\+s8n5{font-size:1rem;font-weight:600}.WalletPassbook_transactionAmount__lusf6{font-size:1.3rem;font-weight:700}.WalletPassbook_credit__xBntH .WalletPassbook_transactionAmount__lusf6{color:#2e7d32}.WalletPassbook_debit__FIIXN .WalletPassbook_transactionAmount__lusf6{color:#d32f2f}.WalletPassbook_transactionDetails__a\+lzY{display:flex;flex-direction:column;gap:8px}.WalletPassbook_detailRow__ndz0\+{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.WalletPassbook_detailLabel__DQ2jf{align-items:center;color:#666;display:flex;font-weight:500;gap:4px}.WalletPassbook_detailValue__zZeQE{color:#2c2c2c;font-weight:500;max-width:60%;text-align:right;word-break:break-word}.WalletPassbook_transactionRef__TIsUW{background:#bd4c081a;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;padding:2px 6px}.WalletPassbook_balanceRow__nbcnp{border-top:1px solid #0000001a;margin-top:8px;padding-top:8px}.WalletPassbook_balanceAmount__2vYmX{color:#bd4c08;font-weight:700}.WalletPassbook_desktopTransactions__xrjQb{padding:0}.WalletPassbook_tableContainer__J1VmB{overflow-x:auto}.WalletPassbook_transactionsTable__i-Jrr{border-collapse:collapse;font-size:.95rem;width:100%}.WalletPassbook_transactionsTable__i-Jrr th{background:linear-gradient(135deg,#bd4c081a,#e651001a);border-bottom:2px solid #bd4c0833;color:#2c2c2c;font-weight:600;padding:16px 12px;text-align:left;white-space:nowrap}.WalletPassbook_transactionsTable__i-Jrr td{border-bottom:1px solid #0000000d;padding:16px 12px;vertical-align:middle}.WalletPassbook_transactionRow__hhXtJ:hover{background:#bd4c0805}.WalletPassbook_creditRow__800Hr{border-left:3px solid #2e7d32}.WalletPassbook_debitRow__Xw-Hg{border-left:3px solid #d32f2f}.WalletPassbook_dateContainer__dSUgI{display:flex;flex-direction:column;gap:2px}.WalletPassbook_date__\+ju-Z{color:#2c2c2c;font-weight:500}.WalletPassbook_time__PD-Yn{color:#666;font-size:.85rem}.WalletPassbook_reason__mcHFo{color:#2c2c2c;font-weight:500}.WalletPassbook_creditAmount__Za-Tv,.WalletPassbook_debitAmount__8Pw3C{align-items:center;display:flex;font-weight:600;gap:6px}.WalletPassbook_creditAmount__Za-Tv{color:#2e7d32}.WalletPassbook_debitAmount__8Pw3C{color:#d32f2f}.WalletPassbook_amountIcon__qPfhw{font-size:.9rem}.WalletPassbook_noAmount__-INNc{color:#999;font-style:italic}.WalletPassbook_paginationContainer__\+UdiD{align-items:center;background:#f8f9fa80;border-top:1px solid #0000000d;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:24px}.WalletPassbook_paginationBtn__F7mZK{align-items:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.WalletPassbook_paginationBtn__F7mZK:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 4px 12px #bd4c084d;transform:translateY(-2px)}.WalletPassbook_paginationBtn__F7mZK:disabled{cursor:not-allowed;opacity:.5;transform:none}.WalletPassbook_btnIcon__6a1je{font-size:.9rem}.WalletPassbook_paginationInfo__OQ60P{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center}.WalletPassbook_pageInfo__rNdZT{color:#2c2c2c;font-weight:600}.WalletPassbook_currentPage__Q8HWS,.WalletPassbook_totalPages__BW6i-{color:#bd4c08;font-weight:700}.WalletPassbook_resultsInfo__qSBxZ{color:#666;font-size:.9rem}@media (max-width:768px){.WalletPassbook_modernWalletPassbook__mN86m{padding:100px 12px 12px}.WalletPassbook_passbookTitle__zQn9V{flex-direction:column;font-size:2rem;gap:8px}.WalletPassbook_passbookSubtitle__xczrz{font-size:1rem}.WalletPassbook_headerContent__TqRaK{padding:20px}.WalletPassbook_passbookControls__mni53{flex-direction:column;gap:12px}.WalletPassbook_filterContainer__sXyqq,.WalletPassbook_filterSelect__QvMy1,.WalletPassbook_searchContainer__4rifn{width:100%}.WalletPassbook_summaryCards__lza6i{gap:12px;grid-template-columns:1fr}.WalletPassbook_summaryCard__iQcNt{padding:16px}.WalletPassbook_cardValue__8I9jX{font-size:1.2rem}.WalletPassbook_paginationContainer__\+UdiD{flex-direction:column;gap:12px}.WalletPassbook_paginationBtn__F7mZK{justify-content:center;width:100%}}@media (max-width:480px){.WalletPassbook_passbookTitle__zQn9V{font-size:1.8rem}.WalletPassbook_transactionCard__aftNq{padding:16px}.WalletPassbook_transactionHeader__mU4yA{align-items:flex-start;flex-direction:column;gap:8px}.WalletPassbook_transactionAmount__lusf6{font-size:1.2rem}.WalletPassbook_detailRow__ndz0\+{align-items:flex-start;flex-direction:column;gap:4px}.WalletPassbook_detailValue__zZeQE{max-width:100%;text-align:left}}.order-history-page{background:linear-gradient(135deg,#f8f9fa,#fff);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.order-history-container{margin:0 auto;max-width:1200px;padding:0 16px}.order-history-header{margin-bottom:32px;padding:32px 0 20px;text-align:center}.order-history-header-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;min-width:0;min-width:auto;padding:24px;text-align:center;white-space:normal;width:100%}.order-history-title{align-items:center;display:flex;font-size:2.2rem;font-weight:700;gap:12px;height:auto;justify-content:center;padding:0;white-space:normal}.order-history-icon{font-size:2rem}.order-history-subtitle{color:#666;font-size:1rem;font-weight:400;margin:0}.order-history-loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}.order-history-empty .empty-icon{font-size:4rem;margin-bottom:8px;opacity:.5}.order-history-empty h3{color:#555;font-size:1.2rem;margin:0}.order-history-empty p{color:#888;font-size:1rem;margin:0}.order-history-table-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;margin-bottom:24px;overflow:hidden}.order-history-table{border-collapse:collapse;font-size:.95rem;width:100%}.order-history-table th{background:linear-gradient(135deg,#bd4c081a,#bd4c080d);border-bottom:2px solid #bd4c081a;color:#333;font-size:.9rem;font-weight:600;padding:16px 20px;text-align:center;white-space:nowrap}.order-history-table td{border-bottom:1px solid #0000000d;color:#444;padding:16px 20px;vertical-align:middle}.order-history-table tbody tr{transition:all .2s ease}.order-history-table tbody tr:hover{background:#bd4c0805}.order-id-cell{color:#bd4c08;font-weight:600;white-space:nowrap}.amount-cell{color:#2e7d32;font-weight:600}.product-cell{word-wrap:break-word;max-width:200px}.expand-button{align-items:center;color:#bd4c08;cursor:pointer;display:flex;padding:8px;position:relative;transition:all .2s ease}.expand-button svg{bottom:0;display:block;left:0;margin:auto;position:relative;right:0;top:0}.expand-button:hover{background:#bd4c081a;transform:scale(1.1)}.expand-icon{height:16px;transition:transform .2s ease;width:16px}.expand-icon.expanded{transform:rotate(180deg)}.expanded-row{background:#f8f9facc;border-top:2px solid #bd4c081a}.expanded-content{grid-gap:20px;border-top:1px solid #0000000d;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:24px}.expanded-item{display:flex;flex-direction:column;gap:6px}.expanded-label{color:#666;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.expanded-value{color:#333;font-size:.95rem;font-weight:500}.order-history-mobile{display:flex;flex-direction:column;gap:16px}.order-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;padding:20px;transition:all .3s ease}.order-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-2px)}.order-card-header{align-items:center;border-bottom:2px solid #bd4c081a;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.order-card-id{color:#bd4c08;font-size:1.1rem;font-weight:700}.order-card-amount{color:#2e7d32;font-size:1.1rem;font-weight:600}.order-card-content{display:flex;flex-direction:column;gap:12px}.order-card-row{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.order-card-label{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:600;gap:6px}.order-card-value{word-wrap:break-word;color:#333;font-size:.9rem;font-weight:500;max-width:200px;text-align:right}.order-card-label-icon{font-size:.8rem}.status-badge{border-radius:12px;padding:4px 12px;text-transform:uppercase}.status-completed{background:#4caf501a;color:#2e7d32}.status-pending{background:#ffc1071a;color:#f57c00}.status-cancelled{background:#f443361a;color:#d32f2f}.status-delivered{background:#4caf501a;color:#2e7d32}.download-button-wrapper{display:inline-block;position:relative}.download-button{align-items:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:8px;box-shadow:0 2px 8px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:6px;padding:8px 12px;transition:all .3s ease}.download-button:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 4px 12px #bd4c0866;transform:translateY(-2px)}.download-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.download-button-icon{height:16px;width:16px}.remedy-button{background:linear-gradient(135deg,#7b1fa2,#9c27b0);box-shadow:0 2px 8px #7b1fa24d}.remedy-button:hover:not(:disabled){background:linear-gradient(135deg,#6a1b9a,#8e24aa);box-shadow:0 4px 12px #7b1fa266}.download-tooltip{background:#333;border-radius:6px;bottom:125%;color:#fff;font-size:.8rem;left:50%;opacity:0;padding:6px 12px;pointer-events:none;position:absolute;text-align:center;transform:translateX(-50%);transition:opacity .3s;visibility:hidden;white-space:nowrap;z-index:1000}.download-tooltip:after{border:5px solid #0000;border-top-color:#333;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.download-button-wrapper:hover .download-tooltip{opacity:1;visibility:visible}.order-history-pagination{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;display:flex;gap:12px;justify-content:center;margin-top:32px;padding:20px}.pagination-button{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#333;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:6px;padding:10px 16px;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:linear-gradient(135deg,#bd4c08,#e65100);border-color:#bd4c08;box-shadow:0 4px 12px #bd4c084d;color:#fff;transform:translateY(-2px)}.pagination-button:disabled{background:#f5f5f5;border-color:#e0e0e0;color:#999;cursor:not-allowed;opacity:.5;transform:none}.pagination-info{color:#555;font-size:.95rem;font-weight:600;padding:0 16px}@media (max-width:768px){.order-history-page{padding:100px 12px 12px}.order-history-title{flex-direction:column;font-size:1.8rem;gap:8px}.order-history-header-content{padding:16px}.order-card{padding:16px!important}.order-card-row{align-items:flex-start;flex-direction:column;gap:4px}.order-card-value{max-width:100%;text-align:left}.expanded-content{gap:16px;grid-template-columns:1fr;padding:16px}.order-history-pagination{flex-wrap:wrap;gap:8px}.pagination-button{font-size:.85rem;padding:8px 12px}}@media (max-width:480px){.order-history-title{font-size:1.6rem}.order-card-header{align-items:flex-start;flex-direction:column;gap:8px}.order-card-content{gap:8px}.pagination-info{font-size:.85rem;padding:0 8px}}.status-badge{font-size:.75rem;gap:4px;letter-spacing:.5px;padding:6px 12px;text-transform:capitalize}.order-card-footer{border-top:1px solid #0000000f;margin-top:16px;padding-top:16px}.btn-view-details{align-items:center;background:linear-gradient(135deg,#bd4c08,#9a3d06);border:none;border-radius:10px;box-shadow:0 2px 8px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .3s ease;width:100%}.btn-view-details:hover{background:linear-gradient(135deg,#9a3d06,#7d3105);box-shadow:0 4px 12px #bd4c0866;transform:translateY(-2px)}.btn-view-details:active{transform:translateY(0)}.actions-cell{white-space:nowrap}.action-buttons{align-items:center;display:flex;gap:8px;height:40px;justify-content:flex-end}.btn-view-details-table,.expand-button{align-items:center;display:flex;height:36px;margin-bottom:0;margin-top:0}.expand-button{background:#0000;border:none;border-radius:8px;justify-content:center;margin-left:4px;min-height:36px;min-width:36px;padding:0 10px}.expand-button:focus{outline:2px solid #bd4c08}.btn-view-details-table{align-items:center;background:linear-gradient(135deg,#bd4c08,#9a3d06);border:none;border-radius:8px;box-shadow:0 2px 8px #bd4c0840;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s ease}.btn-view-details-table:hover{background:linear-gradient(135deg,#9a3d06,#7d3105);box-shadow:0 4px 12px #bd4c0859;transform:translateY(-1px)}.btn-view-details-table:active{transform:translateY(0)}.order-details-page{background:linear-gradient(135deg,#f8f9fa,#fff);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:20px}.order-details-container{margin:0 auto;max-width:1200px;padding:20px}.order-details-loading{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:16px;box-shadow:0 8px 32px #0000000f;color:#666;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}.order-details-error{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;padding:48px 24px;text-align:center}.error-icon{font-size:64px;margin-bottom:16px;opacity:.5}.order-details-error h3{color:#555;font-size:1.2rem;margin-bottom:8px}.order-details-error p{color:#888;margin-bottom:24px}.order-details-header{align-items:center;display:flex;gap:16px;margin-bottom:24px}.btn-back{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000001a;border-radius:8px;box-shadow:0 2px 8px #0000000d;color:#555;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 16px;transition:all .2s}.btn-back:hover{background:#fff;border-color:#bd4c084d;box-shadow:0 4px 12px #00000014;color:#bd4c08;transform:translateX(-2px)}.order-details-title{color:#2c2c2c;font-size:1.8rem;font-weight:700;margin:0}.details-card,.order-summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;margin-bottom:20px;padding:24px}.order-summary-header{align-items:center;border-bottom:2px solid #bd4c081a;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.order-summary-header h2{color:#2c2c2c;font-size:1.3rem;font-weight:700;margin:0}.card-title{align-items:center;border-bottom:2px solid #bd4c081a;color:#2c2c2c;display:flex;font-size:1.1rem;font-weight:600;gap:12px;margin:0 0 20px;padding-bottom:12px}.card-icon{font-size:24px}.order-summary-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.details-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.detail-item,.summary-item{display:flex;flex-direction:column;gap:8px}.detail-item.full-width{grid-column:1/-1}.detail-label,.summary-label{color:#888;font-size:.8rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value,.summary-value{color:#444;font-size:1rem;font-weight:600}.detail-item .detail-label+.detail-value{text-align:left}.detail-item .detail-label:contains("Product")+.detail-value{justify-content:flex-start;text-align:left!important}.summary-value.amount{color:#2e7d32;font-size:1.5rem;font-weight:700}.status-badge{align-items:center;border-radius:20px;box-shadow:0 2px 4px #0000001a;display:inline-flex;font-size:.8rem;font-weight:600;gap:6px;padding:6px 14px;transition:all .2s ease;white-space:nowrap}.status-icon{font-size:14px}.status-completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-left:3px solid #28a745;color:#155724}.status-processing{background:linear-gradient(135deg,#cce7ff,#b3d9ff);border-left:3px solid #007bff;color:#004085}.status-pending{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border-left:3px solid #ffc107;color:#856404}.status-failed{background:linear-gradient(135deg,#f8d7da,#f5c6cb);border-left:3px solid #dc3545;color:#721c24}.status-cancelled{background:linear-gradient(135deg,#e2e3e5,#d6d8db);border-left:3px solid #6c757d;color:#383d41}.status-default{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-left:3px solid #cbd5e0;color:#4a5568}.downloads-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.downloads-grid{display:flex;flex-direction:column;gap:16px}.download-item{align-items:center;background:#bd4c0808;border:1px solid #bd4c081a;border-radius:12px;display:flex;justify-content:space-between;padding:20px;transition:all .3s}.download-item:hover{background:#bd4c080d;border-color:#bd4c0833;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.download-info{flex:1 1;gap:16px}.download-icon,.download-info{align-items:center;display:flex}.download-icon{background:#bd4c081a;border-radius:12px;font-size:32px;height:48px;justify-content:center;min-width:48px}.download-text h4{color:#2c2c2c;font-size:1rem;font-weight:600;margin:0 0 4px}.download-text p{color:#666;font-size:.85rem;margin:0}.btn-download{align-items:center;background:linear-gradient(135deg,#bd4c08,#9a3d06);border:none;border-radius:8px;box-shadow:0 2px 8px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s;white-space:nowrap}.btn-download:hover:not(:disabled){background:linear-gradient(135deg,#9a3d06,#7d3105);box-shadow:0 4px 12px #bd4c0866;transform:translateY(-1px)}.btn-download:disabled{cursor:not-allowed;opacity:.6}.btn-download.remedy{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 2px 8px #f59e0b4d}.btn-download.remedy:hover:not(:disabled){background:linear-gradient(135deg,#d97706,#b45309);box-shadow:0 4px 12px #f59e0b66}.btn-download.report{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b9814d}.btn-download.report:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166}.btn-spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.download-unavailable{color:#888;font-size:.85rem;font-style:italic}.no-downloads{color:#666;padding:32px;text-align:center}.no-downloads-icon{display:block;font-size:48px;margin-bottom:12px;opacity:.5}.no-downloads p{color:#888;font-size:.9rem;line-height:1.6;margin:0}@media (max-width:768px){.order-details-container,.order-details-page{padding:12px}.order-details-header{align-items:flex-start;flex-direction:column;gap:12px}.order-details-title{font-size:22px}.btn-back{justify-content:center;width:100%}.details-card,.order-summary-card{border-radius:12px;padding:16px}.order-summary-header{align-items:flex-start;flex-direction:column;gap:12px}.details-grid,.order-summary-grid{gap:16px;grid-template-columns:1fr}.card-title{font-size:16px}.download-item{flex-direction:column;gap:16px;padding:16px}.download-info{width:100%}.btn-download{justify-content:center;width:100%}.summary-value.amount{font-size:20px}}@media (max-width:480px){.order-details-title{font-size:18px}.card-icon{font-size:20px}.download-icon{font-size:24px;height:40px;min-width:40px}.download-text h4{font-size:14px}.download-text p{font-size:12px}.btn-download{font-size:13px;padding:10px 20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.details-card,.order-summary-card{animation:fadeIn .4s ease-out}.details-card:nth-child(2){animation-delay:.1s}.details-card:nth-child(3){animation-delay:.2s}.downloads-card{animation-delay:.3s}.user-profile-page{background:linear-gradient(135deg,#f8f9fa,#fff);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.user-profile-container{margin:0 auto;max-width:800px;padding:0 16px}.user-profile-header{margin-bottom:32px;padding:32px 0 20px;text-align:center}.user-profile-header-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #00000014;padding:24px}.user-profile-title{align-items:center;color:#2c2c2c;display:flex;font-size:2.2rem;font-weight:700;gap:12px;justify-content:center;margin:0 0 8px}.user-profile-icon{font-size:2rem}.user-profile-subtitle{color:#666;font-size:1rem;font-weight:400;margin:0}.user-profile-form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;box-shadow:0 8px 32px #0000000f;margin-bottom:24px;padding:32px}.user-profile-form{display:flex;flex-direction:column;gap:24px}.user-profile-form-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.user-profile-form-group{display:flex;flex-direction:column;gap:8px}.user-profile-form-group.full-width{grid-column:1/-1}.user-profile-form-label{align-items:center;color:#555;display:flex;font-size:1rem;font-weight:600;gap:6px}.user-profile-form-label.required:after{color:#d32f2f;content:"*";margin-left:2px}.user-profile-label-icon{font-size:.9rem}.user-profile-input,.user-profile-select{background:#ffffffe6;border:2px solid #e0e0e0;border-radius:12px;font-family:inherit;font-size:1rem;outline:none;padding:14px 16px;transition:all .3s ease}.user-profile-input:focus,.user-profile-select:focus{background:#fff;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.user-profile-input:disabled{background:#f5f5f5;border-color:#d0d0d0;color:#666;cursor:not-allowed;opacity:.7}.user-profile-input.error,.user-profile-select.error{background:#f443360d;border-color:#d32f2f}.user-profile-input.error:focus,.user-profile-select.error:focus{box-shadow:0 0 0 4px #f443361a}.user-profile-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;cursor:pointer;padding-right:40px}.user-profile-autosuggest-wrapper{position:relative}.user-profile-autosuggest-dropdown{background:#fff;border:2px solid #e0e0e0;border-radius:0 0 12px 12px;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;list-style:none;margin:0;max-height:200px;overflow-y:auto;padding:0;position:absolute;right:0;scrollbar-color:#bd4c084d #0000;scrollbar-width:thin;top:100%;z-index:1000}.user-profile-autosuggest-dropdown::-webkit-scrollbar{width:6px}.user-profile-autosuggest-dropdown::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.user-profile-autosuggest-dropdown::-webkit-scrollbar-thumb{background:#bd4c084d;border-radius:3px;-webkit-transition:background .2s ease;transition:background .2s ease}.user-profile-autosuggest-dropdown::-webkit-scrollbar-thumb:hover{background:#bd4c0880}.user-profile-autosuggest-item{border-bottom:1px solid #0000000d;cursor:pointer;font-size:.95rem;padding:12px 16px;transition:all .2s ease}.user-profile-autosuggest-item:last-child{border-bottom:none}.user-profile-autosuggest-item.highlighted{background:#bd4c08;color:#fff;font-weight:600}.user-profile-autosuggest-item:hover{background:#bd4c081a}.user-profile-autosuggest-item.highlighted:hover{background:#a04107}.user-profile-error-message{align-items:center;color:#d32f2f;display:flex;font-size:.85rem;font-weight:500;gap:4px;margin-top:4px}.user-profile-error-icon{font-size:.8rem}.user-profile-loading{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;padding:60px 20px}.user-profile-loading .spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.user-profile-message{align-items:center;border-radius:12px;display:flex;font-size:.95rem;font-weight:500;gap:12px;margin-bottom:20px;padding:16px 20px}.user-profile-message.success{background:#4caf501a;border:2px solid #4caf5033;color:#2e7d32}.user-profile-message.error{background:#f443361a;border:2px solid #f4433633;color:#d32f2f}.user-profile-message-icon{font-size:1.2rem}.user-profile-submit-btn{align-items:center;align-self:center;background:linear-gradient(135deg,#bd4c08,#e65100);border:none;border-radius:12px;box-shadow:0 4px 12px #bd4c084d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:8px;justify-content:center;min-width:200px;padding:16px 32px;transition:all .3s ease}.user-profile-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 6px 20px #bd4c0866;transform:translateY(-2px)}.user-profile-submit-btn:disabled{box-shadow:0 2px 8px #bd4c0833;cursor:not-allowed;opacity:.6;transform:none}.user-profile-btn-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:20px;width:20px}.user-profile-btn-icon{font-size:1.1rem}@media (max-width:768px){.user-profile-page{padding:100px 12px 12px}.user-profile-title{flex-direction:column;font-size:1.8rem;gap:8px}.user-profile-header-content{padding:16px}.user-profile-form-card{padding:24px 20px}.user-profile-form-grid{gap:20px;grid-template-columns:1fr}.user-profile-submit-btn{min-width:auto;width:100%}}@media (max-width:480px){.user-profile-page{padding-top:90px}.user-profile-title{font-size:1.6rem}.user-profile-form-card{padding:20px 16px}.user-profile-input,.user-profile-select{font-size:.95rem;padding:12px 14px}.user-profile-autosuggest-item{font-size:.9rem;padding:10px 14px}}body.landing-page-body{margin:0;overflow-x:hidden;padding:0}.LandingPage_container__DGpjD{background:#f9f9f9;margin:0;min-height:100vh;padding:0;position:relative}.LandingPage_trustBanner__H8rPA{align-items:center;background:linear-gradient(135deg,#f57c00,#ff9800);box-shadow:0 2px 8px #f57c0033;color:#fff;display:flex;flex-wrap:nowrap;font-size:clamp(11px,3.2vw,15px);font-weight:600;gap:clamp(6px,2vw,16px);justify-content:center;margin:0;overflow:hidden;padding:10px 16px;position:relative;text-align:center;white-space:nowrap}.LandingPage_trustItem__fo1qZ{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;white-space:nowrap}.LandingPage_trustIcon__oim13{font-size:clamp(13px,3.5vw,18px);line-height:1}.LandingPage_trustSeparator__3y\+8h{font-weight:300;opacity:.6}.LandingPage_reviewSection__VPnKn{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:12px 0 8px}.LandingPage_stars__eRkc5{display:inline-flex;font-size:18px;gap:2px;line-height:1}.LandingPage_starFilled__3ZUij{color:#f57c00}.LandingPage_starHalf__BBijr{color:#f57c00;opacity:.5}.LandingPage_rating__1e-jW{color:#3e2723;font-size:16px;font-weight:600;margin-left:4px}.LandingPage_reviewCount__eB3Kk{color:#666;cursor:pointer;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.LandingPage_reviewCount__eB3Kk:hover{color:#f57c00;text-decoration:underline}.LandingPage_header__CqlCo{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center;min-height:80px;padding:12px 0;width:100%}.LandingPage_logo__4W5Sb{margin-bottom:0;max-width:200px}.LandingPage_limitedoffer__jaupq,.LandingPage_logo__4W5Sb{cursor:pointer;display:block;height:auto;transition:transform .2s}.LandingPage_limitedoffer__jaupq{margin:0 auto 18px;max-width:120px}.LandingPage_badge__XVgRw{color:green;font-weight:500}.LandingPage_title__QGYRo{color:#963142;display:block;font-size:26px;font-weight:700;letter-spacing:1px;text-align:center}.LandingPage_mainSection__yA4P2{min-height:100vh;padding:10px 0 0}.LandingPage_heroBanner__0ppKw{align-items:stretch;display:flex;flex-wrap:nowrap;gap:48px;margin:0 auto;max-width:1290px;padding:48px 0 0}.LandingPage_heroColumns__d44Da{align-items:flex-start;display:flex;gap:48px;width:100%}.LandingPage_card__5gmEy{background:#fff;border:1px solid #e0e0e0;border-radius:14px;border-radius:20px;box-shadow:0 4px 20px #f0b46426;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-start;max-width:650px;min-height:600px;min-width:320px;overflow:hidden;padding:20px}.LandingPage_productImage__sODON{background:#fff;border-radius:0;box-shadow:none;display:block;height:265px;max-width:100%;object-fit:contain;width:auto}.LandingPage_listprice__lFkON{color:#3e2723;font-size:1.2rem;font-weight:400;margin-right:8px;text-decoration:line-through;vertical-align:middle}.LandingPage_price__b4V1s{color:#b12704;font-size:1.8rem;font-weight:700}.LandingPage_priceNote__Fht3M{color:#888;font-size:16px;font-weight:400}.LandingPage_verified__eR\+Z1{color:#444;font-size:18px;margin-bottom:18px}.LandingPage_verifiedBadge__ECapv{background:#e0f7fa;border-radius:8px;color:#0078d4;margin-right:8px;padding:4px 12px}.LandingPage_verifiedNote__sNbim{color:#888;font-size:15px;margin-left:8px}.LandingPage_benefits__XHbOf{color:#444;font-size:16px;margin-bottom:18px}.LandingPage_formTitle__5K9hJ{color:#e87948;font-size:20px;font-weight:700;margin-bottom:22px;padding-bottom:22px;position:relative;text-align:center}.LandingPage_formTitle__5K9hJ:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_formGroup__RKwVM{box-sizing:border-box;margin-bottom:14px;position:relative;width:100%}.LandingPage_formLabel__g6zNF{font-weight:600}.LandingPage_formInput__5HGNA,.LandingPage_formSelect__r-xxx{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#fff;border:1px solid #cfd8dc;border-radius:8px;box-sizing:border-box;font-size:16px;line-height:1.5;outline:none;padding:10px;vertical-align:middle;width:100%}@supports (-webkit-touch-callout:none){.LandingPage_formSelect__r-xxx{appearance:none!important;-webkit-appearance:none!important;background:#fff url('data:image/svg+xml;utf8,<svg fill="%23963142" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center/18px 18px;border:1px solid #cfd8dc;border-radius:8px;box-sizing:border-box;color:#3e2723;line-height:1.5;padding:16px 36px 16px 10px;vertical-align:middle}}.LandingPage_formSelect__r-xxx option{font-size:16px;line-height:1.5;padding:8px}select.LandingPage_formSelect__r-xxx{line-height:1.5!important;min-height:60px!important;overflow:visible;padding:18px 10px!important}input[type=date]{font-size:16px;height:44px;padding:8px}input[type=date],input[type=time]{-webkit-appearance:none;appearance:none;box-sizing:border-box}input[type=date],input[type=time]{min-width:100%;width:100%}.LandingPage_formError__XTEad{color:#d32f2f;font-weight:600;margin-bottom:10px}.LandingPage_formSuccess__cyfry{color:#388e3c;font-weight:600;margin-bottom:10px}.LandingPage_otpError__U531G{color:#d32f2f;font-weight:600;margin-top:6px}.LandingPage_submitBtn__3J9TK{background:linear-gradient(135deg,#f57c00,#ffcc80);border:none;border-radius:8px;box-shadow:0 4px 12px #f57c0026;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-bottom:8px;margin-top:18px;outline:none;overflow:hidden;padding:14px 0;position:relative;transition:transform .28s cubic-bezier(.4,0,.2,1);width:100%;will-change:transform}.LandingPage_submitBtn__3J9TK:active,.LandingPage_submitBtn__3J9TK:focus,.LandingPage_submitBtn__3J9TK:hover{transform:scale(1.07);transition:transform .22s cubic-bezier(.4,0,.2,1)}.LandingPage_submitBtn__3J9TK:before{animation:LandingPage_slideShine__7hrYm 2.5s linear infinite;background:#fff6;content:"";height:100%;left:-50%;opacity:1;pointer-events:none;position:absolute;top:0;transform:skewX(35deg);width:20%}.LandingPage_descriptionSection__dFtq7{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_descriptionTitle__X4Gu1{color:#e87948;font-size:24px;font-weight:700;margin-bottom:22px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_descriptionTitle__X4Gu1:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_descriptionText__TeuO8{color:#3e2723;font-size:17px;line-height:1.7}.LandingPage_react-player-wrapper__GLAM9{overflow:visible;position:relative}.LandingPage_testimonialsSection__5T2rs{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_testimonialsTitle__BHjF9{border-left:5px solid #f6c600;color:#222;font-size:28px;font-weight:700;margin-bottom:18px;padding-left:14px}.LandingPage_testimonialsList__gfXpT{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.LandingPage_testimonialCard__e1MD8{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:12px;max-width:320px;min-width:220px;padding:20px}.LandingPage_testimonialStars__xZ-Ea{color:#222;font-size:18px;font-weight:600;margin-bottom:8px}.LandingPage_testimonialText__nzVsM{color:#3e2723;font-size:16px;font-style:italic}.LandingPage_testimonialAuthor__KErHe{color:#888;font-size:14px;margin-top:8px}.LandingPage_testimonialsFooter__qJ1Yh{color:#3e2723;font-size:16px;font-weight:600;margin-top:24px;text-align:center}@media (max-width:900px){.LandingPage_heroBanner__0ppKw,.LandingPage_heroColumns__d44Da{flex-direction:column;gap:24px}.LandingPage_card__5gmEy{box-sizing:border-box;margin:0 auto;max-width:100%;min-height:400px;min-width:0;overflow:visible;padding:20px 16px;width:100%}.LandingPage_descriptionSection__dFtq7,.LandingPage_testimonialsSection__5T2rs{margin:24px auto 0;max-width:100%}.LandingPage_mainSection__yA4P2{padding:0 12px}}@media (max-width:600px){.LandingPage_container__DGpjD{padding:0}.LandingPage_header__CqlCo{min-height:60px}.LandingPage_title__QGYRo{font-size:20px}.LandingPage_heroBanner__0ppKw{padding:24px 0 0}.LandingPage_card__5gmEy{min-height:320px;padding:18px 10px}.LandingPage_productImage__sODON{border-radius:10px;height:200px}.LandingPage_descriptionSection__dFtq7,.LandingPage_testimonialsSection__5T2rs{border-radius:10px;padding:6px}.LandingPage_descriptionTitle__X4Gu1{font-size:18px;padding-left:8px}.LandingPage_descriptionText__TeuO8{font-size:14px}.LandingPage_testimonialsTitle__BHjF9{font-size:16px}.LandingPage_testimonialsList__gfXpT{gap:10px}.LandingPage_testimonialCard__e1MD8{max-width:100%;min-width:0;padding:10px}.LandingPage_testimonialsFooter__qJ1Yh{font-size:13px}}.LandingPage_languageContainer__rRWYX{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.LandingPage_languageTag__AxKb8{border-radius:25px;font-size:14px;font-weight:600;padding:8px 14px;text-align:center;transition:all .3s ease}.LandingPage_languageTag-single__tyovF{display:inline-block!important;flex:none!important;padding:8px 0!important;text-align:center!important;width:40px!important}.LandingPage_languageTag__AxKb8:hover{box-shadow:0 5px 14px #f0b46480;transform:scale(1.05)}.LandingPage_reportLanguages__VmMgD{color:#3e2723;font-size:16px;font-weight:600;line-height:1.4;margin-top:12px}.LandingPage_mobileOrderBtn__IRIac{animation:LandingPage_mobileOrderBtnZoom__icuAj 1.25s cubic-bezier(.4,0,.2,1) infinite;background:linear-gradient(135deg,#fc0,#f90);border:none;border-radius:8px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;font-size:21px;font-weight:700;margin-bottom:16px;margin-top:16px;overflow:hidden;padding:12px;position:relative;touch-action:manipulation;will-change:transform}@keyframes LandingPage_mobileOrderBtnZoom__icuAj{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.LandingPage_productBadge__oXNX2{align-items:center;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;height:32px;margin-bottom:16px;position:relative;z-index:10}.LandingPage_badgeBody__\+ZhrR{align-items:center;background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #dc3545;border-radius:4px 0 0 4px;border-right:none;box-shadow:0 2px 8px #00000014,inset 0 1px 0 #fffc;color:#dc3545;display:inline-flex;font-size:.8rem;font-weight:700;height:100%;letter-spacing:.8px;padding:6px 20px 6px 14px;position:relative;text-transform:uppercase;transition:transform .2s ease;white-space:nowrap}.LandingPage_badgeBody__\+ZhrR:before{background:linear-gradient(180deg,#fff6,#0000);border-radius:4px 0 0 4px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.LandingPage_badgeArrow__zE-jq{border-color:#0000 #0000 #0000 #f8f9fa;border-style:solid;border-width:16px 0 16px 12px;filter:drop-shadow(2px 0 2px rgba(0,0,0,.1));height:0;position:relative;width:0}.LandingPage_badgeArrowBorder__6KDOS{border-color:#0000 #0000 #0000 #dc3545;border-style:solid;border-width:18px 0 18px 14px;height:0;left:-14px;position:absolute;top:-18px;width:0;z-index:-1}.LandingPage_productBadge__oXNX2:hover .LandingPage_badgeBody__\+ZhrR{transform:translateX(-2px)}@media (max-width:768px){.LandingPage_productBadge__oXNX2{height:28px;margin-bottom:12px}.LandingPage_badgeBody__\+ZhrR{font-size:.7rem;letter-spacing:.6px;padding:5px 16px 5px 12px}.LandingPage_badgeArrow__zE-jq{border-width:14px 0 14px 10px}.LandingPage_badgeArrowBorder__6KDOS{border-width:16px 0 16px 12px;left:-12px;top:-16px}}.LandingPage_mobileOrderBtn__IRIac:before{animation:LandingPage_slideShine__7hrYm 2.5s linear infinite;background:#fff6;content:"";height:100%;left:-50%;opacity:1;position:absolute;top:0;transform:skewX(35deg);width:20%}@keyframes LandingPage_slideShine__7hrYm{0%{left:-50%}to{left:150%}}@media (min-width:769px){.LandingPage_mobileOrderBtn__IRIac{display:none}}@media (max-width:768px){.LandingPage_container__DGpjD{margin-top:0!important;padding-top:0!important}}@media (min-width:401px) and (max-width:768px){.LandingPage_trustBanner__H8rPA{font-size:15px;gap:12px;margin:0!important;padding:10px 15px;position:relative;top:0}.LandingPage_trustIcon__oim13{font-size:16px}.LandingPage_reviewSection__VPnKn{font-size:14px;gap:6px}.LandingPage_stars__eRkc5{font-size:16px}.LandingPage_rating__1e-jW{font-size:14px}.LandingPage_reviewCount__eB3Kk{font-size:12px}}@media (max-width:400px){.LandingPage_trustBanner__H8rPA{font-size:11px;gap:8px;padding:8px 12px}.LandingPage_trustIcon__oim13{font-size:14px}.LandingPage_trustSeparator__3y\+8h{margin:0 2px}}.LandingPage_trustBadges__SryAR{display:flex;gap:12px;margin-top:12px}.LandingPage_languageTag__AxKb8{background:linear-gradient(135deg,#f9a825,#e07b39);box-shadow:0 3px 8px #f0b4644d;color:#fff}.LandingPage_heroImageSlider__u7xIz{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;min-width:240px;padding-bottom:16px;position:relative}.LandingPage_sliderIndicators__2jfqc{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:12px}.LandingPage_indicatorDot__YSIxN{background:#ddd;border:2px solid #eee;border-radius:50%;box-shadow:none;cursor:pointer;display:inline-block;height:12px;transition:border .2s,box-shadow .2s,background .2s;width:12px}.LandingPage_activeDot__X3o3z{background:#f8c537;border:2px solid #963142;box-shadow:0 2px 8px #f8c53755}@media (max-width:768px){.LandingPage_thumbnailGallery__m\+qlN{gap:6px}.LandingPage_thumbnailWrapper__EIRTz{height:50px;width:50px}.LandingPage_formTitle__5K9hJ{margin-bottom:16px;padding:0 8px 22px;text-align:center}.LandingPage_limitedoffer__jaupq{margin:0 auto 14px}.LandingPage_formInput__5HGNA,.LandingPage_formSelect__r-xxx{box-sizing:border-box;font-size:16px;padding:12px;width:100%}.LandingPage_formLabel__g6zNF{display:block;font-size:15px;margin-bottom:6px}.LandingPage_submitBtn__3J9TK{box-sizing:border-box;font-size:18px;padding:16px 0;width:100%}}@media (max-width:400px){.LandingPage_card__5gmEy{padding:16px 12px}.LandingPage_formTitle__5K9hJ{font-size:18px}.LandingPage_formInput__5HGNA,.LandingPage_formSelect__r-xxx{font-size:16px;padding:10px}}.LandingPage_reviewsSection__B\+it-{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:40px 32px}.LandingPage_reviewsSectionTitle__dYbGz{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_reviewsSectionTitle__dYbGz:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_reviewsList__T-DB8{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:28px}.LandingPage_reviewItem__bkWXd{background:#fff8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:16px;padding:24px}.LandingPage_reviewItem__bkWXd:last-child{border-bottom:none}.LandingPage_reviewFirstLine__M\+-5j{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.LandingPage_verifiedBadge__ECapv{background:#4caf50;border-radius:10px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:3px 8px;white-space:nowrap}.LandingPage_customerName__ZX4LP{color:#333;font-size:15px;font-weight:600;margin-bottom:4px}.LandingPage_reviewDays__AywBU{color:#888;font-size:14px}.LandingPage_reviewStars__eENc2{align-items:center;color:orange;display:flex;font-size:16px;gap:2px}.LandingPage_starFilled__3ZUij{color:orange}.LandingPage_starEmpty__G4e4g{color:#ddd}.LandingPage_ratingText__Mq9NB{color:#666;font-size:14px;font-weight:600;margin-left:6px}.LandingPage_reviewText__zyatT{color:#3e2723;flex:1 1;font-size:15px;line-height:1.6;margin:0}.LandingPage_reviewFooter__qH2w0{align-items:center;display:flex;gap:12px;margin-top:auto}.LandingPage_userProfileImage__WHEj1{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:48px;justify-content:center;width:48px}.LandingPage_userInfo__OZTYx{display:flex;flex-direction:column;gap:2px}.LandingPage_showMoreBtn__DbMjn{background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;display:block;font-size:15px;font-weight:600;margin:0 auto;padding:12px 28px;text-align:center;transition:all .2s}.LandingPage_showMoreBtn__DbMjn:hover{color:#e87948}.LandingPage_arrowRight__zsJE6{font-size:18px;margin-left:4px}.LandingPage_faqSection__08ppa{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:900px;padding:40px 32px}.LandingPage_faqSectionTitle__wb\+F2{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_faqSectionTitle__wb\+F2:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}@media (max-width:768px){.LandingPage_reviewsSection__B\+it-{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_reviewsSectionTitle__dYbGz{font-size:20px}.LandingPage_reviewsList__T-DB8{gap:16px;grid-template-columns:1fr}.LandingPage_reviewItem__bkWXd{padding:20px}.LandingPage_reviewFirstLine__M\+-5j{gap:6px}.LandingPage_customerName__ZX4LP{font-size:14px}.LandingPage_reviewDays__AywBU{font-size:12px}.LandingPage_reviewText__zyatT{font-size:13px;line-height:1.5}.LandingPage_reviewFooter__qH2w0{gap:10px}.LandingPage_userProfileImage__WHEj1{font-size:18px;height:40px;width:40px}.LandingPage_reviewStars__eENc2{font-size:14px}.LandingPage_showMoreBtn__DbMjn{font-size:14px;padding:10px 24px}.LandingPage_faqSection__08ppa{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_faqSectionTitle__wb\+F2{font-size:20px}}.LandingPage_footer__Ag4uU{background-color:#fff;border-top:1px solid #eee;margin-top:24px;padding:24px 20px;text-align:center}.LandingPage_footerContent__zKwR\+{margin:0 auto;max-width:1200px}.LandingPage_footerTitle__lOyLF{color:#e87948;display:inline-block;font-size:24px;font-weight:700;margin:0 0 10px;position:relative}.LandingPage_footerTitle__lOyLF:after{color:#e87948;content:"──── ◆ ────";display:block;font-size:14px;font-weight:400;letter-spacing:2px;margin-top:8px}.LandingPage_footerText__F4FOp{color:#666;font-size:16px;line-height:1.6;margin:0}.LandingPage_footerLink__Thvcl{color:#e87948;font-weight:500;text-decoration:none;transition:all .2s ease}.LandingPage_footerLink__Thvcl:hover{color:#d4652f;text-decoration:underline}.LandingPage_footerEmail__V48\+U{background-color:#fff8f0;border:2px solid #e87948;border-radius:8px;color:#3e2723;display:inline-block;font-size:18px;font-weight:500;padding:12px 24px;text-decoration:none;transition:all .3s ease}.LandingPage_footerEmail__V48\+U:hover{background-color:#e87948;box-shadow:0 4px 12px #e8794833;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.LandingPage_footer__Ag4uU{margin-top:16px;padding:20px 16px}.LandingPage_footerTitle__lOyLF{font-size:20px}.LandingPage_footerText__F4FOp{font-size:14px}.LandingPage_footerEmail__V48\+U{font-size:16px;padding:10px 20px}}@media (max-width:480px){.LandingPage_footer__Ag4uU{margin-top:16px;padding:16px 12px}.LandingPage_footerTitle__lOyLF{font-size:18px}.LandingPage_footerText__F4FOp{font-size:13px}.LandingPage_footerEmail__V48\+U{font-size:14px;padding:8px 16px}}.VideoPlayer_videoContainer__hsf79{margin:0 auto;max-width:600px;position:relative;width:100%}.VideoPlayer_thumbnailWrapper__kaCrc{align-items:center;background:#f9f9f9;border-radius:12px;cursor:pointer;display:flex;height:325px;justify-content:center;overflow:hidden;position:relative;width:100%}.VideoPlayer_thumbnail__IcYqO{border-radius:12px;display:block;height:325px;object-fit:cover;width:100%}.VideoPlayer_defaultThumbnail__HxxFu{align-items:center;background:#eee;display:flex;height:325px;justify-content:center;width:100%}.VideoPlayer_playButton__KAcds{align-items:center;background:#ffffffd9;border:none;border-radius:50%;box-shadow:0 2px 8px #eee;color:#f8c537;cursor:pointer;display:flex;font-size:2rem;height:60px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .2s;width:60px}.VideoPlayer_playButton__KAcds:hover{background:#fffbe7}.TimePicker_timePickerContainer__saOej{align-items:center;display:flex;gap:8px;width:100%}.TimePicker_timeSelect__WR8ck{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:20px;border:1px solid #ddd;border-radius:8px;color:#333;cursor:pointer;flex:1 1;font-size:16px;padding:12px 32px 12px 12px}.TimePicker_timeSelect__WR8ck:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timePeriod__THUtu{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;border:1px solid #ddd;border-radius:8px;color:#333;cursor:pointer;flex:0.7 1;font-size:16px;font-weight:600;padding:12px 28px 12px 12px;text-align:center}.TimePicker_timePeriod__THUtu:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timeSeparator__zlMtX{color:#333;font-size:20px;font-weight:600;margin:0 4px}@media (max-width:768px){.TimePicker_timePeriod__THUtu,.TimePicker_timeSelect__WR8ck{font-size:16px;padding:10px}.TimePicker_timeSelect__WR8ck{background-size:18px;padding-right:28px}.TimePicker_timePeriod__THUtu{background-size:14px;padding-right:24px}}.DateOfBirthField_dobContainer__3\+Q0K{box-sizing:border-box;width:100%}.DateOfBirthField_dobFields__FMLRl{display:flex;gap:8px;width:100%}.DateOfBirthField_dobField__NO0KI{flex:1 1}.DateOfBirthField_dobField__NO0KI:last-child{flex:1.2 1}.DateOfBirthField_dobInput__uVJu7,.DateOfBirthField_dobSelect__Cxcuh{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;color:#333;font-family:inherit;font-size:16px;padding:12px;transition:border-color .2s;width:100%}.DateOfBirthField_dobInput__uVJu7:focus,.DateOfBirthField_dobSelect__Cxcuh:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.DateOfBirthField_dobInput__uVJu7:invalid,.DateOfBirthField_dobSelect__Cxcuh:invalid{border-color:#ff3d00}.DateOfBirthField_dobInput__uVJu7::placeholder{color:#999}.DateOfBirthField_dobPreview__4WJMc{background-color:#e8f5e9;color:#4caf50}.DateOfBirthField_adjustmentMessage__3ZOYn,.DateOfBirthField_dobPreview__4WJMc{border-radius:4px;font-size:14px;font-weight:500;margin-top:8px;padding:6px;text-align:center}.DateOfBirthField_adjustmentMessage__3ZOYn{background-color:#fff3e0;border-left:3px solid #ff6b35;color:#ff6b35}@media (max-width:480px){.DateOfBirthField_dobInput__uVJu7,.DateOfBirthField_dobSelect__Cxcuh{font-size:16px;padding:14px 10px}.DateOfBirthField_dobFields__FMLRl{gap:6px}}.DateOfBirthField_dobSelect__Cxcuh{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;background-size:16px;padding-right:32px}@media (prefers-contrast:high){.DateOfBirthField_dobInput__uVJu7,.DateOfBirthField_dobSelect__Cxcuh{border-width:2px}}.ReviewModal_modalOverlay__RLhIZ{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.ReviewModal_modalContent__c9kcM{animation:ReviewModal_slideUp__90wIf .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:800px;width:100%}@keyframes ReviewModal_slideUp__90wIf{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ReviewModal_modalHeader__k9Lh3{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.ReviewModal_modalHeader__k9Lh3 h2{color:#333;font-size:24px;margin:0}.ReviewModal_closeBtn__ZHxb\+{align-items:center;background:none;border:none;border-radius:50%;color:#999;cursor:pointer;display:flex;font-size:36px;height:36px;justify-content:center;line-height:1;padding:0;transition:background .2s;width:36px}.ReviewModal_closeBtn__ZHxb\+:hover{background:#f5f5f5;color:#333}.ReviewModal_modalBody__PorwS{flex:1 1;overflow-y:auto;padding:24px}.ReviewModal_reviewItem__yFWqP{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;padding:20px}.ReviewModal_reviewItem__yFWqP:last-child{margin-bottom:0}.ReviewModal_reviewHeader__y11b3{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ReviewModal_verifiedBadge__JAtZa{background:#4caf50;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-bottom:8px;padding:4px 10px}.ReviewModal_customerName__\+xvve{color:#333;display:block;font-size:16px;margin-top:8px}.ReviewModal_reviewDays__9dGbv{color:#888;display:block;font-size:12px;margin-top:4px}.ReviewModal_stars__cXpFv{color:orange;font-size:18px}.ReviewModal_starFilled__aK8G0{color:orange}.ReviewModal_starEmpty__IFlDk{color:#ddd}.ReviewModal_reviewText__t2LOn{color:#555;font-size:14px;line-height:1.6;margin:12px 0 0}@media (max-width:768px){.ReviewModal_modalOverlay__RLhIZ{align-items:flex-end;padding:0}.ReviewModal_modalContent__c9kcM{border-radius:12px 12px 0 0;margin:0;max-height:95vh;max-width:100%}.ReviewModal_modalHeader__k9Lh3{padding:16px 20px}.ReviewModal_modalHeader__k9Lh3 h2{font-size:20px}.ReviewModal_modalBody__PorwS{padding:16px}.ReviewModal_reviewHeader__y11b3{flex-direction:column;gap:8px}.ReviewModal_stars__cXpFv{font-size:16px}}.RecentOrderToast_toast__\+L1CS{align-items:center;background:linear-gradient(180deg,#fff0b8,#ffd760);border-radius:18px;bottom:20px;box-shadow:0 8px 24px #0000001f;color:#222;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;gap:10px;left:20px;max-width:360px;min-width:200px;opacity:0;padding:10px 14px 10px 12px;position:fixed;transform:translateY(18px) scale(.99);transition:opacity .28s ease,transform .28s ease;z-index:9999}.RecentOrderToast_visible__IeMOB{opacity:1;transform:translateY(0) scale(1)}.RecentOrderToast_icon__eF\+l1{align-items:center;background:linear-gradient(180deg,#f2b900,#f3a800);border-radius:10px;box-shadow:inset 0 2px 6px #00000014;display:flex;height:44px;justify-content:center;min-width:44px;width:44px}.RecentOrderToast_content__D-e3Y{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.RecentOrderToast_textBlock__Ey-A9{display:flex;flex-direction:column;gap:2px;max-height:2.8em;overflow:hidden;width:100%}.RecentOrderToast_line1__BXFKS{color:#111;font-size:13px;line-height:1.1;overflow-wrap:anywhere;white-space:normal}.RecentOrderToast_line2__NXiMm{color:#4b4b4b;font-size:12px;font-weight:600;line-height:1.1}.RecentOrderToast_name__3QUIS{font-weight:800;margin-right:6px}.RecentOrderToast_text__t0PrU{color:#2f2f2f}.RecentOrderToast_om__\+S\+hu{font-size:20px;line-height:1}@media (max-width:768px){.RecentOrderToast_toast__\+L1CS{border-radius:16px;bottom:auto;font-size:12px;left:auto;max-width:260px;padding:8px 12px 8px 10px;right:12px;top:12px}.RecentOrderToast_icon__eF\+l1{height:42px;width:42px}}.FAQ_faqContainer__19tzE{display:flex;flex-direction:column;gap:0}.FAQ_faqItem__\+rxcB{background:#fff;border:2px solid #e87948;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:12px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.FAQ_faqItem__\+rxcB:hover{box-shadow:0 4px 12px #e8794826;transform:translateY(-2px)}.FAQ_faqQuestion__EGMKl{align-items:center;background:#fff;color:#3e2723;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:16px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.FAQ_faqQuestion__EGMKl:hover{background-color:#fff8f4}.FAQ_faqQuestion__EGMKl:active{background-color:#fff0e8;transform:scale(.99)}.FAQ_faqQuestion__EGMKl:focus{outline:none}.FAQ_faqQuestion__EGMKl:focus-visible{outline:3px solid #e87948;outline-offset:-3px}.FAQ_icon__3BTCe{color:#e87948;flex-shrink:0;font-size:12px;margin-left:16px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.FAQ_iconExpanded__5-C2v{transform:rotate(180deg)}.FAQ_faqAnswer__nfd9Y{animation:FAQ_slideDown__cGRQI .4s cubic-bezier(.4,0,.2,1);background-color:#fff;border-top:1px solid #f0f0f0;color:#666;font-size:15px;line-height:1.6;padding:0 20px 20px}@keyframes FAQ_slideDown__cGRQI{0%{max-height:0;opacity:0;padding-bottom:0;padding-top:0}to{max-height:500px;opacity:1;padding-bottom:20px;padding-top:0}}@media (max-width:768px){.FAQ_faqQuestion__EGMKl{font-size:15px;padding:14px 16px}.FAQ_faqAnswer__nfd9Y{font-size:14px;padding:0 16px 16px}.FAQ_icon__3BTCe{font-size:10px;margin-left:12px}}@media (max-width:480px){.FAQ_faqQuestion__EGMKl{font-size:14px;padding:12px 14px}.FAQ_faqAnswer__nfd9Y{font-size:13px;padding:0 14px 14px}}.OrderSuccess_successContainer__8WvWR{align-items:center;background:linear-gradient(120deg,#fffbe6,#ffe0b2);display:flex;justify-content:center;min-height:100vh}.OrderSuccess_successCard__flnbR{background:#fff;border-radius:18px;box-shadow:0 4px 24px #ff980021,0 1.5px 6px 0 #0000001a;max-width:400px;padding:48px 32px 36px;text-align:center}.OrderSuccess_icon__gBpr8{font-size:54px;margin-bottom:18px}.OrderSuccess_title__cxEOe{color:#f57c00;font-size:2.1em;font-weight:800;margin-bottom:10px}.OrderSuccess_message__2C85P{color:#444;font-size:1.1em;margin-bottom:28px}.OrderSuccess_homeBtn__gWs0L{background:linear-gradient(90deg,#ff9800,#f57c00);border-radius:8px;box-shadow:0 2px 8px #ff980021;color:#fff;display:inline-block;font-size:1.1em;font-weight:700;padding:12px 32px;text-decoration:none;transition:background .18s,transform .13s}.OrderSuccess_homeBtn__gWs0L:focus,.OrderSuccess_homeBtn__gWs0L:hover{background:linear-gradient(90deg,#f57c00,#ff9800);transform:translateY(-2px) scale(1.04)}.OrderSuccess_orderId__gAeWh{background:#fffbe6;border-radius:8px;color:#333;font-family:Roboto Mono,monospace,monospace;font-size:1.08em;letter-spacing:1px;margin:18px 0 8px;padding:8px 0}.OrderSuccess_loadingText__7XRF8{color:#666;font-size:1em;font-style:italic;margin:16px 0}.OrderSuccess_errorText__LWXZz{background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;color:#d32f2f;font-size:.95em;margin:16px 0;padding:8px}.OrderSuccess_orderDetails__ux3qt{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin:20px 0;padding:16px;text-align:left}.OrderSuccess_orderDetailsTitle__drcWb{color:#333;font-size:1.1em;font-weight:600;margin-bottom:12px;text-align:center}.OrderSuccess_orderDetailItem__fNUzm{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:6px 0}.OrderSuccess_orderDetailItem__fNUzm:last-child{border-bottom:none}.OrderSuccess_orderDetailLabel__jFicG{color:#555;font-size:.95em;font-weight:500}.OrderSuccess_orderDetailValue__UJW7h{color:#333;font-size:.95em;font-weight:400}.OrderSuccess_orderDetailValue__UJW7h.OrderSuccess_amount__BtEQS{color:#f57c00;font-weight:600}.CheckoutPage_page__z7O2m{background:#f4f6fb;font-family:inherit;min-height:100vh}.CheckoutPage_topBar__V0pRc{align-items:center;background:#fff;border-bottom:1px solid #e8eaf0;display:flex;gap:12px;justify-content:space-between;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.CheckoutPage_topBarBrand__uaX7s{color:#1a2a4a;font-size:17px;font-weight:700;letter-spacing:-.3px}.CheckoutPage_topBarLogo__B\+6EF{height:48px;object-fit:contain;width:auto}.CheckoutPage_topBarAmount__wreH6{color:#1a2a4a;font-size:18px;font-weight:800;white-space:nowrap}.CheckoutPage_topBarAmountSub__KbHm6{color:#6b7280;font-size:11px;line-height:1.1;text-align:right}.CheckoutPage_topBarSecure__ZzatD{align-items:center;color:#4caf50;display:flex;font-size:11px;font-weight:600;gap:4px}.CheckoutPage_backBtn__dv8aS{display:none}@media (min-width:768px){.CheckoutPage_backBtn__dv8aS{display:none}}@media (max-width:767px){.CheckoutPage_backBtn__dv8aS{display:none}}.CheckoutPage_layout__Oj8vn{display:flex;flex-direction:column;margin:0 auto;max-width:820px;padding:0}@media (min-width:768px){.CheckoutPage_layout__Oj8vn{align-items:flex-start;flex-direction:row;gap:20px;padding:20px 16px}.CheckoutPage_paymentPanel__hAX38{border-radius:12px;flex:1 1;overflow:hidden}.CheckoutPage_summaryPanel__mJKM0{flex:0 0 290px}}.CheckoutPage_summaryPanel__mJKM0{display:none}@media (min-width:768px){.CheckoutPage_summaryPanel__mJKM0{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;display:block;padding:20px;position:-webkit-sticky;position:sticky;top:80px}}.CheckoutPage_paymentPanel__hAX38{background:#fff;padding:0 16px}.CheckoutPage_methodList__F5k9Z{width:100%}.CheckoutPage_methodSection__bSemZ{border-bottom:1px solid #e8eaf0}.CheckoutPage_methodSection__bSemZ:first-child{border-top:1px solid #e8eaf0}.CheckoutPage_methodRow__PV6PH{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;transition:background .12s;-webkit-user-select:none;user-select:none;width:100%}.CheckoutPage_methodRow__PV6PH:hover{background:#f9fafb}.CheckoutPage_methodRowActive__PLcgq{background:#fffbec}.CheckoutPage_methodRowIcon__X9JOj{align-items:center;background:#fff;border:1.5px solid #c9a624;border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.CheckoutPage_methodRowInfo__8Sq7y{flex:1 1;min-width:0}.CheckoutPage_methodRowLabel__ndDae{align-items:center;color:#1a2a4a;display:flex;font-size:14px;font-weight:600;gap:6px}.CheckoutPage_methodRowSub__-IeFx{color:#6b7280;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CheckoutPage_methodRowRight__qb5Sf{align-items:center;display:flex;flex-shrink:0;gap:6px}.CheckoutPage_methodRowAmount__2k9e\+{color:#1a2a4a;font-size:14px;font-weight:700}.CheckoutPage_methodChevron__byKIB{color:#9ca3af;display:inline-block;font-size:12px;transition:transform .2s}.CheckoutPage_methodChevronOpen__GD4lr{color:#c9a624;transform:rotate(180deg)}.CheckoutPage_recommendedBadge__1NrBv{background:#e8f5e9;color:#2e7d32}.CheckoutPage_exclusiveBadge__\+xI9M,.CheckoutPage_recommendedBadge__1NrBv{border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:2px 6px}.CheckoutPage_exclusiveBadge__\+xI9M{background:#fff8e1;color:#e65100}.CheckoutPage_methodBody__TwGH\+{background:#fafbfd;border-top:1px solid #f0f0f0;padding:0}.CheckoutPage_subTabs__2rpY9{border:1.5px solid #e0e0e0;border-radius:8px;display:flex;gap:0;margin-bottom:16px;overflow:hidden}.CheckoutPage_subTab__Fpjrq{background:#f9fafb;border:none;color:#6b7280;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:8px 0;transition:all .14s}.CheckoutPage_subTabActive__ydpuY{background:#1a2a4a;color:#fff;font-weight:700}.CheckoutPage_upiIntentSection__qalWS{padding-top:0}.CheckoutPage_upiIntentHint__5UXtj{color:#6b7280;font-size:12px;margin:0 0 12px}.CheckoutPage_upiAppGrid__av6UH{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:0;padding:12px 12px 0}.CheckoutPage_upiAppBtn__6hGTI{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;gap:10px;height:56px;padding:0 12px;transition:border-color .14s,background .14s,transform .1s}.CheckoutPage_upiAppBtn__6hGTI:active:not(:disabled){transform:scale(.95)}.CheckoutPage_upiAppBtn__6hGTI:hover:not(:disabled){background:#fffbec;border-color:#c9a624}.CheckoutPage_upiAppBtn__6hGTI:disabled{cursor:not-allowed;opacity:.45}.CheckoutPage_upiAppIcon__MRsQy{flex-shrink:0;height:28px;width:28px}.CheckoutPage_upiAppLabel__EsRTV{color:#374151;font-size:13px;font-weight:600;line-height:1.2;text-align:left}.CheckoutPage_qrFallback__7awBz{margin-top:12px;text-align:center}.CheckoutPage_qrFallbackText__gq11D{color:#6b7280;font-size:12px;margin:0 0 8px}.CheckoutPage_desktopUpiNotice__UjDRy{align-items:center;background:#f8f9ff;border:1px solid #e2e6f0;border-radius:10px;display:flex;flex-direction:column;gap:6px;margin:12px 12px 0;padding:16px;text-align:center}.CheckoutPage_desktopUpiNoticeIcon__u95bE{font-size:28px}.CheckoutPage_desktopUpiNotice__UjDRy p{color:#1a2a4a;font-size:14px;font-weight:600;margin:0}.CheckoutPage_desktopUpiNoticeHint__HERH3{color:#6b7280!important;font-size:12px!important;font-weight:400!important}.CheckoutPage_qrBtn__mHkQ1{align-items:center;background:#fff;border:1.5px solid #1a2a4a;border-radius:8px;color:#1a2a4a;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;gap:6px;padding:9px 20px;transition:background .14s,color .14s}.CheckoutPage_qrBtn__mHkQ1:hover{background:#1a2a4a;color:#fff}.CheckoutPage_awaitingPayment__4S6If{color:#374151;padding:24px 12px;text-align:center}.CheckoutPage_awaitingPayment__4S6If p{font-size:14px;margin:10px 0 0}.CheckoutPage_awaitingHint__PyhcP{color:#6b7280;font-size:12px!important}.CheckoutPage_collectForm__mkgSi{display:flex;flex-direction:column;gap:0;padding:14px 16px 16px}.CheckoutPage_inputLabel__960Y1{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:5px;margin-top:12px}.CheckoutPage_inputLabel__960Y1:first-child{margin-top:0}.CheckoutPage_textInput__BdzXB{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#1a2a4a;font-size:15px;outline:none;padding:11px 14px;transition:border-color .14s;width:100%}.CheckoutPage_textInput__BdzXB:focus{border-color:#1a2a4a}.CheckoutPage_textInput__BdzXB::placeholder{color:#b0b7c3}.CheckoutPage_inputError__KKVsv{border-color:#ef4444!important}.CheckoutPage_fieldError__IlT9t{color:#ef4444;font-size:12px;margin:4px 0 0}.CheckoutPage_cardNumberWrapper__HQ-Hs{align-items:center;display:flex;position:relative}.CheckoutPage_cardNumberWrapper__HQ-Hs .CheckoutPage_textInput__BdzXB{padding-right:48px}.CheckoutPage_cardTypeIcon__WTTcm{font-size:22px;pointer-events:none;position:absolute;right:12px;-webkit-user-select:none;user-select:none}.CheckoutPage_cardRow__Fpo5O{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:0}.CheckoutPage_cardRowField__8Yrw7{display:flex;flex-direction:column}.CheckoutPage_collectHint__O7tVV{color:#6b7280;font-size:12px;line-height:1.5;margin:10px 0 16px}.CheckoutPage_payBtn__m\+QQH{align-items:center;background:#1a2a4a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:center;letter-spacing:.2px;margin-top:4px;padding:14px;transition:background .15s,transform .1s;width:100%}.CheckoutPage_payBtn__m\+QQH:active:not(:disabled){transform:scale(.98)}.CheckoutPage_payBtn__m\+QQH:hover:not(:disabled){background:#253a5e}.CheckoutPage_payBtn__m\+QQH:disabled{background:#9ca3af;cursor:not-allowed}.CheckoutPage_bankGrid__SKH9m{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin:8px 0 16px}@media (min-width:500px){.CheckoutPage_bankGrid__SKH9m{grid-template-columns:repeat(3,1fr)}}.CheckoutPage_bankBtn__SRHOy{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:10px 8px;text-align:center;transition:border-color .14s,background .14s}.CheckoutPage_bankBtn__SRHOy:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_bankBtnSelected__1oTs2{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletGrid__nJzzt{display:flex;flex-direction:column;gap:8px;margin:8px 0 16px}.CheckoutPage_walletBtn__gg3B8{align-items:center;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:11px 14px;text-align:left;transition:border-color .14s,background .14s}.CheckoutPage_walletBtn__gg3B8:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_walletBtnSelected__ieYTI{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletEmoji__IloYJ{font-size:20px}.CheckoutPage_orderSummaryTitle__TlH\+l{color:#1a2a4a;font-size:14px;font-weight:700;margin:0 0 12px}.CheckoutPage_orderSummaryRow__dkyIN{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.CheckoutPage_orderSummaryLabel__NzveO{color:#6b7280;flex:1 1;font-size:13px}.CheckoutPage_orderSummaryAmount__zDXEY{color:#1a2a4a;font-size:13px;font-weight:600;white-space:nowrap}.CheckoutPage_orderSummaryTotal__eI1oS{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_orderSummaryDivider__noBUF{border:none;border-top:1px solid #e8eaf0;margin:8px 0}.CheckoutPage_securityBadges__ppWWi{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.CheckoutPage_badge__i2VBr{background:#f0f4ff;border-radius:20px;color:#374151;font-size:11px;font-weight:500;padding:4px 8px}.CheckoutPage_mobileSummary__1S0rx{background:#fff;border-bottom:1px solid #e8eaf0;padding:10px 16px}.CheckoutPage_mobileSummaryClosed__Kb9xy{align-items:center;cursor:pointer;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none}.CheckoutPage_mobileSummaryLabel__y\+V8p{align-items:center;color:#1a2a4a;display:flex;font-size:13px;font-weight:600;gap:6px}.CheckoutPage_mobileSummaryAmt__ugJjP{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_mobileSummaryChevron__I\+NmF{color:#9ca3af;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_mobileSummaryChevronOpen__osRBO{transform:rotate(180deg)}.CheckoutPage_mobileSummaryBody__Db\+Fz{margin-top:12px}@media (min-width:768px){.CheckoutPage_mobileSummary__1S0rx{display:none}}.CheckoutPage_statusMsg__DUbXR{align-items:center;background:#f0f9ff;border-radius:8px;color:#1a2a4a;display:flex;font-size:14px;gap:8px;margin:12px 0 0;padding:14px 16px}.CheckoutPage_errorMsg__obp93{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-size:13px;margin:12px 0 0;padding:10px 14px}.CheckoutPage_errorModalOverlay__fjA7p{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:300}.CheckoutPage_errorModal__TZIrM{animation:CheckoutPage_errorModalIn__-3Brh .18s ease;background:#fff;border-radius:14px;box-shadow:0 8px 32px #0000002e;max-width:320px;padding:28px 24px 20px;text-align:center;width:100%}@keyframes CheckoutPage_errorModalIn__-3Brh{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.CheckoutPage_errorModalIcon__MQrtU{font-size:36px;margin-bottom:12px}.CheckoutPage_errorModalMsg__AMiji{color:#374151;font-size:14px;line-height:1.55;margin:0 0 20px}.CheckoutPage_errorModalClose__KG5TZ{background:#1a2a4a;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;padding:12px;width:100%}.CheckoutPage_errorModalClose__KG5TZ:hover{background:#243654}.CheckoutPage_linkBtn__q5jM2{background:none;border:none;color:#1a2a4a;cursor:pointer;font-size:13px;font-weight:600;margin-top:12px;text-decoration:underline}.CheckoutPage_spinner__idp2i{animation:CheckoutPage_spin__1s2LY .7s linear infinite;border:3px solid #e8eaf0;border-radius:50%;border-top-color:#1a2a4a;height:36px;margin:0 auto;width:36px}.CheckoutPage_spinnerSmall__1THmd{animation:CheckoutPage_spin__1s2LY .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;flex-shrink:0;height:16px;width:16px}@keyframes CheckoutPage_spin__1s2LY{to{transform:rotate(1turn)}}.CheckoutPage_errorPage__g8vN-,.CheckoutPage_loadingPage__oAbik{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:60vh}.CheckoutPage_qrOverlay__qXnix{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000008c;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.CheckoutPage_qrCard__wwsIg{background:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;max-width:340px;padding:24px 20px 20px;position:relative;text-align:center;width:100%}.CheckoutPage_qrClose__NVotM{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#374151;cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;position:absolute;right:14px;top:12px;width:28px}.CheckoutPage_qrTitle__Fz8BP{color:#1a2a4a;font-size:17px;font-weight:700;margin:0 0 16px}.CheckoutPage_qrImage__HiLSA{border:1px solid #e5e7eb;border-radius:8px;display:block;height:200px;margin:0 auto 12px;object-fit:contain;width:200px}.CheckoutPage_qrError__7gU19{color:#ef4444;font-size:13px;margin:0 0 10px}.CheckoutPage_upiString__Pbmxk{background:#f3f4f6;border-radius:6px;color:#1a2a4a;display:block;font-size:13px;padding:6px 12px;word-break:break-all}.CheckoutPage_qrHint__eJF53{color:#6b7280;font-size:12px;line-height:1.5;margin:12px 0 0}.CheckoutPage_qrAwaitRow__e1-xn{align-items:center;color:#1a7a4a;display:flex;font-size:12px;font-weight:500;gap:8px;margin:10px 0 0}.CheckoutPage_inAppNotice__cy14y{background:#fff8e1;border:1px solid #ffe082;border-radius:10px;color:#374151;font-size:13px;line-height:1.6;padding:16px}.CheckoutPage_inAppNotice__cy14y p{margin:6px 0 0}.CheckoutPage_inAppNoticeIcon__3p4gD{font-size:18px}.CheckoutPage_inAppHint__5QHA7{color:#795548}.CheckoutPage_inAppBanner__upT-Q{background:#fffbeb;border-left:3px solid #f59e0b;color:#78350f}.CheckoutPage_inAppBannerInfo__q-Gg6,.CheckoutPage_inAppBanner__upT-Q{align-items:flex-start;display:flex;font-size:13px;gap:10px;line-height:1.5;padding:10px 16px}.CheckoutPage_inAppBannerInfo__q-Gg6{background:#eff6ff;border-left:3px solid #3b82f6;color:#1e40af}.CheckoutPage_inAppBannerIcon__-uh1C{flex-shrink:0;font-size:16px;margin-top:1px}.CheckoutPage_inAppBannerBody__7YsQ2{flex:1 1}.CheckoutPage_inAppBannerBody__7YsQ2 p{margin:0 0 4px}.CheckoutPage_inAppBannerBody__7YsQ2 p:last-child{margin-bottom:0}.CheckoutPage_panelFooter__DWPRE{background:#fff;border-top:1px solid #f0f0f0;padding:12px 16px}.CheckoutPage_checkoutFooter__YBai1{background:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 16px 8px;text-align:center}.CheckoutPage_footerPowered__ax1X\+{align-items:center;color:#9ca3af;display:flex;font-size:11px;gap:6px;justify-content:center;margin-bottom:12px}.CheckoutPage_footerPoweredLabel__WveLv{color:#9ca3af;font-size:11px}.CheckoutPage_footerPoweredRazorpay__QkTJ1{align-items:center;color:#3395ff;display:inline-flex;font-size:13px;font-weight:700;letter-spacing:.01em}.CheckoutPage_footerBadges__yonAm{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:10px}.CheckoutPage_footerBadge__MIfn\+{align-items:center;color:#374151;display:flex;font-size:11px;font-weight:600;gap:5px}.CheckoutPage_footerOrderId__bDBs0{color:#9ca3af;font-family:monospace;font-size:10px;letter-spacing:.05em;margin-bottom:8px}.CheckoutPage_footerTnc__Gg7gf{color:#6b7280;font-size:11px;line-height:1.6;margin:0 0 4px}.CheckoutPage_footerTnc__Gg7gf a{color:#3395ff;text-decoration:underline}.CheckoutPage_footerLoggedIn__ZAwiF{align-items:center;background:#fff;border-top:1px solid #e5e7eb;bottom:0;color:#374151;display:flex;font-size:12px;gap:8px;justify-content:center;padding:10px 16px;position:-webkit-sticky;position:sticky;z-index:10}.CheckoutPage_footerLoggedInIcon__-Jwbn{font-size:15px}.CheckoutPage_pageTitle__vIued{color:#1a2a4a;display:none;font-size:18px;font-weight:700;margin:0;padding:18px 16px 0}@media (min-width:768px){.CheckoutPage_pageTitle__vIued{display:block;padding:0 0 16px}}.CheckoutPage_tabContent__cRJ-y{padding:0}.CheckoutPage_methodTabs__69ix7{display:none}.CheckoutPage_desktopQrRow__sm4JQ{padding:14px 14px 0}.CheckoutPage_desktopQrBtn__Hc6-J{align-items:center;background:#f0f9ff;border:2px solid #3395ff;border-radius:10px;cursor:pointer;display:flex;gap:14px;padding:14px 16px;text-align:left;transition:background .14s,border-color .14s;width:100%}.CheckoutPage_desktopQrBtn__Hc6-J:hover:not(:disabled){background:#e0f0ff;border-color:#1a7fe0}.CheckoutPage_desktopQrBtn__Hc6-J:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_desktopQrIcon__XOho5{flex-shrink:0;height:44px;object-fit:contain;width:44px}.CheckoutPage_desktopQrLabel__bdEVh{display:flex;flex:1 1;flex-direction:column;gap:2px}.CheckoutPage_desktopQrTitle__agJU1{color:#1a2a4a;font-size:15px;font-weight:700}.CheckoutPage_desktopQrHint__fTGfs{color:#6b7280;font-size:12px}.CheckoutPage_desktopQrArrow__FyJRk{color:#3395ff;font-size:22px;font-weight:400;line-height:1}.CheckoutPage_desktopQrDivider__ouHQN{align-items:center;color:#9ca3af;display:flex;font-size:12px;font-weight:600;gap:10px;padding:14px 14px 0}.CheckoutPage_desktopQrDivider__ouHQN:after,.CheckoutPage_desktopQrDivider__ouHQN:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.CheckoutPage_topBarRight__yVLqs{align-items:center;cursor:pointer;display:flex;gap:6px;padding:4px 0;-webkit-user-select:none;user-select:none}.CheckoutPage_topBarChevron__NUM2j{color:#6b7280;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_topBarChevronOpen__\+RCWj{transform:rotate(180deg)}.CheckoutPage_orderSummaryDrawer__3k59z{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px}.CheckoutPage_sectionLabel__sbhv9{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;padding:14px 0 6px;text-transform:uppercase}.CheckoutPage_methodCard__B75PV{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 0 4px;overflow:hidden}.CheckoutPage_methodSectionBorder__s7Dxu{border-bottom:1px solid #f0f0f0}.CheckoutPage_recommendedRow__3ATnw{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;width:100%}.CheckoutPage_recommendedRow__3ATnw:hover:not(:disabled){background:#f9fafb}.CheckoutPage_recommendedRow__3ATnw:active:not(:disabled){background:#f3f4f6}.CheckoutPage_recommendedRow__3ATnw:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_recommendedIcon__t3UCw{flex-shrink:0;height:32px;object-fit:contain;width:32px}.CheckoutPage_recommendedName__GjVlN{color:#111827;flex:1 1;font-size:15px;font-weight:600}.CheckoutPage_recommendedAmt__D3m22{color:#111827;font-size:15px;font-weight:700;white-space:nowrap}.CheckoutPage_statusBar__PYs-8{padding:4px 0}.CheckoutPage_upiBottomRow__RDKS1{border-top:1px solid #f0f0f0;display:flex;gap:8px;padding:8px 12px 12px}.CheckoutPage_upiAddIdBtn__6RVXj{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:9px 12px;text-align:center;transition:border-color .14s,color .14s}.CheckoutPage_upiAddIdBtn__6RVXj:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiAddIdBtn__6RVXj:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiQrBtn__F0aUT{background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-size:13px;font-weight:600;padding:9px 12px;text-align:center;transition:border-color .14s,color .14s}.CheckoutPage_upiQrBtn__F0aUT:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiQrBtn__F0aUT:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiBackLink__W26ZQ{background:none;border:none;color:#3395ff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:8px 0 10px}.CheckoutPage_bankList__u4esE{display:flex;flex-direction:column}.CheckoutPage_bankListItem__Ha8bW{align-items:center;background:#fff;border:none;border-bottom:1px solid #f3f4f6;cursor:pointer;display:flex;gap:12px;padding:13px 16px;text-align:left;transition:background .12s;width:100%}.CheckoutPage_bankListItem__Ha8bW:last-child{border-bottom:none}.CheckoutPage_bankListItem__Ha8bW:hover:not(:disabled){background:#f9fafb}.CheckoutPage_bankListItem__Ha8bW:active:not(:disabled){background:#f3f4f6}.CheckoutPage_bankListItem__Ha8bW:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_bankListAvatar__k8sqJ{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:15px;font-weight:700;height:36px;justify-content:center;width:36px}.CheckoutPage_bankListName__1xt6m{color:#111827;flex:1 1;font-size:14px;font-weight:500}.CheckoutPage_bankListChevron__pN\+OR{color:#9ca3af;font-size:20px;font-weight:400;line-height:1}.CheckoutPage_viewAllBtn__LhzRT{background:#fff;border:none;border-top:1px solid #f3f4f6;color:#3395ff;cursor:pointer;display:block;font-size:14px;font-weight:600;padding:12px 16px;text-align:center;transition:background .12s;width:100%}.CheckoutPage_viewAllBtn__LhzRT:hover{background:#f0f9ff}.CheckoutPage_checkoutFooter__YBai1{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:6px;justify-content:center;padding:16px}.CheckoutPage_checkoutFooterLogo__FAyEo{height:18px;width:auto}.CheckoutPage_checkoutFooterDot__0xDi\+{color:#d1d5db}.CheckoutPage_checkoutFooterLink__sQVgO{color:#6b7280;font-size:12px;text-decoration:none}.CheckoutPage_checkoutFooterLink__sQVgO:hover{text-decoration:underline}.aboutus-container{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;margin:0 auto;max-width:900px;padding:40px 0;width:100%}.aboutus-header{flex-wrap:wrap;padding:0 32px}.aboutus-header,.aboutus-logo-col{align-items:center;display:flex;justify-content:center}.aboutus-logo-col{flex:0 0 180px;min-width:120px}.aboutus-logo{display:block;max-width:100%;width:140px}.aboutus-text-col{flex:1 1 400px;min-width:260px;padding-left:32px;text-align:left}.aboutus-text-col h1{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px}.aboutus-text-col p{color:#444;font-size:18px;margin:0}.aboutus-content{color:#222;font-size:17px;margin-top:32px;padding:0 32px;text-align:left}.aboutus-content ul{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}@media (max-width:700px){.aboutus-header{flex-direction:column;text-align:center}.aboutus-text-col{padding-left:0}}.PrivacyPolicy_privacy-container__Kn4qf{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.PrivacyPolicy_privacy-header-row__tI3i5{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;max-width:900px;padding:0 32px;width:100%}.PrivacyPolicy_aboutus-logo-col__Q5yll{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.PrivacyPolicy_privacy-logo__Ov8tt{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.PrivacyPolicy_privacy-title-col__3bIyj{display:flex;flex:1 1 400px;flex-direction:column;justify-content:flex-start;min-width:260px;padding-left:32px;text-align:left}.PrivacyPolicy_privacy-title__GtYzb{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-company-info__QSMsQ{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-content__cnFyu{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.PrivacyPolicy_privacy-main-title__-jskU{color:#3e2723;font-size:22px;margin-bottom:16px}.PrivacyPolicy_privacy-section-title__0vm-u{color:#3e2723;font-size:19px;margin:24px 0 8px}.PrivacyPolicy_privacy-section-text__dVzgQ{margin-bottom:0}.PrivacyPolicy_privacy-list__BSzJa{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.TermsAndConditions_terms-container__k8xb\+{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.TermsAndConditions_terms-header-row__3IvnS{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;max-width:900px;padding:0 32px;width:100%}.TermsAndConditions_aboutus-logo-col__SvTZI{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.TermsAndConditions_terms-logo__FQWby{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.TermsAndConditions_terms-title-col__NpVN7{display:flex;flex:1 1 400px;flex-direction:column;justify-content:flex-start;min-width:260px;padding-left:32px;text-align:left}.TermsAndConditions_terms-title__HnpBa{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-company-info__ssMsZ{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-content__hPCnU{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.TermsAndConditions_terms-main-title__MECvO{color:#3e2723;font-size:22px;margin-bottom:16px}.TermsAndConditions_terms-section-title__hfTNp{color:#3e2723;font-size:19px;margin:24px 0 8px}.TermsAndConditions_terms-section-text__XCO3\+{margin-bottom:0}.RefundPolicy_refund-container__gY2R7{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.RefundPolicy_refund-header-row__EiNPc{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 auto;max-width:900px;padding:0 32px;width:100%}.RefundPolicy_aboutus-logo-col__7AEcQ{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.RefundPolicy_refund-logo__5JL5u{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.RefundPolicy_refund-title-col__Qhd6S{display:flex;flex:1 1 400px;flex-direction:column;justify-content:flex-start;min-width:260px;padding-left:32px;text-align:left}.RefundPolicy_refund-title__gOJxL{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-company-info__-Exsr{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-content__FxAhD{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.RefundPolicy_refund-main-title__sfW-y{color:#3e2723;font-size:22px;margin-bottom:16px}.RefundPolicy_refund-section-title__nwchA{color:#3e2723;font-size:19px;margin:24px 0 8px}.RefundPolicy_refund-section-text__57QfW{margin-bottom:0}.RefundPolicy_refund-list__Chxzl{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.LocationSearch_searchWrapper__KgZCG{position:relative;width:100%}.LocationSearch_inputWrapper__OAnfY{position:relative}.LocationSearch_searchInput__l6FDn{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:16px;outline:none;padding:12px 40px 12px 16px;transition:border-color .2s;width:100%}.LocationSearch_searchInput__l6FDn:focus{border-color:#4a90e2}.LocationSearch_loadingSpinner__UlaYP{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.LocationSearch_spinner__t-Mt-{animation:LocationSearch_spin__zsjQ3 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:20px;width:20px}@keyframes LocationSearch_spin__zsjQ3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LocationSearch_dropdown__O0nTJ{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;left:0;margin-top:4px;max-height:400px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.LocationSearch_resultItem__KRCTC{background-color:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;padding:12px 16px;transition:background-color .2s}.LocationSearch_resultItem__KRCTC:last-child{border-bottom:none}.LocationSearch_resultItem__KRCTC.LocationSearch_selected__dxPQk,.LocationSearch_resultItem__KRCTC:hover{background-color:#f5f5f5}.LocationSearch_resultName__0dSKX{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.LocationSearch_resultDetails__LPE1-{color:#666;font-size:12px}.LocationSearch_resultCoords__2cKhv{color:#999;font-size:11px;margin-top:4px}.LocationSearch_noResults__Atr2s{background-color:#fff;border:1px solid #ddd;border-radius:8px;color:#999;font-size:14px;left:0;margin-top:4px;padding:16px;position:absolute;right:0;text-align:center;top:100%;z-index:1000}body{margin:0;overflow-x:hidden;padding:0}:root{--primary-color:#f6c600;--secondary-color:#2d2b2b;--dark-color:#4b2e05;--light-color:#f5f5f7;--text-color:#333;--text-light:#777;--success-color:#28a745;--danger-color:#dc3545;--white:#fff;--black:gold}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f7;background-color:var(--light-color);color:#333;color:var(--text-color);font-family:Poppins,sans-serif;line-height:1.6;padding-bottom:0;position:relative}a{color:inherit;text-decoration:none}ul{list-style:none}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 15px;width:100%}.btn{border-radius:5px;cursor:pointer;display:inline-block;font-weight:500;padding:10px 20px;text-align:center;transition:all .3s ease}.primary-btn{background:#bd4c08!important;border:2px solid #bd4c08!important;border-radius:8px;color:#fff!important;font-size:14px;font-weight:600;letter-spacing:.5px;min-width:120px;padding:12px 24px}.primary-btn:hover{background:#fff!important;border:2px solid #bd4c08!important;color:#bd4c08!important;transform:translateY(-2px)}@media (max-width:768px){body{padding-bottom:70px}}.form-group{margin-bottom:18px}label{display:block;font-weight:700;margin-bottom:6px}input,select{background:#fff8e1;border:1.5px solid gold;border-radius:8px;box-sizing:border-box;font-size:1em;padding:12px;width:100%}input:focus,select:focus{border-color:#0078d4;outline:none}.summary-item{display:flex;font-size:1.1em;justify-content:space-between;margin-bottom:12px}hr{border:none;border-top:1px solid #e0e0e0;margin:16px 0}#otpModal{align-items:center;background:#0006;display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}#otpInput{font-size:2em;letter-spacing:12px;margin-bottom:16px;padding:8px 0;text-align:center;width:120px}#otpError{color:red;display:none;font-size:.95em;margin-bottom:10px}#verifyOtpBtn{background:#000;border:none;border-radius:8px;color:gold;cursor:pointer;font-size:1.1em;padding:10px 24px}.form-group{margin-bottom:16px}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:6px}.form-group input{background:#fff;border:1.5px solid #f6c600;border:1.5px solid var(--primary-color,#f6c600);border-radius:7px;font-size:1em;padding:10px 12px;transition:border .2s;width:100%}.form-group input:focus{border-color:#0078d4;outline:none}.wallet-recharge-container{align-items:center;background:#fff8e1;display:flex;justify-content:center;min-height:80vh;padding:40px 0}.wallet-form{display:flex;flex-direction:column;gap:12px;width:100%}.wallet-input{background:#fafafa;border:1.5px solid #f6c600;border-radius:8px;flex:1 1;font-size:1.1em;outline:none;padding:12px;transition:border .2s}.wallet-input:focus{border-color:#0078d4}.wallet-quick-btn{background:#f6c600;border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1em;font-weight:600;padding:7px 16px;transition:background .2s}.wallet-quick-btn:hover{background:gold}.wallet-error{color:#d32f2f}.wallet-error,.wallet-success{font-size:.98em;margin-bottom:4px;text-align:center}.wallet-success{color:#388e3c}.wallet-recharge-btn{background:#f6c600;border:none;border-radius:8px;color:#000;cursor:pointer;font-size:1.1em;font-weight:700;margin-top:8px;padding:14px 0;transition:background .2s;width:100%}.wallet-recharge-btn:hover{background:gold}.wallet-history-section{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000a;margin-left:auto;margin-right:auto;margin-top:32px;max-width:400px;padding:24px 20px;width:100%}.wallet-history-title{color:#222;font-size:1.2em;font-weight:600;margin-bottom:16px}.wallet-history-list{background:#fafafa;border:1px solid #eee;border-radius:8px;max-height:420px;overflow-y:auto;padding:0 4px}.wallet-history-item{border-bottom:1px solid #eee;padding:12px 0 10px}.wallet-history-item:last-child{border-bottom:none}.wallet-history-row{align-items:center;display:flex;font-size:1.08em;justify-content:space-between;margin-bottom:4px}.wallet-history-amt{color:#0078d4;font-weight:600}.wallet-history-meta{color:#888;display:flex;flex-wrap:wrap;font-size:.97em;gap:10px 18px;margin-top:2px}.wallet-history-date{min-width:120px}.wallet-history-method{min-width:60px;text-transform:capitalize}.wallet-history-empty,.wallet-history-loading{color:#888;padding:18px 0;text-align:center}.wallet-recharge-main-row{align-items:stretch;display:flex;flex-direction:row;gap:0;justify-content:stretch;width:100vw}.wallet-recharge-container{box-sizing:border-box;min-width:320px;padding:40px 32px;width:60vw}.wallet-history-section{box-sizing:border-box;margin-top:0;min-width:220px;padding:40px 24px;width:40vw}@media (max-width:900px){.wallet-recharge-main-row{flex-direction:column;gap:24px;width:100vw}.wallet-history-section,.wallet-recharge-container{margin:0;min-width:0;padding:24px 8px;width:100vw}.wallet-history-section{margin-bottom:18px;order:1}.wallet-recharge-container{order:2}}.astro-footer{margin-top:0!important;position:relative!important;z-index:15!important}.astro-footer .container{background-color:initial!important;position:relative!important;z-index:1!important}
/*# sourceMappingURL=main.6be93f72.css.map*/