: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__Xx0yR{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__kbg2N{padding:15px 20px;position:relative}.Header_headerContainer__kbg2N,.Header_mainHeader__CapHx{align-items:center;display:flex;justify-content:space-between}.Header_mainHeader__CapHx{margin:0 auto;max-width:1200px;padding:24px 32px 16px}.Header_logo__cvp6m img{height:88px}.Header_mobileMenuToggle__x3si8{align-items:center;cursor:pointer;display:none;font-size:24px;font-size:1.5em;margin-left:18px}.Header_mobileMenuToggle__x3si8 i{margin-right:8px}.Header_navContainer__kmxwx{align-items:center;display:flex}.Header_mainNav__KJAfw{margin-right:20px}.Header_mainNav__KJAfw ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.Header_mainNav__KJAfw ul li{list-style:none;margin-left:20px;position:relative}.Header_mainNav__KJAfw 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__KJAfw ul li a:hover{color:#d4af37}.Header_mainNav__KJAfw ul li a i{margin-right:5px}.Header_mainNav__KJAfw .Header_hasSubmenu__2k67j{position:relative}.Header_mainNav__KJAfw .Header_submenu__H3zXy{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__KJAfw .Header_hasSubmenu__2k67j:focus-within .Header_submenu__H3zXy,.Header_mainNav__KJAfw .Header_hasSubmenu__2k67j:hover .Header_submenu__H3zXy{display:block}.Header_mainNav__KJAfw .Header_submenu__H3zXy li{margin:0;padding:8px 16px}.Header_mainNav__KJAfw .Header_submenu__H3zXy li a{color:#333;display:block;padding:10px 20px;text-decoration:none}.Header_mainNav__KJAfw .Header_submenu__H3zXy li a:hover{color:#d4af37}.Header_dropdownMenu__4x14y{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__5rMsr:hover .Header_dropdownMenu__4x14y{opacity:1;visibility:visible}.Header_dropdownMenu__4x14y li{margin:0;padding:5px 15px}.Header_dropdownMenu__4x14y li a{display:block;padding:5px 0}.Header_headerActions__i1Rja{align-items:center;display:flex;gap:16px}.Header_headerActions__i1Rja .Header_btn__f01j\+{margin-left:10px}.Header_userDropdown__o-j2q{display:inline-block;position:relative}.Header_userDropdownBtn__nYk7Q{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:700;padding:8px 16px}.Header_userDropdownMenu__Vr\+yB{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__Dvj81{color:#333;display:block;padding:10px 16px;text-decoration:none}.Header_userDropdownLink__Dvj81:hover{background:#f8f8f8;color:#d4af37}.Header_userDropdownDivider__LMw-Y{border-top:1px solid #eee;margin:4px 0}.Header_userDropdownLogout__ZaQHa{background:none;border:none;color:#d00;cursor:pointer;padding:10px 16px;text-align:left;width:100%}.Header_userDropdownLogout__ZaQHa:hover{background:#f8f8f8}.Header_mobileNav__Jpjg2{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__Jpjg2.Header_active__Nog5l{display:block}.Header_mobileNav__Jpjg2 ul li{list-style:none;margin-bottom:15px}@media (max-width:992px){.Header_mobileMenuToggle__x3si8,.Header_navContainer__kmxwx{display:none}.Header_mobileNav__Jpjg2.Header_active__Nog5l{display:block}}@media (max-width:900px){.Header_mainHeader__CapHx{align-items:flex-start;flex-direction:column;padding:18px 10px 10px}.Header_mainNav__KJAfw ul{gap:16px}.Header_headerActions__i1Rja{margin-top:10px}}@media (max-width:768px){.Header_mobileMenuToggle__x3si8{display:none}.Header_mainNav__KJAfw{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__KJAfw.Header_active__Nog5l{left:0}.Header_mainNav__KJAfw ul{flex-direction:column;padding:20px}.Header_mainNav__KJAfw ul li{margin:0 0 15px}.Header_dropdownMenu__4x14y{box-shadow:none;opacity:1;padding:10px 0 0 20px;position:static;visibility:visible;width:100%}.Header_headerActions__i1Rja{margin-left:auto;margin-right:15px}}@media (max-width:600px){.Header_mainHeader__CapHx{padding:10px 4vw 8px}.Header_logo__cvp6m img{height:66px}.Header_mainNav__KJAfw ul{font-size:.95em;gap:8px}.Header_headerActions__i1Rja .Header_btn__f01j\+{font-size:.95em;padding:6px 10px}}.HeroSection_heroModern__q8Hym{align-items:center;display:flex;margin-bottom:0;min-height:100vh;overflow:hidden;position:relative}.HeroSection_heroSliderBg__56Ptn{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.HeroSection_heroSlide__tHAcI{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__tHAcI.HeroSection_active__r3Jn-{opacity:1}.HeroSection_heroOverlay__rKBnv{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.HeroSection_heroPatternOverlay__1nywD{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.HeroSection_heroPattern__DYxPN{background-repeat:repeat;background-size:200px;height:100%;opacity:.1;width:100%}.HeroSection_heroWrapper__keIL4{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__cB6A5{display:flex;flex-direction:column;gap:24px}.HeroSection_heroBadge__x6wZ3{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__et7wu{color:#1a1a1a;font-size:48px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 2px 4px #fffc}.HeroSection_heroHighlight__ATEZM{color:#bd4c08;font-weight:700}.HeroSection_heroDescription__7eF6k{color:#444;font-size:18px;line-height:1.6;margin:0;max-width:500px;text-shadow:0 1px 2px #fffc}.HeroSection_heroFeatures__tg6iF{display:flex;flex-wrap:wrap;gap:24px}.HeroSection_heroFeature__7Ip6S{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__ctJSI{font-size:18px}.HeroSection_heroButtons__6Dj5t{display:flex;flex-wrap:wrap;gap:16px}.HeroSection_heroBtnPrimary__dkWiX{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__dkWiX:hover{background:#fff;box-shadow:0 8px 25px #bd4c0866;color:#bd4c08;transform:translateY(-2px)}.HeroSection_heroCtaSingle__ls2Th{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__ls2Th: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__ls2Th:active{transform:translateY(-1px) scale(1.02)!important}.HeroSection_heroBtnSecondary__f4siS{-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__f4siS:hover{background:#bd4c08;box-shadow:0 8px 25px #bd4c0866;color:#fff;transform:translateY(-2px)}.HeroSection_heroVisual__zXSXF{align-items:center;display:flex;justify-content:center;max-width:400px;position:relative}.HeroSection_heroImageContainer__\+asPg{height:450px;max-width:350px;overflow:visible;pointer-events:auto;position:relative;width:100%}.HeroSection_heroImage__qmmXw{border-radius:0;box-shadow:none;height:100%;object-fit:contain;position:relative;transition:all .8s ease;width:100%;z-index:2}.HeroSection_heroDecorations__r5bgw{display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.HeroSection_decoration__l9L2x{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#bd4c0826,#f57c0026);border-radius:50%;position:absolute}.HeroSection_decoration1__EKBTj{animation:HeroSection_float__dXaV0 6s ease-in-out infinite;height:60px;right:-20px;top:-20px;width:60px}.HeroSection_decoration2__Pb\+gr{animation:HeroSection_float__dXaV0 8s ease-in-out infinite reverse;bottom:20px;height:40px;left:-10px;width:40px}.HeroSection_decoration3__97Ctz{animation:HeroSection_float__dXaV0 10s ease-in-out infinite;height:80px;right:-40px;top:50%;transform:translateY(-50%);width:80px}.HeroSection_heroSliderDots__ZV230{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:100}.HeroSection_sliderDot__PEe49{-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__PEe49.HeroSection_active__r3Jn-{background:#bd4c08;border-color:#bd4c08;transform:scale(1.3)}.HeroSection_sliderDot__PEe49:hover{background:#bd4c08b3;border-color:#bd4c08b3;transform:scale(1.1)}@keyframes HeroSection_float__dXaV0{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:992px){.HeroSection_heroContent__cB6A5{margin-bottom:30px;padding-right:0}.HeroSection_heroImage__qmmXw{height:320px;margin-top:30px;max-width:300px}.HeroSection_heroImageContainer__\+asPg{height:320px;max-width:300px;overflow:visible}}@media (max-width:768px){.HeroSection_heroWrapper__keIL4{gap:40px;grid-template-columns:1fr;padding:60px 20px;text-align:center}.HeroSection_heroTitle__et7wu{font-size:36px}.HeroSection_heroDescription__7eF6k{font-size:16px}.HeroSection_heroButtons__6Dj5t,.HeroSection_heroFeatures__tg6iF{justify-content:center}.HeroSection_heroVisual__zXSXF{order:-1}}@media (max-width:576px){.HeroSection_heroButtons__6Dj5t .HeroSection_btn__csQV8{display:block;margin-bottom:15px;margin-right:0;width:100%}}@media (max-width:480px){.HeroSection_heroTitle__et7wu{font-size:28px}.HeroSection_heroButtons__6Dj5t{align-items:center;flex-direction:column}.HeroSection_heroBtnPrimary__dkWiX,.HeroSection_heroBtnSecondary__f4siS{max-width:300px;width:100%}.HeroSection_heroSliderDots__ZV230{bottom:20px}.HeroSection_sliderDot__PEe49{height:10px;width:10px}}.ProductGrid_product-grid-container__ymUBq{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px 0;position:relative;width:100%}.ProductGrid_product-grid-container__ymUBq: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__9Gutj{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.ProductGrid_question-grid-custom__vfq\+O{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__AIQhX{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__AIQhX:focus,.ProductGrid_product-thumbnail-custom__AIQhX:hover{border-color:#f8c537;box-shadow:0 12px 32px #00000026;transform:translateY(-6px)}.ProductGrid_product-thumbnail-img__TajwT{border-radius:12px;flex-shrink:0;height:120px;margin-bottom:16px;object-fit:cover;width:120px}.ProductGrid_product-thumbnail-placeholder__ljpXI{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__m7QN9{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__wvY1Y{-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__ulW8t{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__ulW8t:focus,.ProductGrid_product-thumbnail-btn__ulW8t:hover{background:#fff;border:2px solid #bd4c08;color:#bd4c08;transform:translateY(-2px)}.ProductGrid_error-message__1NIeS{color:red;margin:12px 0;text-align:center}.ProductGrid_coming-soon-container__ryMv5{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:400px;padding:60px 20px}.ProductGrid_coming-soon-content__kHYqO{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__IQVoe{font-size:4rem;margin-bottom:24px;opacity:.8}.ProductGrid_coming-soon-title__HZ0vZ{-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__i9lVU{color:#64748b;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.ProductGrid_pagination-controls__nUDGw{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.ProductGrid_pagination-btn__id7oj{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__id7oj.ProductGrid_active__4nI5o,.ProductGrid_pagination-btn__id7oj:disabled{background:#f8c537;cursor:default;font-weight:700}.ProductGrid_pagination-btn__id7oj[disabled]{background:#f3f4f6;color:#aaa;cursor:not-allowed}.ProductGrid_pagination-rows__5cUCH{align-items:center;display:flex;gap:6px;margin-left:12px}.ProductGrid_pagination-select__3Wn-T{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__ymUBq{margin:0 auto;max-width:100%;padding:40px 12px}.ProductGrid_product-grid-container__ymUBq:after,.ProductGrid_product-grid-container__ymUBq:before{width:60px}.ProductGrid_product-grid-title__9Gutj{font-size:2rem;margin-bottom:16px}.ProductGrid_question-grid-custom__vfq\+O{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ProductGrid_product-thumbnail-custom__AIQhX{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__TajwT,.ProductGrid_product-thumbnail-placeholder__ljpXI{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__m7QN9{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__wvY1Y{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__ulW8t{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__ryMv5{min-height:300px;padding:40px 12px}.ProductGrid_coming-soon-content__kHYqO{border-radius:16px;padding:30px 20px}.ProductGrid_coming-soon-icon__IQVoe{font-size:3rem;margin-bottom:20px}.ProductGrid_coming-soon-title__HZ0vZ{font-size:2rem;margin-bottom:14px}.ProductGrid_coming-soon-message__i9lVU{font-size:1rem;line-height:1.5}}@media (max-width:480px){.ProductGrid_product-grid-container__ymUBq{margin:0 auto;max-width:100%;padding:30px 16px}.ProductGrid_product-grid-container__ymUBq:after,.ProductGrid_product-grid-container__ymUBq:before{width:40px}.ProductGrid_question-grid-custom__vfq\+O{gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ProductGrid_product-thumbnail-custom__AIQhX{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__TajwT,.ProductGrid_product-thumbnail-placeholder__ljpXI{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__m7QN9{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__wvY1Y{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__ulW8t{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__ryMv5{min-height:280px;padding:30px 16px}.ProductGrid_coming-soon-content__kHYqO{border-radius:12px;padding:25px 15px}.ProductGrid_coming-soon-icon__IQVoe{font-size:2.5rem;margin-bottom:16px}.ProductGrid_coming-soon-title__HZ0vZ{font-size:1.8rem;margin-bottom:12px}.ProductGrid_coming-soon-message__i9lVU{font-size:.95rem;line-height:1.4}}.ServiceSection_serviceSection__Nc7IH{background-color:#fff;margin:0;padding:20px 0;position:relative;z-index:10}.Banner_bannerHome__a39uY{background:#fff;margin-bottom:0;overflow:hidden;padding:80px 0;position:relative;z-index:10}.Banner_bannerHome__a39uY: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__6ZbOA{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;text-align:center;z-index:2}.Banner_statsHeader__4zWxz{margin-bottom:60px}.Banner_statsTitle__AIADW{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.Banner_statsSubtitle__WihhM{color:#000;font-size:1.2rem;margin:0;opacity:.9}.Banner_statsGrid__qoS2A{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-top:50px}.Banner_statCard__OrkWv{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__OrkWv:before{content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.Banner_statCard__OrkWv:hover:before{opacity:0}.Banner_statCard__OrkWv:hover{box-shadow:0 0 40px #bd4d0899,0 20px 40px #0000004d;transform:translateY(-10px) scale(1.05)}.Banner_statIcon__ReuIa{display:block;font-size:2.5rem;margin-bottom:15px;position:relative;z-index:3}.Banner_statNumber__Ba2KB{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__0TdT1{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__SCTmk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.Banner_bannerHome__a39uY{margin-bottom:0}.Banner_statsGrid__qoS2A{gap:40px}.Banner_statCard__OrkWv{height:200px;width:200px}.Banner_statNumber__Ba2KB{font-size:2.5rem}}@media (max-width:768px){.Banner_bannerHome__a39uY{margin-bottom:0;padding:60px 0}.Banner_statsTitle__AIADW{font-size:2.2rem}.Banner_statsSubtitle__WihhM{font-size:1rem}.Banner_statsGrid__qoS2A{align-items:center;flex-direction:column;gap:30px}.Banner_statCard__OrkWv{height:180px;width:180px}.Banner_statNumber__Ba2KB{font-size:2.2rem}.Banner_statLabel__0TdT1{font-size:.85rem}.Banner_statIcon__ReuIa{font-size:2rem}}@media (max-width:480px){.Banner_bannerHome__a39uY{padding:40px 0}.Banner_statsTitle__AIADW{font-size:1.8rem}.Banner_statsHeader__4zWxz{margin-bottom:40px}.Banner_statsGrid__qoS2A{gap:25px;margin-top:30px}.Banner_statCard__OrkWv{height:160px;width:160px}.Banner_statNumber__Ba2KB{font-size:2rem}.Banner_statLabel__0TdT1{font-size:.8rem;padding:0 10px}.Banner_statIcon__ReuIa{font-size:1.8rem;margin-bottom:10px}}@media (max-width:360px){.Banner_statCard__OrkWv{height:140px;width:140px}.Banner_statNumber__Ba2KB{font-size:1.8rem}.Banner_statLabel__0TdT1{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__mIsDh{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__mIsDh{display:flex!important}}.MobileBottomNav_navItem__ywurV{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__ywurV:hover{background:#bd4c080d}.MobileBottomNav_navItemActive__FxuTw{background:#bd4c081a;color:#bd4c08}.MobileBottomNav_icon__F79cl{font-size:18px;margin-bottom:4px}.MobileBottomNav_label__kOSNh{font-size:11px;font-weight:500}.MobileBottomNav_submenu__ryeRe{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__AEPlo{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__AEPlo:hover{background:#bd4c080d;color:#bd4c08}.MobileBottomNav_submenuItem__AEPlo:last-child{border-bottom:none}.MobileBottomNav_logoutItem__zvtL4{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__zvtL4:hover{background:#dc35451a}.Login_modernLoginContainer__OMiOu{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.Login_modernLoginContainer__OMiOu: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__bt-wY{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__ez6IY{margin-bottom:32px;text-align:center}.Login_loginLogoModern__Qmzpp{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));margin-bottom:24px;width:120px}.Login_loginProgress__y4Jr\+{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:8px}.Login_progressStep__e6wEa{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__e6wEa.Login_active__mxCs6{background:#bd4c08;box-shadow:0 4px 12px #bd4c084d;color:#fff}.Login_progressStep__e6wEa.Login_completed__aJVE7{background:#10b981;color:#fff}.Login_progressStep__e6wEa.Login_completed__aJVE7 .Login_stepNumber__bIPGo:after{content:"✓";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.Login_progressStep__e6wEa.Login_completed__aJVE7 .Login_stepNumber__bIPGo{opacity:0}.Login_progressLine__rTnZR{background:#e5e7eb;border-radius:1px;height:2px;width:32px}.Login_loginContent__yW7co{margin-bottom:24px}.Login_loginTitleSection__mY-lv{margin-bottom:32px;text-align:center}.Login_loginTitleModern__aZTDz{color:#1f2937;font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.Login_loginSubtitle__kdaOZ{color:#6b7280;font-size:16px;line-height:1.5;margin:0}.Login_modernLoginForm__T0-X6{display:flex;flex-direction:column;gap:20px}.Login_inputGroup__uMIVg{display:flex;flex-direction:column;gap:8px}.Login_inputLabel__\+GxeY{color:#374151;font-size:14px;font-weight:600;margin-bottom:4px}.Login_inputWrapper__GKOZZ{align-items:center;display:flex;position:relative}.Login_countryCode__4i6UN{color:#6b7280;font-weight:600;left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.Login_modernInput__\+C-W8{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__\+C-W8:focus{border-color:#bd4c08;box-shadow:0 0 0 3px #bd4c081a;outline:none}.Login_modernInput__\+C-W8:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.Login_modernInput__\+C-W8.Login_otpInput__LXjFq{font-size:24px;font-weight:600;letter-spacing:8px;padding:20px;text-align:center}.Login_inputWrapper__GKOZZ .Login_modernInput__\+C-W8{padding-left:60px}.Login_inputHint__b5XsQ{color:#6b7280;font-size:12px;margin-top:4px}.Login_modernBtn__izNuG{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__izNuG.Login_primary__7fUHE{background:#bd4c08;box-shadow:0 4px 12px #bd4c0833;color:#fff}.Login_modernBtn__izNuG.Login_primary__7fUHE:hover:not(:disabled){background:#a03f07;box-shadow:0 8px 24px #bd4c084d;transform:translateY(-2px)}.Login_modernBtn__izNuG.Login_primary__7fUHE:active:not(:disabled){background:#8a3506;transform:translateY(0)}.Login_modernBtn__izNuG.Login_secondary__KzdZm{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.Login_modernBtn__izNuG.Login_secondary__KzdZm:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.Login_modernBtn__izNuG:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.Login_btnLoading__W-A4N{align-items:center;display:flex;gap:8px}.Login_btnIcon__9pu2h{font-size:14px;font-weight:400}.Login_spinner__oRYq-{animation:Login_spin__3ERhH 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes Login_spin__3ERhH{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_formActions__oHcq4{display:flex;gap:12px}.Login_formActions__oHcq4 .Login_modernBtn__izNuG{flex:1 1}.Login_modernError__CZeaV{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__izTYk{font-size:16px}.Login_resendSection__-niUu{color:#6b7280;font-size:14px;margin-top:16px;text-align:center}.Login_resendBtn__o-QyZ{background:none;border:none;color:#bd4c08;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .2s ease}.Login_resendBtn__o-QyZ:hover{color:#a03f07}.Login_loginFooter__18iWX{border-top:1px solid #e5e7eb;margin-top:32px;padding-top:24px;text-align:center}.Login_loginFooter__18iWX p{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.Login_loginFooter__18iWX a{color:#bd4c08;font-weight:500;text-decoration:none}.Login_loginFooter__18iWX a:hover{color:#a03f07;text-decoration:underline}@media (max-width:640px){.Login_modernLoginContainer__OMiOu{padding:16px}.Login_modernLoginCard__bt-wY{border-radius:20px;padding:32px 24px}.Login_loginTitleModern__aZTDz{font-size:24px}.Login_loginSubtitle__kdaOZ{font-size:14px}.Login_modernInput__\+C-W8{font-size:16px;padding:14px 16px}.Login_inputWrapper__GKOZZ .Login_modernInput__\+C-W8{padding-left:55px}.Login_countryCode__4i6UN{font-size:14px;left:14px}.Login_modernBtn__izNuG{min-height:52px;padding:14px 20px}.Login_formActions__oHcq4{flex-direction:column}.Login_progressStep__e6wEa{font-size:12px;height:32px;width:32px}.Login_progressLine__rTnZR{width:24px}}@media (max-width:480px){.Login_modernLoginCard__bt-wY{border-radius:16px;margin:0}.Login_loginLogoModern__Qmzpp{width:100px}}.WalletRecharge_modernWalletPage__3Rqmf{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletRecharge_modernWalletContainer__T3TvC{margin:0 auto;max-width:800px;padding:0 16px}.WalletRecharge_modernWalletHeader__vEnrJ{margin-bottom:40px;padding:40px 0 20px;text-align:center}.WalletRecharge_walletHeaderContent__vBIuX{-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__OtPNz{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__nd6GD{font-size:2.2rem}.WalletRecharge_modernWalletSubtitle__QiAdj{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletRecharge_modernWalletContent__KdUc3{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}.WalletRecharge_balanceCard__QfQmQ{-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__QfQmQ:before{background:linear-gradient(90deg,#bd4c08,#e65100);content:"";height:4px;left:0;position:absolute;right:0;top:0}.WalletRecharge_balanceHeader__rPtaK{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.WalletRecharge_balanceTitle__\+sMkC{color:#555;font-size:1.1rem;font-weight:600;margin:0}.WalletRecharge_refreshBtn__lWRDN,.WalletRecharge_refreshHistoryBtn__j5ta3{background:none;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;opacity:.7;padding:8px;transition:all .2s ease}.WalletRecharge_refreshBtn__lWRDN:hover,.WalletRecharge_refreshHistoryBtn__j5ta3:hover{background:#bd4c081a;opacity:1;transform:rotate(180deg)}.WalletRecharge_balanceAmount__vuggf{align-items:center;display:flex}.WalletRecharge_balanceValue__KWDEz{color:#bd4c08;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #bd4c081a}.WalletRecharge_balanceSkeleton__aXa97{color:#999;font-size:1.5rem;font-weight:500}.WalletRecharge_balanceLoader__CB2I6{align-items:center;display:flex}.WalletRecharge_rechargeCard__HwBmF{-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__LcDGq{color:#2c2c2c;font-size:1.4rem;font-weight:600;margin:0 0 24px;text-align:center}.WalletRecharge_modernRechargeForm__hjfub{display:flex;flex-direction:column;gap:24px}.WalletRecharge_amountInputSection__eLb8Z{display:flex;flex-direction:column;gap:8px}.WalletRecharge_amountLabel__dubx4{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_amountInputWrapper__IRvZZ{align-items:center;display:flex;position:relative}.WalletRecharge_currencySymbol__u2XnN{color:#bd4c08;font-size:1.2rem;font-weight:600;left:16px;position:absolute;z-index:2}.WalletRecharge_modernAmountInput__jgne1{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__jgne1:focus{background:#fffffff2;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletRecharge_clearAmountBtn__oRzne{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__oRzne:hover{background:#e0e0e0;color:#666}.WalletRecharge_amountLimits__bD2e-{color:#888;font-size:.9rem;text-align:center}.WalletRecharge_quickAmountsSection__ld2dI{display:flex;flex-direction:column;gap:12px}.WalletRecharge_quickAmountsLabel__aMxoU{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_quickAmountsGrid__aaHOY{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.WalletRecharge_modernQuickBtn__rlx\+x{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__rlx\+x:hover{background:linear-gradient(135deg,#bd4c08,#e65100);box-shadow:0 4px 12px #bd4c084d;color:#fff;transform:translateY(-2px)}.WalletRecharge_modernQuickBtn__rlx\+x:active{transform:translateY(0)}.WalletRecharge_modernMessage__1057R{align-items:center;animation:WalletRecharge_slideIn__iy5dF .3s ease;border-radius:10px;display:flex;font-weight:500;gap:8px;padding:12px 16px}.WalletRecharge_errorMessage__JLzt-{background:#f443361a;border:1px solid #f4433633;color:#d32f2f}.WalletRecharge_successMessage__ttMML{background:#4caf501a;border:1px solid #4caf5033;color:#388e3c}.WalletRecharge_messageIcon__BcUqO{font-size:1.1rem}.WalletRecharge_modernRechargeBtn__Ntjus{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__Ntjus:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 6px 20px #bd4c0866;transform:translateY(-2px)}.WalletRecharge_modernRechargeBtn__Ntjus:disabled{box-shadow:0 2px 8px #bd4c0833;cursor:not-allowed;opacity:.6;transform:none}.WalletRecharge_btnIcon__\+prkL{font-size:1.1rem}.WalletRecharge_securityInfo__l1sQ-{border-top:1px solid #e0e0e0;margin-top:16px;padding-top:16px}.WalletRecharge_securityBadge__011VJ{align-items:center;color:#666;display:flex;font-size:.9rem;gap:8px;justify-content:center}.WalletRecharge_securityIcon__qN0Z5{font-size:1rem}.WalletRecharge_historyCard__1yL6u{-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__JRgmf{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.WalletRecharge_historyTitle__esptl{align-items:center;color:#2c2c2c;display:flex;font-size:1.3rem;font-weight:600;gap:8px;margin:0}.WalletRecharge_historyIcon__tJCry{font-size:1.2rem}.WalletRecharge_historyContent__QiAz3{max-height:400px;overflow-y:auto}.WalletRecharge_historyLoading__mmRGd{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;padding:40px 20px}.WalletRecharge_historyEmpty__WuznS{color:#666;padding:40px 20px;text-align:center}.WalletRecharge_emptyIcon__ZoMe9{font-size:3rem;margin-bottom:16px;opacity:.5}.WalletRecharge_historyEmpty__WuznS h4{color:#555;font-size:1.1rem;margin:0 0 8px}.WalletRecharge_historyEmpty__WuznS p{color:#888;font-size:.95rem;margin:0}.WalletRecharge_historyList__34e9i{display:flex;flex-direction:column;gap:12px}.WalletRecharge_modernHistoryItem__i-3CN{background:#f8f9facc;border:1px solid #0000000d;border-radius:12px;padding:16px;transition:all .2s ease}.WalletRecharge_modernHistoryItem__i-3CN:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.WalletRecharge_historyItemMain__Yo67X{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.WalletRecharge_transactionInfo__Y4uE7{display:flex;flex-direction:column;gap:4px}.WalletRecharge_transactionAmount__EfFkl{color:#2c2c2c;font-size:1.2rem;font-weight:700}.WalletRecharge_transactionDate__6nT8h{color:#666;font-size:.9rem}.WalletRecharge_transactionStatus__1IFJU{align-items:center;border-radius:20px;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:6px 12px;text-transform:capitalize}.WalletRecharge_statusDot__sYAnE{border-radius:50%;height:8px;width:8px}.WalletRecharge_statusSuccess__Ppq\+J{background:#4caf501a;color:#388e3c}.WalletRecharge_statusSuccess__Ppq\+J .WalletRecharge_statusDot__sYAnE{background:#4caf50}.WalletRecharge_statusPending__HqMTG{background:#ffc1071a;color:#f57c00}.WalletRecharge_statusPending__HqMTG .WalletRecharge_statusDot__sYAnE{background:#ff9800}.WalletRecharge_statusFailed__wnM21{background:#f443361a;color:#d32f2f}.WalletRecharge_statusFailed__wnM21 .WalletRecharge_statusDot__sYAnE{background:#f44336}.WalletRecharge_historyItemMeta__O-8Ru{border-top:1px solid #0000000d;color:#888;display:flex;font-size:.85rem;justify-content:space-between;margin-top:8px;padding-top:8px}.WalletRecharge_transactionMethod__1YQrp{font-weight:500}.WalletRecharge_transactionId__CXwki{font-family:Courier New,monospace;font-size:.8rem;opacity:.7}.WalletRecharge_btnSpinner__NxEPZ,.WalletRecharge_spinnerSmall__lNSM5,.WalletRecharge_spinner__Et5Rz{animation:WalletRecharge_spin__Vcrdr 1s linear infinite;border:3px solid #bd4c081a;border-left-color:#bd4c08;border-radius:50%}.WalletRecharge_spinner__Et5Rz{height:32px;width:32px}.WalletRecharge_spinnerSmall__lNSM5{border-width:2px;height:16px;width:16px}.WalletRecharge_btnSpinner__NxEPZ{border-color:#ffffff4d #ffffff4d #ffffff4d #fff;border-width:2px;height:20px;width:20px}.WalletRecharge_warningMessage__QrkDq{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__QrkDq strong{display:block;margin-bottom:4px}@keyframes WalletRecharge_spin__Vcrdr{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes WalletRecharge_slideIn__iy5dF{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.WalletRecharge_modernWalletPage__3Rqmf{padding:100px 12px 12px}.WalletRecharge_modernWalletTitle__OtPNz{font-size:2rem}.WalletRecharge_modernWalletSubtitle__QiAdj{font-size:1rem}.WalletRecharge_walletHeaderContent__vBIuX{padding:20px}.WalletRecharge_rechargeCard__HwBmF{padding:24px 20px}.WalletRecharge_balanceCard__QfQmQ,.WalletRecharge_historyCard__1yL6u{padding:20px}.WalletRecharge_modernAmountInput__jgne1{font-size:1.2rem;padding:14px 14px 14px 36px}.WalletRecharge_quickAmountsGrid__aaHOY{gap:8px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.WalletRecharge_modernQuickBtn__rlx\+x{font-size:.9rem;padding:10px 12px}.WalletRecharge_historyItemMeta__O-8Ru{align-items:flex-start;flex-direction:column;gap:4px}.WalletRecharge_transactionId__CXwki{word-break:break-all}}@media (max-width:480px){.WalletRecharge_modernWalletPage__3Rqmf{padding-top:90px}.WalletRecharge_modernWalletTitle__OtPNz{flex-direction:column;font-size:1.8rem;gap:8px}.WalletRecharge_balanceValue__KWDEz{font-size:2rem}.WalletRecharge_historyItemMain__Yo67X{align-items:flex-start;flex-direction:column;gap:8px}.WalletRecharge_transactionStatus__1IFJU{align-self:flex-end}}.PlaceOfBirthField_container__gDq16{position:relative;width:100%}.PlaceOfBirthField_container__gDq16.PlaceOfBirthField_hasError__kXFd9{margin-bottom:32px}.PlaceOfBirthField_inputWrapper__NRdaA{position:relative;width:100%}.PlaceOfBirthField_input__2Qv5s{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__2Qv5s:focus{border-color:#f57c00;box-shadow:0 0 0 3px #f57c001a}.PlaceOfBirthField_input__2Qv5s::placeholder{color:#999}.PlaceOfBirthField_inputError__vFvmz{border-color:#ff3d00!important;box-shadow:0 0 0 3px #ff3d001a!important}.PlaceOfBirthField_errorMessage__f0c6o{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__2L8S4{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.PlaceOfBirthField_spinner__wM58V{animation:PlaceOfBirthField_spin__W7MBk .8s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#f57c00;height:18px;width:18px}@keyframes PlaceOfBirthField_spin__W7MBk{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PlaceOfBirthField_suggestionsList__ktDX8{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__90rzI{background:#fff;cursor:pointer;font-weight:400;padding:8px 12px;transition:background-color .15s ease}.PlaceOfBirthField_suggestionItem__90rzI.PlaceOfBirthField_highlighted__ClMXO,.PlaceOfBirthField_suggestionItem__90rzI:hover{background:#f6c600;font-weight:600}.PlaceOfBirthField_suggestionsList__ktDX8::-webkit-scrollbar{width:6px}.PlaceOfBirthField_suggestionsList__ktDX8::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 6px 6px 0}.PlaceOfBirthField_suggestionsList__ktDX8::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.PlaceOfBirthField_suggestionsList__ktDX8::-webkit-scrollbar-thumb:hover{background:#999}.PlaceOfBirthField_noResults__76inm{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__BEHLE{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletPassbook_passbookHeader__DXyRo{margin-bottom:32px;padding:40px 0 20px;text-align:center}.WalletPassbook_headerContent__\+fgbg{-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__lv1Wp{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__f3sos{font-size:2.2rem}.WalletPassbook_passbookSubtitle__jVTPS{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletPassbook_passbookControls__PpzVk{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:24px}.WalletPassbook_searchContainer__FhiFK{flex:1 1;max-width:400px;position:relative}.WalletPassbook_searchIcon__DXfZT{color:#666;font-size:1.1rem;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.WalletPassbook_searchInput__7oKTC{-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__7oKTC:focus{background:#fff;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_filterContainer__SdrOt{flex-shrink:0}.WalletPassbook_filterSelect__7GbKx{-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__7GbKx:focus{border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_summaryCards__w0q0o{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.WalletPassbook_summaryCard__FwoMJ{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__FwoMJ:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.WalletPassbook_creditCard__jgojx{border-left:4px solid #2e7d32}.WalletPassbook_debitCard__Dd3u7{border-left:4px solid #d32f2f}.WalletPassbook_balanceCard__ylMf8{border-left:4px solid #bd4c08}.WalletPassbook_cardIcon__49Vex{flex-shrink:0;font-size:2rem}.WalletPassbook_cardContent__sO4IQ{flex:1 1}.WalletPassbook_cardLabel__v1hgb{color:#666;font-size:.9rem;font-weight:500;margin-bottom:4px}.WalletPassbook_cardValue__-4g--{color:#2c2c2c;font-size:1.4rem;font-weight:700}.WalletPassbook_passbookContent__rZhJ0{-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__QtJXE{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.WalletPassbook_loadingSpinner__VFJRF{animation:WalletPassbook_spin__N\+uVn 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}@keyframes WalletPassbook_spin__N\+uVn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.WalletPassbook_loadingText__KjzEC{color:#666;font-size:1.1rem;font-weight:500}.WalletPassbook_emptyState__FUlYh{padding:60px 20px;text-align:center}.WalletPassbook_emptyIcon__1eQAI{font-size:4rem;margin-bottom:20px;opacity:.5}.WalletPassbook_emptyTitle__FGTJT{color:#2c2c2c;font-size:1.5rem;font-weight:600;margin:0 0 12px}.WalletPassbook_emptyDescription__tWwzV{color:#666;font-size:1rem;line-height:1.5;margin:0 auto;max-width:400px}.WalletPassbook_mobileTransactions__WhAxE{padding:20px}.WalletPassbook_transactionCard__vSVoY{background:#f8f9facc;border:2px solid #0000000d;border-radius:16px;margin-bottom:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.WalletPassbook_transactionCard__vSVoY:before{background:linear-gradient(135deg,#bd4c08,#e65100);bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.WalletPassbook_transactionCard__vSVoY.WalletPassbook_credit__6wJoo:before{background:linear-gradient(135deg,#2e7d32,#4caf50)}.WalletPassbook_transactionCard__vSVoY.WalletPassbook_debit__mvIUt:before{background:linear-gradient(135deg,#d32f2f,#f44336)}.WalletPassbook_transactionCard__vSVoY:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.WalletPassbook_transactionHeader__FUeZG{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.WalletPassbook_transactionType__4FdtG{align-items:center;display:flex;gap:8px}.WalletPassbook_typeIcon__v8p1M{font-size:1.2rem}.WalletPassbook_typeLabel__0beYw{font-size:1rem;font-weight:600}.WalletPassbook_transactionAmount__7wLIL{font-size:1.3rem;font-weight:700}.WalletPassbook_credit__6wJoo .WalletPassbook_transactionAmount__7wLIL{color:#2e7d32}.WalletPassbook_debit__mvIUt .WalletPassbook_transactionAmount__7wLIL{color:#d32f2f}.WalletPassbook_transactionDetails__PIgjf{display:flex;flex-direction:column;gap:8px}.WalletPassbook_detailRow__i0X4m{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.WalletPassbook_detailLabel__l6kfU{align-items:center;color:#666;display:flex;font-weight:500;gap:4px}.WalletPassbook_detailValue__XLIvy{color:#2c2c2c;font-weight:500;max-width:60%;text-align:right;word-break:break-word}.WalletPassbook_transactionRef__MpBkY{background:#bd4c081a;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;padding:2px 6px}.WalletPassbook_balanceRow__CfYkk{border-top:1px solid #0000001a;margin-top:8px;padding-top:8px}.WalletPassbook_balanceAmount__3csfe{color:#bd4c08;font-weight:700}.WalletPassbook_desktopTransactions__zrgmz{padding:0}.WalletPassbook_tableContainer__tc0i8{overflow-x:auto}.WalletPassbook_transactionsTable__US4Mo{border-collapse:collapse;font-size:.95rem;width:100%}.WalletPassbook_transactionsTable__US4Mo 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__US4Mo td{border-bottom:1px solid #0000000d;padding:16px 12px;vertical-align:middle}.WalletPassbook_transactionRow__HVZh-:hover{background:#bd4c0805}.WalletPassbook_creditRow__lfgLJ{border-left:3px solid #2e7d32}.WalletPassbook_debitRow__Y\+IPP{border-left:3px solid #d32f2f}.WalletPassbook_dateContainer__HxoQ6{display:flex;flex-direction:column;gap:2px}.WalletPassbook_date__RHDOQ{color:#2c2c2c;font-weight:500}.WalletPassbook_time__9hSXV{color:#666;font-size:.85rem}.WalletPassbook_reason__INwUM{color:#2c2c2c;font-weight:500}.WalletPassbook_creditAmount__s6t0P,.WalletPassbook_debitAmount__MAt\+Z{align-items:center;display:flex;font-weight:600;gap:6px}.WalletPassbook_creditAmount__s6t0P{color:#2e7d32}.WalletPassbook_debitAmount__MAt\+Z{color:#d32f2f}.WalletPassbook_amountIcon__6T4CQ{font-size:.9rem}.WalletPassbook_noAmount__CJLPl{color:#999;font-style:italic}.WalletPassbook_paginationContainer__cwnY3{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__k-ClY{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__k-ClY:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 4px 12px #bd4c084d;transform:translateY(-2px)}.WalletPassbook_paginationBtn__k-ClY:disabled{cursor:not-allowed;opacity:.5;transform:none}.WalletPassbook_btnIcon__ThcJA{font-size:.9rem}.WalletPassbook_paginationInfo__woXLG{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center}.WalletPassbook_pageInfo__kMeCf{color:#2c2c2c;font-weight:600}.WalletPassbook_currentPage__PBl4p,.WalletPassbook_totalPages__V3flS{color:#bd4c08;font-weight:700}.WalletPassbook_resultsInfo__boTH3{color:#666;font-size:.9rem}@media (max-width:768px){.WalletPassbook_modernWalletPassbook__BEHLE{padding:100px 12px 12px}.WalletPassbook_passbookTitle__lv1Wp{flex-direction:column;font-size:2rem;gap:8px}.WalletPassbook_passbookSubtitle__jVTPS{font-size:1rem}.WalletPassbook_headerContent__\+fgbg{padding:20px}.WalletPassbook_passbookControls__PpzVk{flex-direction:column;gap:12px}.WalletPassbook_filterContainer__SdrOt,.WalletPassbook_filterSelect__7GbKx,.WalletPassbook_searchContainer__FhiFK{width:100%}.WalletPassbook_summaryCards__w0q0o{gap:12px;grid-template-columns:1fr}.WalletPassbook_summaryCard__FwoMJ{padding:16px}.WalletPassbook_cardValue__-4g--{font-size:1.2rem}.WalletPassbook_paginationContainer__cwnY3{flex-direction:column;gap:12px}.WalletPassbook_paginationBtn__k-ClY{justify-content:center;width:100%}}@media (max-width:480px){.WalletPassbook_passbookTitle__lv1Wp{font-size:1.8rem}.WalletPassbook_transactionCard__vSVoY{padding:16px}.WalletPassbook_transactionHeader__FUeZG{align-items:flex-start;flex-direction:column;gap:8px}.WalletPassbook_transactionAmount__7wLIL{font-size:1.2rem}.WalletPassbook_detailRow__i0X4m{align-items:flex-start;flex-direction:column;gap:4px}.WalletPassbook_detailValue__XLIvy{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__sGH2J{background:#f9f9f9;margin:0;min-height:100vh;padding:0;position:relative}.LandingPage_trustBanner__SB6AN{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__uJzuy{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;white-space:nowrap}.LandingPage_trustIcon__B6AZx{font-size:clamp(13px,3.5vw,18px);line-height:1}.LandingPage_trustSeparator__uDVwQ{font-weight:300;opacity:.6}.LandingPage_reviewSection__lJEAD{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:12px 0 8px}.LandingPage_stars__fitj0{display:inline-flex;font-size:18px;gap:2px;line-height:1}.LandingPage_starFilled__c\+VXT{color:#f57c00}.LandingPage_starHalf__89Elr{color:#f57c00;opacity:.5}.LandingPage_rating__FZHRS{color:#3e2723;font-size:16px;font-weight:600;margin-left:4px}.LandingPage_reviewCount__ZvOQd{color:#666;cursor:pointer;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.LandingPage_reviewCount__ZvOQd:hover{color:#f57c00;text-decoration:underline}.LandingPage_header__WWLwi{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center;min-height:80px;padding:12px 0;width:100%}.LandingPage_logo__Ik9oa{margin-bottom:0;max-width:200px}.LandingPage_limitedoffer__\+2VjE,.LandingPage_logo__Ik9oa{cursor:pointer;display:block;height:auto;transition:transform .2s}.LandingPage_limitedoffer__\+2VjE{margin:0 auto 18px;max-width:120px}.LandingPage_badge__GseS4{color:green;font-weight:500}.LandingPage_title__cyPm0{color:#963142;display:block;font-size:26px;font-weight:700;letter-spacing:1px;text-align:center}.LandingPage_mainSection__6xU-5{min-height:100vh;padding:10px 0 0}.LandingPage_heroBanner__Ddh7W{align-items:stretch;display:flex;flex-wrap:nowrap;gap:48px;margin:0 auto;max-width:1290px;padding:48px 0 0}.LandingPage_heroColumns__PIq\+z{align-items:flex-start;display:flex;gap:48px;width:100%}.LandingPage_card__PbsOS{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__0lyeb{background:#fff;border-radius:0;box-shadow:none;display:block;height:265px;max-width:100%;object-fit:contain;width:auto}.LandingPage_listprice__T\+bR5{color:#3e2723;font-size:1.2rem;font-weight:400;margin-right:8px;text-decoration:line-through;vertical-align:middle}.LandingPage_price__sHbx4{color:#b12704;font-size:1.8rem;font-weight:700}.LandingPage_priceNote__t1aPN{color:#888;font-size:16px;font-weight:400}.LandingPage_verified__0Veud{color:#444;font-size:18px;margin-bottom:18px}.LandingPage_verifiedBadge__Y9JVY{background:#e0f7fa;border-radius:8px;color:#0078d4;margin-right:8px;padding:4px 12px}.LandingPage_verifiedNote__mtapS{color:#888;font-size:15px;margin-left:8px}.LandingPage_benefits__TGwLI{color:#444;font-size:16px;margin-bottom:18px}.LandingPage_formTitle__6TkxW{color:#e87948;font-size:20px;font-weight:700;margin-bottom:22px;padding-bottom:22px;position:relative;text-align:center}.LandingPage_formTitle__6TkxW:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_formGroup__rxvn4{box-sizing:border-box;margin-bottom:14px;position:relative;width:100%}.LandingPage_formLabel__dIQxl{font-weight:600}.LandingPage_formInput__iAnsS,.LandingPage_formSelect__bQ9P8{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__bQ9P8{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__bQ9P8 option{font-size:16px;line-height:1.5;padding:8px}select.LandingPage_formSelect__bQ9P8{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__PowOD{color:#d32f2f;font-weight:600;margin-bottom:10px}.LandingPage_formSuccess__M-cNu{color:#388e3c;font-weight:600;margin-bottom:10px}.LandingPage_otpError__hmilj{color:#d32f2f;font-weight:600;margin-top:6px}.LandingPage_submitBtn__mNPkV{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__mNPkV:active,.LandingPage_submitBtn__mNPkV:focus,.LandingPage_submitBtn__mNPkV:hover{transform:scale(1.07);transition:transform .22s cubic-bezier(.4,0,.2,1)}.LandingPage_submitBtn__mNPkV:before{animation:LandingPage_slideShine__5Xfz7 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__hEkIh{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_descriptionTitle__wGETl{color:#e87948;font-size:24px;font-weight:700;margin-bottom:22px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_descriptionTitle__wGETl:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_descriptionText__pPIgQ{color:#3e2723;font-size:17px;line-height:1.7}.LandingPage_react-player-wrapper__eyqRn{overflow:visible;position:relative}.LandingPage_testimonialsSection__hBGlP{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_testimonialsTitle__bZYFK{border-left:5px solid #f6c600;color:#222;font-size:28px;font-weight:700;margin-bottom:18px;padding-left:14px}.LandingPage_testimonialsList__t2J5b{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.LandingPage_testimonialCard__-LWvj{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:12px;max-width:320px;min-width:220px;padding:20px}.LandingPage_testimonialStars__XQ8ol{color:#222;font-size:18px;font-weight:600;margin-bottom:8px}.LandingPage_testimonialText__KFw05{color:#3e2723;font-size:16px;font-style:italic}.LandingPage_testimonialAuthor__bAS88{color:#888;font-size:14px;margin-top:8px}.LandingPage_testimonialsFooter__VReGO{color:#3e2723;font-size:16px;font-weight:600;margin-top:24px;text-align:center}@media (max-width:900px){.LandingPage_heroBanner__Ddh7W,.LandingPage_heroColumns__PIq\+z{flex-direction:column;gap:24px}.LandingPage_card__PbsOS{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__hEkIh,.LandingPage_testimonialsSection__hBGlP{margin:24px auto 0;max-width:100%}.LandingPage_mainSection__6xU-5{padding:0 12px}}@media (max-width:600px){.LandingPage_container__sGH2J{padding:0}.LandingPage_header__WWLwi{min-height:60px}.LandingPage_title__cyPm0{font-size:20px}.LandingPage_heroBanner__Ddh7W{padding:24px 0 0}.LandingPage_card__PbsOS{min-height:320px;padding:18px 10px}.LandingPage_productImage__0lyeb{border-radius:10px;height:200px}.LandingPage_descriptionSection__hEkIh,.LandingPage_testimonialsSection__hBGlP{border-radius:10px;padding:6px}.LandingPage_descriptionTitle__wGETl{font-size:18px;padding-left:8px}.LandingPage_descriptionText__pPIgQ{font-size:14px}.LandingPage_testimonialsTitle__bZYFK{font-size:16px}.LandingPage_testimonialsList__t2J5b{gap:10px}.LandingPage_testimonialCard__-LWvj{max-width:100%;min-width:0;padding:10px}.LandingPage_testimonialsFooter__VReGO{font-size:13px}}.LandingPage_languageContainer__y6RSd{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.LandingPage_languageTag__wbuJg{border-radius:25px;font-size:14px;font-weight:600;padding:8px 14px;text-align:center;transition:all .3s ease}.LandingPage_languageTag-single__ZghQK{display:inline-block!important;flex:none!important;padding:8px 0!important;text-align:center!important;width:40px!important}.LandingPage_languageTag__wbuJg:hover{box-shadow:0 5px 14px #f0b46480;transform:scale(1.05)}.LandingPage_reportLanguages__i8Ad-{color:#3e2723;font-size:16px;font-weight:600;line-height:1.4;margin-top:12px}.LandingPage_mobileOrderBtn__PB8Gj{animation:LandingPage_mobileOrderBtnZoom__cdGzt 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__cdGzt{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.LandingPage_productBadge__re-Ig{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__\+SUUK{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__\+SUUK: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__oca1n{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__ul\+hl{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__re-Ig:hover .LandingPage_badgeBody__\+SUUK{transform:translateX(-2px)}@media (max-width:768px){.LandingPage_productBadge__re-Ig{height:28px;margin-bottom:12px}.LandingPage_badgeBody__\+SUUK{font-size:.7rem;letter-spacing:.6px;padding:5px 16px 5px 12px}.LandingPage_badgeArrow__oca1n{border-width:14px 0 14px 10px}.LandingPage_badgeArrowBorder__ul\+hl{border-width:16px 0 16px 12px;left:-12px;top:-16px}}.LandingPage_mobileOrderBtn__PB8Gj:before{animation:LandingPage_slideShine__5Xfz7 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__5Xfz7{0%{left:-50%}to{left:150%}}@media (min-width:769px){.LandingPage_mobileOrderBtn__PB8Gj{display:none}}@media (max-width:768px){.LandingPage_container__sGH2J{margin-top:0!important;padding-top:0!important}}@media (min-width:401px) and (max-width:768px){.LandingPage_trustBanner__SB6AN{font-size:15px;gap:12px;margin:0!important;padding:10px 15px;position:relative;top:0}.LandingPage_trustIcon__B6AZx{font-size:16px}.LandingPage_reviewSection__lJEAD{font-size:14px;gap:6px}.LandingPage_stars__fitj0{font-size:16px}.LandingPage_rating__FZHRS{font-size:14px}.LandingPage_reviewCount__ZvOQd{font-size:12px}}@media (max-width:400px){.LandingPage_trustBanner__SB6AN{font-size:11px;gap:8px;padding:8px 12px}.LandingPage_trustIcon__B6AZx{font-size:14px}.LandingPage_trustSeparator__uDVwQ{margin:0 2px}}.LandingPage_trustBadges__bj2t1{display:flex;gap:12px;margin-top:12px}.LandingPage_languageTag__wbuJg{background:linear-gradient(135deg,#f9a825,#e07b39);box-shadow:0 3px 8px #f0b4644d;color:#fff}.LandingPage_heroImageSlider__8zpzr{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;min-width:240px;padding-bottom:16px;position:relative}.LandingPage_sliderIndicators__aKde8{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:12px}.LandingPage_indicatorDot__omhdd{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__TVlgV{background:#f8c537;border:2px solid #963142;box-shadow:0 2px 8px #f8c53755}@media (max-width:768px){.LandingPage_thumbnailGallery__ICko8{gap:6px}.LandingPage_thumbnailWrapper__PDnpG{height:50px;width:50px}.LandingPage_formTitle__6TkxW{margin-bottom:16px;padding:0 8px 22px;text-align:center}.LandingPage_limitedoffer__\+2VjE{margin:0 auto 14px}.LandingPage_formInput__iAnsS,.LandingPage_formSelect__bQ9P8{box-sizing:border-box;font-size:16px;padding:12px;width:100%}.LandingPage_formLabel__dIQxl{display:block;font-size:15px;margin-bottom:6px}.LandingPage_submitBtn__mNPkV{box-sizing:border-box;font-size:18px;padding:16px 0;width:100%}}@media (max-width:400px){.LandingPage_card__PbsOS{padding:16px 12px}.LandingPage_formTitle__6TkxW{font-size:18px}.LandingPage_formInput__iAnsS,.LandingPage_formSelect__bQ9P8{font-size:16px;padding:10px}}.LandingPage_reviewsSection__a050K{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:40px 32px}.LandingPage_reviewsSectionTitle__cTidn{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_reviewsSectionTitle__cTidn:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_reviewsList__CDddx{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:28px}.LandingPage_reviewItem__6nULG{background:#fff8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:16px;padding:24px}.LandingPage_reviewItem__6nULG:last-child{border-bottom:none}.LandingPage_reviewFirstLine__kznLH{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.LandingPage_verifiedBadge__Y9JVY{background:#4caf50;border-radius:10px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:3px 8px;white-space:nowrap}.LandingPage_customerName__zhH2W{color:#333;font-size:15px;font-weight:600;margin-bottom:4px}.LandingPage_reviewDays__Y0HD0{color:#888;font-size:14px}.LandingPage_reviewStars__1sHwU{align-items:center;color:orange;display:flex;font-size:16px;gap:2px}.LandingPage_starFilled__c\+VXT{color:orange}.LandingPage_starEmpty__cyoiQ{color:#ddd}.LandingPage_ratingText__qaZts{color:#666;font-size:14px;font-weight:600;margin-left:6px}.LandingPage_reviewText__HJUaU{color:#3e2723;flex:1 1;font-size:15px;line-height:1.6;margin:0}.LandingPage_reviewFooter__7UnAo{align-items:center;display:flex;gap:12px;margin-top:auto}.LandingPage_userProfileImage__nAjdc{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__VC9uv{display:flex;flex-direction:column;gap:2px}.LandingPage_showMoreBtn__OvNd2{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__OvNd2:hover{color:#e87948}.LandingPage_arrowRight__AOoNN{font-size:18px;margin-left:4px}.LandingPage_faqSection__piN-K{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:900px;padding:40px 32px}.LandingPage_faqSectionTitle__1\+Kwh{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_faqSectionTitle__1\+Kwh: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__a050K{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_reviewsSectionTitle__cTidn{font-size:20px}.LandingPage_reviewsList__CDddx{gap:16px;grid-template-columns:1fr}.LandingPage_reviewItem__6nULG{padding:20px}.LandingPage_reviewFirstLine__kznLH{gap:6px}.LandingPage_customerName__zhH2W{font-size:14px}.LandingPage_reviewDays__Y0HD0{font-size:12px}.LandingPage_reviewText__HJUaU{font-size:13px;line-height:1.5}.LandingPage_reviewFooter__7UnAo{gap:10px}.LandingPage_userProfileImage__nAjdc{font-size:18px;height:40px;width:40px}.LandingPage_reviewStars__1sHwU{font-size:14px}.LandingPage_showMoreBtn__OvNd2{font-size:14px;padding:10px 24px}.LandingPage_faqSection__piN-K{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_faqSectionTitle__1\+Kwh{font-size:20px}}.LandingPage_footer__OImPJ{background-color:#fff;border-top:1px solid #eee;margin-top:24px;padding:24px 20px;text-align:center}.LandingPage_footerContent__lR16q{margin:0 auto;max-width:1200px}.LandingPage_footerTitle__x0nJ-{color:#e87948;display:inline-block;font-size:24px;font-weight:700;margin:0 0 10px;position:relative}.LandingPage_footerTitle__x0nJ-:after{color:#e87948;content:"──── ◆ ────";display:block;font-size:14px;font-weight:400;letter-spacing:2px;margin-top:8px}.LandingPage_footerText__YCe8n{color:#666;font-size:16px;line-height:1.6;margin:0}.LandingPage_footerLink__UApUK{color:#e87948;font-weight:500;text-decoration:none;transition:all .2s ease}.LandingPage_footerLink__UApUK:hover{color:#d4652f;text-decoration:underline}.LandingPage_footerEmail__V7s0n{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__V7s0n:hover{background-color:#e87948;box-shadow:0 4px 12px #e8794833;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.LandingPage_footer__OImPJ{margin-top:16px;padding:20px 16px}.LandingPage_footerTitle__x0nJ-{font-size:20px}.LandingPage_footerText__YCe8n{font-size:14px}.LandingPage_footerEmail__V7s0n{font-size:16px;padding:10px 20px}}@media (max-width:480px){.LandingPage_footer__OImPJ{margin-top:16px;padding:16px 12px}.LandingPage_footerTitle__x0nJ-{font-size:18px}.LandingPage_footerText__YCe8n{font-size:13px}.LandingPage_footerEmail__V7s0n{font-size:14px;padding:8px 16px}}.VideoPlayer_videoContainer__ZAHis{margin:0 auto;max-width:600px;position:relative;width:100%}.VideoPlayer_thumbnailWrapper__HY53n{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__apfw1{border-radius:12px;display:block;height:325px;object-fit:cover;width:100%}.VideoPlayer_defaultThumbnail__VxTdX{align-items:center;background:#eee;display:flex;height:325px;justify-content:center;width:100%}.VideoPlayer_playButton__fTFJ2{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__fTFJ2:hover{background:#fffbe7}.TimePicker_timePickerContainer__sE7dG{align-items:center;display:flex;gap:8px;width:100%}.TimePicker_timeSelect__eWGGw{-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__eWGGw:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timePeriod__n0PNV{-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__n0PNV:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timeSeparator__Lwc8Y{color:#333;font-size:20px;font-weight:600;margin:0 4px}@media (max-width:768px){.TimePicker_timePeriod__n0PNV,.TimePicker_timeSelect__eWGGw{font-size:16px;padding:10px}.TimePicker_timeSelect__eWGGw{background-size:18px;padding-right:28px}.TimePicker_timePeriod__n0PNV{background-size:14px;padding-right:24px}}.DateOfBirthField_dobContainer__uglbY{box-sizing:border-box;width:100%}.DateOfBirthField_dobFields__33plb{display:flex;gap:8px;width:100%}.DateOfBirthField_dobField__Xzv-a{flex:1 1}.DateOfBirthField_dobField__Xzv-a:last-child{flex:1.2 1}.DateOfBirthField_dobInput__KZLVf,.DateOfBirthField_dobSelect__L21Ud{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__KZLVf:focus,.DateOfBirthField_dobSelect__L21Ud:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.DateOfBirthField_dobInput__KZLVf:invalid,.DateOfBirthField_dobSelect__L21Ud:invalid{border-color:#ff3d00}.DateOfBirthField_dobInput__KZLVf::placeholder{color:#999}.DateOfBirthField_dobPreview__eb\+x9{background-color:#e8f5e9;color:#4caf50}.DateOfBirthField_adjustmentMessage__tMu9r,.DateOfBirthField_dobPreview__eb\+x9{border-radius:4px;font-size:14px;font-weight:500;margin-top:8px;padding:6px;text-align:center}.DateOfBirthField_adjustmentMessage__tMu9r{background-color:#fff3e0;border-left:3px solid #ff6b35;color:#ff6b35}@media (max-width:480px){.DateOfBirthField_dobInput__KZLVf,.DateOfBirthField_dobSelect__L21Ud{font-size:16px;padding:14px 10px}.DateOfBirthField_dobFields__33plb{gap:6px}}.DateOfBirthField_dobSelect__L21Ud{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__KZLVf,.DateOfBirthField_dobSelect__L21Ud{border-width:2px}}.ReviewModal_modalOverlay__2IcPh{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__Vwobi{animation:ReviewModal_slideUp__5eC7U .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__5eC7U{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ReviewModal_modalHeader__lMnFk{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.ReviewModal_modalHeader__lMnFk h2{color:#333;font-size:24px;margin:0}.ReviewModal_closeBtn__VBRtp{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__VBRtp:hover{background:#f5f5f5;color:#333}.ReviewModal_modalBody__rA-pd{flex:1 1;overflow-y:auto;padding:24px}.ReviewModal_reviewItem__PEWAe{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;padding:20px}.ReviewModal_reviewItem__PEWAe:last-child{margin-bottom:0}.ReviewModal_reviewHeader__0I2z6{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ReviewModal_verifiedBadge__aMWkF{background:#4caf50;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-bottom:8px;padding:4px 10px}.ReviewModal_customerName__gF-ra{color:#333;display:block;font-size:16px;margin-top:8px}.ReviewModal_reviewDays__Z7W2u{color:#888;display:block;font-size:12px;margin-top:4px}.ReviewModal_stars__AfrN7{color:orange;font-size:18px}.ReviewModal_starFilled__Xjxkz{color:orange}.ReviewModal_starEmpty__px12w{color:#ddd}.ReviewModal_reviewText__VO\+e1{color:#555;font-size:14px;line-height:1.6;margin:12px 0 0}@media (max-width:768px){.ReviewModal_modalOverlay__2IcPh{align-items:flex-end;padding:0}.ReviewModal_modalContent__Vwobi{border-radius:12px 12px 0 0;margin:0;max-height:95vh;max-width:100%}.ReviewModal_modalHeader__lMnFk{padding:16px 20px}.ReviewModal_modalHeader__lMnFk h2{font-size:20px}.ReviewModal_modalBody__rA-pd{padding:16px}.ReviewModal_reviewHeader__0I2z6{flex-direction:column;gap:8px}.ReviewModal_stars__AfrN7{font-size:16px}}.RecentOrderToast_toast__QXTMU{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__oTudi{opacity:1;transform:translateY(0) scale(1)}.RecentOrderToast_icon__ab9N2{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__9gKyd{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.RecentOrderToast_textBlock__fgM8J{display:flex;flex-direction:column;gap:2px;max-height:2.8em;overflow:hidden;width:100%}.RecentOrderToast_line1__jVVL7{color:#111;font-size:13px;line-height:1.1;overflow-wrap:anywhere;white-space:normal}.RecentOrderToast_line2__626MI{color:#4b4b4b;font-size:12px;font-weight:600;line-height:1.1}.RecentOrderToast_name__G98OZ{font-weight:800;margin-right:6px}.RecentOrderToast_text__vLxXj{color:#2f2f2f}.RecentOrderToast_om__5PdYi{font-size:20px;line-height:1}@media (max-width:768px){.RecentOrderToast_toast__QXTMU{border-radius:16px;bottom:auto;font-size:12px;left:auto;max-width:260px;padding:8px 12px 8px 10px;right:12px;top:12px}.RecentOrderToast_icon__ab9N2{height:42px;width:42px}}.FAQ_faqContainer__ssVNW{display:flex;flex-direction:column;gap:0}.FAQ_faqItem__Dj7Ga{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__Dj7Ga:hover{box-shadow:0 4px 12px #e8794826;transform:translateY(-2px)}.FAQ_faqQuestion__\+9cZY{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__\+9cZY:hover{background-color:#fff8f4}.FAQ_faqQuestion__\+9cZY:active{background-color:#fff0e8;transform:scale(.99)}.FAQ_faqQuestion__\+9cZY:focus{outline:none}.FAQ_faqQuestion__\+9cZY:focus-visible{outline:3px solid #e87948;outline-offset:-3px}.FAQ_icon__Vnpbh{color:#e87948;flex-shrink:0;font-size:12px;margin-left:16px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.FAQ_iconExpanded__4nijB{transform:rotate(180deg)}.FAQ_faqAnswer__He2VL{animation:FAQ_slideDown__K5MZi .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__K5MZi{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__\+9cZY{font-size:15px;padding:14px 16px}.FAQ_faqAnswer__He2VL{font-size:14px;padding:0 16px 16px}.FAQ_icon__Vnpbh{font-size:10px;margin-left:12px}}@media (max-width:480px){.FAQ_faqQuestion__\+9cZY{font-size:14px;padding:12px 14px}.FAQ_faqAnswer__He2VL{font-size:13px;padding:0 14px 14px}}.OrderSuccess_successContainer__f2ueR{align-items:center;background:linear-gradient(120deg,#fffbe6,#ffe0b2);display:flex;justify-content:center;min-height:100vh}.OrderSuccess_successCard__edixo{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__Fj7lD{font-size:54px;margin-bottom:18px}.OrderSuccess_title__rpZyJ{color:#f57c00;font-size:2.1em;font-weight:800;margin-bottom:10px}.OrderSuccess_message__AwTzK{color:#444;font-size:1.1em;margin-bottom:28px}.OrderSuccess_homeBtn__7czlV{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__7czlV:focus,.OrderSuccess_homeBtn__7czlV:hover{background:linear-gradient(90deg,#f57c00,#ff9800);transform:translateY(-2px) scale(1.04)}.OrderSuccess_orderId__Ppw6u{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__L3lYN{color:#666;font-size:1em;font-style:italic;margin:16px 0}.OrderSuccess_errorText__A6AMu{background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;color:#d32f2f;font-size:.95em;margin:16px 0;padding:8px}.OrderSuccess_orderDetails__rp2HH{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin:20px 0;padding:16px;text-align:left}.OrderSuccess_orderDetailsTitle__cBv8v{color:#333;font-size:1.1em;font-weight:600;margin-bottom:12px;text-align:center}.OrderSuccess_orderDetailItem__SrfYv{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:6px 0}.OrderSuccess_orderDetailItem__SrfYv:last-child{border-bottom:none}.OrderSuccess_orderDetailLabel__e0lom{color:#555;font-size:.95em;font-weight:500}.OrderSuccess_orderDetailValue__IwvjW{color:#333;font-size:.95em;font-weight:400}.OrderSuccess_orderDetailValue__IwvjW.OrderSuccess_amount__QK6WE{color:#f57c00;font-weight:600}.CheckoutPage_page__T9taL{background:#f4f6fb;font-family:inherit;min-height:100vh}.CheckoutPage_topBar__KOGEs{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__23rq3{color:#1a2a4a;font-size:17px;font-weight:700;letter-spacing:-.3px}.CheckoutPage_topBarLogo__L0kRD{height:48px;object-fit:contain;width:auto}.CheckoutPage_topBarAmount__Y\+kYJ{color:#1a2a4a;font-size:18px;font-weight:800;white-space:nowrap}.CheckoutPage_topBarAmountSub__rV7n6{color:#6b7280;font-size:11px;line-height:1.1;text-align:right}.CheckoutPage_topBarSecure__fXBPd{align-items:center;color:#4caf50;display:flex;font-size:11px;font-weight:600;gap:4px}.CheckoutPage_backBtn__7cqey{display:none}@media (min-width:768px){.CheckoutPage_backBtn__7cqey{display:none}}@media (max-width:767px){.CheckoutPage_backBtn__7cqey{display:none}}.CheckoutPage_layout__A\+9cb{display:flex;flex-direction:column;margin:0 auto;max-width:820px;padding:0}@media (min-width:768px){.CheckoutPage_layout__A\+9cb{align-items:flex-start;flex-direction:row;gap:20px;padding:20px 16px}.CheckoutPage_paymentPanel__qSIF8{border-radius:12px;flex:1 1;overflow:hidden}.CheckoutPage_summaryPanel__H1yED{flex:0 0 290px}}.CheckoutPage_summaryPanel__H1yED{display:none}@media (min-width:768px){.CheckoutPage_summaryPanel__H1yED{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;display:block;padding:20px;position:-webkit-sticky;position:sticky;top:80px}}.CheckoutPage_paymentPanel__qSIF8{background:#fff;padding:0 16px}.CheckoutPage_methodList__-FetO{width:100%}.CheckoutPage_methodSection__YlmyD{border-bottom:1px solid #e8eaf0}.CheckoutPage_methodSection__YlmyD:first-child{border-top:1px solid #e8eaf0}.CheckoutPage_methodRow__oA2AB{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__oA2AB:hover{background:#f9fafb}.CheckoutPage_methodRowActive__YdoJe{background:#fffbec}.CheckoutPage_methodRowIcon__EQmyW{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__vr9gC{flex:1 1;min-width:0}.CheckoutPage_methodRowLabel__llwQo{align-items:center;color:#1a2a4a;display:flex;font-size:14px;font-weight:600;gap:6px}.CheckoutPage_methodRowSub__56lpN{color:#6b7280;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CheckoutPage_methodRowRight__N8F0\+{align-items:center;display:flex;flex-shrink:0;gap:6px}.CheckoutPage_methodRowAmount__836-T{color:#1a2a4a;font-size:14px;font-weight:700}.CheckoutPage_methodChevron__AKx3e{color:#9ca3af;display:inline-block;font-size:12px;transition:transform .2s}.CheckoutPage_methodChevronOpen__DQrk3{color:#c9a624;transform:rotate(180deg)}.CheckoutPage_recommendedBadge__hudOL{background:#e8f5e9;color:#2e7d32}.CheckoutPage_exclusiveBadge__8XZB5,.CheckoutPage_recommendedBadge__hudOL{border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:2px 6px}.CheckoutPage_exclusiveBadge__8XZB5{background:#fff8e1;color:#e65100}.CheckoutPage_methodBody__Ortr7{background:#fafbfd;border-top:1px solid #f0f0f0;padding:0}.CheckoutPage_subTabs__HN\+Xi{border:1.5px solid #e0e0e0;border-radius:8px;display:flex;gap:0;margin-bottom:16px;overflow:hidden}.CheckoutPage_subTab__RddzP{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__CUMvl{background:#1a2a4a;color:#fff;font-weight:700}.CheckoutPage_upiIntentSection__lIYW1{padding-top:0}.CheckoutPage_upiIntentHint__fBOJC{color:#6b7280;font-size:12px;margin:0 0 12px}.CheckoutPage_upiAppGrid__xrzI\+{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:0;padding:12px 12px 0}.CheckoutPage_upiAppBtn__cCn3D{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__cCn3D:active:not(:disabled){transform:scale(.95)}.CheckoutPage_upiAppBtn__cCn3D:hover:not(:disabled){background:#fffbec;border-color:#c9a624}.CheckoutPage_upiAppBtn__cCn3D:disabled{cursor:not-allowed;opacity:.45}.CheckoutPage_upiAppIcon__MxwCo{flex-shrink:0;height:28px;width:28px}.CheckoutPage_upiAppLabel__vRxPv{color:#374151;font-size:13px;font-weight:600;line-height:1.2;text-align:left}.CheckoutPage_qrFallback__nXXwD{margin-top:12px;text-align:center}.CheckoutPage_qrFallbackText__ry0fY{color:#6b7280;font-size:12px;margin:0 0 8px}.CheckoutPage_desktopUpiNotice__peMxh{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__RBSPm{font-size:28px}.CheckoutPage_desktopUpiNotice__peMxh p{color:#1a2a4a;font-size:14px;font-weight:600;margin:0}.CheckoutPage_desktopUpiNoticeHint__wAXHj{color:#6b7280!important;font-size:12px!important;font-weight:400!important}.CheckoutPage_qrBtn__hpUT8{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__hpUT8:hover{background:#1a2a4a;color:#fff}.CheckoutPage_awaitingPayment__Sfxu7{color:#374151;padding:24px 12px;text-align:center}.CheckoutPage_awaitingPayment__Sfxu7 p{font-size:14px;margin:10px 0 0}.CheckoutPage_awaitingHint__yL1BH{color:#6b7280;font-size:12px!important}.CheckoutPage_collectForm__0PKRm{display:flex;flex-direction:column;gap:0;padding:14px 16px 16px}.CheckoutPage_inputLabel__HY18d{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:5px;margin-top:12px}.CheckoutPage_inputLabel__HY18d:first-child{margin-top:0}.CheckoutPage_textInput__abwek{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__abwek:focus{border-color:#1a2a4a}.CheckoutPage_textInput__abwek::placeholder{color:#b0b7c3}.CheckoutPage_inputError__nViRE{border-color:#ef4444!important}.CheckoutPage_fieldError__nAr-z{color:#ef4444;font-size:12px;margin:4px 0 0}.CheckoutPage_cardNumberWrapper__6LGPg{align-items:center;display:flex;position:relative}.CheckoutPage_cardNumberWrapper__6LGPg .CheckoutPage_textInput__abwek{padding-right:48px}.CheckoutPage_cardTypeIcon__Zg9KH{font-size:22px;pointer-events:none;position:absolute;right:12px;-webkit-user-select:none;user-select:none}.CheckoutPage_cardRow__h2TbP{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:0}.CheckoutPage_cardRowField__qUmDq{display:flex;flex-direction:column}.CheckoutPage_collectHint__YH-Qp{color:#6b7280;font-size:12px;line-height:1.5;margin:10px 0 16px}.CheckoutPage_payBtn__lCnEy{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__lCnEy:active:not(:disabled){transform:scale(.98)}.CheckoutPage_payBtn__lCnEy:hover:not(:disabled){background:#253a5e}.CheckoutPage_payBtn__lCnEy:disabled{background:#9ca3af;cursor:not-allowed}.CheckoutPage_bankGrid__phZNe{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin:8px 0 16px}@media (min-width:500px){.CheckoutPage_bankGrid__phZNe{grid-template-columns:repeat(3,1fr)}}.CheckoutPage_bankBtn__u3ZG3{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__u3ZG3:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_bankBtnSelected__yOuXr{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletGrid__ESJgS{display:flex;flex-direction:column;gap:8px;margin:8px 0 16px}.CheckoutPage_walletBtn__elmRa{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__elmRa:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_walletBtnSelected__uOJm6{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletEmoji__Ob9z4{font-size:20px}.CheckoutPage_orderSummaryTitle__hPIXu{color:#1a2a4a;font-size:14px;font-weight:700;margin:0 0 12px}.CheckoutPage_orderSummaryRow__NJKGV{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.CheckoutPage_orderSummaryLabel__5xVbI{color:#6b7280;flex:1 1;font-size:13px}.CheckoutPage_orderSummaryAmount__gaJBK{color:#1a2a4a;font-size:13px;font-weight:600;white-space:nowrap}.CheckoutPage_orderSummaryTotal__Xcy3O{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_orderSummaryDivider__tc-YX{border:none;border-top:1px solid #e8eaf0;margin:8px 0}.CheckoutPage_securityBadges__7OqD0{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.CheckoutPage_badge__GXLY6{background:#f0f4ff;border-radius:20px;color:#374151;font-size:11px;font-weight:500;padding:4px 8px}.CheckoutPage_mobileSummary__CW6MD{background:#fff;border-bottom:1px solid #e8eaf0;padding:10px 16px}.CheckoutPage_mobileSummaryClosed__jLYyq{align-items:center;cursor:pointer;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none}.CheckoutPage_mobileSummaryLabel__gftez{align-items:center;color:#1a2a4a;display:flex;font-size:13px;font-weight:600;gap:6px}.CheckoutPage_mobileSummaryAmt__CWpwd{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_mobileSummaryChevron__idnEy{color:#9ca3af;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_mobileSummaryChevronOpen__LAl5z{transform:rotate(180deg)}.CheckoutPage_mobileSummaryBody__Lp3se{margin-top:12px}@media (min-width:768px){.CheckoutPage_mobileSummary__CW6MD{display:none}}.CheckoutPage_statusMsg__OogW0{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__XbtGH{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-size:13px;margin:12px 0 0;padding:10px 14px}.CheckoutPage_errorModalOverlay__woBr\+{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:300}.CheckoutPage_errorModal__DbTUk{animation:CheckoutPage_errorModalIn__QJk1a .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__QJk1a{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.CheckoutPage_errorModalIcon__mLK4j{font-size:36px;margin-bottom:12px}.CheckoutPage_errorModalMsg__KZLWn{color:#374151;font-size:14px;line-height:1.55;margin:0 0 20px}.CheckoutPage_errorModalClose__OdZiM{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__OdZiM:hover{background:#243654}.CheckoutPage_linkBtn__Udlm9{background:none;border:none;color:#1a2a4a;cursor:pointer;font-size:13px;font-weight:600;margin-top:12px;text-decoration:underline}.CheckoutPage_spinner__Ny5S3{animation:CheckoutPage_spin__EuPnR .7s linear infinite;border:3px solid #e8eaf0;border-radius:50%;border-top-color:#1a2a4a;height:36px;margin:0 auto;width:36px}.CheckoutPage_spinnerSmall__SWZPL{animation:CheckoutPage_spin__EuPnR .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__EuPnR{to{transform:rotate(1turn)}}.CheckoutPage_errorPage__kFrwy,.CheckoutPage_loadingPage__HNScO{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:60vh}.CheckoutPage_qrOverlay__aREYT{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__obeq0{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__GhUt4{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__ZRInx{color:#1a2a4a;font-size:17px;font-weight:700;margin:0 0 16px}.CheckoutPage_qrImage__LejUZ{border:1px solid #e5e7eb;border-radius:8px;display:block;height:200px;margin:0 auto 12px;object-fit:contain;width:200px}.CheckoutPage_qrError__Sy4Kp{color:#ef4444;font-size:13px;margin:0 0 10px}.CheckoutPage_upiString__J4Ubz{background:#f3f4f6;border-radius:6px;color:#1a2a4a;display:block;font-size:13px;padding:6px 12px;word-break:break-all}.CheckoutPage_qrHint__6A5Xs{color:#6b7280;font-size:12px;line-height:1.5;margin:12px 0 0}.CheckoutPage_qrAwaitRow__nW1Bz{align-items:center;color:#1a7a4a;display:flex;font-size:12px;font-weight:500;gap:8px;margin:10px 0 0}.CheckoutPage_inAppNotice__2uy-r{background:#fff8e1;border:1px solid #ffe082;border-radius:10px;color:#374151;font-size:13px;line-height:1.6;padding:16px}.CheckoutPage_inAppNotice__2uy-r p{margin:6px 0 0}.CheckoutPage_inAppNoticeIcon__jPz5T{font-size:18px}.CheckoutPage_inAppHint__4yqmj{color:#795548}.CheckoutPage_inAppBanner__b8tdH{background:#fffbeb;border-left:3px solid #f59e0b;color:#78350f}.CheckoutPage_inAppBannerInfo__0hLPd,.CheckoutPage_inAppBanner__b8tdH{align-items:flex-start;display:flex;font-size:13px;gap:10px;line-height:1.5;padding:10px 16px}.CheckoutPage_inAppBannerInfo__0hLPd{background:#eff6ff;border-left:3px solid #3b82f6;color:#1e40af}.CheckoutPage_inAppBannerIcon__-cLXw{flex-shrink:0;font-size:16px;margin-top:1px}.CheckoutPage_inAppBannerBody__biY2d{flex:1 1}.CheckoutPage_inAppBannerBody__biY2d p{margin:0 0 4px}.CheckoutPage_inAppBannerBody__biY2d p:last-child{margin-bottom:0}.CheckoutPage_panelFooter__92TXU{background:#fff;border-top:1px solid #f0f0f0;padding:12px 16px}.CheckoutPage_checkoutFooter__NePet{background:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 16px 8px;text-align:center}.CheckoutPage_footerPowered__auC-Z{align-items:center;color:#9ca3af;display:flex;font-size:11px;gap:6px;justify-content:center;margin-bottom:12px}.CheckoutPage_footerPoweredLabel__Zr-tU{color:#9ca3af;font-size:11px}.CheckoutPage_footerPoweredRazorpay__V-3fk{align-items:center;color:#3395ff;display:inline-flex;font-size:13px;font-weight:700;letter-spacing:.01em}.CheckoutPage_footerBadges__FgbiK{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:10px}.CheckoutPage_footerBadge__fOOz5{align-items:center;color:#374151;display:flex;font-size:11px;font-weight:600;gap:5px}.CheckoutPage_footerOrderId__tbPVg{color:#9ca3af;font-family:monospace;font-size:10px;letter-spacing:.05em;margin-bottom:8px}.CheckoutPage_footerTnc__xZSE-{color:#6b7280;font-size:11px;line-height:1.6;margin:0 0 4px}.CheckoutPage_footerTnc__xZSE- a{color:#3395ff;text-decoration:underline}.CheckoutPage_footerLoggedIn__eC4fE{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__Hh\+MU{font-size:15px}.CheckoutPage_pageTitle__WXGs4{color:#1a2a4a;display:none;font-size:18px;font-weight:700;margin:0;padding:18px 16px 0}@media (min-width:768px){.CheckoutPage_pageTitle__WXGs4{display:block;padding:0 0 16px}}.CheckoutPage_tabContent__skZtV{padding:0}.CheckoutPage_methodTabs__uKgYu{display:none}.CheckoutPage_desktopQrRow__Sb0xG{padding:14px 14px 0}.CheckoutPage_desktopQrBtn__dTPVE{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__dTPVE:hover:not(:disabled){background:#e0f0ff;border-color:#1a7fe0}.CheckoutPage_desktopQrBtn__dTPVE:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_desktopQrIcon__Ji-HW{flex-shrink:0;height:44px;object-fit:contain;width:44px}.CheckoutPage_desktopQrLabel__\+keNy{display:flex;flex:1 1;flex-direction:column;gap:2px}.CheckoutPage_desktopQrTitle__a5qHT{color:#1a2a4a;font-size:15px;font-weight:700}.CheckoutPage_desktopQrHint__IRsZc{color:#6b7280;font-size:12px}.CheckoutPage_desktopQrArrow__WeOTK{color:#3395ff;font-size:22px;font-weight:400;line-height:1}.CheckoutPage_desktopQrDivider__W0XDW{align-items:center;color:#9ca3af;display:flex;font-size:12px;font-weight:600;gap:10px;padding:14px 14px 0}.CheckoutPage_desktopQrDivider__W0XDW:after,.CheckoutPage_desktopQrDivider__W0XDW:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.CheckoutPage_topBarRight__bCRAA{align-items:center;cursor:pointer;display:flex;gap:6px;padding:4px 0;-webkit-user-select:none;user-select:none}.CheckoutPage_topBarChevron__oPmst{color:#6b7280;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_topBarChevronOpen__-uf3-{transform:rotate(180deg)}.CheckoutPage_orderSummaryDrawer__dfntQ{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px}.CheckoutPage_sectionLabel__v\+yom{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;padding:14px 0 6px;text-transform:uppercase}.CheckoutPage_methodCard__fBuDp{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 0 4px;overflow:hidden}.CheckoutPage_methodSectionBorder__kQ4DG{border-bottom:1px solid #f0f0f0}.CheckoutPage_recommendedRow__dRxMY{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;width:100%}.CheckoutPage_recommendedRow__dRxMY:hover:not(:disabled){background:#f9fafb}.CheckoutPage_recommendedRow__dRxMY:active:not(:disabled){background:#f3f4f6}.CheckoutPage_recommendedRow__dRxMY:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_recommendedIcon__1GOtN{flex-shrink:0;height:32px;object-fit:contain;width:32px}.CheckoutPage_recommendedName__CPtIA{color:#111827;flex:1 1;font-size:15px;font-weight:600}.CheckoutPage_recommendedAmt__6vmAo{color:#111827;font-size:15px;font-weight:700;white-space:nowrap}.CheckoutPage_statusBar__CoAYQ{padding:4px 0}.CheckoutPage_upiBottomRow__auBW5{border-top:1px solid #f0f0f0;display:flex;gap:8px;padding:8px 12px 12px}.CheckoutPage_upiAddIdBtn__jWqtN{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__jWqtN:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiAddIdBtn__jWqtN:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiQrBtn__6jCXA{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__6jCXA:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiQrBtn__6jCXA:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiBackLink__i-Anc{background:none;border:none;color:#3395ff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:8px 0 10px}.CheckoutPage_bankList__92pA-{display:flex;flex-direction:column}.CheckoutPage_bankListItem__4XiQ7{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__4XiQ7:last-child{border-bottom:none}.CheckoutPage_bankListItem__4XiQ7:hover:not(:disabled){background:#f9fafb}.CheckoutPage_bankListItem__4XiQ7:active:not(:disabled){background:#f3f4f6}.CheckoutPage_bankListItem__4XiQ7:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_bankListAvatar__coV5X{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__CeBLy{color:#111827;flex:1 1;font-size:14px;font-weight:500}.CheckoutPage_bankListChevron__EMYCQ{color:#9ca3af;font-size:20px;font-weight:400;line-height:1}.CheckoutPage_viewAllBtn__9nwz2{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__9nwz2:hover{background:#f0f9ff}.CheckoutPage_checkoutFooter__NePet{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:6px;justify-content:center;padding:16px}.CheckoutPage_checkoutFooterLogo__Q2N92{height:18px;width:auto}.CheckoutPage_checkoutFooterDot__ispCg{color:#d1d5db}.CheckoutPage_checkoutFooterLink__tjcJD{color:#6b7280;font-size:12px;text-decoration:none}.CheckoutPage_checkoutFooterLink__tjcJD: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__QoxWT{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.PrivacyPolicy_privacy-header-row__WhRIU{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__4wUaG{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.PrivacyPolicy_privacy-logo__DDHW-{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.PrivacyPolicy_privacy-title-col__ASngW{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__ClA7L{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-company-info__gAmxb{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-content__5aZwS{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.PrivacyPolicy_privacy-main-title__PmHy-{color:#3e2723;font-size:22px;margin-bottom:16px}.PrivacyPolicy_privacy-section-title__2QFBD{color:#3e2723;font-size:19px;margin:24px 0 8px}.PrivacyPolicy_privacy-section-text__E-S8K{margin-bottom:0}.PrivacyPolicy_privacy-list__Z7LNJ{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.TermsAndConditions_terms-container__Z4uib{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.TermsAndConditions_terms-header-row__UrxFl{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__gMVla{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.TermsAndConditions_terms-logo__hCFeg{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.TermsAndConditions_terms-title-col__QS2-\+{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__jVgo6{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-company-info__6UAhP{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-content__QXy63{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.TermsAndConditions_terms-main-title__UtglR{color:#3e2723;font-size:22px;margin-bottom:16px}.TermsAndConditions_terms-section-title__9zbA5{color:#3e2723;font-size:19px;margin:24px 0 8px}.TermsAndConditions_terms-section-text__\+G6XU{margin-bottom:0}.RefundPolicy_refund-container__zPCrG{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.RefundPolicy_refund-header-row__3uuap{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__yIxJT{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.RefundPolicy_refund-logo__zK2BU{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.RefundPolicy_refund-title-col__vpA7u{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__8vrhI{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-company-info__VM1vT{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-content__Jt\+x4{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.RefundPolicy_refund-main-title__x4d9t{color:#3e2723;font-size:22px;margin-bottom:16px}.RefundPolicy_refund-section-title__g21HY{color:#3e2723;font-size:19px;margin:24px 0 8px}.RefundPolicy_refund-section-text__Wm8rL{margin-bottom:0}.RefundPolicy_refund-list__ANe\+6{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.LocationSearch_searchWrapper__i9CZk{position:relative;width:100%}.LocationSearch_inputWrapper__Vtq7h{position:relative}.LocationSearch_searchInput__UMMmb{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__UMMmb:focus{border-color:#4a90e2}.LocationSearch_loadingSpinner__QL2tD{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.LocationSearch_spinner__PEb4U{animation:LocationSearch_spin__LZTwM 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:20px;width:20px}@keyframes LocationSearch_spin__LZTwM{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LocationSearch_dropdown__JPJsF{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__2F9oZ{background-color:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;padding:12px 16px;transition:background-color .2s}.LocationSearch_resultItem__2F9oZ:last-child{border-bottom:none}.LocationSearch_resultItem__2F9oZ.LocationSearch_selected__CuBRq,.LocationSearch_resultItem__2F9oZ:hover{background-color:#f5f5f5}.LocationSearch_resultName__JMLxF{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.LocationSearch_resultDetails__vrZC4{color:#666;font-size:12px}.LocationSearch_resultCoords__THHFn{color:#999;font-size:11px;margin-top:4px}.LocationSearch_noResults__6iNDJ{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.4c7a0f93.css.map*/