: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__hQX\+O{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__nWVPc{padding:15px 20px;position:relative}.Header_headerContainer__nWVPc,.Header_mainHeader__YR8s8{align-items:center;display:flex;justify-content:space-between}.Header_mainHeader__YR8s8{margin:0 auto;max-width:1200px;padding:24px 32px 16px}.Header_logo__r\+Frv img{height:88px}.Header_mobileMenuToggle__tekXm{align-items:center;cursor:pointer;display:none;font-size:24px;font-size:1.5em;margin-left:18px}.Header_mobileMenuToggle__tekXm i{margin-right:8px}.Header_navContainer__SNl\+s{align-items:center;display:flex}.Header_mainNav__k7iUG{margin-right:20px}.Header_mainNav__k7iUG ul{display:flex;gap:28px;list-style:none;margin:0;padding:0}.Header_mainNav__k7iUG ul li{list-style:none;margin-left:20px;position:relative}.Header_mainNav__k7iUG 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__k7iUG ul li a:hover{color:#d4af37}.Header_mainNav__k7iUG ul li a i{margin-right:5px}.Header_mainNav__k7iUG .Header_hasSubmenu__bjs1Z{position:relative}.Header_mainNav__k7iUG .Header_submenu__3zRxg{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__k7iUG .Header_hasSubmenu__bjs1Z:focus-within .Header_submenu__3zRxg,.Header_mainNav__k7iUG .Header_hasSubmenu__bjs1Z:hover .Header_submenu__3zRxg{display:block}.Header_mainNav__k7iUG .Header_submenu__3zRxg li{margin:0;padding:8px 16px}.Header_mainNav__k7iUG .Header_submenu__3zRxg li a{color:#333;display:block;padding:10px 20px;text-decoration:none}.Header_mainNav__k7iUG .Header_submenu__3zRxg li a:hover{color:#d4af37}.Header_dropdownMenu__aXXTl{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__RQr83:hover .Header_dropdownMenu__aXXTl{opacity:1;visibility:visible}.Header_dropdownMenu__aXXTl li{margin:0;padding:5px 15px}.Header_dropdownMenu__aXXTl li a{display:block;padding:5px 0}.Header_headerActions__gJS3Q{align-items:center;display:flex;gap:16px}.Header_headerActions__gJS3Q .Header_btn__HcGAJ{margin-left:10px}.Header_userDropdown__2vuQw{display:inline-block;position:relative}.Header_userDropdownBtn__NTvtU{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:700;padding:8px 16px}.Header_userDropdownMenu__09kKY{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__PJlE8{color:#333;display:block;padding:10px 16px;text-decoration:none}.Header_userDropdownLink__PJlE8:hover{background:#f8f8f8;color:#d4af37}.Header_userDropdownDivider__F5ksy{border-top:1px solid #eee;margin:4px 0}.Header_userDropdownLogout__Mtnlq{background:none;border:none;color:#d00;cursor:pointer;padding:10px 16px;text-align:left;width:100%}.Header_userDropdownLogout__Mtnlq:hover{background:#f8f8f8}.Header_mobileNav__cRUkg{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__cRUkg.Header_active__cHZUr{display:block}.Header_mobileNav__cRUkg ul li{list-style:none;margin-bottom:15px}@media (max-width:992px){.Header_mobileMenuToggle__tekXm,.Header_navContainer__SNl\+s{display:none}.Header_mobileNav__cRUkg.Header_active__cHZUr{display:block}}@media (max-width:900px){.Header_mainHeader__YR8s8{align-items:flex-start;flex-direction:column;padding:18px 10px 10px}.Header_mainNav__k7iUG ul{gap:16px}.Header_headerActions__gJS3Q{margin-top:10px}}@media (max-width:768px){.Header_mobileMenuToggle__tekXm{display:none}.Header_mainNav__k7iUG{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__k7iUG.Header_active__cHZUr{left:0}.Header_mainNav__k7iUG ul{flex-direction:column;padding:20px}.Header_mainNav__k7iUG ul li{margin:0 0 15px}.Header_dropdownMenu__aXXTl{box-shadow:none;opacity:1;padding:10px 0 0 20px;position:static;visibility:visible;width:100%}.Header_headerActions__gJS3Q{margin-left:auto;margin-right:15px}}@media (max-width:600px){.Header_mainHeader__YR8s8{padding:10px 4vw 8px}.Header_logo__r\+Frv img{height:66px}.Header_mainNav__k7iUG ul{font-size:.95em;gap:8px}.Header_headerActions__gJS3Q .Header_btn__HcGAJ{font-size:.95em;padding:6px 10px}}.HeroSection_heroModern__H4iG9{align-items:center;display:flex;margin-bottom:0;min-height:100vh;overflow:hidden;position:relative}.HeroSection_heroSliderBg__6rVA8{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.HeroSection_heroSlide__rnkX3{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__rnkX3.HeroSection_active__zR69K{opacity:1}.HeroSection_heroOverlay__eACc-{background:#0000;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.HeroSection_heroPatternOverlay__kE3RK{height:100%;left:0;position:absolute;top:0;width:100%;z-index:3}.HeroSection_heroPattern__D8NvY{background-repeat:repeat;background-size:200px;height:100%;opacity:.1;width:100%}.HeroSection_heroWrapper__5GM82{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__ZToNJ{display:flex;flex-direction:column;gap:24px}.HeroSection_heroBadge__2JPz2{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__dOPMn{color:#1a1a1a;font-size:48px;font-weight:700;line-height:1.2;margin:0;text-shadow:0 2px 4px #fffc}.HeroSection_heroHighlight__DBYMZ{color:#bd4c08;font-weight:700}.HeroSection_heroDescription__kCU6j{color:#444;font-size:18px;line-height:1.6;margin:0;max-width:500px;text-shadow:0 1px 2px #fffc}.HeroSection_heroFeatures__Ovrf4{display:flex;flex-wrap:wrap;gap:24px}.HeroSection_heroFeature__0qPYl{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__aIeGa{font-size:18px}.HeroSection_heroButtons__1fkbG{display:flex;flex-wrap:wrap;gap:16px}.HeroSection_heroBtnPrimary__pMuJK{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__pMuJK:hover{background:#fff;box-shadow:0 8px 25px #bd4c0866;color:#bd4c08;transform:translateY(-2px)}.HeroSection_heroCtaSingle__QWRLU{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__QWRLU: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__QWRLU:active{transform:translateY(-1px) scale(1.02)!important}.HeroSection_heroBtnSecondary__NMYok{-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__NMYok:hover{background:#bd4c08;box-shadow:0 8px 25px #bd4c0866;color:#fff;transform:translateY(-2px)}.HeroSection_heroVisual__KlED5{align-items:center;display:flex;justify-content:center;max-width:400px;position:relative}.HeroSection_heroImageContainer__cpNGz{height:450px;max-width:350px;overflow:visible;pointer-events:auto;position:relative;width:100%}.HeroSection_heroImage__vNUUb{border-radius:0;box-shadow:none;height:100%;object-fit:contain;position:relative;transition:all .8s ease;width:100%;z-index:2}.HeroSection_heroDecorations__F8r1n{display:none;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.HeroSection_decoration__oy83q{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#bd4c0826,#f57c0026);border-radius:50%;position:absolute}.HeroSection_decoration1__7inK2{animation:HeroSection_float__CX9oS 6s ease-in-out infinite;height:60px;right:-20px;top:-20px;width:60px}.HeroSection_decoration2__r118s{animation:HeroSection_float__CX9oS 8s ease-in-out infinite reverse;bottom:20px;height:40px;left:-10px;width:40px}.HeroSection_decoration3__kYXEM{animation:HeroSection_float__CX9oS 10s ease-in-out infinite;height:80px;right:-40px;top:50%;transform:translateY(-50%);width:80px}.HeroSection_heroSliderDots__Cz3SI{bottom:30px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:100}.HeroSection_sliderDot__ugyWd{-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__ugyWd.HeroSection_active__zR69K{background:#bd4c08;border-color:#bd4c08;transform:scale(1.3)}.HeroSection_sliderDot__ugyWd:hover{background:#bd4c08b3;border-color:#bd4c08b3;transform:scale(1.1)}@keyframes HeroSection_float__CX9oS{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:992px){.HeroSection_heroContent__ZToNJ{margin-bottom:30px;padding-right:0}.HeroSection_heroImage__vNUUb{height:320px;margin-top:30px;max-width:300px}.HeroSection_heroImageContainer__cpNGz{height:320px;max-width:300px;overflow:visible}}@media (max-width:768px){.HeroSection_heroWrapper__5GM82{gap:40px;grid-template-columns:1fr;padding:60px 20px;text-align:center}.HeroSection_heroTitle__dOPMn{font-size:36px}.HeroSection_heroDescription__kCU6j{font-size:16px}.HeroSection_heroButtons__1fkbG,.HeroSection_heroFeatures__Ovrf4{justify-content:center}.HeroSection_heroVisual__KlED5{order:-1}}@media (max-width:576px){.HeroSection_heroButtons__1fkbG .HeroSection_btn__UIaTy{display:block;margin-bottom:15px;margin-right:0;width:100%}}@media (max-width:480px){.HeroSection_heroTitle__dOPMn{font-size:28px}.HeroSection_heroButtons__1fkbG{align-items:center;flex-direction:column}.HeroSection_heroBtnPrimary__pMuJK,.HeroSection_heroBtnSecondary__NMYok{max-width:300px;width:100%}.HeroSection_heroSliderDots__Cz3SI{bottom:20px}.HeroSection_sliderDot__ugyWd{height:10px;width:10px}}.ProductGrid_product-grid-container__F0Erj{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px 0;position:relative;width:100%}.ProductGrid_product-grid-container__F0Erj: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__2lqhi{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.ProductGrid_question-grid-custom__Fx6G5{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__WhtX0{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__WhtX0:focus,.ProductGrid_product-thumbnail-custom__WhtX0:hover{border-color:#f8c537;box-shadow:0 12px 32px #00000026;transform:translateY(-6px)}.ProductGrid_product-thumbnail-img__iWfY7{border-radius:12px;flex-shrink:0;height:120px;margin-bottom:16px;object-fit:cover;width:120px}.ProductGrid_product-thumbnail-placeholder__q3JMR{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__mqSbA{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__vvx4O{-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__5uWMu{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__5uWMu:focus,.ProductGrid_product-thumbnail-btn__5uWMu:hover{background:#fff;border:2px solid #bd4c08;color:#bd4c08;transform:translateY(-2px)}.ProductGrid_error-message__O-WTd{color:red;margin:12px 0;text-align:center}.ProductGrid_coming-soon-container__Y07gl{align-items:center;display:flex;grid-column:1/-1;justify-content:center;min-height:400px;padding:60px 20px}.ProductGrid_coming-soon-content__z4OJg{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__IQ-7c{font-size:4rem;margin-bottom:24px;opacity:.8}.ProductGrid_coming-soon-title__L6So9{-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__9SvT0{color:#64748b;font-size:1.1rem;font-weight:400;line-height:1.6;margin:0}.ProductGrid_pagination-controls__fZTL3{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:24px}.ProductGrid_pagination-btn__xstoB{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__xstoB.ProductGrid_active__HoBQV,.ProductGrid_pagination-btn__xstoB:disabled{background:#f8c537;cursor:default;font-weight:700}.ProductGrid_pagination-btn__xstoB[disabled]{background:#f3f4f6;color:#aaa;cursor:not-allowed}.ProductGrid_pagination-rows__RegIA{align-items:center;display:flex;gap:6px;margin-left:12px}.ProductGrid_pagination-select__agAbE{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__F0Erj{margin:0 auto;max-width:100%;padding:40px 12px}.ProductGrid_product-grid-container__F0Erj:after,.ProductGrid_product-grid-container__F0Erj:before{width:60px}.ProductGrid_product-grid-title__2lqhi{font-size:2rem;margin-bottom:16px}.ProductGrid_question-grid-custom__Fx6G5{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.ProductGrid_product-thumbnail-custom__WhtX0{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__iWfY7,.ProductGrid_product-thumbnail-placeholder__q3JMR{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__mqSbA{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__vvx4O{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__5uWMu{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__Y07gl{min-height:300px;padding:40px 12px}.ProductGrid_coming-soon-content__z4OJg{border-radius:16px;padding:30px 20px}.ProductGrid_coming-soon-icon__IQ-7c{font-size:3rem;margin-bottom:20px}.ProductGrid_coming-soon-title__L6So9{font-size:2rem;margin-bottom:14px}.ProductGrid_coming-soon-message__9SvT0{font-size:1rem;line-height:1.5}}@media (max-width:480px){.ProductGrid_product-grid-container__F0Erj{margin:0 auto;max-width:100%;padding:30px 16px}.ProductGrid_product-grid-container__F0Erj:after,.ProductGrid_product-grid-container__F0Erj:before{width:40px}.ProductGrid_question-grid-custom__Fx6G5{gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.ProductGrid_product-thumbnail-custom__WhtX0{height:100%;min-height:300px;padding:20px}.ProductGrid_product-thumbnail-img__iWfY7,.ProductGrid_product-thumbnail-placeholder__q3JMR{font-size:40px;height:120px;margin-bottom:16px;width:120px}.ProductGrid_product-thumbnail-name__mqSbA{font-size:18px;margin-bottom:8px}.ProductGrid_product-thumbnail-desc__vvx4O{font-size:14px;height:60px;margin-bottom:20px}.ProductGrid_product-thumbnail-btn__5uWMu{font-size:14px;min-width:120px;padding:12px 24px}.ProductGrid_coming-soon-container__Y07gl{min-height:280px;padding:30px 16px}.ProductGrid_coming-soon-content__z4OJg{border-radius:12px;padding:25px 15px}.ProductGrid_coming-soon-icon__IQ-7c{font-size:2.5rem;margin-bottom:16px}.ProductGrid_coming-soon-title__L6So9{font-size:1.8rem;margin-bottom:12px}.ProductGrid_coming-soon-message__9SvT0{font-size:.95rem;line-height:1.4}}.ServiceSection_serviceSection__YE\+sL{background-color:#fff;margin:0;padding:20px 0;position:relative;z-index:10}.Banner_bannerHome__iM\+ci{background:#fff;margin-bottom:0;overflow:hidden;padding:80px 0;position:relative;z-index:10}.Banner_bannerHome__iM\+ci: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__ft4JV{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;text-align:center;z-index:2}.Banner_statsHeader__F3VNf{margin-bottom:60px}.Banner_statsTitle__aOJAv{color:#000;font-size:2.2rem;font-weight:700;margin-bottom:16px;text-align:center}.Banner_statsSubtitle__Wsmtw{color:#000;font-size:1.2rem;margin:0;opacity:.9}.Banner_statsGrid__ZB7fG{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;margin-top:50px}.Banner_statCard__wvYxH{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__wvYxH:before{content:"";height:200%;left:-50%;opacity:0;position:absolute;top:-50%;transition:opacity .3s ease;width:200%}.Banner_statCard__wvYxH:hover:before{opacity:0}.Banner_statCard__wvYxH:hover{box-shadow:0 0 40px #bd4d0899,0 20px 40px #0000004d;transform:translateY(-10px) scale(1.05)}.Banner_statIcon__GEDF-{display:block;font-size:2.5rem;margin-bottom:15px;position:relative;z-index:3}.Banner_statNumber__0ogtr{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__6L9Tl{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__o9xL\+{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:1200px){.Banner_bannerHome__iM\+ci{margin-bottom:0}.Banner_statsGrid__ZB7fG{gap:40px}.Banner_statCard__wvYxH{height:200px;width:200px}.Banner_statNumber__0ogtr{font-size:2.5rem}}@media (max-width:768px){.Banner_bannerHome__iM\+ci{margin-bottom:0;padding:60px 0}.Banner_statsTitle__aOJAv{font-size:2.2rem}.Banner_statsSubtitle__Wsmtw{font-size:1rem}.Banner_statsGrid__ZB7fG{align-items:center;flex-direction:column;gap:30px}.Banner_statCard__wvYxH{height:180px;width:180px}.Banner_statNumber__0ogtr{font-size:2.2rem}.Banner_statLabel__6L9Tl{font-size:.85rem}.Banner_statIcon__GEDF-{font-size:2rem}}@media (max-width:480px){.Banner_bannerHome__iM\+ci{padding:40px 0}.Banner_statsTitle__aOJAv{font-size:1.8rem}.Banner_statsHeader__F3VNf{margin-bottom:40px}.Banner_statsGrid__ZB7fG{gap:25px;margin-top:30px}.Banner_statCard__wvYxH{height:160px;width:160px}.Banner_statNumber__0ogtr{font-size:2rem}.Banner_statLabel__6L9Tl{font-size:.8rem;padding:0 10px}.Banner_statIcon__GEDF-{font-size:1.8rem;margin-bottom:10px}}@media (max-width:360px){.Banner_statCard__wvYxH{height:140px;width:140px}.Banner_statNumber__0ogtr{font-size:1.8rem}.Banner_statLabel__6L9Tl{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__3st7-{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__3st7-{display:flex!important}}.MobileBottomNav_navItem__aqp84{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__aqp84:hover{background:#bd4c080d}.MobileBottomNav_navItemActive__0pJpY{background:#bd4c081a;color:#bd4c08}.MobileBottomNav_icon__AlqwM{font-size:18px;margin-bottom:4px}.MobileBottomNav_label__O8rqH{font-size:11px;font-weight:500}.MobileBottomNav_submenu__DViFV{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__i5erI{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__i5erI:hover{background:#bd4c080d;color:#bd4c08}.MobileBottomNav_submenuItem__i5erI:last-child{border-bottom:none}.MobileBottomNav_logoutItem__Pq9EN{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__Pq9EN:hover{background:#dc35451a}.Login_modernLoginContainer__hHSLF{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100vh;padding:20px;position:relative}.Login_modernLoginContainer__hHSLF: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__cegCc{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__1CORY{margin-bottom:32px;text-align:center}.Login_loginLogoModern__gVAaO{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));margin-bottom:24px;width:120px}.Login_loginProgress__tk11q{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:8px}.Login_progressStep__FXAwC{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__FXAwC.Login_active__xAzZF{background:#bd4c08;box-shadow:0 4px 12px #bd4c084d;color:#fff}.Login_progressStep__FXAwC.Login_completed__3kpYj{background:#10b981;color:#fff}.Login_progressStep__FXAwC.Login_completed__3kpYj .Login_stepNumber__403yy:after{content:"✓";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.Login_progressStep__FXAwC.Login_completed__3kpYj .Login_stepNumber__403yy{opacity:0}.Login_progressLine__4JNb3{background:#e5e7eb;border-radius:1px;height:2px;width:32px}.Login_loginContent__xyUi3{margin-bottom:24px}.Login_loginTitleSection__KDx91{margin-bottom:32px;text-align:center}.Login_loginTitleModern__iWT0Q{color:#1f2937;font-size:28px;font-weight:700;letter-spacing:-.5px;margin-bottom:8px}.Login_loginSubtitle__BCjvQ{color:#6b7280;font-size:16px;line-height:1.5;margin:0}.Login_modernLoginForm__COl8K{display:flex;flex-direction:column;gap:20px}.Login_inputGroup__LBtKY{display:flex;flex-direction:column;gap:8px}.Login_inputLabel__8gpa7{color:#374151;font-size:14px;font-weight:600;margin-bottom:4px}.Login_inputWrapper__iXFQE{align-items:center;display:flex;position:relative}.Login_countryCode__598gb{color:#6b7280;font-weight:600;left:16px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.Login_modernInput__bgmby{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__bgmby:focus{border-color:#bd4c08;box-shadow:0 0 0 3px #bd4c081a;outline:none}.Login_modernInput__bgmby:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.Login_modernInput__bgmby.Login_otpInput__I9l\+x{font-size:24px;font-weight:600;letter-spacing:8px;padding:20px;text-align:center}.Login_inputWrapper__iXFQE .Login_modernInput__bgmby{padding-left:60px}.Login_inputHint__2ZQRO{color:#6b7280;font-size:12px;margin-top:4px}.Login_modernBtn__Qz2NZ{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__Qz2NZ.Login_primary__f-2y\+{background:#bd4c08;box-shadow:0 4px 12px #bd4c0833;color:#fff}.Login_modernBtn__Qz2NZ.Login_primary__f-2y\+:hover:not(:disabled){background:#a03f07;box-shadow:0 8px 24px #bd4c084d;transform:translateY(-2px)}.Login_modernBtn__Qz2NZ.Login_primary__f-2y\+:active:not(:disabled){background:#8a3506;transform:translateY(0)}.Login_modernBtn__Qz2NZ.Login_secondary__tkM-b{background:#f3f4f6;border:2px solid #e5e7eb;color:#374151}.Login_modernBtn__Qz2NZ.Login_secondary__tkM-b:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.Login_modernBtn__Qz2NZ:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.Login_btnLoading__27d1p{align-items:center;display:flex;gap:8px}.Login_btnIcon__k4IE7{font-size:14px;font-weight:400}.Login_spinner__wRoSj{animation:Login_spin__O5l0t 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes Login_spin__O5l0t{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Login_formActions__MettW{display:flex;gap:12px}.Login_formActions__MettW .Login_modernBtn__Qz2NZ{flex:1 1}.Login_modernError__fPM41{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__SKYIJ{font-size:16px}.Login_resendSection__aHNa4{color:#6b7280;font-size:14px;margin-top:16px;text-align:center}.Login_resendBtn__cJV6z{background:none;border:none;color:#bd4c08;cursor:pointer;font-weight:600;text-decoration:underline;transition:color .2s ease}.Login_resendBtn__cJV6z:hover{color:#a03f07}.Login_loginFooter__aTH0-{border-top:1px solid #e5e7eb;margin-top:32px;padding-top:24px;text-align:center}.Login_loginFooter__aTH0- p{color:#6b7280;font-size:12px;line-height:1.5;margin:0}.Login_loginFooter__aTH0- a{color:#bd4c08;font-weight:500;text-decoration:none}.Login_loginFooter__aTH0- a:hover{color:#a03f07;text-decoration:underline}@media (max-width:640px){.Login_modernLoginContainer__hHSLF{padding:16px}.Login_modernLoginCard__cegCc{border-radius:20px;padding:32px 24px}.Login_loginTitleModern__iWT0Q{font-size:24px}.Login_loginSubtitle__BCjvQ{font-size:14px}.Login_modernInput__bgmby{font-size:16px;padding:14px 16px}.Login_inputWrapper__iXFQE .Login_modernInput__bgmby{padding-left:55px}.Login_countryCode__598gb{font-size:14px;left:14px}.Login_modernBtn__Qz2NZ{min-height:52px;padding:14px 20px}.Login_formActions__MettW{flex-direction:column}.Login_progressStep__FXAwC{font-size:12px;height:32px;width:32px}.Login_progressLine__4JNb3{width:24px}}@media (max-width:480px){.Login_modernLoginCard__cegCc{border-radius:16px;margin:0}.Login_loginLogoModern__gVAaO{width:100px}}.WalletRecharge_modernWalletPage__s-w2\+{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletRecharge_modernWalletContainer__x4Roo{margin:0 auto;max-width:800px;padding:0 16px}.WalletRecharge_modernWalletHeader__-v9Ry{margin-bottom:40px;padding:40px 0 20px;text-align:center}.WalletRecharge_walletHeaderContent__KP3DC{-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__L6P0P{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__YRqP2{font-size:2.2rem}.WalletRecharge_modernWalletSubtitle__UO9Cc{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletRecharge_modernWalletContent__bwwla{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}.WalletRecharge_balanceCard__YByk\+{-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__YByk\+:before{background:linear-gradient(90deg,#bd4c08,#e65100);content:"";height:4px;left:0;position:absolute;right:0;top:0}.WalletRecharge_balanceHeader__rbn4b{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.WalletRecharge_balanceTitle__v7QMA{color:#555;font-size:1.1rem;font-weight:600;margin:0}.WalletRecharge_refreshBtn__RsgVY,.WalletRecharge_refreshHistoryBtn__2crRN{background:none;border:none;border-radius:8px;cursor:pointer;font-size:1.2rem;opacity:.7;padding:8px;transition:all .2s ease}.WalletRecharge_refreshBtn__RsgVY:hover,.WalletRecharge_refreshHistoryBtn__2crRN:hover{background:#bd4c081a;opacity:1;transform:rotate(180deg)}.WalletRecharge_balanceAmount__fIPei{align-items:center;display:flex}.WalletRecharge_balanceValue__dDFWO{color:#bd4c08;font-size:2.5rem;font-weight:700;text-shadow:0 2px 4px #bd4c081a}.WalletRecharge_balanceSkeleton__zdpB-{color:#999;font-size:1.5rem;font-weight:500}.WalletRecharge_balanceLoader__IOb3j{align-items:center;display:flex}.WalletRecharge_rechargeCard__4No9g{-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__d2CeW{color:#2c2c2c;font-size:1.4rem;font-weight:600;margin:0 0 24px;text-align:center}.WalletRecharge_modernRechargeForm__-X5N5{display:flex;flex-direction:column;gap:24px}.WalletRecharge_amountInputSection__88vTj{display:flex;flex-direction:column;gap:8px}.WalletRecharge_amountLabel__Dde\+y{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_amountInputWrapper__s91IA{align-items:center;display:flex;position:relative}.WalletRecharge_currencySymbol__OoeWi{color:#bd4c08;font-size:1.2rem;font-weight:600;left:16px;position:absolute;z-index:2}.WalletRecharge_modernAmountInput__P8BD2{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__P8BD2:focus{background:#fffffff2;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletRecharge_clearAmountBtn__ff4w1{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__ff4w1:hover{background:#e0e0e0;color:#666}.WalletRecharge_amountLimits__yzSBH{color:#888;font-size:.9rem;text-align:center}.WalletRecharge_quickAmountsSection__\+GFa\+{display:flex;flex-direction:column;gap:12px}.WalletRecharge_quickAmountsLabel__7IF85{color:#555;font-size:1rem;font-weight:600}.WalletRecharge_quickAmountsGrid__-XD5f{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.WalletRecharge_modernQuickBtn__7P492{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__7P492:hover{background:linear-gradient(135deg,#bd4c08,#e65100);box-shadow:0 4px 12px #bd4c084d;color:#fff;transform:translateY(-2px)}.WalletRecharge_modernQuickBtn__7P492:active{transform:translateY(0)}.WalletRecharge_modernMessage__Pi1nm{align-items:center;animation:WalletRecharge_slideIn__p506g .3s ease;border-radius:10px;display:flex;font-weight:500;gap:8px;padding:12px 16px}.WalletRecharge_errorMessage__xL9qx{background:#f443361a;border:1px solid #f4433633;color:#d32f2f}.WalletRecharge_successMessage__VuieD{background:#4caf501a;border:1px solid #4caf5033;color:#388e3c}.WalletRecharge_messageIcon__WpKW6{font-size:1.1rem}.WalletRecharge_modernRechargeBtn__DnhzG{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__DnhzG:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 6px 20px #bd4c0866;transform:translateY(-2px)}.WalletRecharge_modernRechargeBtn__DnhzG:disabled{box-shadow:0 2px 8px #bd4c0833;cursor:not-allowed;opacity:.6;transform:none}.WalletRecharge_btnIcon__0UeUl{font-size:1.1rem}.WalletRecharge_securityInfo__NImRj{border-top:1px solid #e0e0e0;margin-top:16px;padding-top:16px}.WalletRecharge_securityBadge__coaoQ{align-items:center;color:#666;display:flex;font-size:.9rem;gap:8px;justify-content:center}.WalletRecharge_securityIcon__UmBte{font-size:1rem}.WalletRecharge_historyCard__No2Mx{-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__F-LA3{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.WalletRecharge_historyTitle__R0pF9{align-items:center;color:#2c2c2c;display:flex;font-size:1.3rem;font-weight:600;gap:8px;margin:0}.WalletRecharge_historyIcon__J3CkZ{font-size:1.2rem}.WalletRecharge_historyContent__WkLTA{max-height:400px;overflow-y:auto}.WalletRecharge_historyLoading__Aj4xh{align-items:center;color:#666;display:flex;flex-direction:column;gap:16px;padding:40px 20px}.WalletRecharge_historyEmpty__NXnDt{color:#666;padding:40px 20px;text-align:center}.WalletRecharge_emptyIcon__jLqIm{font-size:3rem;margin-bottom:16px;opacity:.5}.WalletRecharge_historyEmpty__NXnDt h4{color:#555;font-size:1.1rem;margin:0 0 8px}.WalletRecharge_historyEmpty__NXnDt p{color:#888;font-size:.95rem;margin:0}.WalletRecharge_historyList__mmmoH{display:flex;flex-direction:column;gap:12px}.WalletRecharge_modernHistoryItem__nP6LP{background:#f8f9facc;border:1px solid #0000000d;border-radius:12px;padding:16px;transition:all .2s ease}.WalletRecharge_modernHistoryItem__nP6LP:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.WalletRecharge_historyItemMain__a2aBk{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.WalletRecharge_transactionInfo__BI74Q{display:flex;flex-direction:column;gap:4px}.WalletRecharge_transactionAmount__9Pj66{color:#2c2c2c;font-size:1.2rem;font-weight:700}.WalletRecharge_transactionDate__rsNJR{color:#666;font-size:.9rem}.WalletRecharge_transactionStatus__smg7j{align-items:center;border-radius:20px;display:flex;font-size:.85rem;font-weight:600;gap:6px;padding:6px 12px;text-transform:capitalize}.WalletRecharge_statusDot__2boHc{border-radius:50%;height:8px;width:8px}.WalletRecharge_statusSuccess__cWhEj{background:#4caf501a;color:#388e3c}.WalletRecharge_statusSuccess__cWhEj .WalletRecharge_statusDot__2boHc{background:#4caf50}.WalletRecharge_statusPending__G-mM7{background:#ffc1071a;color:#f57c00}.WalletRecharge_statusPending__G-mM7 .WalletRecharge_statusDot__2boHc{background:#ff9800}.WalletRecharge_statusFailed__cMyTk{background:#f443361a;color:#d32f2f}.WalletRecharge_statusFailed__cMyTk .WalletRecharge_statusDot__2boHc{background:#f44336}.WalletRecharge_historyItemMeta__aX7XN{border-top:1px solid #0000000d;color:#888;display:flex;font-size:.85rem;justify-content:space-between;margin-top:8px;padding-top:8px}.WalletRecharge_transactionMethod__k7soQ{font-weight:500}.WalletRecharge_transactionId__oLIbi{font-family:Courier New,monospace;font-size:.8rem;opacity:.7}.WalletRecharge_btnSpinner__1pIcn,.WalletRecharge_spinnerSmall__Tq-0I,.WalletRecharge_spinner__mcvCZ{animation:WalletRecharge_spin__rmKFn 1s linear infinite;border:3px solid #bd4c081a;border-left-color:#bd4c08;border-radius:50%}.WalletRecharge_spinner__mcvCZ{height:32px;width:32px}.WalletRecharge_spinnerSmall__Tq-0I{border-width:2px;height:16px;width:16px}.WalletRecharge_btnSpinner__1pIcn{border-color:#ffffff4d #ffffff4d #ffffff4d #fff;border-width:2px;height:20px;width:20px}.WalletRecharge_warningMessage__E2JR7{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__E2JR7 strong{display:block;margin-bottom:4px}@keyframes WalletRecharge_spin__rmKFn{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes WalletRecharge_slideIn__p506g{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.WalletRecharge_modernWalletPage__s-w2\+{padding:100px 12px 12px}.WalletRecharge_modernWalletTitle__L6P0P{font-size:2rem}.WalletRecharge_modernWalletSubtitle__UO9Cc{font-size:1rem}.WalletRecharge_walletHeaderContent__KP3DC{padding:20px}.WalletRecharge_rechargeCard__4No9g{padding:24px 20px}.WalletRecharge_balanceCard__YByk\+,.WalletRecharge_historyCard__No2Mx{padding:20px}.WalletRecharge_modernAmountInput__P8BD2{font-size:1.2rem;padding:14px 14px 14px 36px}.WalletRecharge_quickAmountsGrid__-XD5f{gap:8px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.WalletRecharge_modernQuickBtn__7P492{font-size:.9rem;padding:10px 12px}.WalletRecharge_historyItemMeta__aX7XN{align-items:flex-start;flex-direction:column;gap:4px}.WalletRecharge_transactionId__oLIbi{word-break:break-all}}@media (max-width:480px){.WalletRecharge_modernWalletPage__s-w2\+{padding-top:90px}.WalletRecharge_modernWalletTitle__L6P0P{flex-direction:column;font-size:1.8rem;gap:8px}.WalletRecharge_balanceValue__dDFWO{font-size:2rem}.WalletRecharge_historyItemMain__a2aBk{align-items:flex-start;flex-direction:column;gap:8px}.WalletRecharge_transactionStatus__smg7j{align-self:flex-end}}.PlaceOfBirthField_container__UgHTc{position:relative;width:100%}.PlaceOfBirthField_container__UgHTc.PlaceOfBirthField_hasError__zona\+{margin-bottom:32px}.PlaceOfBirthField_inputWrapper__nCHyD{position:relative;width:100%}.PlaceOfBirthField_input__ydDIL{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__ydDIL:focus{border-color:#f57c00;box-shadow:0 0 0 3px #f57c001a}.PlaceOfBirthField_input__ydDIL::placeholder{color:#999}.PlaceOfBirthField_inputError__7lQpe{border-color:#ff3d00!important;box-shadow:0 0 0 3px #ff3d001a!important}.PlaceOfBirthField_errorMessage__1X518{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__bQyHk{align-items:center;display:flex;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.PlaceOfBirthField_spinner__GZgl7{animation:PlaceOfBirthField_spin__Lmujs .8s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#f57c00;height:18px;width:18px}@keyframes PlaceOfBirthField_spin__Lmujs{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.PlaceOfBirthField_suggestionsList__APivi{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__QEbNk{background:#fff;cursor:pointer;font-weight:400;padding:8px 12px;transition:background-color .15s ease}.PlaceOfBirthField_suggestionItem__QEbNk.PlaceOfBirthField_highlighted__5PWTN,.PlaceOfBirthField_suggestionItem__QEbNk:hover{background:#f6c600;font-weight:600}.PlaceOfBirthField_suggestionsList__APivi::-webkit-scrollbar{width:6px}.PlaceOfBirthField_suggestionsList__APivi::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 6px 6px 0}.PlaceOfBirthField_suggestionsList__APivi::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.PlaceOfBirthField_suggestionsList__APivi::-webkit-scrollbar-thumb:hover{background:#999}.PlaceOfBirthField_noResults__2PRf3{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__GKlqp{background:linear-gradient(135deg,#f8f9fa,#e9ecef);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh;padding:120px 20px 20px}.WalletPassbook_passbookHeader__BDPtH{margin-bottom:32px;padding:40px 0 20px;text-align:center}.WalletPassbook_headerContent__ARxvU{-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__X4NTg{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__BWLgB{font-size:2.2rem}.WalletPassbook_passbookSubtitle__Weh\+3{color:#666;font-size:1.1rem;font-weight:400;margin:0}.WalletPassbook_passbookControls__2RQkx{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:24px}.WalletPassbook_searchContainer__629nc{flex:1 1;max-width:400px;position:relative}.WalletPassbook_searchIcon__kvQ9P{color:#666;font-size:1.1rem;left:16px;position:absolute;top:50%;transform:translateY(-50%)}.WalletPassbook_searchInput__Wi0jq{-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__Wi0jq:focus{background:#fff;border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_filterContainer__HzarL{flex-shrink:0}.WalletPassbook_filterSelect__q2WUF{-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__q2WUF:focus{border-color:#bd4c08;box-shadow:0 0 0 4px #bd4c081a}.WalletPassbook_summaryCards__0bX3b{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.WalletPassbook_summaryCard__KROLY{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__KROLY:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-4px)}.WalletPassbook_creditCard__5azD6{border-left:4px solid #2e7d32}.WalletPassbook_debitCard__WeemA{border-left:4px solid #d32f2f}.WalletPassbook_balanceCard__UKZ\+3{border-left:4px solid #bd4c08}.WalletPassbook_cardIcon__8LCD4{flex-shrink:0;font-size:2rem}.WalletPassbook_cardContent__4WV-p{flex:1 1}.WalletPassbook_cardLabel__oumJt{color:#666;font-size:.9rem;font-weight:500;margin-bottom:4px}.WalletPassbook_cardValue__nRMbb{color:#2c2c2c;font-size:1.4rem;font-weight:700}.WalletPassbook_passbookContent__yapfb{-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__A7E4t{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 20px}.WalletPassbook_loadingSpinner__ouBMT{animation:WalletPassbook_spin__W-61C 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#bd4c08;height:40px;width:40px}@keyframes WalletPassbook_spin__W-61C{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.WalletPassbook_loadingText__fX3R\+{color:#666;font-size:1.1rem;font-weight:500}.WalletPassbook_emptyState__4ma1T{padding:60px 20px;text-align:center}.WalletPassbook_emptyIcon__2vPZ-{font-size:4rem;margin-bottom:20px;opacity:.5}.WalletPassbook_emptyTitle__AoogQ{color:#2c2c2c;font-size:1.5rem;font-weight:600;margin:0 0 12px}.WalletPassbook_emptyDescription__KMvrc{color:#666;font-size:1rem;line-height:1.5;margin:0 auto;max-width:400px}.WalletPassbook_mobileTransactions__NCX3B{padding:20px}.WalletPassbook_transactionCard__KTdjo{background:#f8f9facc;border:2px solid #0000000d;border-radius:16px;margin-bottom:16px;overflow:hidden;padding:20px;position:relative;transition:all .3s ease}.WalletPassbook_transactionCard__KTdjo:before{background:linear-gradient(135deg,#bd4c08,#e65100);bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.WalletPassbook_transactionCard__KTdjo.WalletPassbook_credit__lhPep:before{background:linear-gradient(135deg,#2e7d32,#4caf50)}.WalletPassbook_transactionCard__KTdjo.WalletPassbook_debit__i1zzv:before{background:linear-gradient(135deg,#d32f2f,#f44336)}.WalletPassbook_transactionCard__KTdjo:hover{background:#ffffffe6;border-color:#bd4c0833;box-shadow:0 8px 24px #0000001a;transform:translateY(-2px)}.WalletPassbook_transactionHeader__WTp0P{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.WalletPassbook_transactionType__Iebpa{align-items:center;display:flex;gap:8px}.WalletPassbook_typeIcon__vCYKa{font-size:1.2rem}.WalletPassbook_typeLabel__E\+m7e{font-size:1rem;font-weight:600}.WalletPassbook_transactionAmount__gnn2w{font-size:1.3rem;font-weight:700}.WalletPassbook_credit__lhPep .WalletPassbook_transactionAmount__gnn2w{color:#2e7d32}.WalletPassbook_debit__i1zzv .WalletPassbook_transactionAmount__gnn2w{color:#d32f2f}.WalletPassbook_transactionDetails__VCKjO{display:flex;flex-direction:column;gap:8px}.WalletPassbook_detailRow__u9IuI{align-items:center;display:flex;font-size:.9rem;justify-content:space-between}.WalletPassbook_detailLabel__LYYol{align-items:center;color:#666;display:flex;font-weight:500;gap:4px}.WalletPassbook_detailValue__3adtg{color:#2c2c2c;font-weight:500;max-width:60%;text-align:right;word-break:break-word}.WalletPassbook_transactionRef__-\+jUj{background:#bd4c081a;border-radius:4px;font-family:Courier New,monospace;font-size:.85rem;padding:2px 6px}.WalletPassbook_balanceRow__3FZTP{border-top:1px solid #0000001a;margin-top:8px;padding-top:8px}.WalletPassbook_balanceAmount__YR2dp{color:#bd4c08;font-weight:700}.WalletPassbook_desktopTransactions__PEWn-{padding:0}.WalletPassbook_tableContainer__Zvqzk{overflow-x:auto}.WalletPassbook_transactionsTable__4zxVj{border-collapse:collapse;font-size:.95rem;width:100%}.WalletPassbook_transactionsTable__4zxVj 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__4zxVj td{border-bottom:1px solid #0000000d;padding:16px 12px;vertical-align:middle}.WalletPassbook_transactionRow__nI\+da:hover{background:#bd4c0805}.WalletPassbook_creditRow__HMe8J{border-left:3px solid #2e7d32}.WalletPassbook_debitRow__nJiXL{border-left:3px solid #d32f2f}.WalletPassbook_dateContainer__NHjqU{display:flex;flex-direction:column;gap:2px}.WalletPassbook_date__7a81i{color:#2c2c2c;font-weight:500}.WalletPassbook_time__V18-C{color:#666;font-size:.85rem}.WalletPassbook_reason__anQzi{color:#2c2c2c;font-weight:500}.WalletPassbook_creditAmount__RmdOc,.WalletPassbook_debitAmount__wODs5{align-items:center;display:flex;font-weight:600;gap:6px}.WalletPassbook_creditAmount__RmdOc{color:#2e7d32}.WalletPassbook_debitAmount__wODs5{color:#d32f2f}.WalletPassbook_amountIcon__xBoL0{font-size:.9rem}.WalletPassbook_noAmount__\+KNEC{color:#999;font-style:italic}.WalletPassbook_paginationContainer__WMkBp{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__VpXWW{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__VpXWW:hover:not(:disabled){background:linear-gradient(135deg,#a04107,#d84315);box-shadow:0 4px 12px #bd4c084d;transform:translateY(-2px)}.WalletPassbook_paginationBtn__VpXWW:disabled{cursor:not-allowed;opacity:.5;transform:none}.WalletPassbook_btnIcon__dKyAo{font-size:.9rem}.WalletPassbook_paginationInfo__h\+2Jp{align-items:center;display:flex;flex-direction:column;gap:4px;text-align:center}.WalletPassbook_pageInfo__AFgc0{color:#2c2c2c;font-weight:600}.WalletPassbook_currentPage__Bddju,.WalletPassbook_totalPages__SGpYE{color:#bd4c08;font-weight:700}.WalletPassbook_resultsInfo__ZvWDo{color:#666;font-size:.9rem}@media (max-width:768px){.WalletPassbook_modernWalletPassbook__GKlqp{padding:100px 12px 12px}.WalletPassbook_passbookTitle__X4NTg{flex-direction:column;font-size:2rem;gap:8px}.WalletPassbook_passbookSubtitle__Weh\+3{font-size:1rem}.WalletPassbook_headerContent__ARxvU{padding:20px}.WalletPassbook_passbookControls__2RQkx{flex-direction:column;gap:12px}.WalletPassbook_filterContainer__HzarL,.WalletPassbook_filterSelect__q2WUF,.WalletPassbook_searchContainer__629nc{width:100%}.WalletPassbook_summaryCards__0bX3b{gap:12px;grid-template-columns:1fr}.WalletPassbook_summaryCard__KROLY{padding:16px}.WalletPassbook_cardValue__nRMbb{font-size:1.2rem}.WalletPassbook_paginationContainer__WMkBp{flex-direction:column;gap:12px}.WalletPassbook_paginationBtn__VpXWW{justify-content:center;width:100%}}@media (max-width:480px){.WalletPassbook_passbookTitle__X4NTg{font-size:1.8rem}.WalletPassbook_transactionCard__KTdjo{padding:16px}.WalletPassbook_transactionHeader__WTp0P{align-items:flex-start;flex-direction:column;gap:8px}.WalletPassbook_transactionAmount__gnn2w{font-size:1.2rem}.WalletPassbook_detailRow__u9IuI{align-items:flex-start;flex-direction:column;gap:4px}.WalletPassbook_detailValue__3adtg{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__d2t7B{background:#f9f9f9;margin:0;min-height:100vh;padding:0;position:relative}.LandingPage_trustBanner__uS9KO{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__F-p\+q{align-items:center;display:inline-flex;flex-shrink:0;gap:4px;white-space:nowrap}.LandingPage_trustIcon__wjz89{font-size:clamp(13px,3.5vw,18px);line-height:1}.LandingPage_trustSeparator__jRlTI{font-weight:300;opacity:.6}.LandingPage_reviewSection__7C\+mU{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:12px 0 8px}.LandingPage_stars__JC73J{display:inline-flex;font-size:18px;gap:2px;line-height:1}.LandingPage_starFilled__FtjtZ{color:#f57c00}.LandingPage_starHalf__RKs3w{color:#f57c00;opacity:.5}.LandingPage_rating__gKM3K{color:#3e2723;font-size:16px;font-weight:600;margin-left:4px}.LandingPage_reviewCount__Vw1Du{color:#666;cursor:pointer;font-size:14px;font-weight:400;text-decoration:none;transition:color .2s}.LandingPage_reviewCount__Vw1Du:hover{color:#f57c00;text-decoration:underline}.LandingPage_header__eqbwk{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center;min-height:80px;padding:12px 0;width:100%}.LandingPage_logo__FLGEA{margin-bottom:0;max-width:200px}.LandingPage_limitedoffer__mzXKb,.LandingPage_logo__FLGEA{cursor:pointer;display:block;height:auto;transition:transform .2s}.LandingPage_limitedoffer__mzXKb{margin:0 auto 18px;max-width:120px}.LandingPage_badge__btTfm{color:green;font-weight:500}.LandingPage_title__ywgSD{color:#963142;display:block;font-size:26px;font-weight:700;letter-spacing:1px;text-align:center}.LandingPage_mainSection__CUR1K{min-height:100vh;padding:10px 0 0}.LandingPage_heroBanner__ZP1FJ{align-items:stretch;display:flex;flex-wrap:nowrap;gap:48px;margin:0 auto;max-width:1290px;padding:48px 0 0}.LandingPage_heroColumns__Wrzhk{align-items:flex-start;display:flex;gap:48px;width:100%}.LandingPage_card__Tn\+vQ{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__uI8xS{background:#fff;border-radius:0;box-shadow:none;display:block;height:265px;max-width:100%;object-fit:contain;width:auto}.LandingPage_listprice__fgZtp{color:#3e2723;font-size:1.2rem;font-weight:400;margin-right:8px;text-decoration:line-through;vertical-align:middle}.LandingPage_price__7pQ5i{color:#b12704;font-size:1.8rem;font-weight:700}.LandingPage_priceNote__SKdb4{color:#888;font-size:16px;font-weight:400}.LandingPage_verified__A5tI6{color:#444;font-size:18px;margin-bottom:18px}.LandingPage_verifiedBadge__nEvhD{background:#e0f7fa;border-radius:8px;color:#0078d4;margin-right:8px;padding:4px 12px}.LandingPage_verifiedNote__v4ZwM{color:#888;font-size:15px;margin-left:8px}.LandingPage_benefits__bFcan{color:#444;font-size:16px;margin-bottom:18px}.LandingPage_formTitle__zAV6c{color:#e87948;font-size:20px;font-weight:700;margin-bottom:22px;padding-bottom:22px;position:relative;text-align:center}.LandingPage_formTitle__zAV6c:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_formGroup__BkweQ{box-sizing:border-box;margin-bottom:14px;position:relative;width:100%}.LandingPage_formLabel__jJtv-{font-weight:600}.LandingPage_formInput__6SbcY,.LandingPage_formSelect__xpG9b{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__xpG9b{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__xpG9b option{font-size:16px;line-height:1.5;padding:8px}select.LandingPage_formSelect__xpG9b{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__iWIkT{color:#d32f2f;font-weight:600;margin-bottom:10px}.LandingPage_formSuccess__o4FVr{color:#388e3c;font-weight:600;margin-bottom:10px}.LandingPage_otpError__Lxya2{color:#d32f2f;font-weight:600;margin-top:6px}.LandingPage_submitBtn__STNtc{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__STNtc:active,.LandingPage_submitBtn__STNtc:focus,.LandingPage_submitBtn__STNtc:hover{transform:scale(1.07);transition:transform .22s cubic-bezier(.4,0,.2,1)}.LandingPage_submitBtn__STNtc:before{animation:LandingPage_slideShine__lohOP 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__OtvJm{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_descriptionTitle__ZkbS3{color:#e87948;font-size:24px;font-weight:700;margin-bottom:22px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_descriptionTitle__ZkbS3:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_descriptionText__PnzII{color:#3e2723;font-size:17px;line-height:1.7}.LandingPage_react-player-wrapper__obK01{overflow:visible;position:relative}.LandingPage_testimonialsSection__xuOvm{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:32px 28px}.LandingPage_testimonialsTitle__PWWNp{border-left:5px solid #f6c600;color:#222;font-size:28px;font-weight:700;margin-bottom:18px;padding-left:14px}.LandingPage_testimonialsList__0HeV1{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.LandingPage_testimonialCard__Oi8jt{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-bottom:12px;max-width:320px;min-width:220px;padding:20px}.LandingPage_testimonialStars__LMmrg{color:#222;font-size:18px;font-weight:600;margin-bottom:8px}.LandingPage_testimonialText__tAgdb{color:#3e2723;font-size:16px;font-style:italic}.LandingPage_testimonialAuthor__vv3gA{color:#888;font-size:14px;margin-top:8px}.LandingPage_testimonialsFooter__hrmMd{color:#3e2723;font-size:16px;font-weight:600;margin-top:24px;text-align:center}@media (max-width:900px){.LandingPage_heroBanner__ZP1FJ,.LandingPage_heroColumns__Wrzhk{flex-direction:column;gap:24px}.LandingPage_card__Tn\+vQ{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__OtvJm,.LandingPage_testimonialsSection__xuOvm{margin:24px auto 0;max-width:100%}.LandingPage_mainSection__CUR1K{padding:0 12px}}@media (max-width:600px){.LandingPage_container__d2t7B{padding:0}.LandingPage_header__eqbwk{min-height:60px}.LandingPage_title__ywgSD{font-size:20px}.LandingPage_heroBanner__ZP1FJ{padding:24px 0 0}.LandingPage_card__Tn\+vQ{min-height:320px;padding:18px 10px}.LandingPage_productImage__uI8xS{border-radius:10px;height:200px}.LandingPage_descriptionSection__OtvJm,.LandingPage_testimonialsSection__xuOvm{border-radius:10px;padding:6px}.LandingPage_descriptionTitle__ZkbS3{font-size:18px;padding-left:8px}.LandingPage_descriptionText__PnzII{font-size:14px}.LandingPage_testimonialsTitle__PWWNp{font-size:16px}.LandingPage_testimonialsList__0HeV1{gap:10px}.LandingPage_testimonialCard__Oi8jt{max-width:100%;min-width:0;padding:10px}.LandingPage_testimonialsFooter__hrmMd{font-size:13px}}.LandingPage_languageContainer__B\+cA9{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.LandingPage_languageTag__ljDcP{border-radius:25px;font-size:14px;font-weight:600;padding:8px 14px;text-align:center;transition:all .3s ease}.LandingPage_languageTag-single__96quW{display:inline-block!important;flex:none!important;padding:8px 0!important;text-align:center!important;width:40px!important}.LandingPage_languageTag__ljDcP:hover{box-shadow:0 5px 14px #f0b46480;transform:scale(1.05)}.LandingPage_reportLanguages__f7vWQ{color:#3e2723;font-size:16px;font-weight:600;line-height:1.4;margin-top:12px}.LandingPage_mobileOrderBtn__n2FDt{animation:LandingPage_mobileOrderBtnZoom__Hl75L 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__Hl75L{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.LandingPage_productBadge__TaJpy{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__DpinN{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__DpinN: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__KWQmJ{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__UeuRs{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__TaJpy:hover .LandingPage_badgeBody__DpinN{transform:translateX(-2px)}@media (max-width:768px){.LandingPage_productBadge__TaJpy{height:28px;margin-bottom:12px}.LandingPage_badgeBody__DpinN{font-size:.7rem;letter-spacing:.6px;padding:5px 16px 5px 12px}.LandingPage_badgeArrow__KWQmJ{border-width:14px 0 14px 10px}.LandingPage_badgeArrowBorder__UeuRs{border-width:16px 0 16px 12px;left:-12px;top:-16px}}.LandingPage_mobileOrderBtn__n2FDt:before{animation:LandingPage_slideShine__lohOP 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__lohOP{0%{left:-50%}to{left:150%}}@media (min-width:769px){.LandingPage_mobileOrderBtn__n2FDt{display:none}}@media (max-width:768px){.LandingPage_container__d2t7B{margin-top:0!important;padding-top:0!important}}@media (min-width:401px) and (max-width:768px){.LandingPage_trustBanner__uS9KO{font-size:15px;gap:12px;margin:0!important;padding:10px 15px;position:relative;top:0}.LandingPage_trustIcon__wjz89{font-size:16px}.LandingPage_reviewSection__7C\+mU{font-size:14px;gap:6px}.LandingPage_stars__JC73J{font-size:16px}.LandingPage_rating__gKM3K{font-size:14px}.LandingPage_reviewCount__Vw1Du{font-size:12px}}@media (max-width:400px){.LandingPage_trustBanner__uS9KO{font-size:11px;gap:8px;padding:8px 12px}.LandingPage_trustIcon__wjz89{font-size:14px}.LandingPage_trustSeparator__jRlTI{margin:0 2px}}.LandingPage_trustBadges__SWv4K{display:flex;gap:12px;margin-top:12px}.LandingPage_languageTag__ljDcP{background:linear-gradient(135deg,#f9a825,#e07b39);box-shadow:0 3px 8px #f0b4644d;color:#fff}.LandingPage_heroImageSlider__ss0aW{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;min-width:240px;padding-bottom:16px;position:relative}.LandingPage_sliderIndicators__Mp1fm{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:12px}.LandingPage_indicatorDot__URBn\+{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__\+abVE{background:#f8c537;border:2px solid #963142;box-shadow:0 2px 8px #f8c53755}@media (max-width:768px){.LandingPage_thumbnailGallery__OZcdB{gap:6px}.LandingPage_thumbnailWrapper__aVerC{height:50px;width:50px}.LandingPage_formTitle__zAV6c{margin-bottom:16px;padding:0 8px 22px;text-align:center}.LandingPage_limitedoffer__mzXKb{margin:0 auto 14px}.LandingPage_formInput__6SbcY,.LandingPage_formSelect__xpG9b{box-sizing:border-box;font-size:16px;padding:12px;width:100%}.LandingPage_formLabel__jJtv-{display:block;font-size:15px;margin-bottom:6px}.LandingPage_submitBtn__STNtc{box-sizing:border-box;font-size:18px;padding:16px 0;width:100%}}@media (max-width:400px){.LandingPage_card__Tn\+vQ{padding:16px 12px}.LandingPage_formTitle__zAV6c{font-size:18px}.LandingPage_formInput__6SbcY,.LandingPage_formSelect__xpG9b{font-size:16px;padding:10px}}.LandingPage_reviewsSection__PnpKA{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:85%;padding:40px 32px}.LandingPage_reviewsSectionTitle__Oc5Jv{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_reviewsSectionTitle__Oc5Jv:after{bottom:0;color:#e87948;content:"──── ◆ ────";font-size:12px;left:50%;letter-spacing:2px;position:absolute;transform:translateX(-50%)}.LandingPage_reviewsList__iiHrk{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:28px}.LandingPage_reviewItem__hCH7O{background:#fff8f0;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;flex-direction:column;gap:16px;padding:24px}.LandingPage_reviewItem__hCH7O:last-child{border-bottom:none}.LandingPage_reviewFirstLine__\+aRye{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.LandingPage_verifiedBadge__nEvhD{background:#4caf50;border-radius:10px;color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:3px 8px;white-space:nowrap}.LandingPage_customerName__qsARe{color:#333;font-size:15px;font-weight:600;margin-bottom:4px}.LandingPage_reviewDays__uRJdK{color:#888;font-size:14px}.LandingPage_reviewStars__ufVoL{align-items:center;color:orange;display:flex;font-size:16px;gap:2px}.LandingPage_starFilled__FtjtZ{color:orange}.LandingPage_starEmpty__znAIb{color:#ddd}.LandingPage_ratingText__h3Ure{color:#666;font-size:14px;font-weight:600;margin-left:6px}.LandingPage_reviewText__W5HRP{color:#3e2723;flex:1 1;font-size:15px;line-height:1.6;margin:0}.LandingPage_reviewFooter__7j7QQ{align-items:center;display:flex;gap:12px;margin-top:auto}.LandingPage_userProfileImage__T-Tef{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__JCRBv{display:flex;flex-direction:column;gap:2px}.LandingPage_showMoreBtn__MFvMA{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__MFvMA:hover{color:#e87948}.LandingPage_arrowRight__H1TlG{font-size:18px;margin-left:4px}.LandingPage_faqSection__HEIa5{background:#fff;border-radius:16px;box-shadow:0 2px 16px #0000000f;margin:48px auto 0;max-width:900px;padding:40px 32px}.LandingPage_faqSectionTitle__jpK6M{color:#e87948;font-size:24px;font-weight:700;margin-bottom:32px;padding-bottom:20px;position:relative;text-align:center}.LandingPage_faqSectionTitle__jpK6M: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__PnpKA{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_reviewsSectionTitle__Oc5Jv{font-size:20px}.LandingPage_reviewsList__iiHrk{gap:16px;grid-template-columns:1fr}.LandingPage_reviewItem__hCH7O{padding:20px}.LandingPage_reviewFirstLine__\+aRye{gap:6px}.LandingPage_customerName__qsARe{font-size:14px}.LandingPage_reviewDays__uRJdK{font-size:12px}.LandingPage_reviewText__W5HRP{font-size:13px;line-height:1.5}.LandingPage_reviewFooter__7j7QQ{gap:10px}.LandingPage_userProfileImage__T-Tef{font-size:18px;height:40px;width:40px}.LandingPage_reviewStars__ufVoL{font-size:14px}.LandingPage_showMoreBtn__MFvMA{font-size:14px;padding:10px 24px}.LandingPage_faqSection__HEIa5{border-radius:10px;margin:24px auto 0;max-width:100%;padding:24px 16px}.LandingPage_faqSectionTitle__jpK6M{font-size:20px}}.LandingPage_footer__Hy\+u0{background-color:#fff;border-top:1px solid #eee;margin-top:24px;padding:24px 20px;text-align:center}.LandingPage_footerContent__5aKl8{margin:0 auto;max-width:1200px}.LandingPage_footerTitle__yPFvX{color:#e87948;display:inline-block;font-size:24px;font-weight:700;margin:0 0 10px;position:relative}.LandingPage_footerTitle__yPFvX:after{color:#e87948;content:"──── ◆ ────";display:block;font-size:14px;font-weight:400;letter-spacing:2px;margin-top:8px}.LandingPage_footerText__zpijf{color:#666;font-size:16px;line-height:1.6;margin:0}.LandingPage_footerLink__9rKmw{color:#e87948;font-weight:500;text-decoration:none;transition:all .2s ease}.LandingPage_footerLink__9rKmw:hover{color:#d4652f;text-decoration:underline}.LandingPage_footerEmail__lTNmm{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__lTNmm:hover{background-color:#e87948;box-shadow:0 4px 12px #e8794833;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.LandingPage_footer__Hy\+u0{margin-top:16px;padding:20px 16px}.LandingPage_footerTitle__yPFvX{font-size:20px}.LandingPage_footerText__zpijf{font-size:14px}.LandingPage_footerEmail__lTNmm{font-size:16px;padding:10px 20px}}@media (max-width:480px){.LandingPage_footer__Hy\+u0{margin-top:16px;padding:16px 12px}.LandingPage_footerTitle__yPFvX{font-size:18px}.LandingPage_footerText__zpijf{font-size:13px}.LandingPage_footerEmail__lTNmm{font-size:14px;padding:8px 16px}}.VideoPlayer_videoContainer__Hmqko{margin:0 auto;max-width:600px;position:relative;width:100%}.VideoPlayer_thumbnailWrapper__seE1U{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__BzdUa{border-radius:12px;display:block;height:325px;object-fit:cover;width:100%}.VideoPlayer_defaultThumbnail__vGG2V{align-items:center;background:#eee;display:flex;height:325px;justify-content:center;width:100%}.VideoPlayer_playButton__pwF3N{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__pwF3N:hover{background:#fffbe7}.TimePicker_timePickerContainer__P98r9{align-items:center;display:flex;gap:8px;width:100%}.TimePicker_timeSelect__7CBf3{-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__7CBf3:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timePeriod__6fnPQ{-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__6fnPQ:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.TimePicker_timeSeparator__LfOGX{color:#333;font-size:20px;font-weight:600;margin:0 4px}@media (max-width:768px){.TimePicker_timePeriod__6fnPQ,.TimePicker_timeSelect__7CBf3{font-size:16px;padding:10px}.TimePicker_timeSelect__7CBf3{background-size:18px;padding-right:28px}.TimePicker_timePeriod__6fnPQ{background-size:14px;padding-right:24px}}.DateOfBirthField_dobContainer__4dpXk{box-sizing:border-box;width:100%}.DateOfBirthField_dobFields__OAeQA{display:flex;gap:8px;width:100%}.DateOfBirthField_dobField__kh4E1{flex:1 1}.DateOfBirthField_dobField__kh4E1:last-child{flex:1.2 1}.DateOfBirthField_dobInput__gPaIm,.DateOfBirthField_dobSelect__-2thV{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__gPaIm:focus,.DateOfBirthField_dobSelect__-2thV:focus{border-color:#ff6b35;box-shadow:0 0 0 2px #ff6b351a;outline:none}.DateOfBirthField_dobInput__gPaIm:invalid,.DateOfBirthField_dobSelect__-2thV:invalid{border-color:#ff3d00}.DateOfBirthField_dobInput__gPaIm::placeholder{color:#999}.DateOfBirthField_dobPreview__Tuias{background-color:#e8f5e9;color:#4caf50}.DateOfBirthField_adjustmentMessage__Xw-PA,.DateOfBirthField_dobPreview__Tuias{border-radius:4px;font-size:14px;font-weight:500;margin-top:8px;padding:6px;text-align:center}.DateOfBirthField_adjustmentMessage__Xw-PA{background-color:#fff3e0;border-left:3px solid #ff6b35;color:#ff6b35}@media (max-width:480px){.DateOfBirthField_dobInput__gPaIm,.DateOfBirthField_dobSelect__-2thV{font-size:16px;padding:14px 10px}.DateOfBirthField_dobFields__OAeQA{gap:6px}}.DateOfBirthField_dobSelect__-2thV{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__gPaIm,.DateOfBirthField_dobSelect__-2thV{border-width:2px}}.ReviewModal_modalOverlay__sYbSg{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__YB41v{animation:ReviewModal_slideUp__lUev0 .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__lUev0{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.ReviewModal_modalHeader__S3I62{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px}.ReviewModal_modalHeader__S3I62 h2{color:#333;font-size:24px;margin:0}.ReviewModal_closeBtn__tkuNh{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__tkuNh:hover{background:#f5f5f5;color:#333}.ReviewModal_modalBody__NtwGh{flex:1 1;overflow-y:auto;padding:24px}.ReviewModal_reviewItem__oyAuL{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;padding:20px}.ReviewModal_reviewItem__oyAuL:last-child{margin-bottom:0}.ReviewModal_reviewHeader__d1yd0{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ReviewModal_verifiedBadge__HJ3s\+{background:#4caf50;border-radius:12px;color:#fff;display:inline-block;font-size:11px;font-weight:600;margin-bottom:8px;padding:4px 10px}.ReviewModal_customerName__vmQj-{color:#333;display:block;font-size:16px;margin-top:8px}.ReviewModal_reviewDays__sTLQ\+{color:#888;display:block;font-size:12px;margin-top:4px}.ReviewModal_stars__7tHPj{color:orange;font-size:18px}.ReviewModal_starFilled__kv4xd{color:orange}.ReviewModal_starEmpty__UyAV3{color:#ddd}.ReviewModal_reviewText__rMexd{color:#555;font-size:14px;line-height:1.6;margin:12px 0 0}@media (max-width:768px){.ReviewModal_modalOverlay__sYbSg{align-items:flex-end;padding:0}.ReviewModal_modalContent__YB41v{border-radius:12px 12px 0 0;margin:0;max-height:95vh;max-width:100%}.ReviewModal_modalHeader__S3I62{padding:16px 20px}.ReviewModal_modalHeader__S3I62 h2{font-size:20px}.ReviewModal_modalBody__NtwGh{padding:16px}.ReviewModal_reviewHeader__d1yd0{flex-direction:column;gap:8px}.ReviewModal_stars__7tHPj{font-size:16px}}.RecentOrderToast_toast__hMh0v{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__rSI7M{opacity:1;transform:translateY(0) scale(1)}.RecentOrderToast_icon__q6NgJ{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__C4gUu{align-items:flex-start;display:flex;flex:1 1;flex-direction:column}.RecentOrderToast_textBlock__Hrfkq{display:flex;flex-direction:column;gap:2px;max-height:2.8em;overflow:hidden;width:100%}.RecentOrderToast_line1__55ii4{color:#111;font-size:13px;line-height:1.1;overflow-wrap:anywhere;white-space:normal}.RecentOrderToast_line2__U6EKA{color:#4b4b4b;font-size:12px;font-weight:600;line-height:1.1}.RecentOrderToast_name__lAtpX{font-weight:800;margin-right:6px}.RecentOrderToast_text__WoXhd{color:#2f2f2f}.RecentOrderToast_om__vRyoo{font-size:20px;line-height:1}@media (max-width:768px){.RecentOrderToast_toast__hMh0v{border-radius:16px;bottom:auto;font-size:12px;left:auto;max-width:260px;padding:8px 12px 8px 10px;right:12px;top:12px}.RecentOrderToast_icon__q6NgJ{height:42px;width:42px}}.FAQ_faqContainer__yVQo9{display:flex;flex-direction:column;gap:0}.FAQ_faqItem__k1pou{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__k1pou:hover{box-shadow:0 4px 12px #e8794826;transform:translateY(-2px)}.FAQ_faqQuestion__Mi6Jj{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__Mi6Jj:hover{background-color:#fff8f4}.FAQ_faqQuestion__Mi6Jj:active{background-color:#fff0e8;transform:scale(.99)}.FAQ_faqQuestion__Mi6Jj:focus{outline:none}.FAQ_faqQuestion__Mi6Jj:focus-visible{outline:3px solid #e87948;outline-offset:-3px}.FAQ_icon__Y5ZbE{color:#e87948;flex-shrink:0;font-size:12px;margin-left:16px;transition:transform .4s cubic-bezier(.4,0,.2,1)}.FAQ_iconExpanded__L5MEQ{transform:rotate(180deg)}.FAQ_faqAnswer__0P5Kw{animation:FAQ_slideDown__B6xzD .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__B6xzD{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__Mi6Jj{font-size:15px;padding:14px 16px}.FAQ_faqAnswer__0P5Kw{font-size:14px;padding:0 16px 16px}.FAQ_icon__Y5ZbE{font-size:10px;margin-left:12px}}@media (max-width:480px){.FAQ_faqQuestion__Mi6Jj{font-size:14px;padding:12px 14px}.FAQ_faqAnswer__0P5Kw{font-size:13px;padding:0 14px 14px}}.OrderSuccess_successContainer__nyW9o{align-items:center;background:linear-gradient(120deg,#fffbe6,#ffe0b2);display:flex;justify-content:center;min-height:100vh}.OrderSuccess_successCard__kE6\+e{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__PW4oR{font-size:54px;margin-bottom:18px}.OrderSuccess_title__cLhen{color:#f57c00;font-size:2.1em;font-weight:800;margin-bottom:10px}.OrderSuccess_message__0skIU{color:#444;font-size:1.1em;margin-bottom:28px}.OrderSuccess_homeBtn__Axh97{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__Axh97:focus,.OrderSuccess_homeBtn__Axh97:hover{background:linear-gradient(90deg,#f57c00,#ff9800);transform:translateY(-2px) scale(1.04)}.OrderSuccess_orderId__dNg8q{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__ex9Mn{color:#666;font-size:1em;font-style:italic;margin:16px 0}.OrderSuccess_errorText__rsBAT{background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;color:#d32f2f;font-size:.95em;margin:16px 0;padding:8px}.OrderSuccess_orderDetails__JMk3F{background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;margin:20px 0;padding:16px;text-align:left}.OrderSuccess_orderDetailsTitle__SEYRR{color:#333;font-size:1.1em;font-weight:600;margin-bottom:12px;text-align:center}.OrderSuccess_orderDetailItem__hD3Zj{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:6px 0}.OrderSuccess_orderDetailItem__hD3Zj:last-child{border-bottom:none}.OrderSuccess_orderDetailLabel__a\+D4\+{color:#555;font-size:.95em;font-weight:500}.OrderSuccess_orderDetailValue__56AKa{color:#333;font-size:.95em;font-weight:400}.OrderSuccess_orderDetailValue__56AKa.OrderSuccess_amount__-sZBI{color:#f57c00;font-weight:600}.CheckoutPage_page__2hTLk{background:#f4f6fb;font-family:inherit;min-height:100vh}.CheckoutPage_topBar__MOyia{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__qOSex{color:#1a2a4a;font-size:17px;font-weight:700;letter-spacing:-.3px}.CheckoutPage_topBarLogo__at422{height:48px;object-fit:contain;width:auto}.CheckoutPage_topBarAmount__hplE2{color:#1a2a4a;font-size:18px;font-weight:800;white-space:nowrap}.CheckoutPage_topBarAmountSub__jqCHn{color:#6b7280;font-size:11px;line-height:1.1;text-align:right}.CheckoutPage_topBarSecure__--yaD{align-items:center;color:#4caf50;display:flex;font-size:11px;font-weight:600;gap:4px}.CheckoutPage_backBtn__y37IT{display:none}@media (min-width:768px){.CheckoutPage_backBtn__y37IT{display:none}}@media (max-width:767px){.CheckoutPage_backBtn__y37IT{display:none}}.CheckoutPage_layout__1XQir{display:flex;flex-direction:column;margin:0 auto;max-width:820px;padding:0}@media (min-width:768px){.CheckoutPage_layout__1XQir{align-items:flex-start;flex-direction:row;gap:20px;padding:20px 16px}.CheckoutPage_paymentPanel__Qu8AR{border-radius:12px;flex:1 1;overflow:hidden}.CheckoutPage_summaryPanel__tjGLo{flex:0 0 290px}}.CheckoutPage_summaryPanel__tjGLo{display:none}@media (min-width:768px){.CheckoutPage_summaryPanel__tjGLo{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000012;display:block;padding:20px;position:-webkit-sticky;position:sticky;top:80px}}.CheckoutPage_paymentPanel__Qu8AR{background:#fff;padding:0 16px}.CheckoutPage_methodList__5Rht4{width:100%}.CheckoutPage_methodSection__XzzNG{border-bottom:1px solid #e8eaf0}.CheckoutPage_methodSection__XzzNG:first-child{border-top:1px solid #e8eaf0}.CheckoutPage_methodRow__RPYCD{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__RPYCD:hover{background:#f9fafb}.CheckoutPage_methodRowActive__rZMb0{background:#fffbec}.CheckoutPage_methodRowIcon__A5Yv-{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__ofA5H{flex:1 1;min-width:0}.CheckoutPage_methodRowLabel__QybHz{align-items:center;color:#1a2a4a;display:flex;font-size:14px;font-weight:600;gap:6px}.CheckoutPage_methodRowSub__guJpo{color:#6b7280;font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CheckoutPage_methodRowRight__z7wtC{align-items:center;display:flex;flex-shrink:0;gap:6px}.CheckoutPage_methodRowAmount__5Q0pU{color:#1a2a4a;font-size:14px;font-weight:700}.CheckoutPage_methodChevron__bVK65{color:#9ca3af;display:inline-block;font-size:12px;transition:transform .2s}.CheckoutPage_methodChevronOpen__2mIld{color:#c9a624;transform:rotate(180deg)}.CheckoutPage_recommendedBadge__EpNxT{background:#e8f5e9;color:#2e7d32}.CheckoutPage_exclusiveBadge__idHCc,.CheckoutPage_recommendedBadge__EpNxT{border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.3px;padding:2px 6px}.CheckoutPage_exclusiveBadge__idHCc{background:#fff8e1;color:#e65100}.CheckoutPage_methodBody__I45SQ{background:#fafbfd;border-top:1px solid #f0f0f0;padding:0}.CheckoutPage_subTabs__RKqjM{border:1.5px solid #e0e0e0;border-radius:8px;display:flex;gap:0;margin-bottom:16px;overflow:hidden}.CheckoutPage_subTab__NoaLx{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__YHDEV{background:#1a2a4a;color:#fff;font-weight:700}.CheckoutPage_upiIntentSection__WM\+lC{padding-top:0}.CheckoutPage_upiIntentHint__FVnib{color:#6b7280;font-size:12px;margin:0 0 12px}.CheckoutPage_upiAppGrid__6tjRR{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-bottom:0;padding:12px 12px 0}.CheckoutPage_upiAppBtn__iRFMW{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__iRFMW:active:not(:disabled){transform:scale(.95)}.CheckoutPage_upiAppBtn__iRFMW:hover:not(:disabled){background:#fffbec;border-color:#c9a624}.CheckoutPage_upiAppBtn__iRFMW:disabled{cursor:not-allowed;opacity:.45}.CheckoutPage_upiAppIcon__L5Cdy{flex-shrink:0;height:28px;width:28px}.CheckoutPage_upiAppLabel__CS\+df{color:#374151;font-size:13px;font-weight:600;line-height:1.2;text-align:left}.CheckoutPage_qrFallback__vseL6{margin-top:12px;text-align:center}.CheckoutPage_qrFallbackText__hdOmH{color:#6b7280;font-size:12px;margin:0 0 8px}.CheckoutPage_desktopUpiNotice__x0tyo{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__gTdQK{font-size:28px}.CheckoutPage_desktopUpiNotice__x0tyo p{color:#1a2a4a;font-size:14px;font-weight:600;margin:0}.CheckoutPage_desktopUpiNoticeHint__4ZMCD{color:#6b7280!important;font-size:12px!important;font-weight:400!important}.CheckoutPage_qrBtn__fLoWh{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__fLoWh:hover{background:#1a2a4a;color:#fff}.CheckoutPage_awaitingPayment__vSEAj{color:#374151;padding:24px 12px;text-align:center}.CheckoutPage_awaitingPayment__vSEAj p{font-size:14px;margin:10px 0 0}.CheckoutPage_awaitingHint__zhvVR{color:#6b7280;font-size:12px!important}.CheckoutPage_collectForm__iKcXO{display:flex;flex-direction:column;gap:0;padding:14px 16px 16px}.CheckoutPage_inputLabel__ah-KD{color:#374151;display:block;font-size:12px;font-weight:600;margin-bottom:5px;margin-top:12px}.CheckoutPage_inputLabel__ah-KD:first-child{margin-top:0}.CheckoutPage_textInput__uP7S8{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__uP7S8:focus{border-color:#1a2a4a}.CheckoutPage_textInput__uP7S8::placeholder{color:#b0b7c3}.CheckoutPage_inputError__er02v{border-color:#ef4444!important}.CheckoutPage_fieldError__gVkcu{color:#ef4444;font-size:12px;margin:4px 0 0}.CheckoutPage_cardNumberWrapper__uOw4P{align-items:center;display:flex;position:relative}.CheckoutPage_cardNumberWrapper__uOw4P .CheckoutPage_textInput__uP7S8{padding-right:48px}.CheckoutPage_cardTypeIcon__0v8yi{font-size:22px;pointer-events:none;position:absolute;right:12px;-webkit-user-select:none;user-select:none}.CheckoutPage_cardRow__\+XNcM{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:0}.CheckoutPage_cardRowField__ikOQ4{display:flex;flex-direction:column}.CheckoutPage_collectHint__90Qbo{color:#6b7280;font-size:12px;line-height:1.5;margin:10px 0 16px}.CheckoutPage_payBtn__uWM20{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__uWM20:active:not(:disabled){transform:scale(.98)}.CheckoutPage_payBtn__uWM20:hover:not(:disabled){background:#253a5e}.CheckoutPage_payBtn__uWM20:disabled{background:#9ca3af;cursor:not-allowed}.CheckoutPage_bankGrid__QH81O{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);margin:8px 0 16px}@media (min-width:500px){.CheckoutPage_bankGrid__QH81O{grid-template-columns:repeat(3,1fr)}}.CheckoutPage_bankBtn__SJcr3{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__SJcr3:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_bankBtnSelected__0hlH2{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletGrid__8WrOL{display:flex;flex-direction:column;gap:8px;margin:8px 0 16px}.CheckoutPage_walletBtn__LRxS\+{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__LRxS\+:hover:not(:disabled){border-color:#1a2a4a}.CheckoutPage_walletBtnSelected__yBymw{background:#fffbec;border-color:#c9a624;color:#1a2a4a;font-weight:700}.CheckoutPage_walletEmoji__qSHpj{font-size:20px}.CheckoutPage_orderSummaryTitle__ZVf\+t{color:#1a2a4a;font-size:14px;font-weight:700;margin:0 0 12px}.CheckoutPage_orderSummaryRow__\+9xct{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.CheckoutPage_orderSummaryLabel__IXIqJ{color:#6b7280;flex:1 1;font-size:13px}.CheckoutPage_orderSummaryAmount__OJFW2{color:#1a2a4a;font-size:13px;font-weight:600;white-space:nowrap}.CheckoutPage_orderSummaryTotal__WFNEZ{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_orderSummaryDivider__2zmJv{border:none;border-top:1px solid #e8eaf0;margin:8px 0}.CheckoutPage_securityBadges__JPbpO{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.CheckoutPage_badge__WZ0RY{background:#f0f4ff;border-radius:20px;color:#374151;font-size:11px;font-weight:500;padding:4px 8px}.CheckoutPage_mobileSummary__iJyLO{background:#fff;border-bottom:1px solid #e8eaf0;padding:10px 16px}.CheckoutPage_mobileSummaryClosed__sHTlS{align-items:center;cursor:pointer;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none}.CheckoutPage_mobileSummaryLabel__ixetC{align-items:center;color:#1a2a4a;display:flex;font-size:13px;font-weight:600;gap:6px}.CheckoutPage_mobileSummaryAmt__pzKyR{color:#1a2a4a;font-size:15px;font-weight:800}.CheckoutPage_mobileSummaryChevron__QdALL{color:#9ca3af;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_mobileSummaryChevronOpen__6peDp{transform:rotate(180deg)}.CheckoutPage_mobileSummaryBody__GnuuJ{margin-top:12px}@media (min-width:768px){.CheckoutPage_mobileSummary__iJyLO{display:none}}.CheckoutPage_statusMsg__I8OV8{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__x\+-F0{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#ef4444;font-size:13px;margin:12px 0 0;padding:10px 14px}.CheckoutPage_errorModalOverlay__RYbJW{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:300}.CheckoutPage_errorModal__3knKE{animation:CheckoutPage_errorModalIn__oz0oy .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__oz0oy{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.CheckoutPage_errorModalIcon__eO5Wz{font-size:36px;margin-bottom:12px}.CheckoutPage_errorModalMsg__jWvwd{color:#374151;font-size:14px;line-height:1.55;margin:0 0 20px}.CheckoutPage_errorModalClose__40bXt{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__40bXt:hover{background:#243654}.CheckoutPage_linkBtn__orWfe{background:none;border:none;color:#1a2a4a;cursor:pointer;font-size:13px;font-weight:600;margin-top:12px;text-decoration:underline}.CheckoutPage_spinner__wxCa0{animation:CheckoutPage_spin__ZknL- .7s linear infinite;border:3px solid #e8eaf0;border-radius:50%;border-top-color:#1a2a4a;height:36px;margin:0 auto;width:36px}.CheckoutPage_spinnerSmall__1Jw9J{animation:CheckoutPage_spin__ZknL- .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__ZknL-{to{transform:rotate(1turn)}}.CheckoutPage_errorPage__C3rde,.CheckoutPage_loadingPage__suZYL{align-items:center;color:#6b7280;display:flex;flex-direction:column;font-size:14px;gap:16px;justify-content:center;min-height:60vh}.CheckoutPage_qrOverlay__gssSg{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__SuhrX{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__qWgp4{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__n5Z8p{color:#1a2a4a;font-size:17px;font-weight:700;margin:0 0 16px}.CheckoutPage_qrImage__dS9XO{border:1px solid #e5e7eb;border-radius:8px;display:block;height:200px;margin:0 auto 12px;object-fit:contain;width:200px}.CheckoutPage_qrError__RQGZ4{color:#ef4444;font-size:13px;margin:0 0 10px}.CheckoutPage_upiString__fBcUP{background:#f3f4f6;border-radius:6px;color:#1a2a4a;display:block;font-size:13px;padding:6px 12px;word-break:break-all}.CheckoutPage_qrHint__kZKTA{color:#6b7280;font-size:12px;line-height:1.5;margin:12px 0 0}.CheckoutPage_qrAwaitRow__DJMwg{align-items:center;color:#1a7a4a;display:flex;font-size:12px;font-weight:500;gap:8px;margin:10px 0 0}.CheckoutPage_inAppNotice__BDunS{background:#fff8e1;border:1px solid #ffe082;border-radius:10px;color:#374151;font-size:13px;line-height:1.6;padding:16px}.CheckoutPage_inAppNotice__BDunS p{margin:6px 0 0}.CheckoutPage_inAppNoticeIcon__I6bfn{font-size:18px}.CheckoutPage_inAppHint__LICj\+{color:#795548}.CheckoutPage_inAppBanner__Dn4-3{background:#fffbeb;border-left:3px solid #f59e0b;color:#78350f}.CheckoutPage_inAppBannerInfo__XydHH,.CheckoutPage_inAppBanner__Dn4-3{align-items:flex-start;display:flex;font-size:13px;gap:10px;line-height:1.5;padding:10px 16px}.CheckoutPage_inAppBannerInfo__XydHH{background:#eff6ff;border-left:3px solid #3b82f6;color:#1e40af}.CheckoutPage_inAppBannerIcon__C9AtY{flex-shrink:0;font-size:16px;margin-top:1px}.CheckoutPage_inAppBannerBody__KQI-R{flex:1 1}.CheckoutPage_inAppBannerBody__KQI-R p{margin:0 0 4px}.CheckoutPage_inAppBannerBody__KQI-R p:last-child{margin-bottom:0}.CheckoutPage_panelFooter__DaKGL{background:#fff;border-top:1px solid #f0f0f0;padding:12px 16px}.CheckoutPage_checkoutFooter__kYgun{background:#f9fafb;border-top:1px solid #e5e7eb;padding:16px 16px 8px;text-align:center}.CheckoutPage_footerPowered__5OZdC{align-items:center;color:#9ca3af;display:flex;font-size:11px;gap:6px;justify-content:center;margin-bottom:12px}.CheckoutPage_footerPoweredLabel__ivq9t{color:#9ca3af;font-size:11px}.CheckoutPage_footerPoweredRazorpay__NbG0U{align-items:center;color:#3395ff;display:inline-flex;font-size:13px;font-weight:700;letter-spacing:.01em}.CheckoutPage_footerBadges__Oj6ka{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:10px}.CheckoutPage_footerBadge__V1rRy{align-items:center;color:#374151;display:flex;font-size:11px;font-weight:600;gap:5px}.CheckoutPage_footerOrderId__ohegq{color:#9ca3af;font-family:monospace;font-size:10px;letter-spacing:.05em;margin-bottom:8px}.CheckoutPage_footerTnc__J12sz{color:#6b7280;font-size:11px;line-height:1.6;margin:0 0 4px}.CheckoutPage_footerTnc__J12sz a{color:#3395ff;text-decoration:underline}.CheckoutPage_footerLoggedIn__utg3v{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__OG\+Tg{font-size:15px}.CheckoutPage_pageTitle__NimCc{color:#1a2a4a;display:none;font-size:18px;font-weight:700;margin:0;padding:18px 16px 0}@media (min-width:768px){.CheckoutPage_pageTitle__NimCc{display:block;padding:0 0 16px}}.CheckoutPage_tabContent__wkjP8{padding:0}.CheckoutPage_methodTabs__OgDlm{display:none}.CheckoutPage_desktopQrRow__95ITT{padding:14px 14px 0}.CheckoutPage_desktopQrBtn__tARgI{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__tARgI:hover:not(:disabled){background:#e0f0ff;border-color:#1a7fe0}.CheckoutPage_desktopQrBtn__tARgI:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_desktopQrIcon__9Pn2x{flex-shrink:0;height:44px;object-fit:contain;width:44px}.CheckoutPage_desktopQrLabel__3b4FV{display:flex;flex:1 1;flex-direction:column;gap:2px}.CheckoutPage_desktopQrTitle__imklj{color:#1a2a4a;font-size:15px;font-weight:700}.CheckoutPage_desktopQrHint__PAOGQ{color:#6b7280;font-size:12px}.CheckoutPage_desktopQrArrow__o54IR{color:#3395ff;font-size:22px;font-weight:400;line-height:1}.CheckoutPage_desktopQrDivider__YjiJI{align-items:center;color:#9ca3af;display:flex;font-size:12px;font-weight:600;gap:10px;padding:14px 14px 0}.CheckoutPage_desktopQrDivider__YjiJI:after,.CheckoutPage_desktopQrDivider__YjiJI:before{background:#e5e7eb;content:"";flex:1 1;height:1px}.CheckoutPage_topBarRight__k1v8Y{align-items:center;cursor:pointer;display:flex;gap:6px;padding:4px 0;-webkit-user-select:none;user-select:none}.CheckoutPage_topBarChevron__oI-od{color:#6b7280;display:inline-block;font-size:11px;transition:transform .2s}.CheckoutPage_topBarChevronOpen__Jw7WP{transform:rotate(180deg)}.CheckoutPage_orderSummaryDrawer__5ZZJ0{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px}.CheckoutPage_sectionLabel__yW5bW{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;padding:14px 0 6px;text-transform:uppercase}.CheckoutPage_methodCard__e-\+3o{background:#fff;border:1px solid #e5e7eb;border-radius:10px;margin:0 0 4px;overflow:hidden}.CheckoutPage_methodSectionBorder__ubgbd{border-bottom:1px solid #f0f0f0}.CheckoutPage_recommendedRow__qK5X9{align-items:center;background:#fff;border:none;cursor:pointer;display:flex;gap:12px;padding:14px 16px;text-align:left;width:100%}.CheckoutPage_recommendedRow__qK5X9:hover:not(:disabled){background:#f9fafb}.CheckoutPage_recommendedRow__qK5X9:active:not(:disabled){background:#f3f4f6}.CheckoutPage_recommendedRow__qK5X9:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_recommendedIcon__FdQ9J{flex-shrink:0;height:32px;object-fit:contain;width:32px}.CheckoutPage_recommendedName__R\+xgE{color:#111827;flex:1 1;font-size:15px;font-weight:600}.CheckoutPage_recommendedAmt__dKmQ0{color:#111827;font-size:15px;font-weight:700;white-space:nowrap}.CheckoutPage_statusBar__WYHU3{padding:4px 0}.CheckoutPage_upiBottomRow__4YzgQ{border-top:1px solid #f0f0f0;display:flex;gap:8px;padding:8px 12px 12px}.CheckoutPage_upiAddIdBtn__rKIJ0{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__rKIJ0:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiAddIdBtn__rKIJ0:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiQrBtn__Sehzb{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__Sehzb:hover:not(:disabled){border-color:#3395ff;color:#3395ff}.CheckoutPage_upiQrBtn__Sehzb:disabled{cursor:not-allowed;opacity:.5}.CheckoutPage_upiBackLink__f6THp{background:none;border:none;color:#3395ff;cursor:pointer;display:inline-block;font-size:13px;font-weight:600;padding:8px 0 10px}.CheckoutPage_bankList__XBxSz{display:flex;flex-direction:column}.CheckoutPage_bankListItem__\+7fyZ{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__\+7fyZ:last-child{border-bottom:none}.CheckoutPage_bankListItem__\+7fyZ:hover:not(:disabled){background:#f9fafb}.CheckoutPage_bankListItem__\+7fyZ:active:not(:disabled){background:#f3f4f6}.CheckoutPage_bankListItem__\+7fyZ:disabled{cursor:not-allowed;opacity:.6}.CheckoutPage_bankListAvatar__gxjs4{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__h3nCA{color:#111827;flex:1 1;font-size:14px;font-weight:500}.CheckoutPage_bankListChevron__0NwBa{color:#9ca3af;font-size:20px;font-weight:400;line-height:1}.CheckoutPage_viewAllBtn__cQCn4{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__cQCn4:hover{background:#f0f9ff}.CheckoutPage_checkoutFooter__kYgun{align-items:center;color:#9ca3af;display:flex;font-size:12px;gap:6px;justify-content:center;padding:16px}.CheckoutPage_checkoutFooterLogo__oCdLd{height:18px;width:auto}.CheckoutPage_checkoutFooterDot__T7\+hv{color:#d1d5db}.CheckoutPage_checkoutFooterLink__bHo3x{color:#6b7280;font-size:12px;text-decoration:none}.CheckoutPage_checkoutFooterLink__bHo3x: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__JWulT{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.PrivacyPolicy_privacy-header-row__GVu0B{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__tNGgk{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.PrivacyPolicy_privacy-logo__8oBLR{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.PrivacyPolicy_privacy-title-col__Vt0om{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__kIcQY{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-company-info__CMGYQ{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.PrivacyPolicy_privacy-content__6dB1s{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.PrivacyPolicy_privacy-main-title__W7Ll3{color:#3e2723;font-size:22px;margin-bottom:16px}.PrivacyPolicy_privacy-section-title__FmzPe{color:#3e2723;font-size:19px;margin:24px 0 8px}.PrivacyPolicy_privacy-section-text__491gH{margin-bottom:0}.PrivacyPolicy_privacy-list__4hqlE{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.TermsAndConditions_terms-container__yKBAY{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.TermsAndConditions_terms-header-row__VmloQ{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__u43fJ{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.TermsAndConditions_terms-logo__QVTuN{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.TermsAndConditions_terms-title-col__q0TbK{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__eLxo1{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-company-info__KUMdb{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.TermsAndConditions_terms-content__U9djH{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.TermsAndConditions_terms-main-title__GV701{color:#3e2723;font-size:22px;margin-bottom:16px}.TermsAndConditions_terms-section-title__KB41Q{color:#3e2723;font-size:19px;margin:24px 0 8px}.TermsAndConditions_terms-section-text__IzM-Z{margin-bottom:0}.RefundPolicy_refund-container__eXxtn{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;min-height:320px;padding:40px 0;width:100%}.RefundPolicy_refund-header-row__73grj{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__s6w3p{align-items:center;display:flex;flex:0 0 180px;justify-content:center;min-width:120px}.RefundPolicy_refund-logo__OVKfb{display:block;margin-bottom:0;margin-top:0;max-width:100%;width:140px}.RefundPolicy_refund-title-col__nkLI5{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__Yy1dz{color:#3e2723;font-size:32px;font-weight:800;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-company-info__uqdAP{color:#444;font-size:18px;line-height:1.7;margin-bottom:12px;margin-top:0}.RefundPolicy_refund-content__zIhO4{color:#222;font-size:17px;margin:32px auto 0;max-width:900px;padding:0 32px;text-align:left}.RefundPolicy_refund-main-title__19LM2{color:#3e2723;font-size:22px;margin-bottom:16px}.RefundPolicy_refund-section-title__YDuDG{color:#3e2723;font-size:19px;margin:24px 0 8px}.RefundPolicy_refund-section-text__jdfAx{margin-bottom:0}.RefundPolicy_refund-list__FECxf{color:#333;font-size:16px;list-style:disc;margin-bottom:0;padding-left:24px}.LocationSearch_searchWrapper__cwvTK{position:relative;width:100%}.LocationSearch_inputWrapper__vPVHF{position:relative}.LocationSearch_searchInput__k3aK4{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__k3aK4:focus{border-color:#4a90e2}.LocationSearch_loadingSpinner__x9\+Lz{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.LocationSearch_spinner__n7jne{animation:LocationSearch_spin__6THkA 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#4a90e2;height:20px;width:20px}@keyframes LocationSearch_spin__6THkA{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.LocationSearch_dropdown__PFWT5{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__nlPXZ{background-color:#fff;border-bottom:1px solid #f0f0f0;cursor:pointer;padding:12px 16px;transition:background-color .2s}.LocationSearch_resultItem__nlPXZ:last-child{border-bottom:none}.LocationSearch_resultItem__nlPXZ.LocationSearch_selected__codt0,.LocationSearch_resultItem__nlPXZ:hover{background-color:#f5f5f5}.LocationSearch_resultName__wky8l{color:#333;font-size:14px;font-weight:600;margin-bottom:4px}.LocationSearch_resultDetails__EflQp{color:#666;font-size:12px}.LocationSearch_resultCoords__PXkFn{color:#999;font-size:11px;margin-top:4px}.LocationSearch_noResults__Tu5zq{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.b3b80009.css.map*/