@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--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( to right, #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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-avatar{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#2d358b!important;color:#fff!important;font-weight:600;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-transform:uppercase;letter-spacing:.5px;line-height:1;border:2.5px solid #ffffff;box-shadow:0 2px 8px #0284c740,0 4px 16px #0ea5e926,inset 0 1px #ffffff26;transition:all .3s cubic-bezier(.4,0,.2,1);user-select:none;-webkit-user-select:none;cursor:default}.user-avatar:hover{transform:translateY(-1px) scale(1.02);box-shadow:0 4px 12px #0284c759,0 6px 20px #0ea5e940,inset 0 1px #fff3}.user-avatar.user-avatar-sm{width:32px;height:32px;font-size:.7rem;border-width:2px;letter-spacing:.3px}.user-avatar.user-avatar-md{width:55px;height:55px;font-size:.875rem;border-width:2.5px}.user-avatar.user-avatar-lg{width:56px;height:56px;font-size:1.25rem;border-width:3px;letter-spacing:.8px}.header{position:sticky;top:0;z-index:120;width:100%;background:transparent}.header-utility{background:linear-gradient(90deg,#1e2463,#2d358b 45%,#0ea5e9);color:#e0e7ff;font-size:.8rem}.utility-bar{max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;height:3rem}.utility-left,.utility-right{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.utility-item{display:inline-flex;align-items:center;gap:.45rem;color:inherit;text-decoration:none;opacity:.92;transition:opacity .2s ease}.utility-item svg{width:16px;height:16px;color:#facc15}.utility-item:hover{opacity:1}.utility-language{background:#0f172a29;border:1px solid rgba(148,163,184,.32);border-radius:999px;padding:.25rem .75rem;cursor:pointer;color:#fff}.header-main{width:100%;background:#fff;box-shadow:0 12px 32px #0f172a14;padding-top:1.5rem;padding-bottom:1.5rem}.header-main-inner{max-width:1400px;margin:0 auto;padding:1.35rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.header-bottom{background:linear-gradient(110deg,#0f172a,#161e79 35%,#2563eb);border-top:1px solid rgba(148,163,184,.2);box-shadow:0 18px 40px #0f172a29;padding-top:1rem;padding-bottom:1rem}.header-bottom-inner{max-width:1400px;margin:0 auto;padding:.65rem 2rem;display:flex;align-items:center;gap:1.5rem}.header-bottom-inner nav{flex:1}.header-logo{display:flex;align-items:center;padding:.25rem;border-radius:12px;transition:transform .25s ease}.header-logo:hover{transform:translateY(-2px)}.logo-image{height:46px;width:auto;object-fit:contain}.category-trigger-wrapper{position:relative}.category-trigger{display:inline-flex;align-items:center;gap:.5rem;border:none;padding:.75rem 1.5rem;border-radius:999px;background:#fffffff2;color:#0f172a;font-weight:600;letter-spacing:.04em;cursor:pointer;box-shadow:0 14px 32px #0f172a33;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.category-trigger:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0f172a4d;background:#0f172a;color:#fff}.header-nav-desktop{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}.nav-link{color:#ffffffd9;font-weight:600;font-size:.95rem;padding:.75rem 1.25rem;border-radius:999px;text-decoration:none;letter-spacing:.05em;text-transform:uppercase;transition:color .3s ease,background .3s ease,box-shadow .3s ease;position:relative}.nav-link:after{content:"";position:absolute;inset:auto 24% 8px;height:2px;background:#ffffffe6;border-radius:999px;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.nav-link:hover{color:#fff;background:#ffffff1f}.nav-link:hover:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:.9rem}.header-search{display:flex;align-items:center;gap:.5rem;background:#f1f5f9e6;border:1px solid rgba(148,163,184,.35);border-radius:999px;padding:.5rem .75rem .5rem 1.1rem;min-width:320px;max-width:480px;transition:border-color .2s ease,background .2s ease}.header-search:focus-within{border-color:var(--primary-blue);background:#fff;box-shadow:0 10px 20px #2563eb26}.header-search input{flex:1;border:none;background:transparent;font-size:.95rem;color:#0f172a;outline:none}.header-search input::placeholder{color:#94a3b8}.header-search button{border:none;border-radius:999px;width:42px;height:42px;background:linear-gradient(135deg,var(--primary-blue),#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.header-search button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #2563eb4d}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#f1f5f9f2;color:#1f2937;border:1px solid rgba(148,163,184,.35);cursor:pointer;position:relative;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.icon-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--primary-blue),#2563eb);color:#fff;box-shadow:0 14px 32px #2563eb40}.cart-badge,.wishlist-badge{position:absolute;top:-6px;right:-4px;background:#ef4444;color:#fff;border-radius:999px;font-size:.7rem;font-weight:700;padding:.2rem .45rem;box-shadow:0 4px 10px #ef444466}.profile-dropdown{position:relative}.avatar-button{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:0;margin-top:9px}.dropdown-menu{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:16px;min-width:240px;box-shadow:0 22px 45px #0f172a26;overflow:hidden;z-index:999;animation:dropdownFade .25s ease forwards}.dropdown-menu:before{content:"";position:absolute;top:-10px;right:18px;width:18px;height:18px;transform:rotate(45deg);background:inherit;border-left:1px solid rgba(148,163,184,.2);border-top:1px solid rgba(148,163,184,.2)}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;color:#1f2937;text-decoration:none;font-weight:500;transition:background .2s ease,color .2s ease,padding-left .2s ease}.dropdown-item:hover{background:#3b82f61f;color:var(--primary-blue);padding-left:1.5rem}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#f871711f;color:#b91c1c}.dropdown-header{padding:1rem 1.25rem .75rem}.dropdown-name{font-weight:700;margin-bottom:.25rem;color:#0f172a}.dropdown-email{font-size:.85rem;color:#64748b}.categories-dropdown{top:calc(100% + 12px);left:0;transform:none;min-width:220px;right:auto}.categories-dropdown:before{left:32px;right:auto}.category-icon{font-size:1.25rem;line-height:1}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(148,163,184,.35);background:#f8fafcf2;cursor:pointer;transition:transform .2s ease}.mobile-menu-toggle:hover{transform:translateY(-2px)}.header-nav-mobile{display:none;flex-direction:column;background:#fff;border-top:1px solid rgba(148,163,184,.18);box-shadow:0 16px 32px #0f172a14;padding:1rem 0}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;color:#1f2937;text-decoration:none;font-weight:500;transition:background .2s ease,padding-left .2s ease;border-left:3px solid transparent}.mobile-nav-link:hover{background:#2d358b14;color:var(--primary-blue);padding-left:2rem;border-left-color:var(--primary-blue)}.mobile-categories{border-top:1px solid rgba(148,163,184,.15);border-bottom:1px solid rgba(148,163,184,.15);margin:.75rem 0}.mobile-category-label{padding:.75rem 1.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#64748b;font-weight:600}.mobile-category-link{padding-left:2rem!important}.hidden-mobile{display:inline-flex}.hidden-desktop{display:none}.hidden-tablet{display:inline-flex}@media (max-width: 1180px){.header-main-inner{gap:1rem;padding:1.1rem 1.5rem}.header-search{min-width:260px}.nav-link{padding:.65rem 1rem}}@media (max-width: 1024px){.header-nav-desktop,.header-bottom{display:none}.hidden-desktop{display:inline-flex}.hidden-tablet{display:none}.header-actions{gap:.6rem}.header-search{display:none}}@media (max-width: 900px){.header-utility{font-size:.75rem}.utility-bar{padding:.5rem 1.5rem;gap:.5rem;height:auto;min-height:2.5rem}.utility-left,.utility-right{gap:.6rem;font-size:.75rem}.utility-item{font-size:.7rem;gap:.3rem}.utility-item svg{width:14px;height:14px}}@media (max-width: 768px){.header-nav-mobile{display:flex}.hidden-mobile{display:none!important}.header-main-inner,.header-bottom-inner{padding:.9rem 1.5rem}.logo-image{height:40px}.header-actions{margin-left:0}.utility-left{display:none}.utility-bar{justify-content:center}}@media (max-width: 480px){.header-primary-inner{padding:.75rem 1.25rem}.icon-button,.mobile-menu-toggle{width:40px;height:40px}}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(148,163,184,.2);box-shadow:0 -4px 20px #0f172a1f;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));z-index:150;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mobile-bottom-nav-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:.25rem;max-width:100%;margin:0 auto;padding:0 .5rem}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .25rem;text-decoration:none;color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.02em;border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;background:transparent;border:none}.mobile-nav-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-nav-item-icon svg{width:22px;height:22px;stroke-width:2px}.mobile-nav-item-label{font-size:.65rem;line-height:1;text-transform:capitalize}.mobile-nav-item-badge{position:absolute;top:.3rem;right:50%;transform:translate(10px);background:#ef4444;color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;padding:.15rem .35rem;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #ef444466;border:2px solid #ffffff}.mobile-nav-item:hover,.mobile-nav-item.active{color:#0ea5e9;background:#0ea5e914}.mobile-nav-item:active{transform:scale(.95)}.mobile-nav-item:hover .mobile-nav-item-icon,.mobile-nav-item.active .mobile-nav-item-icon{transform:translateY(-2px)}@media (max-width: 768px){.mobile-bottom-nav{display:block}body{padding-bottom:calc(70px + env(safe-area-inset-bottom))}}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.footer{position:relative;margin-top:0rem;padding-top:4rem;background:var(--primary-blue);color:var(--gray-200);overflow:hidden}.footer-glow{position:absolute;inset:0;background:transparent;opacity:.7;pointer-events:none}.footer-top{position:relative;z-index:1;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{width:160px;object-fit:contain}.footer-pill-group{display:flex;flex-wrap:wrap;gap:.75rem}.footer-pill-group span{padding:.25rem .85rem;border-radius:999px;background:#ffffff1a;font-size:.85rem;color:#fff}.footer-content{position:relative;z-index:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;padding:3rem 0}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1rem;font-weight:600;color:#fff}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.footer-links a{color:#ffffffbf;text-decoration:none;font-size:.95rem;transition:color var(--transition-base),transform var(--transition-base)}.footer-links a:hover{color:#fff;transform:translate(4px)}.footer-socials{display:flex;gap:.75rem}.social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:background var(--transition-base),transform var(--transition-base)}.social-link:hover{background:var(--accent-red);transform:translateY(-4px)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#ffffffbf;text-decoration:none;transition:color var(--transition-base)}.contact-item:hover{color:#fff}.contact-item svg{margin-top:2px}.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);padding:1.5rem 0;margin-top:1.5rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;color:#ffffffb3;font-size:.9rem}.footer-payments{display:flex;gap:.5rem;flex-wrap:wrap}.payment-method{padding:.35rem .85rem;border-radius:var(--radius-md);background:#ffffff14;border:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#fff}.payment-logo{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border-radius:var(--radius-md);background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 6px 14px #0f172a1f}.payment-logo img{height:18px;width:auto;object-fit:contain}@media (max-width: 768px){.footer-bottom-content{flex-direction:column;text-align:center}.footer-pill-group{flex-direction:column;align-items:flex-start}}.brand-showcase{position:relative;padding:3rem 0 2rem;background:linear-gradient(135deg,#2d358b14,#e9222f0d);overflow:hidden}.brand-showcase:before,.brand-showcase:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;background:#2d358b26;filter:blur(60px);opacity:.6;pointer-events:none}.brand-showcase:before{top:-120px;left:-60px}.brand-showcase:after{bottom:-160px;right:-40px}.brand-showcase__header{text-align:center;max-width:640px;margin:0 auto 1.5rem}.brand-showcase__header h2{font-size:2rem;color:var(--gray-900);margin:0}.brand-showcase__header p{margin:.75rem auto 0;font-size:.95rem;color:var(--gray-600)}.brand-showcase__marquee{position:relative;overflow:hidden;padding:1.5rem 0}.brand-showcase__track{display:flex;gap:2rem;animation:brand-marquee 18s linear infinite}.brand-showcase__logo{flex:0 0 180px;height:80px;border-radius:var(--radius-lg);background:#fff;box-shadow:0 12px 30px #11182714;display:flex;align-items:center;justify-content:center;padding:1rem;filter:grayscale(.2);transition:transform .2s ease,filter .2s ease}.brand-showcase__logo img{max-width:100%;max-height:48px;object-fit:contain}.brand-showcase__logo:hover{transform:translateY(-6px);filter:grayscale(0)}@keyframes brand-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){.brand-showcase{padding:2rem 0 1.5rem}.brand-showcase__header h2{font-size:1.5rem}.brand-showcase__logo{flex-basis:140px;height:64px}}.loader-wrapper{display:flex;align-items:center;justify-content:center;padding:2rem}.loader-fullscreen{position:fixed;inset:0;background-color:#00000080;z-index:9999}.loader{display:flex;align-items:center;justify-content:center}.loader-sm .spinner{width:24px;height:24px;border-width:2px}.loader-md .spinner{width:40px;height:40px;border-width:3px}.loader-lg .spinner{width:60px;height:60px;border-width:4px}.spinner{border:3px solid var(--gray-200);border-top-color:var(--primary-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background-color:#fff;border-radius:var(--radius-lg);box-shadow:0 25px 50px -12px #00000040;max-height:90vh;overflow-y:auto;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-sm{width:100%;max-width:400px}.modal-md{width:100%;max-width:600px}.modal-lg{width:100%;max-width:800px}.modal-xl{width:100%;max-width:1000px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--gray-200)}.modal-title{margin:0;font-size:1.5rem;color:var(--gray-900)}.modal-close{background:none;border:none;font-size:2rem;cursor:pointer;color:var(--gray-500);padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:color var(--transition-base)}.modal-close:hover{color:var(--gray-900)}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid var(--gray-200);background-color:var(--gray-50)}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:var(--gray-50);padding:1rem}.error-container{text-align:center;max-width:500px}.error-container h2{color:var(--error);margin-bottom:1rem}.error-container p{color:var(--gray-600);margin-bottom:2rem}.error-container button{padding:.75rem 2rem;background-color:var(--primary-blue);color:#fff;border:none;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all var(--transition-base)}.error-container button:hover{background-color:#1e2463}@media (max-width: 768px){.modal{margin:0 1rem}.modal-md,.modal-lg,.modal-xl{max-width:100%}.modal-header,.modal-body,.modal-footer{padding:1rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--radius-md);font-weight:600;font-size:1rem;cursor:pointer;transition:all var(--transition-base);white-space:nowrap;user-select:none}.btn:focus{outline:2px solid currentColor;outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#2e358b!important;color:#fff}.btn-primary:hover:not(:disabled){background-color:#1e2463;box-shadow:0 4px 12px #2d358b4d;transform:translateY(-2px)}.btn-secondary{background-color:var(--gray-200);color:var(--gray-900)}.btn-secondary:hover:not(:disabled){background-color:var(--gray-300)}.btn-danger{background-color:var(--error);color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-success{background-color:var(--success);color:#fff}.btn-success:hover:not(:disabled){background-color:#059669}.btn-accent{background-color:var(--accent-red);color:#fff}.btn-accent:hover:not(:disabled){background-color:#c91b1f;box-shadow:0 4px 12px #e9222f4d;transform:translateY(-2px)}.btn-outline{background-color:transparent;color:var(--primary-blue);border:2px solid var(--primary-blue)}.btn-outline:hover:not(:disabled){background-color:var(--primary-blue);color:#fff}.btn-ghost{background-color:transparent;color:var(--primary-blue);border:none}.btn-ghost:hover:not(:disabled){background-color:var(--gray-100)}.btn-xs{padding:.375rem .75rem;font-size:.75rem;border-radius:var(--radius-sm)}.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:var(--radius-sm)}.btn-md{padding:.75rem 1.5rem;font-size:1rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem;border-radius:var(--radius-lg)}.btn-xl{padding:1.25rem 2.5rem;font-size:1.25rem;border-radius:var(--radius-lg)}.btn-full-width{width:100%}.btn-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-icon{width:1.25rem;height:1.25rem}@media (max-width: 768px){.btn{padding:.625rem 1.25rem;font-size:.95rem}.btn-lg{padding:.875rem 1.75rem}}.product-card{position:relative;display:flex;flex-direction:column;gap:0;padding:0;background:#fff;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000d;transition:all .3s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a;border-color:#2563eb}.product-card-image-wrapper{position:relative;padding-top:75%;background:#f9fafb;border-radius:0;overflow:hidden;z-index:1}.product-card-image{position:absolute;inset:10%;width:80%;height:80%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-card-image{transform:scale(1.05)}.product-card-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;z-index:3}.badge{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff}.badge-discount{background:#ef4444}.badge-out-of-stock{background:#6b7280}.badge-featured{background:#eab308}.badge-new{background:#10b981}.product-card-actions{position:absolute;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .3s ease;z-index:3}.product-card:hover .product-card-actions{opacity:1}.action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;color:#6b7280}.action-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.action-btn.active{background:#ef4444;color:#fff;border-color:#ef4444}.action-btn.active:hover{background:#dc2626;border-color:#dc2626}.product-card-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.65rem;padding:1.25rem}.product-card-category{font-size:.75rem;font-weight:600;color:#6b7280;margin:0;text-transform:uppercase;letter-spacing:.05em}.product-card-header{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.product-card-brand{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#2d358b;background:#eff6ff;flex-shrink:0}.product-card-name-link{text-decoration:none;color:inherit;flex:1;min-width:0;transition:color .2s ease}.product-card-name-link:hover{color:#2563eb}.product-card-name{font-size:1rem;font-weight:600;color:#111827;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-name-link:hover .product-card-name{color:#2563eb}.product-card-rating{display:flex;align-items:center;gap:.5rem}.rating-stars{display:flex;gap:.15rem}.rating-star{color:#d1d5db;stroke-width:1.5;width:14px;height:14px}.rating-star.filled{color:#fbbf24}.rating-value{font-size:.85rem;font-weight:600;color:#111827}.rating-count{font-size:.75rem;color:#9ca3af;font-weight:400}.product-card-stock-info{display:flex;align-items:center;justify-content:center;padding:.4rem .75rem;background:#f0fdf4;border:1px solid #86efac;border-radius:6px;font-size:.75rem;flex-shrink:0}.stock-count{font-weight:700;color:#16a34a;white-space:nowrap}.product-card-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem}.product-card-price-stock-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.product-card-price{display:flex;align-items:baseline;gap:.75rem;flex:1;min-width:0}.price-current{font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.02em}.price-original{font-size:.9rem;color:#9ca3af;text-decoration:line-through;font-weight:500}.product-card-stock-warning{font-size:.75rem;color:#dc2626;font-weight:600;padding:.5rem .75rem;background:#fee2e2;border-radius:6px;text-align:center;margin:0}.product-card-footer .btn{background:#2d358b;border:none;border-radius:8px;padding:.875rem 1.25rem;font-size:.95rem;font-weight:600;color:#fff;transition:background .2s ease;text-transform:none;letter-spacing:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.product-card-footer .btn:hover{background:#1e2563}.product-card-footer .btn-disabled{background:#9ca3af;cursor:not-allowed}.product-card-footer .btn-disabled:hover{background:#9ca3af}@media (max-width: 1024px) and (min-width: 601px){.product-card-content{padding:1rem;gap:.6rem}.product-card-name{font-size:.95rem}.price-current{font-size:1.4rem}}@media (max-width: 600px){.product-card{border-radius:12px}.product-card-image-wrapper{padding-top:65%}.product-card-content{padding:1rem;gap:.7rem}.product-card-header{gap:.5rem}.product-card-brand{font-size:.7rem;padding:.3rem .6rem}.product-card-name{font-size:1rem;-webkit-line-clamp:2}.rating-stars{gap:.2rem}.rating-star{width:15px;height:15px}.rating-value{font-size:.85rem}.rating-count{font-size:.75rem}.product-card-price-stock-row{gap:.75rem}.price-current{font-size:1.5rem}.price-original{font-size:.95rem}.product-card-stock-info{font-size:.75rem;padding:.4rem .7rem}.product-card-footer .btn{padding:.875rem 1.25rem;font-size:.95rem}.product-card-actions{opacity:1}.action-btn{width:38px;height:38px;box-shadow:0 2px 8px #0000001a}.badge{font-size:.65rem;padding:5px 10px}}.recently-viewed-section{padding:4rem 0;background:linear-gradient(180deg,#fff,#f8fafc)}.recently-viewed-section .section-header{text-align:center;margin-bottom:3rem}.recently-viewed-section .section-title{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.recently-viewed-section .section-title svg{color:var(--primary-blue)}.recently-viewed-section .section-title h2{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.recently-viewed-section .section-subtitle{font-size:1.1rem;color:#64748b;margin:0}.recently-viewed-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}@media (max-width: 1024px){.recently-viewed-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem}}@media (max-width: 768px){.recently-viewed-section{padding:3rem 0}.recently-viewed-section .section-title h2{font-size:1.75rem}.recently-viewed-section .section-subtitle{font-size:1rem}.recently-viewed-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}}@media (max-width: 480px){.recently-viewed-section{padding:2.5rem 0}.recently-viewed-section .section-title h2{font-size:1.5rem}.recently-viewed-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}.home-page{width:100%}.hero-section{position:relative;padding:0;background:#0a0e1a;overflow:hidden;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.hero-slider{position:relative;width:100%;min-height:750px;overflow:hidden;isolation:isolate}.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transform:scale(1.05);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);background:linear-gradient(135deg,#1a1f35,#0f1419);z-index:1}.hero-slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,var(--slide-accent, rgba(59, 130, 246, .1)) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(124,58,237,.06) 0%,transparent 50%);opacity:.5;pointer-events:none}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a0e1afa,#0a0e1a40 52%,#0a0e1acc);pointer-events:none;z-index:1}.hero-slide.active{opacity:1;pointer-events:auto;transform:scale(1)}.hero-slide-inner{position:relative;width:min(1400px,100%);margin:0 auto;padding:clamp(5rem,9vw,7rem) clamp(2rem,6vw,5rem);display:flex;align-items:center;justify-content:space-between;gap:clamp(3rem,8vw,6rem);z-index:2;min-height:750px}.hero-slide-content{display:flex;flex-direction:column;gap:1.5rem;max-width:600px;z-index:3}.hero-badge{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;border-radius:999px;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:800;background:linear-gradient(135deg,var(--slide-accent, #3b82f6) 0%,var(--slide-accent, #2563eb) 100%);color:#fff;box-shadow:0 4px 12px #0000004d,0 0 20px var(--slide-accent, rgba(59, 130, 246, .4));text-shadow:0 1px 2px rgba(0,0,0,.3);animation:pulse-glow 2s ease-in-out infinite;font-family:Poppins,sans-serif}@keyframes pulse-glow{0%,to{box-shadow:0 4px 12px #0000004d,0 0 20px var(--slide-accent, rgba(59, 130, 246, .4))}50%{box-shadow:0 4px 16px #0006,0 0 30px var(--slide-accent, rgba(59, 130, 246, .6))}}@keyframes letterSlideIn{0%{opacity:0;transform:translateY(30px) rotateX(-90deg);filter:blur(10px)}to{opacity:1;transform:translateY(0) rotateX(0);filter:blur(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.hero-eyebrow{font-size:1.05rem;text-transform:uppercase;letter-spacing:.25em;font-weight:700;color:#e2e8f0;text-shadow:0 2px 8px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.9);font-family:Poppins,sans-serif;word-wrap:break-word;overflow-wrap:break-word}.hero-title{font-size:clamp(3.2rem,5.5vw,5rem);font-weight:300;line-height:1.1;color:#fff;margin:0;letter-spacing:-.01em;perspective:1000px;font-family:Poppins,sans-serif;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.hero-title>span{display:inline-block;margin-left:.5rem;color:#fff;font-weight:300;font-family:Poppins}.hero-title span .letter{font-family:inherit;font-weight:inherit;font-size:inherit;color:inherit;text-shadow:inherit}.hero-title .letter{display:inline-block;opacity:0;transform-origin:center bottom;font-family:Poppins;font-weight:400;font-size:inherit;color:inherit;text-shadow:inherit;letter-spacing:inherit}.hero-slide.active .hero-title .letter{animation:letterSlideIn .6s cubic-bezier(.34,1.56,.64,1) forwards}.hero-slide.active .hero-title .letter:nth-child(1){animation-delay:.05s}.hero-slide.active .hero-title .letter:nth-child(2){animation-delay:.1s}.hero-slide.active .hero-title .letter:nth-child(3){animation-delay:.15s}.hero-slide.active .hero-title .letter:nth-child(4){animation-delay:.2s}.hero-slide.active .hero-title .letter:nth-child(5){animation-delay:.25s}.hero-slide.active .hero-title .letter:nth-child(6){animation-delay:.3s}.hero-slide.active .hero-title .letter:nth-child(7){animation-delay:.35s}.hero-slide.active .hero-title .letter:nth-child(8){animation-delay:.4s}.hero-slide.active .hero-title .letter:nth-child(9){animation-delay:.45s}.hero-slide.active .hero-title .letter:nth-child(10){animation-delay:.5s}.hero-slide.active .hero-title .letter:nth-child(11){animation-delay:.55s}.hero-slide.active .hero-title .letter:nth-child(12){animation-delay:.6s}.hero-slide.active .hero-title .letter:nth-child(13){animation-delay:.65s}.hero-slide.active .hero-title .letter:nth-child(14){animation-delay:.7s}.hero-slide.active .hero-title .letter:nth-child(15){animation-delay:.75s}.hero-slide.active .hero-title .letter:nth-child(16){animation-delay:.8s}.hero-slide.active .hero-title .letter:nth-child(17){animation-delay:.85s}.hero-slide.active .hero-title .letter:nth-child(18){animation-delay:.9s}.hero-slide.active .hero-title .letter:nth-child(19){animation-delay:.95s}.hero-slide.active .hero-title .letter:nth-child(20){animation-delay:1s}.hero-subtitle{font-size:1.2rem;line-height:1.7;color:#f1f5f9;margin:0;font-weight:400;text-shadow:0 2px 8px rgba(0,0,0,.9),0 1px 3px rgba(0,0,0,1);max-width:560px;opacity:0;font-family:Poppins,sans-serif;word-wrap:break-word;overflow-wrap:break-word}.hero-slide.active .hero-subtitle{animation:fadeInUp .8s ease-out .6s forwards}.hero-slide.active .hero-badge{animation:scaleIn .6s cubic-bezier(.34,1.56,.64,1) forwards}.hero-slide.active .hero-eyebrow{animation:fadeInUp .6s ease-out .1s forwards}.hero-slide.active .hero-cta-group{animation:fadeInUp .8s ease-out .9s forwards}.hero-slide.active .hero-slide-visual img{animation:fadeInUp 1s ease-out .4s forwards,float-product 4s ease-in-out 1.4s infinite}.hero-badge,.hero-eyebrow,.hero-cta-group{opacity:0}.hero-cta-group{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-top:.5rem}.hero-cta-group .btn-primary{background-color:#fff!important;color:#2d358b!important;border:2px solid #ffffff!important;font-weight:700;box-shadow:0 4px 16px #0003;text-shadow:none}.hero-cta-group .btn-primary:hover:not(:disabled){background-color:#2d358b!important;color:#fff!important;border-color:#2d358b!important;transform:translateY(-2px);box-shadow:0 8px 24px #2d358b66}.hero-secondary-cta{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:#e2e8f0;text-decoration:none;padding:.75rem 1.5rem;border:2px solid rgba(226,232,240,.3);border-radius:8px;transition:all .3s ease;background:#ffffff0d;backdrop-filter:blur(10px)}.hero-secondary-cta:after{content:"→";font-size:1.1rem;transition:transform .3s ease}.hero-secondary-cta:hover{gap:.75rem;color:#fff;border-color:#ffffff80;background:#ffffff1a;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.hero-secondary-cta:hover:after{transform:translate(4px)}.hero-slide-visual{display:flex;justify-content:center;align-items:center;position:relative;flex:1;z-index:2}.hero-visual-background{position:absolute;width:clamp(450px,50vw,650px);height:clamp(450px,50vw,650px);border-radius:50%;background:radial-gradient(circle,var(--slide-accent, rgba(59, 130, 246, .2)) 0%,transparent 65%),radial-gradient(circle at 30% 40%,rgba(124,58,237,.12) 0%,transparent 60%);filter:blur(50px);opacity:.6;animation:float-visual 6s ease-in-out infinite}@keyframes float-visual{0%,to{transform:translate(0) scale(1)}50%{transform:translate(5%,-5%) scale(1.05)}}.hero-slide-visual img{width:100%;max-width:clamp(480px,48vw,680px);height:auto;object-fit:contain;filter:drop-shadow(0 25px 50px rgba(0,0,0,.7)) drop-shadow(0 0 80px var(--slide-accent, rgba(59, 130, 246, .4)));transform:translateY(0);transition:transform .8s cubic-bezier(.16,1,.3,1);animation:float-product 4s ease-in-out infinite;position:relative;z-index:2}@keyframes float-product{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-slide.active .hero-slide-visual img{transform:translateY(0) scale(1)}.hero-controls{position:absolute;left:50%;bottom:3rem;transform:translate(-50%);display:flex;align-items:center;gap:1.5rem;z-index:10;background:#0f172acc;backdrop-filter:blur(20px);padding:.75rem 1.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006}.hero-control-btn{width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .3s ease;backdrop-filter:blur(10px)}.hero-control-btn:hover{transform:scale(1.1);background:var(--slide-accent, #3b82f6);border-color:var(--slide-accent, #3b82f6);box-shadow:0 0 20px var(--slide-accent, rgba(59, 130, 246, .6))}.hero-dots{display:flex;align-items:center;gap:.75rem}.hero-dot{width:10px;height:10px;border-radius:999px;border:none;background:#ffffff4d;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003}.hero-dot:hover{background:#ffffff80;transform:scale(1.2)}.hero-dot.active{width:32px;background:linear-gradient(135deg,#3b82f6,#60a5fa);box-shadow:0 4px 12px #3b82f699}@media (max-width: 968px){.hero-slider{min-height:auto}.hero-slide-inner{flex-direction:column;text-align:center;padding:3.5rem 2rem 6rem;min-height:auto;gap:3rem}.hero-slide-content{max-width:100%;align-items:center;gap:1.5rem}.hero-badge{align-self:center;font-size:.7rem;padding:.55rem 1.1rem}.hero-eyebrow{font-size:.95rem}.hero-title{font-size:clamp(2.4rem,6.5vw,3.2rem);line-height:1.2}.hero-subtitle{max-width:600px;font-size:1.1rem;line-height:1.7}.hero-cta-group{justify-content:center;gap:1rem}.hero-slide-visual{max-width:100%;min-height:350px}.hero-slide-visual img{max-width:clamp(360px,65vw,480px);max-height:450px;object-fit:contain}.hero-visual-background{width:clamp(360px,60vw,460px);height:clamp(360px,60vw,460px)}.hero-controls{bottom:2rem;padding:.65rem 1.25rem}}@media (max-width: 768px){.hero-slide-inner{padding:3rem 1.75rem 5.5rem;gap:2.75rem}.hero-title{font-size:clamp(2rem,7vw,2.8rem)}.hero-subtitle{font-size:1.05rem}.hero-slide-visual img{max-width:clamp(340px,70vw,450px);max-height:420px}.hero-visual-background{width:clamp(340px,65vw,430px);height:clamp(340px,65vw,430px)}}@media (max-width: 640px){.hero-slider{min-height:auto;height:auto}.hero-slide-inner{min-height:auto;height:auto;padding:3rem 1.5rem 6rem;gap:2.5rem;justify-content:flex-start}.hero-slide-content{gap:1.25rem;order:1}.hero-badge{font-size:.65rem;padding:.5rem 1rem;letter-spacing:.12em}.hero-eyebrow{font-size:.75rem;letter-spacing:.2em}.hero-title{font-size:clamp(1.75rem,9vw,2.5rem);line-height:1.25;margin:0}.hero-title>span{margin-left:0;display:block;margin-top:.25rem}.hero-subtitle{font-size:.95rem;line-height:1.65;margin-top:0;max-width:100%}.hero-slide-visual{margin-top:0;order:2;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:100%;min-height:300px}.hero-slide-visual img{max-width:min(85vw,380px);max-height:380px;width:auto;height:auto;object-fit:contain}.hero-visual-background{width:min(85vw,380px);height:min(85vw,380px);max-width:380px;max-height:380px}.hero-cta-group{flex-direction:column;width:100%;gap:.875rem;margin-top:.5rem}.hero-cta-group .btn-primary{width:100%;padding:1rem 1.75rem;font-size:.95rem;font-weight:700}.hero-secondary-cta{width:100%;justify-content:center;padding:.875rem 1.5rem;font-size:.9rem}.hero-control-btn{width:36px;height:36px}.hero-control-btn svg{width:18px;height:18px}.hero-controls{gap:.75rem;padding:.5rem 1rem;bottom:1.5rem}.hero-dot{width:8px;height:8px}.hero-dot.active{width:24px}.hero-slide.active .hero-title .letter{animation-duration:.4s}.hero-slide.active .hero-subtitle{animation-delay:.3s}.hero-slide.active .hero-cta-group{animation-delay:.5s}}@media (max-width: 380px){.hero-slide-inner{padding:2.5rem 1.25rem 5.5rem;gap:2rem}.hero-badge{font-size:.6rem;padding:.45rem .9rem}.hero-eyebrow{font-size:.7rem}.hero-title{font-size:clamp(1.5rem,10vw,2.2rem);line-height:1.3}.hero-subtitle{font-size:.9rem;line-height:1.6}.hero-slide-visual{min-height:280px}.hero-slide-visual img{max-width:min(88vw,340px);max-height:340px}.hero-visual-background{width:min(88vw,340px);height:min(88vw,340px)}.hero-cta-group .btn-primary{padding:.95rem 1.5rem;font-size:.9rem}.hero-secondary-cta{padding:.8rem 1.25rem;font-size:.85rem}.hero-controls{bottom:1.25rem;padding:.45rem .85rem;gap:.6rem}.hero-control-btn{width:32px;height:32px}.hero-control-btn svg{width:15px;height:15px}}.features-section{padding:2.5rem 1rem;background-color:#fff;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.feature-card{text-align:center;padding:1.5rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--gray-200);background:#fff;box-shadow:0 2px 8px #00000014;transition:all var(--transition-base)}.feature-card:hover{border-color:var(--primary-blue);box-shadow:0 8px 24px #2d358b26;transform:translateY(-8px)}.feature-icon{width:50px;height:50px;margin:0 auto .75rem;background:linear-gradient(135deg,var(--primary-blue),#1e2463);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #2d358b33}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem}.feature-card p{color:var(--gray-600);margin:0;font-size:.9rem;line-height:1.5}.categories-section{padding:4rem 1rem;background-color:var(--gray-50);margin-bottom:3rem}.section-title{text-align:center;margin-bottom:2.5rem;font-size:2rem;font-weight:700;color:#111827}.categories-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:1000px;margin:0 auto}.category-card{text-decoration:none;color:inherit;display:block;border-radius:20px;overflow:hidden;position:relative;height:400px;transition:all .4s cubic-bezier(.4,0,.2,1)}.category-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000040}.category-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.4,0,.2,1)}.category-card:hover .category-bg{transform:scale(1.08)}.category-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000d9,#00000080,#0000004d);transition:all .4s ease}.category-card:hover .category-overlay{background:linear-gradient(to top,#000000e6,#0009,#0006)}.category-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem;gap:1.5rem}.category-text h3{font-size:2rem;font-weight:800;color:#fff;margin:0 0 .75rem;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.category-text p{font-size:1.05rem;color:#fffffff2;margin:0;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.2)}.category-btn{align-self:flex-start;background:#fff;color:#2d358b;border:none;padding:.875rem 1.75rem;border-radius:12px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;letter-spacing:.02em}.category-btn:hover{background:#2d358b;color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.featured-section{padding:3rem 1rem;background-color:#fff;margin-bottom:3rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.view-all-link{display:flex;align-items:center;gap:.5rem;color:var(--primary-blue);font-weight:600;transition:all var(--transition-base)}.view-all-link:hover{color:var(--accent-red);gap:1rem}.home-page .products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.product-card{background-color:#fff;border-radius:var(--radius-lg);overflow:hidden;text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--gray-200);display:flex;flex-direction:column;box-shadow:0 2px 8px #0000;position:relative}.product-card:before{content:"";position:absolute;inset:0;border-radius:var(--radius-lg);border:2px solid var(--primary-blue);opacity:0;transition:opacity .3s ease;pointer-events:none}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--primary-blue)}.product-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background-color:var(--gray-100)}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-base)}.product-card:hover .product-image img{transform:scale(1.1)}.discount-badge{position:absolute;top:10px;right:10px;background-color:var(--accent-red);color:#fff;padding:.5rem .75rem;border-radius:var(--radius-md);font-weight:600;font-size:.85rem}.product-info{background:#fff;padding:2rem;border-radius:12px;border:0px solid var(--gray-200)}.product-name{font-size:1rem;margin-bottom:.5rem;color:var(--gray-900);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-description{font-size:.85rem;color:var(--gray-600);margin-bottom:.75rem;flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.price{font-size:1.25rem;font-weight:700;color:var(--primary-blue)}.original-price{font-size:.9rem;color:var(--gray-500);text-decoration:line-through}.new-badge{position:absolute;top:10px;left:10px;background-color:#10b981;color:#fff;padding:.5rem .75rem;border-radius:var(--radius-md);font-weight:600;font-size:.85rem}.promotions-section{position:relative;padding:5rem 1rem;margin-bottom:4rem;border-radius:24px;background:linear-gradient(135deg,#2d358b,#2e358b);overflow:hidden}.promotions-section:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.4;animation:slidePattern 20s linear infinite;pointer-events:none}.promotions-section:after{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(220,38,38,.2) 0%,transparent 70%);opacity:.5;pointer-events:none;animation:float-promo-bg 8s ease-in-out infinite}@keyframes float-promo-bg{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-10%,10%) scale(1.1)}}.promotions-container{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:3rem;align-items:center}.promotions-intro{color:#fff}.promo-eyebrow{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.15em;font-size:.8rem;font-weight:700;padding:.5rem 1.25rem;border-radius:999px;background:#fff3;backdrop-filter:blur(10px);color:#fff;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3);animation:fadeInUp .6s ease-out}.promo-eyebrow svg{color:var(--accent-red);filter:drop-shadow(0 2px 4px rgba(220,38,38,.5))}.promotions-title{font-size:3rem;font-weight:300;color:#fff;margin-bottom:1.5rem;line-height:1.2;text-shadow:0 4px 20px rgba(0,0,0,.3);animation:fadeInUp .6s ease-out .1s backwards}.promotions-description{color:#ffffffe6;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;max-width:540px;animation:fadeInUp .6s ease-out .2s backwards}.promotions-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .3s backwards}.promo-metric{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-radius:16px;background:#ffffff26;border:2px solid rgba(255,255,255,.2);backdrop-filter:blur(10px);color:#fff;transition:all .3s ease}.promo-metric:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-4px);box-shadow:0 8px 24px #0003}.promo-metric svg{color:var(--accent-red);flex-shrink:0;width:24px;height:24px;filter:drop-shadow(0 2px 4px rgba(220,38,38,.5))}.promo-metric span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffffb3;font-weight:600;margin-bottom:.25rem}.promo-metric strong{display:block;font-size:1.3rem;font-weight:800;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;justify-items:stretch}.promo-card{background:#fff;border-radius:24px;padding:2.5rem;border:2px solid rgba(255,255,255,.3);box-shadow:0 8px 32px #00000026;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);height:100%;animation:fadeInScale .6s ease-out .4s backwards}.promo-card.featured{max-width:500px;margin-left:auto}.promo-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--accent-red) 100%);transform:scaleX(0);transition:transform .4s ease}.promo-card:after{content:"";position:absolute;inset:0;border-radius:inherit;border:1px solid transparent;background:linear-gradient(120deg,rgba(45,53,139,.05),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.promo-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 60px #00000040;border-color:var(--primary-blue)}.promo-card:hover:before{transform:scaleX(1)}.promo-card:hover:after{opacity:1}.promo-badge{position:absolute;top:1.5rem;right:1.5rem;background:linear-gradient(135deg,var(--accent-red) 0%,#dc2626 100%);color:#fff;padding:.5rem 1.25rem;border-radius:999px;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 4px 16px #dc262666;animation:pulse 2s ease-in-out infinite;z-index:2}.promo-card h3{font-size:1.75rem;font-weight:800;color:var(--gray-900);margin:2.5rem 0 1rem;line-height:1.3}.promo-card p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.7;font-size:1rem}.promo-discount{text-align:center;margin-bottom:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#2d358b0d,#dc26260d);border-radius:16px;border:2px dashed rgba(45,53,139,.2)}.discount-value{display:inline-block;font-size:2.75rem;font-weight:900;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--accent-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;animation:shimmer 3s ease-in-out infinite}.promo-code{text-align:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;margin-bottom:1.5rem;border:2px dashed rgba(45,53,139,.3);transition:all .3s ease}.promo-code:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:var(--primary-blue);transform:scale(1.02)}.promo-code strong{color:var(--primary-blue);font-size:1.25rem;font-weight:800;letter-spacing:.15em;font-family:Courier New,monospace}.promo-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:1.5rem}.promo-meta-item{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;transition:all .3s ease}.promo-meta-item:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:var(--primary-blue);transform:translateY(-2px)}.promo-meta-item span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-weight:600;margin-bottom:.5rem}.promo-meta-item strong{font-size:1.1rem;font-weight:800;color:var(--gray-900)}.promo-footer{display:flex;flex-direction:column;gap:1.25rem;padding-top:1rem;border-top:2px solid #e2e8f0}.promotions-cta-link{display:block}.promotions-cta-link .btn{width:100%;font-weight:700;padding:1rem 1.5rem;transition:all .3s ease}.promotions-cta-link .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2d358b40}.new-arrivals-section{padding:3rem 1rem;background-color:var(--gray-50);margin-bottom:3rem}.new-arrivals-section .section-title{display:flex;align-items:center;justify-content:center;gap:.75rem}.stats-section{padding:4rem 1rem;background:linear-gradient(135deg,var(--primary-blue) 0%,#1e2463 100%);margin-bottom:3rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{text-align:center;padding:2rem;background:#ffffff1a;border-radius:var(--radius-lg);border:2px solid rgba(255,255,255,.2);transition:all var(--transition-base)}.stat-card:hover{background:#ffffff26;transform:translateY(-5px);border-color:#fff6}.stat-number{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.stat-label{font-size:1.1rem;color:#ffffffe6;font-weight:500}.cta-section{background:linear-gradient(135deg,var(--accent-red) 0%,#c91b1f 100%);color:#fff;padding:4rem 1rem;margin-bottom:3rem;border-radius:var(--radius-lg);text-align:center}.cta-content h2{color:#fff;margin-bottom:.5rem}.cta-content p{color:#ffffffe6;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}@media (max-width: 1024px){.hero-slide-inner{padding:3rem 2.25rem;gap:2rem}.hero-slide-visual img{max-width:min(360px,55vw)}.hero-visual-background{width:clamp(260px,38vw,380px);height:clamp(260px,38vw,380px)}.hero-title{font-size:clamp(2.4rem,4vw,2.8rem)}.home-page .products-grid{grid-template-columns:repeat(2,1fr)}.promotions-container{grid-template-columns:1fr}.promotions-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}}@media (max-width: 768px){.categories-section{padding:3rem 1rem}.categories-grid{grid-template-columns:1fr;gap:1.5rem}.category-card{height:320px}.category-content{padding:1.75rem}.category-text h3{font-size:1.6rem}.category-text p{font-size:.9rem}.category-btn{padding:.75rem 1.5rem;font-size:.875rem}.hero-section{padding:0}.hero-slider{min-height:600px}.hero-slide-inner{flex-direction:column;align-items:center;padding:3rem 1.5rem 5.5rem;gap:2rem;min-height:600px;text-align:center}.hero-slide-content{flex:1;width:100%;max-width:100%;align-items:center}.hero-badge{align-self:center}.hero-title{font-size:clamp(2rem,5vw,2.5rem)}.hero-subtitle{font-size:1rem;max-width:100%}.hero-cta-group{justify-content:center}.hero-slide-visual{flex:1;width:100%;justify-content:center;margin-top:0}.hero-slide-visual img{max-width:min(70vw,420px);transform:translateY(0)}.hero-visual-background{width:min(65vw,400px);height:min(65vw,400px)}.hero-controls{bottom:2rem}.hero-dot.active{width:28px}.home-page{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.features-grid,.categories-grid,.home-page .products-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.cta-section{padding:2rem 1rem}.promotions-grid,.stats-grid{grid-template-columns:1fr}.promotions-section{padding:3rem 1rem}.promotions-title{font-size:2rem}.promotions-metrics{grid-template-columns:1fr}.promotions-cta-link{width:100%;justify-content:center}.promotions-cta-link .btn{width:100%}.stat-number,.discount-value{font-size:2rem}.promo-card h3{font-size:1.25rem}.cta-buttons{flex-direction:column;width:100%}.cta-buttons a{width:100%}.section-title{font-size:1.5rem;margin-bottom:2rem}.featured-section,.new-arrivals-section{padding:2.5rem 1rem}}@media (max-width: 480px){.section-title{font-size:1.35rem}.category-card{height:280px}.category-content{padding:1.5rem;gap:1rem}.category-text h3{font-size:1.4rem}.category-text p{font-size:.85rem}.category-btn{padding:.7rem 1.25rem;font-size:.85rem}.promo-card h3{font-size:1.1rem}.promo-card p{font-size:.9rem}.discount-value{font-size:2.25rem}.promotions-section{padding:2.5rem 1rem}.promotions-title{font-size:1.75rem}.promotions-description{font-size:1rem}}@media (max-width: 968px) and (orientation: landscape){.hero-slider{min-height:500px}.hero-slide-inner{flex-direction:row;min-height:500px;padding:2rem 2rem 4rem;gap:2rem}.hero-slide-content{flex:1;text-align:left;align-items:flex-start}.hero-slide-visual{flex:0 0 40%;max-height:380px}.hero-slide-visual img{max-width:100%;max-height:380px}.hero-badge{align-self:flex-start}.hero-cta-group{flex-direction:row;width:auto;justify-content:flex-start}.hero-cta-group .btn-primary,.hero-secondary-cta{width:auto}.hero-controls{bottom:1.5rem}}@media (max-width: 640px) and (orientation: landscape){.hero-slider{min-height:450px}.hero-slide-inner{min-height:450px;padding:1.5rem 1.5rem 3.5rem}.hero-title{font-size:clamp(1.4rem,5vw,1.8rem)}.hero-subtitle{font-size:.8rem}.hero-slide-visual,.hero-slide-visual img{max-height:320px}}.auth-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,4rem) clamp(1.25rem,4vw,2.5rem);background:linear-gradient(140deg,#f6f8ff,#e7ecff)}.auth-wrapper{width:100%;max-width:1180px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:clamp(2rem,4vw,3.5rem);align-items:stretch}.auth-hero{position:relative;border-radius:28px;padding:clamp(2.4rem,5vw,3.2rem);color:#fff;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 30px 80px #212a5c40}.auth-hero:after{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at top right,rgba(255,255,255,.25),transparent 55%);opacity:.65;pointer-events:none}.auth-hero-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem)}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem 1rem;border-radius:999px;background:#ffffff2e;color:#fffffff2;font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-title{font-size:clamp(2.3rem,3vw,2.8rem);line-height:1.1;font-weight:400;margin:0}.hero-subtitle{color:#ffffffd9;font-size:1.05rem;max-width:460px;line-height:1.55}.hero-highlights{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.hero-highlights li{display:inline-flex;align-items:center;gap:.7rem;padding:.75rem 1rem;border-radius:16px;background:#ffffff29;backdrop-filter:blur(2px);font-weight:500;color:#ffffffeb}.hero-highlights li svg{background:#ffffff38;padding:.35rem;border-radius:12px}.hero-footnote{display:inline-flex;align-items:center;gap:.6rem;margin-top:1rem;color:#ffffffd1;font-size:.9rem}.hero-footnote svg{background:#ffffff38;padding:.3rem;border-radius:999px}.auth-hero-metrics{position:relative;z-index:1;margin-top:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.auth-hero-metric{padding:1rem 1.2rem;border-radius:18px;background:#ffffff29;border:1px solid rgba(255,255,255,.25);display:flex;flex-direction:column;gap:.15rem;font-size:.9rem}.auth-hero-metric strong{font-size:1.4rem;font-weight:700;color:#fff}.auth-form-card{background:#fff;border-radius:28px;padding:clamp(2.2rem,4vw,3rem);box-shadow:0 28px 60px #1a1f4626;display:flex;flex-direction:column;gap:1.5rem;position:relative}.form-header{display:flex;flex-direction:column;gap:.65rem}.form-subtitle{font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-blue)}.form-header h2{font-size:clamp(1.8rem,2.4vw,2.2rem);margin:0;color:var(--gray-900)}.form-header p{color:var(--gray-500);font-size:.98rem;line-height:1.5}.form-alert{display:flex;align-items:flex-start;gap:.75rem;padding:.95rem 1.15rem;border-radius:14px;background:#fedfdf99;border:1px solid rgba(217,70,70,.2);color:#b91c1c;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:1.35rem}.input-wrapper svg{position:absolute;left:1.1rem;color:#8b93a7}.input-wrapper input,.input-wrapper select,.input-wrapper textarea{width:100%;border-radius:14px;border:1px solid rgba(15,23,42,.12);padding:.9rem 1.1rem .9rem 3.1rem;font-size:1rem;color:var(--gray-900);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.input-wrapper textarea{resize:vertical;min-height:140px;padding-top:1rem}.input-wrapper input:focus,.input-wrapper select:focus,.input-wrapper textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 4px #2d358b1f}.input-wrapper.has-error input,.input-wrapper.has-error select,.input-wrapper.has-error textarea{border-color:#d94646cc}.form-options{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem}.checkbox-field{display:inline-flex;align-items:center;gap:.55rem;color:var(--gray-500);cursor:pointer;user-select:none}.checkbox-field input{width:18px;height:18px;cursor:pointer}.form-actions{display:flex;flex-direction:column;gap:.85rem;margin-top:.25rem}.form-footer{border-top:1px solid rgba(148,163,184,.25);padding-top:1.5rem;font-size:.95rem;color:var(--gray-600)}.form-footer a{color:var(--primary-blue);font-weight:600;text-decoration:none}.form-footer a:hover{text-decoration:underline}.link-button{display:inline-flex;align-items:center;gap:.35rem;color:var(--primary-blue);font-weight:600;text-decoration:none}.link-button svg{transition:transform .2s ease}.link-button:hover svg{transform:translate(2px)}.form-grid{display:grid;gap:1.1rem}.auth-note{font-size:.85rem;color:var(--gray-500);line-height:1.5}.auth-bullet{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--gray-600)}@media (max-width: 1080px){.auth-wrapper{grid-template-columns:minmax(0,1fr)}.auth-hero{order:2;min-height:320px}.auth-form-card{order:1}}@media (max-width: 680px){.auth-page{padding:2.5rem 1rem}.auth-hero{border-radius:22px;padding:2rem}.auth-form-card{border-radius:22px;padding:2rem 1.75rem}.form-grid.two-column{grid-template-columns:1fr}.form-options{flex-direction:column;align-items:flex-start}}.login-page .auth-hero{background:#171f7a}.login-page .hero-highlights li{background:#ffffff2e;border:1px solid rgba(255,255,255,.2)}.login-page .hero-footnote{color:#ffffffe0}.login-page .link-button{color:var(--primary-blue)}.login-page .link-button:hover svg{transform:translate(3px)}.login-page .checkbox-field span{color:var(--gray-600)}.login-page .input-wrapper{position:relative;padding-right:3rem}.login-page .input-wrapper input{padding-right:42px}.login-page .input-icon-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#475569;cursor:pointer;display:inline-flex;align-items:center;padding:4px}.login-page .toggle-password svg{position:static}.login-page .auth-form-card{background:#fff}.login-page .form-header h2{color:var(--gray-900)}.login-page .form-footer{text-align:center}@media (max-width: 1080px){.login-page .auth-hero{min-height:360px}}.register-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:clamp(2rem,6vw,4rem) clamp(1rem,4vw,2.5rem);background:radial-gradient(circle at top,#f0f4ff,#e6ecff 40%,#fff 75%)}.register-wrapper{width:100%;max-width:640px}.register-card{background:#fff;border-radius:28px;padding:clamp(2.4rem,4vw,3.2rem);box-shadow:0 24px 80px #0f172a1f;display:flex;flex-direction:column;gap:1.75rem}.form-header h1{font-size:clamp(2rem,3vw,2.4rem);margin-bottom:.35rem;color:var(--gray-900)}.form-header p{color:var(--gray-500);line-height:1.55}.step-subtitle{font-size:.82rem;text-transform:uppercase;letter-spacing:.16em;color:var(--primary-blue);font-weight:600}.register-alert{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.15rem;border-radius:16px;background:#fee2e2b3;border:1px solid rgba(239,68,68,.35);color:#b91c1c;font-size:.9rem}.register-alert.success{background:#bbf7d0a6;border-color:#22c55e80;color:#166534}.register-stepper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:.5rem}.step-chip{border-radius:18px;border:1px solid rgba(148,163,184,.35);background:#94a3b81f;padding:.85rem 1rem;display:flex;align-items:center;gap:.8rem;transition:all .2s ease}.step-chip.active{border-color:#2d358b59;background:#2d358b14}.step-index{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:600;background:#fff;border:1px solid rgba(45,53,139,.25);color:var(--gray-600)}.step-chip.active .step-index{background:var(--primary-blue);color:#fff;border-color:transparent}.step-chip span{font-weight:600;color:var(--gray-700)}.register-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;gap:1.25rem}.form-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.1rem}.form-grid.two-column .full-span{grid-column:1 / -1}.input-field{display:flex;flex-direction:column;gap:.55rem}.input-field label{font-weight:600;color:var(--gray-700);font-size:.95rem}.input-wrapper{display:flex;align-items:center;border-radius:16px;border:1px solid rgba(15,23,42,.12);padding:.85rem 3rem .85rem 1rem;gap:.5rem;transition:border-color .2s ease,box-shadow .2s ease;background:#fff;position:relative}.input-wrapper svg{color:#8b93a7}.input-wrapper input,.input-wrapper select{border:none;background:transparent;width:100%;font-size:1rem;color:var(--gray-900);outline:none;padding-right:42px}.input-wrapper select{padding-right:1rem}.input-wrapper:focus-within{border-color:var(--primary-blue);box-shadow:0 0 0 4px #2d358b1f}.input-wrapper.has-error{border-color:#d94646d9}.input-wrapper .input-icon-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#475569;cursor:pointer;display:inline-flex;align-items:center;padding:4px}.input-wrapper .toggle-password svg{position:static}.field-error{color:#dc2626;font-size:.85rem}.password-strength{margin-top:.6rem}.strength-bar{height:8px;background:#e5e7eb;border-radius:999px;overflow:hidden}.strength-fill{height:100%;width:0;transition:width .25s ease,background .25s ease;border-radius:999px}.strength-fill.weak{background:#ef4444}.strength-fill.medium{background:#f59e0b}.strength-fill.strong{background:#16a34a}.strength-meta{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:.85rem;color:#6b7280}.strength-good{color:#16a34a;font-weight:600}.strength-need{color:#9ca3af}.register-actions{display:flex;flex-direction:column;gap:1.1rem;margin-top:.5rem}.register-actions.two-buttons{flex-direction:row}.register-actions.two-buttons button:first-of-type{min-width:160px}.register-footer{margin-top:1.5rem;font-size:.95rem;color:var(--gray-600);text-align:center;border-top:1px solid rgba(148,163,184,.25);padding-top:1.5rem}.link-button{color:var(--primary-blue);font-weight:600;display:inline-flex;align-items:center;gap:.3rem;text-decoration:none}.link-button:hover svg{transform:translate(3px)}@media (max-width: 680px){.register-page{padding:2.5rem 1rem}.register-card{border-radius:20px;padding:2.2rem 1.75rem}.form-grid.two-column{grid-template-columns:1fr}.register-actions.two-buttons{flex-direction:column}.register-actions.two-buttons button:first-of-type{min-width:100%}}.product-filters{border-radius:20px;padding:0rem;display:flex;flex-direction:column;gap:1.5rem}.filters-header{display:flex;justify-content:space-between;align-items:center}.filters-title{font-size:1.1rem;font-weight:700;color:var(--gray-900)}.btn-clear-filters{display:flex;align-items:center;gap:.25rem;padding:.4rem .95rem;border-radius:999px;border:none;background:#e9222f1f;color:var(--accent-red);font-weight:600;cursor:pointer}.filter-section{border:1px solid rgba(15,23,42,.06);border-radius:16px;padding:.85rem 1rem;background:#fff;box-shadow:inset 0 1px #fffc}.filter-section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;background:none;border:none;font-size:1rem;font-weight:600;cursor:pointer;color:var(--gray-800)}.filter-section-content{padding-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;padding:.45rem .35rem;border-radius:10px;cursor:pointer;transition:background var(--transition-base)}.filter-option:hover{background:#2d358b0f}.filter-option input[type=radio]{accent-color:var(--primary-blue);width:18px;height:18px}.price-inputs{display:flex;align-items:center;gap:.75rem}.price-input-group{flex:1;display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:var(--gray-600)}.price-input{padding:.5rem .75rem;border-radius:10px;border:1px solid rgba(15,23,42,.1);font-size:.95rem}.price-separator{margin-top:1.5rem;color:var(--gray-500);font-weight:600}.price-slider-container{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.price-slider{width:100%;accent-color:var(--primary-blue)}@media (max-width: 1024px){.product-filters{border-radius:0;box-shadow:none}}.product-search{position:relative;width:100%;max-width:600px}.search-form{display:flex;gap:8px}.search-input-wrapper{position:relative;flex:1}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280}.search-input{width:100%;padding:10px 40px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.search-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);animation:spin 1s linear infinite}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#6b7280;padding:4px}.search-submit{white-space:nowrap}.search-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 20px #0000001a;z-index:100;max-height:400px;overflow-y:auto}.suggestions-list{list-style:none;padding:0;margin:0}.suggestion-item{border-bottom:1px solid #e5e7eb}.suggestion-button{width:100%;padding:12px;display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;text-align:left;transition:background .2s}.suggestion-button:hover{background:#f3f4f6}.suggestion-image{width:48px;height:48px;border-radius:4px;overflow:hidden;flex-shrink:0}.suggestion-image img{width:100%;height:100%;object-fit:cover}.suggestion-content{flex:1}.suggestion-name{font-weight:600;margin-bottom:2px}.suggestion-category{font-size:12px;color:#6b7280}.suggestion-price{font-weight:700;color:#2d358b}.suggestions-footer{padding:12px;border-top:1px solid #e5e7eb}.view-all-link{width:100%;padding:8px;background:none;border:none;color:#2d358b;font-weight:600;cursor:pointer;text-align:center}.suggestions-empty{padding:20px;text-align:center;color:#6b7280}.breadcrumb{display:inline-flex;align-items:center;gap:8px;padding:.65rem 1.25rem;background:#fff;border-radius:999px;border:1px solid rgba(15,23,42,.05);box-shadow:0 15px 35px #0f172a14;margin:.75rem 0 1.25rem}.breadcrumb-list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.breadcrumb-item{display:flex;align-items:center;gap:8px;font-size:.9rem}.breadcrumb-link{color:#6b7280;text-decoration:none;transition:color .2s;font-weight:600}.breadcrumb-link:hover{color:var(--primary-blue)}.breadcrumb-separator{color:#c4c9d6}.breadcrumb-current{color:#111827;font-weight:700}.breadcrumb-light{background:#ffffff26;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #00000026;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.breadcrumb-light .breadcrumb-link{color:#ffffffe6;font-weight:600}.breadcrumb-light .breadcrumb-link:hover{color:#fff;text-shadow:0 0 8px rgba(255,255,255,.5)}.breadcrumb-light .breadcrumb-separator{color:#fff9}.breadcrumb-light .breadcrumb-current{color:#fff;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.2)}.shop-page{min-height:100vh;background:linear-gradient(180deg,#f4f6fb,#fff);padding-bottom:5rem}.shop-page .container{max-width:1400px}@media (min-width: 1600px){.shop-page .container{max-width:1600px}}.shop-breadcrumb{margin-bottom:1rem}.shop-breadcrumb .breadcrumb{margin:0}.shop-hero{background:linear-gradient(135deg,#1c2260,#2d358b);color:#fff;padding:3.5rem 0;margin-bottom:2.5rem;overflow:hidden;position:relative}.shop-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.25),transparent 50%);opacity:.5;pointer-events:none}.shop-hero .container{position:relative;z-index:1}.shop-hero-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;font-weight:600;color:#ffffffb3;margin-bottom:.75rem}.shop-hero h1{font-size:2.75rem;margin-bottom:.75rem}.shop-hero-subtitle{max-width:720px;color:#ffffffe6;line-height:1.7;margin-bottom:1.5rem}.shop-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.shop-hero-stats div{padding:1rem 1.25rem;border-radius:var(--radius-lg);background:#ffffff14;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(10px)}.shop-hero-stats span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;color:#fff9;margin-bottom:.35rem}.shop-hero-stats strong{font-size:1.2rem}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.shop-title-section h2{font-size:2rem;color:var(--gray-900);margin-bottom:.35rem}.results-count{color:var(--gray-500)}.shop-toolbar-actions{display:flex;align-items:center;gap:.75rem}.clear-filters-btn{background:transparent;border:none;color:var(--accent-red);font-weight:600;cursor:pointer;padding:.5rem .75rem}.filter-toggle{display:none;align-items:center;gap:.4rem;padding:.65rem 1.25rem;border-radius:var(--radius-md);border:1px solid rgba(45,53,139,.2);background:#fff;font-weight:600;color:var(--gray-700);transition:all var(--transition-base)}.filter-toggle:hover{border-color:var(--primary-blue);color:var(--primary-blue)}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:999px;background:#2d358b14;border:1px solid rgba(45,53,139,.12);font-size:.9rem}.filter-chip button{border:none;background:transparent;padding:0;display:flex;color:var(--gray-600);cursor:pointer}.shop-content{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;margin-top:2rem}.shop-sidebar{position:sticky;top:120px;align-self:start;background:#fff;border-radius:16px;padding:1rem;box-shadow:0 15px 45px #0f172a14}.close-sidebar{display:none;margin-top:1.5rem;width:100%;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:transparent;padding:.65rem;font-weight:600;gap:.4rem;align-items:center;justify-content:center}.shop-main{min-height:400px;background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px #0f172a0f}.shop-loading{display:flex;justify-content:center;align-items:center;min-height:320px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.no-products,.shop-error-card{text-align:center;padding:4rem 2rem;background:linear-gradient(145deg,#f8fafc,#fff);border-radius:20px;border:1px solid rgba(15,23,42,.05)}.shop-error-card h3{margin-bottom:.5rem}.retry-btn{margin-top:1.25rem;padding:.75rem 1.5rem;border-radius:var(--radius-md);border:none;background:var(--primary-blue);color:#fff;font-weight:600;cursor:pointer}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.load-more-wrapper{display:flex;justify-content:center;margin-top:2rem}.load-more-btn{padding:.85rem 2.5rem;border-radius:999px;border:none;background:linear-gradient(135deg,var(--primary-blue),#5860d1);color:#fff;font-weight:600;letter-spacing:.02em;cursor:pointer;box-shadow:0 14px 30px #2d358b40;transition:transform .2s ease,box-shadow .2s ease}.load-more-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 34px #2d358b4d}.load-more-btn:disabled{opacity:.65;cursor:not-allowed}.pagination-btn,.pagination-number{padding:.65rem 1.25rem;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#fff;font-weight:600;cursor:pointer;transition:all .2s}.pagination-number{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.pagination-number.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 10px 20px #2d358b40}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{color:var(--gray-400)}@media (max-width: 1200px){.shop-content{grid-template-columns:260px 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.filter-toggle{display:inline-flex}.shop-content{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.shop-sidebar{position:fixed;top:0;left:-100%;width:280px;height:100vh;border-radius:0;padding:2rem;z-index:1010;transition:left .3s ease;overflow-y:auto;box-shadow:12px 0 40px #0f172a59}.shop-sidebar.show{left:0}.close-sidebar{display:inline-flex}}@media (max-width: 768px){.shop-page{padding-bottom:calc(5rem + 70px + env(safe-area-inset-bottom))}.shop-hero{padding:2.5rem 0;margin-bottom:2rem}.shop-hero h1{font-size:1.75rem}.shop-hero-subtitle{font-size:.95rem}.shop-main{padding:1.25rem;border-radius:16px}.shop-toolbar{flex-direction:column;align-items:flex-start}.shop-title-section h2{font-size:1.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 600px){.shop-page{padding-bottom:calc(3rem + 70px + env(safe-area-inset-bottom))}.shop-hero{padding:2rem 0;margin-bottom:1.5rem}.shop-hero h1{font-size:1.5rem}.shop-hero-stats{grid-template-columns:1fr;gap:.75rem}.shop-main{padding:1rem}.shop-toolbar{gap:.75rem}.products-grid{grid-template-columns:1fr;gap:1rem}.filter-toggle{width:100%;justify-content:center}.active-filters{gap:.4rem}.filter-chip{font-size:.85rem;padding:.4rem .8rem}}.product-detail-page{min-height:100vh;background:linear-gradient(180deg,#f4f6fb,#fff);padding-bottom:4rem}.product-detail-hero{background:linear-gradient(135deg,#11153d,#2d358b);color:#fff;padding:2.5rem 0 3rem;margin-bottom:2.5rem}.product-detail-hero .breadcrumb{background:#ffffff1a;border-color:#ffffff26;color:#fff;margin-bottom:1.25rem}.product-detail-hero .breadcrumb-link,.product-detail-hero .breadcrumb-current{color:#ffffffd9}.product-detail-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;color:#ffffffb3;margin-bottom:.75rem}.product-detail-name{font-size:2.5rem;margin-bottom:.5rem}.product-detail-tagline{max-width:640px;color:#ffffffd9}.product-detail-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:2rem;margin-bottom:2.5rem}.product-gallery{background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 20px 60px #0f172a14}.gallery-main{position:relative;border-radius:20px;overflow:hidden;background:#fafafa;border:1px solid rgba(15,23,42,.05);aspect-ratio:1;display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;object-fit:contain}.gallery-badge{position:absolute;top:1.5rem;right:1.5rem;padding:.4rem .9rem;border-radius:999px;background:#e9222fe6;color:#fff;font-weight:600}.gallery-thumbnails{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:.75rem}.thumbnail{border:1px solid rgba(15,23,42,.08);border-radius:14px;padding:.4rem;background:#fff;cursor:pointer;transition:border var(--transition-base),transform var(--transition-base)}.thumbnail.active,.thumbnail:hover{border-color:var(--primary-blue);transform:translateY(-2px)}.thumbnail img{width:100%;height:100%;object-fit:contain}.product-info{background:#fff;border-radius:24px;padding:2rem;box-shadow:0 20px 60px #0f172a14;display:flex;flex-direction:column;gap:1.5rem}.product-header{display:flex;justify-content:space-between;gap:1rem}.product-title-block{display:flex;flex-direction:column;gap:.6rem}.product-meta-line{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.04em}.primary-pill{background:#2d358b1f;color:var(--primary-blue)}.ghost-pill{border:1px solid rgba(15,23,42,.1);color:var(--gray-600)}.product-sku{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.product-info-name{font-size:1.9rem;line-height:1.25;color:var(--gray-900)}.product-short-description{color:var(--gray-600);font-size:.98rem;max-width:540px}.wishlist-toggle{width:44px;height:44px;border-radius:50%;border:1px solid rgba(15,23,42,.1);background:#fff;color:var(--gray-600);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-base)}.wishlist-toggle.active,.wishlist-toggle:hover{border-color:var(--accent-red);background:#e9222f14;color:var(--accent-red)}.product-rating-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.rating-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:999px;background:#ffc10726;color:#ca8a04;font-weight:600}.rating-pill span{color:var(--gray-600);font-weight:500}.stock-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:999px;font-weight:600}.stock-pill.in-stock{background:#10b98126;color:#047857}.stock-pill.out-stock{background:#ef44441f;color:#b91c1c}.product-price-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:18px;padding:1.5rem;border:1px solid rgba(45,53,139,.12);box-shadow:0 16px 45px #0f172a14}.price-stack{display:flex;flex-direction:column;gap:.75rem}.current-price{font-size:2.4rem;font-weight:700;color:var(--primary-blue)}.price-meta{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.original-price{text-decoration:line-through;color:var(--gray-400)}.price-save{color:var(--success);font-weight:600}.payment-note{color:var(--gray-500);font-size:.9rem;line-height:1.5}.product-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;padding:1rem;border-radius:18px;background:#f8faff;border:1px solid rgba(15,23,42,.04)}.meta-tile span{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:var(--gray-500)}.meta-tile strong{display:block;font-size:1rem;margin-top:.35rem}.quantity-block{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.1rem 1.25rem;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}.quantity-label p{font-weight:600;margin-bottom:.25rem}.quantity-caption{display:block;color:var(--gray-500);font-size:.82rem}.quantity-controls{display:flex;align-items:center;border-radius:999px;border:1px solid rgba(15,23,42,.1);overflow:hidden}.quantity-controls button{border:none;background:transparent;padding:.65rem .9rem;cursor:pointer}.quantity-controls span{min-width:42px;text-align:center;font-weight:600}.product-actions{display:flex;gap:.75rem}.reassurance-chips{display:flex;flex-wrap:wrap;gap:.6rem}.reassurance-chips .chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .8rem;border-radius:999px;background:#2d358b14;color:var(--primary-blue);font-size:.82rem;font-weight:600}.product-detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2.5rem!important}.meta-card{background:#fff;border-radius:20px;padding:1.75rem;border:1px solid rgba(15,23,42,.05);box-shadow:0 15px 50px #0f172a0f}.meta-card h3{margin-bottom:.75rem}.device-points{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.35rem}.spec-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.spec-grid dt{text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;color:var(--gray-500)}.spec-grid dd{margin:0;font-weight:600;color:var(--gray-800)}.shipping-card>div{display:flex;align-items:center;gap:.85rem;padding:.85rem 0;border-bottom:1px solid rgba(15,23,42,.06)}.shipping-card>div:last-child{border-bottom:none}.shipping-card strong{display:block}.muted-text{color:var(--gray-500)}.error-state{text-align:center;background:#fff;border-radius:20px;padding:3rem;border:1px solid rgba(15,23,42,.05);box-shadow:0 18px 40px #0f172a14}@media (max-width: 1024px){.product-detail-shell{grid-template-columns:1fr}.product-info{padding:1.5rem}.service-promise-strip{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.product-detail-name{font-size:2rem}.product-price-card{flex-direction:column}.price-side-card{align-items:flex-start;text-align:left;min-width:auto;width:100%}.product-actions{flex-direction:column}.service-promise-strip,.product-highlights-grid{grid-template-columns:1fr}}.cart-page{min-height:100vh;background:linear-gradient(180deg,#f4f6fb,#fff);padding-bottom:4rem}.cart-hero{background:linear-gradient(120deg,#11153d,#2d358b);color:#fff;padding:2.75rem 0 3.25rem;margin-bottom:2rem}.cart-hero .breadcrumb{background:#ffffff1f;border-color:#fff3;margin-bottom:1rem}.cart-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;color:#ffffffb3;margin-bottom:.75rem}.cart-hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1.25rem}.cart-hero-meta div{padding:.9rem 1rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.cart-hero-meta span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#fff9}.cart-shell{display:flex;flex-direction:column;gap:1.5rem}.cart-empty{background:#fff;border-radius:24px;padding:3rem;text-align:center;border:1px solid rgba(15,23,42,.05);box-shadow:0 20px 60px #0f172a14}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:1.5rem;align-items:start}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{position:relative;display:grid;grid-template-columns:120px 1fr auto;gap:1rem;padding:1rem;border-radius:18px;border:1px solid rgba(15,23,42,.05);background:#fff;box-shadow:0 12px 30px #0f172a0f}.cart-item-image{border-radius:16px;overflow:hidden;background:var(--gray-50);display:block;aspect-ratio:1}.cart-item-image img{width:100%;height:100%;object-fit:contain}.cart-item-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .6rem;border-radius:999px;background:#e9222fe6;color:#fff;font-size:.75rem;font-weight:600}.cart-item-details{display:flex;flex-direction:column;gap:.5rem}.cart-item-name{font-size:1.1rem;font-weight:600;color:#0f172a}.cart-item-description{color:#475569;font-size:.9rem}.cart-item-price{display:flex;gap:.5rem;font-size:1.1rem;font-weight:700;color:var(--primary-blue)}.cart-item-price span{font-size:.9rem;color:#94a3b8;text-decoration:line-through}.cart-quantity-row{display:flex;justify-content:space-between;align-items:center}.quantity-controls{display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(15,23,42,.1)}.quantity-controls button{border:none;background:transparent;padding:.45rem .75rem;cursor:pointer;color:#1e293b}.quantity-input{width:56px;border:none;border-left:1px solid rgba(15,23,42,.1);border-right:1px solid rgba(15,23,42,.1);text-align:center;font-weight:600;color:#0f172a;padding:.35rem .25rem;background:#fff;outline:none}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield}.cart-item-subtotal{font-weight:700;color:#0f172a}.cart-remove{border:none;background:#0f172a0a;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#1e293b}.cart-summary{display:flex;flex-direction:column;gap:1rem}.summary-card{background:#fff;border-radius:20px;padding:1.5rem;border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 40px #0f172a14;color:#0f172a}.summary-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.promo-card{background:#f8faff;border-radius:14px;padding:1rem;margin-bottom:1.25rem;border:1px solid #e0e7ff}.promo-form{margin-bottom:.75rem}.promo-input-group{display:flex;gap:.5rem}.promo-card input{flex:1;border-radius:12px;border:1px solid rgba(15,23,42,.1);padding:.7rem .85rem;color:#0f172a;font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.promo-card input:focus{outline:none;border-color:#2d358b;box-shadow:0 0 0 3px #2d358b1a}.promo-card input.error{border-color:#ef4444}.promo-validation{display:flex;gap:.75rem;padding:.85rem;border-radius:10px;font-size:.85rem;margin-top:.75rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.promo-validation.valid{background:#ecfdf5;border:1px solid #86efac;color:#065f46}.promo-validation.invalid{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.promo-validation svg{flex-shrink:0;margin-top:.15rem}.promo-validation-content{flex:1}.promo-validation-title{font-weight:700;margin:0 0 .25rem;font-size:.9rem}.promo-validation-desc{margin:0 0 .5rem;opacity:.9;line-height:1.4}.promo-validation-discount{font-weight:700;font-size:1rem;margin:.5rem 0 0;color:#047857}.promo-validation-condition{margin:.35rem 0 0;font-size:.8rem;opacity:.8}.promo-applied{background:#ecfdf5;border:2px solid #10b981;border-radius:12px;padding:1rem}.promo-applied-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.promo-applied-badge{display:flex;align-items:center;gap:.5rem;color:#047857;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.05em}.promo-applied-badge svg{color:#10b981}.promo-remove-btn{border:none;background:#ef44441a;color:#dc2626;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.promo-remove-btn:hover:not(:disabled){background:#ef444433;transform:scale(1.05)}.promo-remove-btn:disabled{opacity:.5;cursor:not-allowed}.promo-applied-details{padding-left:1.75rem}.promo-name{margin:0 0 .5rem;color:#065f46;font-size:.9rem;font-weight:600}.promo-savings{margin:0;color:#047857;font-size:1.05rem;font-weight:700}.summary-row{display:flex;justify-content:space-between;margin-bottom:.75rem;color:#334155}.summary-row.discount{color:var(--success)}.summary-total{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(15,23,42,.08);font-size:1.3rem;font-weight:700}.continue-shopping{display:inline-block;text-align:center;margin-top:1rem;color:var(--primary-blue);font-weight:600}.cart-assurances{background:#fff;border-radius:20px;padding:1.25rem;border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:.75rem}.cart-assurances div{display:flex;align-items:center;gap:.6rem;color:var(--gray-600)}@media (max-width: 1024px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:sticky;top:100px}}@media (max-width: 768px){.cart-hero h1{font-size:2rem}.cart-item{grid-template-columns:1fr}.cart-item-image{max-width:180px}}.checkout-page{background:linear-gradient(180deg,#f0f4ff,#eef2f7 40%,#f8fbff);min-height:100vh;padding:2.75rem 0 4rem}.checkout-shell{margin-top:1.5rem}.checkout-steps{display:flex;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem 2.25rem;background:#fff;border-radius:18px;box-shadow:0 22px 46px -30px #0f172a66;margin-bottom:2.5rem}.checkout-steps .step{display:flex;align-items:center;gap:.85rem;color:#64748b;font-weight:500}.checkout-steps .step-number{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;background:#e2e8f0;color:#475569;border:2px solid transparent;transition:all .25s ease}.checkout-steps .step.active .step-number{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 12px 22px -12px #2563ebb3}.checkout-steps .step.completed .step-number{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.checkout-steps .step span{font-size:.95rem;letter-spacing:.01em}.checkout-steps .step-line{flex:1 1 auto;height:2px;background:#e2e8f0;border-radius:999px}.checkout-steps .step.completed+.step-line,.checkout-steps .step.active+.step-line{background:linear-gradient(90deg,#10b981,#2563eb)}.checkout-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:2.25rem;align-items:start}.checkout-layout>*{min-width:0}.checkout-main{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 30px 68px -40px #0f172a8c;display:flex;flex-direction:column;gap:2.5rem;min-width:0}.checkout-section{border-radius:18px;border:1px solid rgba(203,213,225,.7);background:radial-gradient(circle at top left,#f8faffbf,#fff 55%);padding:1.9rem 1.75rem 2.15rem;box-shadow:0 24px 60px -44px #2e4066a6}.section-header{display:flex;align-items:center;gap:1rem;padding-bottom:1.4rem;border-bottom:1px solid rgba(203,213,225,.7);margin-bottom:1.8rem}.section-header h2{font-size:1.5rem;font-weight:700;color:#0f172a}.delivery-method-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-bottom:2.1rem}.delivery-method-options .payment-option{position:relative;border:2px solid rgba(203,213,225,.6);border-radius:16px;padding:1.75rem 1.5rem;display:flex;align-items:flex-start;gap:1rem;background:linear-gradient(135deg,#fff,#f8fafc);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px -4px #0f172a14}.delivery-method-options .payment-option:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 12px 28px -8px #2563eb40;background:linear-gradient(135deg,#fff,#eff6ff)}.delivery-method-options .payment-option.active{border-color:#2563eb;background:linear-gradient(135deg,#dbeafe,#eff6ff);box-shadow:0 16px 32px -12px #2563eb66}.delivery-method-options .payment-option input[type=radio]{margin-top:.3rem;width:20px;height:20px;accent-color:#2563eb;cursor:pointer;flex-shrink:0}.delivery-method-options .payment-option .option-content{display:flex;flex-direction:column;gap:.5rem;width:100%}.delivery-method-options .payment-option .option-content strong{font-size:1.1rem;font-weight:700;color:#0f172a;letter-spacing:-.01em;transition:color .2s ease}.delivery-method-options .payment-option.active .option-content strong{color:#1d4ed8}.delivery-method-options .payment-option .option-content span{font-size:.92rem;color:#64748b;line-height:1.5;font-weight:400}.delivery-method-options .payment-option.active .option-content span{color:#475569}.payment-options,.payment-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem}.payment-option{position:relative;border:1.5px solid rgba(203,213,225,.9);border-radius:16px;padding:1.25rem 1.15rem 1.3rem;display:flex;align-items:flex-start;gap:.9rem;background:#fff;cursor:pointer;transition:all .2s ease}.payment-option input{margin-top:.2rem;accent-color:#1d4ed8}.payment-option .option-content{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:5px}.payment-option .option-content>div{display:none}.payment-option .option-content strong{font-size:1rem;color:#0f172a}.payment-option .option-content span,.payment-option .option-content p{font-size:.9rem;color:#64748b;line-height:1.35}.payment-option.active,.payment-option:hover{border-color:#2563eb;box-shadow:0 22px 32px -26px #2563eba6}.payment-option.active .option-content strong{color:#1d4ed8}.buyer-type-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.buyer-type-option{border:1.5px solid rgba(203,213,225,.9);border-radius:16px;padding:1rem 1.1rem;background:#fff;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.buyer-type-option:hover,.buyer-type-option.selected{border-color:#2563eb;box-shadow:0 22px 32px -26px #2563eba6}.buyer-type-option input[type=radio]{flex-shrink:0;margin-top:.15rem;width:18px;height:18px;padding:0;border:0;border-radius:50%;box-shadow:none;background:transparent;accent-color:#1d4ed8}.buyer-type-option .option-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.2rem;flex:1;width:auto;min-width:0;padding:0}.buyer-type-option .option-content strong,.buyer-type-option .option-content span{display:block;white-space:normal;overflow-wrap:break-word;word-break:normal}.buyer-type-option .option-content strong{color:#0f172a}.buyer-type-option.selected .option-content strong{color:#1d4ed8}.option-icon{width:96px;max-width:100%;height:auto;object-fit:contain}.checkout-form{display:flex;flex-direction:column;gap:1.75rem}.checkout-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.55rem}.form-group label{font-weight:600;color:#0f172a;font-size:.95rem}.form-group input:not([type=radio]):not([type=checkbox]),.form-group textarea,.form-group select{border:1.5px solid rgba(209,213,219,.8);border-radius:12px;padding:.9rem 1rem;font-size:.95rem;color:#0f172a;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input:not([type=radio]):not([type=checkbox])::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:110px}.field-caption{margin-top:.4rem;font-size:.85rem;color:#475569;line-height:1.4}.form-group input:not([type=radio]):not([type=checkbox]):focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb26}.form-group input:not([type=radio]):not([type=checkbox]).error,.form-group textarea.error,.form-group select.error{border-color:#ef4444}.error-text{color:#dc2626;font-size:.84rem}.terms-acceptance{margin:1.5rem 0 1rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1.5px solid #cbd5e1;border-radius:12px}.terms-checkbox-label{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;user-select:none}.terms-checkbox{width:20px;height:20px;margin-top:.15rem;cursor:pointer;accent-color:#2d358b;flex-shrink:0}.terms-text{font-size:.95rem;line-height:1.6;color:#334155}.terms-text a{color:#2d358b;text-decoration:none;font-weight:600;border-bottom:1px solid transparent;transition:all .2s ease}.terms-text a:hover{color:#1e40af;border-bottom-color:#1e40af}.terms-hint{margin-top:.75rem;font-size:.85rem;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:.5rem}.terms-hint:before{content:"⚠";font-size:1rem}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.security-notice{display:inline-flex;align-items:center;gap:.6rem;font-size:.92rem;color:#0f172a;background:#e2e8f099;padding:.85rem 1.1rem;border-radius:12px;border:1px solid rgba(203,213,225,.7);max-width:100%;flex-wrap:wrap}.security-notice span{min-width:0;word-break:break-word}.checkout-sidebar{position:sticky;top:120px;display:flex;flex-direction:column;gap:1.3rem;min-width:0}.order-summary{background:#fff;border-radius:22px;padding:2.4rem 2.1rem;box-shadow:0 30px 60px -36px #0f172a59;border:1px solid rgba(203,213,225,.6);display:flex;flex-direction:column;gap:1.4rem}.summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.6rem}.summary-header h3{font-size:1.35rem;font-weight:700;color:#0f172a}.summary-header svg{color:#1d4ed8}.summary-items{display:flex;flex-direction:column;gap:1.15rem;max-height:260px;overflow-y:auto;padding-right:.35rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}.summary-items::-webkit-scrollbar{width:6px}.summary-items::-webkit-scrollbar-thumb{background:#94a3b88c;border-radius:999px}.summary-item{display:grid;grid-template-columns:58px 1fr auto;gap:1rem;align-items:center}.summary-item-image{width:58px;height:58px;border-radius:12px;overflow:hidden;background:#f1f5f9;border:1px solid rgba(148,163,184,.15)}.summary-item-image img{width:100%;height:100%;object-fit:cover}.summary-item-info{display:flex;flex-direction:column;gap:.25rem}.summary-item-name{font-size:.95rem;font-weight:600;color:#0f172a;word-break:break-word}.summary-item-quantity{font-size:.85rem;color:#475569}.summary-item-price{font-weight:600;color:#1d4ed8;font-size:.96rem;justify-self:end}.summary-totals{display:flex;flex-direction:column;gap:1rem;border-top:1px dashed rgba(148,163,184,.35);padding-top:1.6rem}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.96rem;color:#1f2937}.summary-row.discount .summary-value{color:#dc2626}.summary-row.total{margin-top:.75rem;padding-top:1.25rem;border-top:1px solid rgba(148,163,184,.35);font-size:1.13rem;font-weight:700}.summary-row.total .summary-value{color:#111827;font-size:1.45rem;word-break:break-word;text-align:right}.summary-label{color:#4b5563;padding:3px}.summary-value{font-weight:600}.summary-empty{font-size:.95rem;color:#64748b}.summary-note{font-size:.82rem;color:#64748b;margin-top:-.35rem}.payment-hint{padding:.85rem 1rem;border-radius:12px;background:#f8fafc;border:1px solid rgba(191,219,254,.6);color:#1e3a8a;font-size:.9rem}.trust-badges{display:flex;justify-content:center;gap:.8rem;flex-wrap:wrap}.trust-badges .badge{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;background:#fff;color:#1f2937;border-radius:999px;font-size:.85rem;border:1px solid rgba(203,213,225,.8);box-shadow:0 16px 32px -26px #0f172a59}@media (max-width: 1100px){.checkout-layout{grid-template-columns:1fr}.checkout-sidebar{position:static}}@media (max-width: 900px){.checkout-main{padding:2.25rem 1.75rem}.checkout-section{padding:1.65rem 1.5rem 1.9rem}}@media (max-width: 768px){.checkout-page{padding:1.75rem 0 3rem}.checkout-steps{flex-direction:column;gap:1rem;padding:1.35rem 1.6rem}.checkout-steps .step-line{width:2px;height:26px;flex:0 0 auto}.checkout-main{padding:2rem 1.5rem}.checkout-section{padding:1.35rem 1.15rem 1.5rem}.form-actions{flex-direction:column-reverse;align-items:stretch}.form-actions button{width:100%}.terms-acceptance{padding:1rem}.terms-text{font-size:.9rem}.terms-checkbox{width:18px;height:18px}.summary-item{grid-template-columns:54px minmax(0,1fr) auto;gap:.75rem}.summary-item-price{justify-self:end;font-size:.9rem}.delivery-method-options,.payment-options,.payment-methods,.buyer-type-options{grid-template-columns:1fr}.summary-row.total{font-size:1rem;align-items:flex-start;gap:.6rem}.summary-row.total .summary-value{font-size:1.05rem}.payment-option{padding:1rem}.payment-option .option-content{min-width:0;justify-content:flex-start}.option-icon{width:86px}}@media (max-width: 480px){.checkout-page{padding:1rem 0 2rem}.checkout-shell{margin-top:.75rem}.checkout-steps{border-radius:14px;padding:1rem}.checkout-steps .step{width:100%;justify-content:center}.checkout-main{padding:1.25rem .9rem;border-radius:14px}.checkout-section{border-radius:12px;padding:1rem .9rem 1.15rem}.checkout-form .form-row{grid-template-columns:1fr;gap:1rem}.order-summary{border-radius:14px;padding:1.3rem 1rem}.summary-item-name,.summary-item-quantity,.summary-value{word-break:break-word}.summary-row{gap:.75rem}.payment-option{gap:.65rem}.option-icon{width:78px}.trust-badges .badge{width:100%;justify-content:center}.section-header h2{font-size:1.32rem}.summary-header h3{font-size:1.25rem}}.location-confirmed-message{margin:1.5rem 0;padding:1.25rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:2px solid #10b981;border-radius:12px;animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.location-confirmed-content{display:flex;align-items:flex-start;gap:1rem}.location-confirmed-content .check-icon{color:#10b981;flex-shrink:0;margin-top:.15rem}.location-confirmed-content strong{display:block;font-size:1rem;font-weight:600;color:#065f46;margin-bottom:.25rem}.location-confirmed-content p{margin:0;font-size:.9rem;color:#047857;line-height:1.4}.delivery-cost-section{margin:1.5rem 0;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.auto-calculating-indicator{display:flex;align-items:center;gap:.75rem;padding:1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;color:#1e40af;font-size:.95rem;font-weight:500;margin-bottom:1rem}.auto-calculating-indicator .spinner{color:#2563eb;flex-shrink:0}.delivery-info-message{padding:1rem;background:linear-gradient(135deg,#fef3c7,#fef9e7);border:1px solid #fbbf24;border-radius:10px;text-align:center}.delivery-info-message p{margin:0;color:#92400e;font-size:.9rem;line-height:1.5}.delivery-quote-display{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #d1d5db}.delivery-quote-display .quote-info{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.delivery-quote-display .quote-info strong{color:#374151}.delivery-quote-display .quote-amount{font-size:1.15rem;font-weight:600;color:#2563eb}.spinner{animation:spin 1s linear infinite;display:inline-block;margin-right:.5rem}.order-confirmation-page{min-height:100vh;background:linear-gradient(to bottom,#f9fafb,#fff);padding:3rem 0}.order-confirmation-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.confirmation-header{text-align:center;margin-bottom:3rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.success-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:#10b981;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-header h1{font-size:2.5rem;color:#111827;margin-bottom:.5rem;font-weight:700}.confirmation-header .confirmation-message{color:#6b7280;font-size:1.1rem;margin-bottom:1.5rem}.confirmation-header .order-number{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #3b82f6;border-radius:12px;margin:1.5rem 0;font-size:1.1rem;color:#1e40af}.confirmation-header .order-number strong{font-size:1.5rem;font-weight:700;color:#1e3a8a;font-family:Courier New,monospace;margin-left:.5rem}.confirmation-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.confirmation-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem}.confirmation-section .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.confirmation-section .section-header svg{color:#3b82f6}.confirmation-section .section-header h2{font-size:1.25rem;color:#111827;font-weight:700;margin:0}.order-items-list{display:flex;flex-direction:column;gap:1.5rem}.order-item{display:flex;gap:1.5rem;align-items:center;padding:1rem;background:#f9fafb;border-radius:12px;transition:all .2s ease}.order-item:hover{background:#f3f4f6;transform:translate(4px)}.order-item img{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb;flex-shrink:0;object-fit:cover}.order-item .item-details{flex:1}.order-item .item-details .item-name{font-weight:600;color:#111827;font-size:1rem;margin-bottom:.5rem;text-decoration:none;display:block;transition:color .2s ease}.order-item .item-details .item-name:hover{color:#3b82f6}.order-item .item-details .item-meta{display:flex;gap:1rem;color:#6b7280;font-size:.9rem}.order-item .item-total{font-weight:700;color:#3b82f6;font-size:1.1rem;text-align:right}.summary-details{display:flex;flex-direction:column;gap:.75rem}.summary-details .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:1rem}.summary-details .summary-row span:first-child{color:#6b7280}.summary-details .summary-row span:last-child{font-weight:600;color:#111827}.summary-details .summary-row.discount span:last-child{color:#10b981}.summary-details .summary-row.total{border-top:2px solid #e5e7eb;margin-top:.75rem;padding-top:1.25rem}.summary-details .summary-row.total span:first-child{font-size:1.1rem;font-weight:700;color:#111827}.summary-details .summary-row.total span:last-child{font-size:1.75rem;font-weight:700;color:#3b82f6}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.info-block h3{font-size:1rem;color:#111827;margin-bottom:1rem;font-weight:600}.info-block p{color:#6b7280;line-height:1.6;margin-bottom:.5rem}.payment-method{margin-top:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.payment-method h3{font-size:1rem;color:#111827;margin-bottom:.75rem;font-weight:600}.payment-method p{color:#374151;font-weight:500;font-size:1.1rem;text-transform:capitalize}.payment-method .payment-status{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-top:.75rem}.payment-method .payment-status.status-completed,.payment-method .payment-status.status-paid{background:#d1fae5;color:#065f46}.payment-method .payment-status.status-pending{background:#fef3c7;color:#92400e}.payment-method .payment-status.status-failed{background:#fee2e2;color:#991b1b}.shipping-info{display:flex;flex-direction:column;gap:2rem}.shipping-info .info-group h3{font-size:1rem;color:#111827;margin-bottom:.75rem;font-weight:600}.shipping-info .info-group p,.shipping-info .info-group .address{color:#6b7280;line-height:1.7;margin:0}.shipping-info .contact-item{display:flex;align-items:center;gap:.75rem;color:#374151;margin-bottom:.5rem}.shipping-info .contact-item svg{color:#3b82f6}.shipping-info .delivery-date{color:#3b82f6;font-weight:600;font-size:1.1rem}.next-steps{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin-bottom:2rem}.next-steps h2{font-size:1.5rem;color:#111827;margin-bottom:2rem;text-align:center;font-weight:700}.next-steps .steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.next-steps .step{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:12px;border:2px solid #e5e7eb;transition:all .3s ease}.next-steps .step:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a}.next-steps .step .step-number{width:48px;height:48px;margin:0 auto 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.next-steps .step h3{font-size:1.1rem;color:#111827;margin-bottom:.5rem;font-weight:600}.next-steps .step p{color:#6b7280;font-size:.9rem;margin:0}.confirmation-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.support-section{text-align:center;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.support-section h3{font-size:1.25rem;color:#111827;margin-bottom:.5rem;font-weight:700}.support-section p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.support-section .support-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.support-section .support-links a{color:#3b82f6;text-decoration:none;font-weight:600;transition:color .2s ease}.support-section .support-links a:hover{color:#2563eb;text-decoration:underline}.error-state{text-align:center;padding:3rem 2rem}.error-state h2{font-size:1.5rem;color:#111827;margin-bottom:1rem;font-weight:700}.error-state p{color:#6b7280;margin-bottom:1rem;line-height:1.6}.info-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center}.info-card h3{font-size:1.25rem;color:#111827;margin-bottom:1rem;font-weight:700}.info-card p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.invoice-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid var(--primary-blue);border-radius:12px;padding:2rem;margin:2rem 0;display:flex;flex-direction:column;gap:1.5rem}.invoice-badge{display:inline-flex;align-items:center;gap:.75rem;background:var(--primary-blue);color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;width:fit-content}.invoice-details{display:flex;flex-direction:column;gap:.5rem}.invoice-details p{color:#1e40af;font-size:1rem}.invoice-details strong{color:#1e3a8a}.invoice-actions{display:flex;gap:1rem;flex-wrap:wrap}.invoice-qr{text-align:center;padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #bfdbfe}.invoice-qr p{color:#6b7280;margin-bottom:1rem;font-size:.9rem}.invoice-qr img{width:150px;height:150px;margin:0 auto}@media (max-width: 968px){.confirmation-grid{grid-template-columns:1fr}.next-steps .steps-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.order-confirmation-page{padding:1.5rem 0}.order-confirmation-page .container{padding:0 1rem}.confirmation-header{padding:1.5rem}.confirmation-header h1{font-size:1.75rem}.confirmation-header .order-number{font-size:.95rem;padding:.75rem 1.5rem}.confirmation-header .order-number strong{font-size:1.2rem}.confirmation-section{padding:1.5rem}.order-item{flex-direction:column;align-items:flex-start}.order-item img{width:100%;height:200px}.order-item .item-total{text-align:left}.shipping-info{gap:1.5rem}.confirmation-actions{flex-direction:column}.confirmation-actions button,.confirmation-actions .button{width:100%}.next-steps{padding:1.5rem}.next-steps .steps-grid{grid-template-columns:1fr;gap:1rem}.invoice-section{padding:1.5rem}.invoice-actions{flex-direction:column}.invoice-qr img{width:120px;height:120px}}.delivery-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.delivery-section .section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;color:var(--accent-color, #0284c7)}.delivery-section .section-header h2{font-size:1.25rem;margin:0}.delivery-requesting{text-align:center;padding:2rem;color:var(--text-secondary, #666)}.delivery-requesting p{margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.delivery-error{padding:1.5rem;background:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;margin-bottom:1rem}.delivery-error p{margin:.5rem 0;color:#991b1b}.delivery-error .error-detail{font-size:.875rem;color:#dc2626}.delivery-pending{text-align:center;padding:1.5rem;background:#fef3c7;border-radius:8px;color:#92400e}.delivery-pending p{margin:0}.delivery-info{padding:1rem 0}.delivery-status-badge{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:12px;margin-bottom:1.5rem}.status-indicator{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.status-indicator.status-pending{background:#fef3c7;color:#92400e}.status-indicator.status-assigned{background:#dbeafe;color:#1e40af}.status-indicator.status-in-transit{background:#e0f2fe;color:#075985}.status-indicator.status-delivered{background:#d1fae5;color:#065f46}.status-indicator.status-cancelled,.status-indicator.status-failed{background:#fee2e2;color:#991b1b}.status-description{color:var(--text-secondary, #666);margin:.5rem 0 0;font-size:.875rem}.delivery-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px}.delivery-detail{display:flex;flex-direction:column;gap:.25rem}.delivery-detail strong{font-size:.875rem;color:var(--text-secondary, #666)}.delivery-detail span{font-size:1rem;color:var(--text-primary, #1a1a1a)}.verification-code-section{grid-column:1 / -1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;border-radius:8px;text-align:center}.verification-code-section strong{color:#fff;display:block;margin-bottom:.5rem}.verification-code{font-size:2rem!important;font-weight:700;letter-spacing:4px;font-family:Courier New,monospace;color:#fff!important;display:block;margin:.5rem 0}.code-note{margin-top:.5rem;font-size:.75rem;opacity:.9}.delivery-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.delivery-details-grid{grid-template-columns:1fr}.verification-code{font-size:1.5rem!important;letter-spacing:2px}.delivery-actions{flex-direction:column}.delivery-actions a,.delivery-actions button{width:100%}}:root{--primary-blue: #2d358b;--primary-red: #e63946}.my-account-page{min-height:100vh;background:linear-gradient(135deg,#f6f9fc,#eef2f7);padding:2rem 0 4rem;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.my-account-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.account-header{margin:2rem 0 3rem;text-align:center}.account-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.account-header p{color:#64748b;font-size:1.1rem}.account-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;align-items:start}.account-sidebar{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;position:sticky;top:2rem;transition:box-shadow .3s ease}.account-sidebar:hover{box-shadow:0 10px 20px -5px #0000001a,0 4px 8px -2px #0000000d}.user-info{padding:2rem;background:linear-gradient(135deg,var(--primary-blue) 0%,#3949c1 100%);color:#fff;text-align:center}.user-avatar{width:80px;height:80px;border-radius:50%;background:#fff3;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:3px solid rgba(255,255,255,.3)}.user-avatar svg{width:40px;height:40px;color:#fff}.user-details h3{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.user-details p{font-size:.9rem;opacity:.9}.account-nav{padding:1rem 0}.nav-item{width:100%;padding:1rem 1.5rem;background:transparent;border:none;border-left:3px solid transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#64748b;transition:all .2s;display:flex;align-items:center;gap:.75rem;text-align:left}.nav-item svg{opacity:.7;transition:opacity .2s}.nav-item:hover{background:#f8fafc;color:var(--primary-blue);border-left-color:#2d358b33}.nav-item:hover svg{opacity:1}.nav-item.active{background:#2d358b0d;color:var(--primary-blue);border-left-color:var(--primary-blue);font-weight:600}.nav-item.active svg{opacity:1}.account-content{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;transition:box-shadow .3s ease;animation:slideIn .4s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.account-content:hover{box-shadow:0 10px 20px -5px #0000001a,0 4px 8px -2px #0000000d}.profile-section h2,.password-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.section-description{color:#64748b;margin-bottom:2rem;font-size:1rem}.profile-form,.password-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#334155;font-size:.95rem;display:flex;align-items:center;gap:.5rem}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#94a3b8;pointer-events:none;z-index:1}.input-wrapper input{padding-left:3rem}.password-input{position:relative}.password-input input{padding-right:3rem}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.25rem;cursor:pointer;color:#94a3b8;transition:all .2s;display:flex;align-items:center;justify-content:center;z-index:2}.password-toggle:hover{color:var(--primary-blue)}.password-toggle:focus{outline:none;color:var(--primary-blue)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .2s;background:#f8fafc}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#cbd5e1;background:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2d358b1a;background:#fff}.form-group input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444;background:#fef2f2}.error-text{color:#ef4444;font-size:.85rem;display:flex;align-items:center;gap:.25rem}.form-section-title{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f1f5f9}.form-section-title h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.form-section-title svg{color:var(--primary-blue)}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:2rem;margin-top:1rem;border-top:2px solid #f1f5f9}.form-actions button{padding:.875rem 2rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #2d358b26}.form-actions button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2d358b40}.form-actions button:active:not(:disabled){transform:translateY(0)}.form-actions button:disabled{opacity:.6;cursor:not-allowed}.password-requirements{background:linear-gradient(135deg,#eff6ff,#f0f9ff);border:2px solid #bfdbfe;border-radius:12px;padding:1.5rem;display:flex;gap:1rem}.password-requirements svg{color:#3b82f6;flex-shrink:0;margin-top:.25rem}.password-requirements strong{color:#1e40af;display:block;margin-bottom:.75rem;font-size:1rem}.password-requirements ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.password-requirements li{color:#475569;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.password-requirements li:before{content:"✓";color:#3b82f6;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#3b82f61a;border-radius:50%;font-size:.75rem}@media (max-width: 1024px){.account-layout{grid-template-columns:1fr;gap:1.5rem}.account-sidebar{position:relative;top:0}.form-row{grid-template-columns:1fr}}@media (max-width: 768px){.my-account-page .container{padding:0 1rem}.account-header h1{font-size:2rem}.account-content{padding:2rem 1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%}}@media (max-width: 480px){.account-header h1{font-size:1.75rem}.account-content{padding:1.5rem 1rem}.user-avatar{width:60px;height:60px}.user-avatar svg{width:30px;height:30px}}.my-orders-page{min-height:100vh;background:linear-gradient(135deg,#f6f9fc,#eef2f7);padding:2rem 0 4rem}.my-orders-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.orders-header{margin:2rem 0 3rem;text-align:center}.orders-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem}.orders-header p{color:#64748b;font-size:1.1rem}.orders-filters{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.25rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000a;flex-wrap:wrap}.filter-icon{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#334155;font-size:.95rem}.filter-icon svg{color:var(--primary-blue)}.filter-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1.25rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:500;color:#64748b;transition:all .2s;font-size:.9rem}.filter-btn:hover{border-color:var(--primary-blue);background:#2d358b0d;color:var(--primary-blue);transform:translateY(-1px)}.filter-btn.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 4px 12px #2d358b4d}.orders-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.order-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .3s ease;border:1px solid #e2e8f0}.order-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.order-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:2px solid #e2e8f0;flex-wrap:wrap;gap:1rem}.order-info{flex:1;min-width:200px}.order-number{font-weight:700;color:#1e293b;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.order-number svg{color:var(--primary-blue)}.order-date{color:#64748b;font-size:.9rem;margin-top:.375rem;display:flex;align-items:center;gap:.375rem}.order-status{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:20px;font-weight:600;font-size:.875rem;text-transform:capitalize;box-shadow:0 2px 4px #0000000d}.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.status-processing{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.status-shipped{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4338ca}.status-delivered{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.status-cancelled{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.order-body{padding:1.75rem 2rem;border-bottom:1px solid #e2e8f0}.order-items{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;gap:1rem;align-items:center;padding:.75rem;background:#f8fafc;border-radius:10px;transition:all .2s ease}.order-item:hover{background:#f1f5f9;transform:translate(4px)}.item-image{width:70px;height:70px;border-radius:8px;overflow:hidden;border:2px solid #e2e8f0;flex-shrink:0;background:#fff}.item-image img{width:100%;height:100%;object-fit:cover}.item-details{flex:1;min-width:0}.item-name{font-weight:600;color:#1e293b;margin-bottom:.5rem;font-size:.95rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-meta{display:flex;justify-content:space-between;align-items:center;gap:1rem}.item-quantity{color:#64748b;font-size:.875rem;font-weight:500}.item-price{font-weight:700;color:var(--primary-blue);font-size:.95rem;white-space:nowrap}.more-items{padding:.75rem;text-align:center;color:#64748b;font-weight:500;font-size:.875rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:8px;border:1px dashed #cbd5e1}.order-footer{display:flex;justify-content:flex-end;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#f8fafc,#fff);gap:1rem}.order-actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.empty-orders{text-align:center;padding:5rem 2rem;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a}.empty-orders-icon{width:100px;height:100px;margin:0 auto 2rem;padding:1.5rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-orders-icon svg{width:60px;height:60px;color:#cbd5e1}.empty-orders h2{font-size:1.75rem;color:#1e293b;margin-bottom:.75rem;font-weight:700}.empty-orders p{color:#64748b;margin-bottom:2rem;font-size:1.05rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000a;flex-wrap:wrap}.pagination-btn{padding:.75rem 1.5rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;color:#334155;display:flex;align-items:center;gap:.5rem;font-size:.9rem}.pagination-btn:hover:not(:disabled){border-color:var(--primary-blue);background:#2d358b0d;color:var(--primary-blue);transform:translateY(-1px)}.pagination-btn:disabled{opacity:.4;cursor:not-allowed;background:#f1f5f9}.pagination-numbers{display:flex;gap:.5rem;align-items:center}.pagination-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s;color:#334155;font-size:.9rem}.pagination-number:hover{border-color:var(--primary-blue);background:#2d358b0d;color:var(--primary-blue);transform:translateY(-1px)}.pagination-number.active{background:var(--primary-blue);border-color:var(--primary-blue);color:#fff;box-shadow:0 4px 12px #2d358b4d}.pagination-ellipsis{color:#64748b;font-weight:600;padding:0 .25rem}.orders-loading{min-height:400px;display:flex;justify-content:center;align-items:center}@media (max-width: 1024px){.my-orders-page .container{padding:0 1.5rem}}@media (max-width: 768px){.my-orders-page .container{padding:0 1rem}.orders-header h1{font-size:2rem}.orders-filters{flex-direction:column;align-items:flex-start}.filter-buttons{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.filter-btn{white-space:nowrap}.order-header{padding:1.25rem;flex-direction:column;align-items:flex-start}.order-body{padding:1.25rem}.order-item{padding:.875rem}.item-image{width:60px;height:60px}.order-footer{padding:1.25rem;justify-content:center}.order-actions{width:100%;justify-content:center}.order-actions button,.order-actions a{flex:1;min-width:0}.pagination{flex-direction:column;gap:1rem}}@media (max-width: 480px){.orders-header h1{font-size:1.75rem}.order-number{font-size:1rem}.order-footer{padding:1rem}.order-actions{flex-direction:column;gap:.625rem}.order-actions button,.order-actions a{width:100%}.empty-orders{padding:3rem 1rem}}.track-delivery-page{padding:2rem 0;min-height:70vh}.track-delivery-page .container{max-width:1000px;margin:0 auto;padding:0 1rem}.track-delivery-page .page-header{text-align:center;margin-bottom:2rem}.track-delivery-page .page-header h1{font-size:2rem;color:var(--text-primary, #1a1a1a);margin-bottom:.5rem}.track-delivery-page .order-reference{font-size:1rem;color:var(--text-secondary, #666)}.track-delivery-page .loading-text{text-align:center;margin-top:1rem;color:var(--text-secondary, #666)}.track-delivery-page .error-state{text-align:center;padding:3rem 1rem}.track-delivery-page .error-icon{color:var(--error-color, #dc2626);margin-bottom:1rem}.track-delivery-page .error-message{color:var(--text-secondary, #666);margin-bottom:2rem}.track-delivery-page .error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.status-badge{background:#fff;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.status-badge .status-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;margin-bottom:1rem;background:var(--accent-light, #f0f9ff);color:var(--accent-color, #0284c7)}.status-badge h2{font-size:1.5rem;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.status-badge.status-pending{border-left:4px solid var(--warning-color, #f59e0b)}.status-badge.status-pending .status-icon{background:#fef3c7;color:#f59e0b}.status-badge.status-assigned{border-left:4px solid var(--info-color, #3b82f6)}.status-badge.status-assigned .status-icon{background:#dbeafe;color:#3b82f6}.status-badge.status-in-transit{border-left:4px solid var(--accent-color, #0284c7)}.status-badge.status-in-transit .status-icon{background:#e0f2fe;color:#0284c7}.status-badge.status-delivered{border-left:4px solid var(--success-color, #10b981)}.status-badge.status-delivered .status-icon{background:#d1fae5;color:#10b981}.status-badge.status-cancelled,.status-badge.status-failed{border-left:4px solid var(--error-color, #ef4444)}.status-badge.status-cancelled .status-icon,.status-badge.status-failed .status-icon{background:#fee2e2;color:#ef4444}.status-description{color:var(--text-secondary, #666);font-size:1rem}.delivery-progress{display:flex;align-items:center;justify-content:space-between;padding:2rem;background:#fff;border-radius:12px;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a;overflow-x:auto}.progress-step{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.progress-step .step-icon{width:48px;height:48px;border-radius:50%;background:var(--gray-200, #e5e7eb);color:var(--text-secondary, #666);display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:.5rem;transition:all .3s ease}.progress-step.completed .step-icon{background:var(--accent-color, #0284c7);color:#fff}.progress-step .step-label{font-size:.875rem;color:var(--text-secondary, #666);white-space:nowrap}.progress-step.completed .step-label{color:var(--accent-color, #0284c7);font-weight:500}.progress-line{flex:1;height:2px;background:var(--gray-300, #d1d5db);margin:0 .5rem 2rem}.delivery-details{display:grid;grid-template-columns:1fr auto 1fr;gap:1.5rem;align-items:center;margin-bottom:2rem}.detail-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.detail-card .card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--accent-color, #0284c7)}.detail-card .card-header h3{font-size:1.125rem;margin:0}.detail-card .card-content{color:var(--text-primary, #1a1a1a)}.location-address{font-weight:500;margin-bottom:.5rem}.store-name,.customer-name,.store-phone,.customer-phone{color:var(--text-secondary, #666);font-size:.875rem}.delivery-arrow{color:var(--accent-color, #0284c7);display:flex;justify-content:center}.order-info-card{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.order-info-card .card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:var(--accent-color, #0284c7)}.order-info-card .card-header h3{font-size:1.125rem;margin:0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item strong{color:var(--text-secondary, #666);font-size:.875rem;font-weight:500}.info-item span{color:var(--text-primary, #1a1a1a);font-size:1rem}.verification-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;padding:2rem;text-align:center;margin-bottom:2rem;box-shadow:0 4px 12px #667eea4d}.verification-section h3{margin-bottom:1rem;font-size:1.25rem}.code-display{font-size:2.5rem;font-weight:700;letter-spacing:8px;margin:1rem 0;font-family:Courier New,monospace}.code-instruction{opacity:.9;font-size:.875rem}.delivery-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.btn-track-live{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent-color, #0284c7);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .2s ease}.btn-track-live:hover{background:var(--accent-dark, #0369a1);transform:translateY(-2px);box-shadow:0 4px 12px #0284c74d}.btn-primary{background:var(--accent-color, #0284c7);color:#fff;padding:.75rem 1.5rem;border-radius:8px;border:none;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary:hover{background:var(--accent-dark, #0369a1)}.auto-refresh-info{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-secondary, #666);font-size:.875rem;padding:1rem;background:var(--gray-50, #f9fafb);border-radius:8px}.auto-refresh-info svg{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.delivery-details{grid-template-columns:1fr;gap:1rem}.delivery-arrow{transform:rotate(90deg)}.delivery-progress{overflow-x:scroll;padding:1.5rem 1rem}.progress-step .step-label{font-size:.75rem}.code-display{font-size:1.8rem;letter-spacing:4px}.delivery-actions{flex-direction:column}.delivery-actions a,.delivery-actions button{width:100%}}.wishlist-page{min-height:100vh;background:linear-gradient(180deg,#f4f6fb,#fff);padding-bottom:4rem}.wishlist-hero{background:linear-gradient(120deg,#11153d,#2d358b);color:#fff;padding:2.75rem 0 3.25rem;margin-bottom:2.25rem}.wishlist-hero .breadcrumb{background:#ffffff1f;border-color:#fff3;margin-bottom:1rem}.wishlist-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;color:#ffffffb3;margin-bottom:.75rem}.wishlist-hero h1{font-size:2.4rem;margin-bottom:.4rem}.wishlist-hero p{color:#ffffffd9;max-width:600px}.wishlist-hero-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-top:1.25rem}.wishlist-hero-meta div{padding:.9rem 1rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.wishlist-hero-meta span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#fff9}.wishlist-shell{display:flex;flex-direction:column;gap:1.5rem}.wishlist-empty-state{background:#fff;border-radius:24px;padding:3rem;text-align:center;border:1px solid rgba(15,23,42,.05);box-shadow:0 20px 60px #0f172a14}.wishlist-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem}.wishlist-toolbar h2{font-size:1.7rem;color:var(--gray-900)}.wishlist-toolbar p{color:var(--gray-500);margin-top:.25rem}.wishlist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.wishlist-card{position:relative;background:#fff;border-radius:20px;padding:1rem;border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 40px #0f172a14;display:flex;flex-direction:column;gap:1rem}.wishlist-remove{position:absolute;top:.75rem;right:.75rem;border:none;background:#fffc;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 24px #0f172a26;cursor:pointer}.wishlist-badge{position:absolute;top:.75rem;left:.75rem;background:#e9222fe6;color:#fff;border-radius:999px;padding:.25rem .75rem;font-weight:600;font-size:.8rem}.wishlist-image{display:block;width:100%;border-radius:16px;overflow:hidden;background:var(--gray-50);aspect-ratio:4 / 3}.wishlist-image img{width:100%;height:100%;object-fit:contain}.wishlist-info{display:flex;flex-direction:column;gap:.5rem}.wishlist-name{font-weight:600;font-size:1.1rem;color:var(--gray-900)}.wishlist-description{color:var(--gray-500);font-size:.95rem;line-height:1.5}.wishlist-price{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;color:var(--primary-blue)}.wishlist-price small{font-size:.95rem;color:var(--gray-400);text-decoration:line-through}.wishlist-stock{font-size:.85rem;font-weight:600}.wishlist-stock.in-stock{color:#0f9d58;display:inline-flex;align-items:center;gap:.35rem}.wishlist-stock.out-stock{color:var(--accent-red)}.wishlist-added{font-size:.85rem;color:var(--gray-500)}.wishlist-actions{display:flex;gap:.75rem}.wishlist-insights{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:2rem}.insight-card{background:#fff;border-radius:20px;padding:1.25rem;border:1px solid rgba(15,23,42,.05);display:flex;align-items:center;gap:.85rem}@media (max-width: 1200px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.wishlist-toolbar{flex-direction:column;align-items:flex-start}.wishlist-actions{flex-direction:column}.wishlist-hero-meta,.wishlist-grid{grid-template-columns:1fr}}.promotions-page{min-height:100vh;background:linear-gradient(135deg,#f6f9fc,#eef2f7);padding-bottom:4rem}.promotions-hero{background:var(--primary-blue);color:#fff;padding:4rem 0;margin-bottom:3rem;position:relative;overflow:hidden}.promotions-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.1;animation:slidePattern 20s linear infinite}@keyframes slidePattern{0%{transform:translate(0) translateY(0)}to{transform:translate(60px) translateY(60px)}}.promotions-hero .breadcrumb{background:#ffffff26;border-color:#ffffff40;backdrop-filter:blur(10px);animation:fadeInDown .6s ease-out}.promotions-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;color:#fffc;margin-bottom:.75rem;font-weight:600;animation:fadeInUp .6s ease-out .1s backwards}.promotions-hero h1{font-size:3rem;font-weight:400;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.3);animation:fadeInUp .6s ease-out .2s backwards}.promotions-hero p{color:#ffffffe6;max-width:640px;font-size:1.15rem;line-height:1.6;animation:fadeInUp .6s ease-out .3s backwards}.promotions-hero-cta{display:flex;gap:1rem;margin-top:1.5rem;animation:fadeInUp .6s ease-out .4s backwards}.promotions-hero-cta button{transition:all .3s ease}.promotions-hero-cta button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.promotions-tabs{display:inline-flex;border-radius:999px;border:2px solid #e2e8f0;background:#fff;margin-bottom:2rem;padding:.25rem;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.promotions-tabs button{border:none;background:transparent;padding:.75rem 1.75rem;font-weight:600;cursor:pointer;border-radius:999px;color:#64748b;transition:all .3s ease;position:relative;font-size:.95rem}.promotions-tabs button:hover:not(.active){color:var(--primary-blue);background:#2d358b0d}.promotions-tabs button.active{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);color:#fff;box-shadow:0 4px 16px #2d358b4d;transform:scale(1.02)}.featured-promotions{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.promotion-card{background:#fff;border-radius:20px;padding:2rem;border:2px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;display:flex;flex-direction:column;gap:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.promotion-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--primary-red) 100%);transform:scaleX(0);transition:transform .4s ease}.promotion-card:hover:before{transform:scaleX(1)}.promotion-card:hover{border-color:var(--primary-blue);box-shadow:0 12px 40px #2d358b26;transform:translateY(-8px)}.promotion-card.featured{background:linear-gradient(135deg,#2d358b,#1e40af);color:#fff;border-color:transparent;box-shadow:0 8px 32px #2d358b59}.promotion-card.featured:hover{box-shadow:0 16px 48px #2d358b73;transform:translateY(-10px) scale(1.02)}.promotion-card.featured:before{background:linear-gradient(90deg,#fff,#ffffff80)}.featured-badge{align-self:flex-start;padding:.4rem 1rem;border-radius:999px;background:#fff3;border:1px solid rgba(255,255,255,.3);font-size:.75rem;letter-spacing:.15em;font-weight:700;text-transform:uppercase;backdrop-filter:blur(10px);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.promo-card-header h3{font-size:1.6rem;margin-bottom:.5rem;font-weight:700;line-height:1.3}.promotion-card.featured .promo-card-header h3{color:#fff}.promo-card-eyebrow{display:inline-flex;align-items:center;gap:.5rem;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#ffffffd9;font-weight:600}.promotion-card:not(.featured) .promo-card-eyebrow{color:var(--primary-blue)}.promo-card-discount{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--primary-red) 0%,#dc2626 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;animation:shimmer 3s ease-in-out infinite}.promotion-card.featured .promo-card-discount{background:linear-gradient(135deg,#fff,#f1f5f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes shimmer{0%,to{filter:brightness(1)}50%{filter:brightness(1.1)}}.promo-card-body{display:flex;flex-direction:column;gap:1.25rem}.promo-code-row{display:flex;flex-direction:column;gap:.5rem}.promo-code-row label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.promotion-card.featured .promo-code-row label{color:#fffc}.promo-code-pill{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1.25rem;border-radius:12px;border:2px dashed #cbd5e1;background:#f8fafc;font-family:Courier New,monospace;font-weight:700;font-size:1.1rem;color:#1e293b;transition:all .3s ease}.promotion-card.featured .promo-code-pill{background:#ffffff26;border-color:#ffffff4d;color:#fff;backdrop-filter:blur(10px)}.promo-code-pill:hover{background:#e2e8f0;border-color:var(--primary-blue);transform:scale(1.02)}.promotion-card.featured .promo-code-pill:hover{background:#ffffff40;border-color:#ffffff80}.promo-code-pill button{border:none;background:transparent;cursor:pointer;color:var(--primary-blue);transition:all .2s ease;display:flex;align-items:center;padding:.25rem}.promotion-card.featured .promo-code-pill button{color:#fff}.promo-code-pill button:hover{transform:scale(1.1)}.promo-code-pill button:active{transform:scale(.95)}.promo-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:1rem 1.25rem;border:1px solid #e2e8f0}.promotion-card.featured .promo-meta-grid{background:#ffffff1a;border-color:#fff3;backdrop-filter:blur(10px)}.promo-meta-grid>div{display:flex;flex-direction:column;gap:.25rem}.promo-meta-grid span{text-transform:uppercase;letter-spacing:.15em;font-size:.65rem;color:#64748b;font-weight:600}.promotion-card.featured .promo-meta-grid span{color:#ffffffb3}.promo-meta-grid strong{font-size:1rem;font-weight:700;color:#1e293b}.promotion-card.featured .promo-meta-grid strong{color:#fff}.promo-category-tags{display:flex;flex-wrap:wrap;gap:.5rem}.promo-category-tags span{padding:.4rem 1rem;border-radius:999px;background:#2d358b1a;color:var(--primary-blue);font-size:.85rem;font-weight:600;border:1px solid rgba(45,53,139,.15);transition:all .2s ease}.promo-category-tags span:hover{background:#2d358b26;transform:translateY(-2px)}.promotion-card.featured .promo-category-tags span{background:#fff3;color:#fff;border-color:#ffffff4d}.promotion-card.featured .promo-category-tags span:hover{background:#ffffff4d}.promo-card-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.promotion-card.featured .promo-card-footer{border-top-color:#fff3}.promo-card-footer button{width:100%;padding:.875rem 1.5rem;font-weight:600;transition:all .3s ease}.promo-card-footer button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2d358b40}.promotions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.promotions-info{margin-top:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.info-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start;border:2px solid #e2e8f0;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.info-card:hover{border-color:var(--primary-blue);box-shadow:0 8px 24px #2d358b1a;transform:translateY(-4px)}.info-card svg{flex-shrink:0;color:var(--primary-blue);width:32px;height:32px}.info-card>div{flex:1}.info-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.info-card p{color:#64748b;font-size:.95rem;line-height:1.6}.promotions-state-card{background:#fff;border-radius:20px;padding:4rem 2rem;text-align:center;border:2px solid #e2e8f0;box-shadow:0 4px 20px #0000000f;animation:fadeInScale .5s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.promotions-state-card svg{width:80px;height:80px;margin:0 auto 1.5rem;color:#cbd5e1}.promotions-state-card h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.promotions-state-card p{color:#64748b;font-size:1.05rem;margin-bottom:2rem;line-height:1.6}@media (max-width: 1024px){.featured-promotions,.promotions-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}}@media (max-width: 768px){.promotions-hero{padding:3rem 0}.promotions-hero h1{font-size:2.25rem}.promotions-hero-cta{flex-direction:column}.promotions-hero-cta button{width:100%}.featured-promotions,.promotions-grid{grid-template-columns:1fr}.promo-card-discount{font-size:2.5rem}.promotions-info{grid-template-columns:1fr}.promotions-tabs{width:100%;justify-content:center}.promotions-tabs button{flex:1;padding:.75rem 1rem;font-size:.9rem}}@media (max-width: 480px){.promotions-hero h1{font-size:1.875rem}.promotion-card{padding:1.5rem}.promo-card-discount{font-size:2rem}.promo-meta-grid{grid-template-columns:1fr}.promotions-state-card{padding:3rem 1.5rem}}.faq-page{min-height:100vh;background:linear-gradient(180deg,#f4f6fb,#fff);padding-bottom:4rem}.faq-hero{background:linear-gradient(120deg,#11153d,#2d358b);color:#fff;padding:3rem 0 3.5rem;margin-bottom:2.5rem}.faq-hero .breadcrumb{background:#ffffff1f;border-color:#fff3;margin-bottom:1rem}.faq-eyebrow{text-transform:uppercase;letter-spacing:.25em;font-size:.75rem;color:#ffffffb3;margin-bottom:.75rem}.faq-hero h1{font-size:2.5rem;margin-bottom:.75rem}.faq-hero p{color:#ffffffd9;max-width:640px}.faq-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:1.25rem}.faq-hero-stats div{padding:.9rem 1rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.faq-hero-stats span{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:#fff9}.faq-search-card{background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 20px 60px #0f172a14;margin-top:-4rem;position:relative;z-index:2}.search-wrapper{position:relative}.search-input{width:100%;padding:1rem 1rem 1rem 3.25rem;border-radius:16px;border:1px solid rgba(15,23,42,.08);font-size:1rem}.search-input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2d358b26}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray-400)}.quick-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.quick-links button{border:none;background:#2d358b14;color:var(--primary-blue);border-radius:999px;padding:.35rem .9rem;font-weight:600;cursor:pointer}.faq-category-chips{display:flex;gap:.75rem;padding:1.5rem 0;overflow-x:auto}.faq-category-chips button{border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:999px;padding:.45rem 1.25rem;font-weight:600;cursor:pointer;color:var(--gray-500)}.faq-category-chips button.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.faq-content{margin-top:1rem;display:flex;flex-direction:column;gap:1.5rem}.faq-category h2{font-size:1.35rem;color:var(--gray-900);margin-bottom:.75rem}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-item{border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 12px 30px #0f172a0d}.faq-question{width:100%;border:none;background:transparent;padding:1.1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;text-align:left;font-size:1rem;font-weight:600;cursor:pointer}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--gray-600);line-height:1.7}.no-results{text-align:center;background:#fff;padding:3rem;border-radius:24px;border:1px solid rgba(15,23,42,.05)}.faq-support-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.support-card{background:#fff;border-radius:18px;padding:1.25rem;border:1px solid rgba(15,23,42,.05);display:flex;flex-direction:column;gap:.35rem}.support-card span{font-size:.85rem;color:var(--gray-500)}.faq-contact-cta{margin-top:2.5rem;background:linear-gradient(120deg,#2d358b,#9324a9);border-radius:24px;padding:2rem;display:flex;justify-content:space-between;align-items:center;color:#fff}@media (max-width: 768px){.faq-hero h1{font-size:2rem}.faq-contact-cta{flex-direction:column;gap:1rem;text-align:center}.faq-hero-stats{grid-template-columns:1fr}}.terms-page{min-height:100vh;background:linear-gradient(135deg,#f6f9fc,#eef2f7)}.terms-hero{background:var(--primary-blue);color:#fff;padding:3rem 0;margin-bottom:3rem}.terms-hero .container{max-width:900px}.terms-content{padding:0 1rem 4rem}.terms-content .container{max-width:900px;margin:0 auto}.terms-intro{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 2px 12px #0000000d;border-left:4px solid var(--primary-blue)}.terms-intro p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0}.terms-section{background:#fff;padding:2.5rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 2px 12px #0000000d;border:2px solid #e2e8f0;transition:all .3s ease}.terms-section:hover{border-color:var(--primary-blue);box-shadow:0 8px 24px #2d358b1a;transform:translateY(-2px)}.terms-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem;line-height:1.3}.terms-section p{font-size:1rem;line-height:1.8;color:#475569;margin-bottom:1rem}.terms-section p:last-child{margin-bottom:0}.terms-section ul{list-style:none;padding:0;margin:1rem 0}.terms-section ul li{position:relative;padding-left:2rem;margin-bottom:.75rem;font-size:1rem;line-height:1.7;color:#475569}.terms-section ul li:before{content:"•";position:absolute;left:.75rem;color:var(--primary-blue);font-weight:800;font-size:1.25rem}.terms-footer{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);color:#fff;padding:3rem;border-radius:16px;text-align:center;margin-top:3rem}.terms-footer p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#fffffff2}@media (max-width: 768px){.terms-hero{padding:2rem 0}.hero-content h1{font-size:2rem}.terms-section{padding:1.75rem}.terms-section h2{font-size:1.5rem}.terms-footer{padding:2rem 1.5rem}}.privacy-page{min-height:100vh;background:linear-gradient(135deg,#f6f9fc,#eef2f7)}.privacy-hero{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);color:#fff;padding:3rem 0;margin-bottom:3rem}.privacy-hero .container{max-width:900px}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:#ffffffe6;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:all .3s ease}.back-link:hover{color:#fff;gap:.75rem}.hero-content{text-align:center}.hero-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#ffffff26;border-radius:50%;margin-bottom:1.5rem;backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2)}.hero-content h1{font-size:2.75rem;font-weight:800;margin-bottom:.75rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.hero-content p{font-size:1.1rem;color:#ffffffd9}.privacy-content{padding:0 1rem 4rem}.privacy-content .container{max-width:900px;margin:0 auto}.privacy-intro{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;box-shadow:0 2px 12px #0000000d;border-left:4px solid var(--primary-blue)}.privacy-intro p{font-size:1.05rem;line-height:1.8;color:#475569;margin:0}.privacy-section{background:#fff;padding:2.5rem;border-radius:16px;margin-bottom:1.5rem;box-shadow:0 2px 12px #0000000d;border:2px solid #e2e8f0;transition:all .3s ease}.privacy-section:hover{border-color:var(--primary-blue);box-shadow:0 8px 24px #2d358b1a;transform:translateY(-2px)}.section-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#2d358b1a,#2d358b0d);border-radius:12px;color:var(--primary-blue);margin-bottom:1rem}.privacy-section h2{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:1.25rem;line-height:1.3}.privacy-section h3{font-size:1.25rem;font-weight:700;color:#334155;margin:1.5rem 0 1rem}.privacy-section p{font-size:1rem;line-height:1.8;color:#475569;margin-bottom:1rem}.privacy-section p:last-child{margin-bottom:0}.privacy-section ul{list-style:none;padding:0;margin:1rem 0}.privacy-section ul li{position:relative;padding-left:2rem;margin-bottom:.75rem;font-size:1rem;line-height:1.7;color:#475569}.privacy-section ul li:before{content:"•";position:absolute;left:.75rem;color:var(--primary-blue);font-weight:800;font-size:1.25rem}.privacy-section ul li strong{color:#1e293b;font-weight:700}.privacy-footer{background:linear-gradient(135deg,var(--primary-blue) 0%,#1e40af 100%);color:#fff;padding:3rem;border-radius:16px;text-align:center;margin-top:3rem}.privacy-footer p{font-size:1.1rem;line-height:1.7;margin-bottom:2rem;color:#fffffff2}.back-home-btn{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:var(--primary-blue);padding:.875rem 2rem;border-radius:8px;font-weight:700;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.back-home-btn:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media (max-width: 768px){.privacy-hero{padding:2rem 0}.hero-content h1{font-size:2rem}.privacy-section{padding:1.75rem}.privacy-section h2{font-size:1.5rem}.privacy-section h3{font-size:1.15rem}.privacy-footer{padding:2rem 1.5rem}}.not-found-page{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;position:relative;padding:clamp(2.5rem,6vw,4rem) clamp(1.25rem,6vw,4rem);background:linear-gradient(145deg,#ecf2ff,#f7f9ff 60%,#fff);overflow:hidden}.not-found-page:before,.not-found-page:after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(88,96,209,.18),transparent 65%);width:480px;height:480px;z-index:0}.not-found-page:before{top:-220px;left:-160px}.not-found-page:after{bottom:-260px;right:-120px}.not-found-card{position:relative;z-index:1;width:100%;max-width:960px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,5vw,3.25rem);background:#ffffffeb;backdrop-filter:blur(12px);border-radius:32px;padding:clamp(2.2rem,4vw,3rem);box-shadow:0 42px 88px #0f172a29;border:1px solid rgba(88,96,209,.12)}.error-hero{display:flex;flex-direction:column;gap:clamp(1.5rem,3vw,2rem);color:var(--gray-900)}.error-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.1rem;border-radius:999px;background:#5860d11f;color:var(--primary-blue);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:.82rem}.error-headline{font-size:clamp(2.4rem,3vw,3rem);line-height:1.1;font-weight:700;margin:0}.error-description{font-size:1.05rem;line-height:1.6;color:var(--gray-600);max-width:90%}.error-actions{display:flex;flex-wrap:wrap;gap:.75rem}.error-actions .btn{min-width:180px}.error-actions .btn-outline{border:1px solid rgba(148,163,184,.6);color:var(--gray-700)}.error-context-card{padding:1.25rem 1.5rem;border-radius:18px;background:#f8faffd9;border:1px solid rgba(88,96,209,.12);display:flex;align-items:center;gap:.85rem;color:var(--gray-600);font-size:.92rem}.error-context-card svg{padding:.45rem;border-radius:12px;background:#5860d124;color:var(--primary-blue)}.error-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-top:auto}.error-meta-item{padding:.9rem 1rem;border-radius:16px;background:#ffffffc7;border:1px solid rgba(148,163,184,.25);display:flex;flex-direction:column;gap:.2rem;font-size:.9rem}.error-meta-item strong{color:var(--primary-blue);font-size:1.2rem}.error-guidance{display:flex;flex-direction:column;gap:1.75rem}.error-graphic{position:relative;display:flex;justify-content:center;align-items:center}.error-glass{width:clamp(220px,35vw,280px);height:clamp(220px,35vw,280px);border-radius:24px;background:linear-gradient(145deg,#5860d11f,#2d358b14);display:grid;place-items:center;color:var(--primary-blue);font-size:clamp(4rem,7vw,7rem);font-weight:800;letter-spacing:.15em;position:relative;box-shadow:inset 0 18px 38px #ffffff40}.error-glass:after{content:"";position:absolute;inset:12px;border-radius:18px;border:1px solid rgba(255,255,255,.5)}.error-magnifier{position:absolute;bottom:-22px;right:-22px;width:96px;height:96px;border-radius:50%;background:linear-gradient(145deg,#2d358be6,#5860d1d9);box-shadow:0 20px 40px #2d358b40;display:grid;place-items:center;color:#fff}.popular-links{display:flex;flex-direction:column;gap:.85rem}.popular-links h3{margin:0;font-size:1.15rem;color:var(--gray-800)}.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem}.link-card{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1.15rem;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#ffffffc7;color:var(--gray-700);font-weight:600;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.link-card:hover{transform:translateY(-2px);border-color:#2d358b66;box-shadow:0 10px 20px #2d358b2e;color:var(--primary-blue)}.link-card svg{flex-shrink:0}.help-section{padding:1.25rem 1.5rem;border-radius:18px;background:#f8faffd9;border:1px solid rgba(148,163,184,.25);color:var(--gray-600);font-size:.95rem}.help-section h4{margin:0 0 .6rem;color:var(--gray-800)}.help-section a{color:var(--primary-blue);font-weight:600;text-decoration:none}.help-section a:hover{text-decoration:underline}@media (max-width: 960px){.not-found-card{grid-template-columns:1fr}.error-meta{margin-top:1.5rem}.error-graphic{order:-1}.error-hero{text-align:center;align-items:center}.error-description{max-width:unset}.error-actions{justify-content:center}.links-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 640px){.not-found-card{border-radius:22px;padding:2rem 1.6rem}.error-glass{width:210px;height:210px}.error-magnifier{width:80px;height:80px}.error-actions .btn{min-width:100%}}.payment-return-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:2rem 1rem}.payment-return-container{max-width:600px;width:100%}.payment-return-card{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 10px 40px #0000001a;text-align:center}.payment-status{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.status-icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .5s ease-out}.status-icon.success{background:#d1fae5;color:#10b981}.status-icon.failed{background:#fee2e2;color:#ef4444}.status-icon.pending{background:#fef3c7;color:#f59e0b}.status-icon.error{background:#fee2e2;color:#ef4444}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.payment-status h2{font-size:2rem;color:#111827;margin:0}.payment-status p{color:#6b7280;font-size:1.1rem;margin:0;line-height:1.6}.payment-details{background:#f9fafb;border-radius:8px;padding:1.5rem;width:100%}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.detail-row:last-child{border-bottom:none}.detail-row span{color:#6b7280}.detail-row strong{color:#111827;font-weight:600}.action-buttons{display:flex;flex-direction:column;gap:1rem;width:100%}.loading-dots{display:flex;justify-content:center;gap:.5rem;margin:1rem 0}.loading-dots span{width:12px;height:12px;background:#f59e0b;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.status-note{font-size:.9rem;color:#6b7280;font-style:italic}.payment-status.success h2{color:#10b981}.payment-status.failed h2{color:#ef4444}.payment-status.pending h2{color:#f59e0b}.payment-status.error h2{color:#ef4444}@media (max-width: 768px){.payment-return-card{padding:2rem 1.5rem}.payment-status h2{font-size:1.5rem}.payment-status p{font-size:1rem}.status-icon{width:80px;height:80px}.status-icon svg{width:48px;height:48px}}.auth-utility-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;background:#f5f7fb}.auth-utility-card{width:100%;max-width:480px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 10px 40px #0f172a14;display:grid;gap:16px}.auth-utility-card h1{margin:0;color:#0f172a;font-size:24px}.auth-utility-card p{margin:0;color:#475569}.auth-utility-card form{display:grid;gap:8px}.auth-utility-card label{font-weight:600;color:#0f172a}.auth-utility-card input{border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:15px;transition:border-color .15s ease,box-shadow .15s ease}.auth-utility-card input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f;outline:none}.input-with-toggle{position:relative;display:flex;align-items:center;padding-right:3rem}.input-with-toggle input{width:100%;padding-right:42px}.input-icon-button{position:absolute;right:10px;background:none;border:none;color:#475569;cursor:pointer;display:inline-flex;align-items:center;padding:4px}.input-icon-button:focus{outline:none}.input-icon-button.toggle-password svg{position:static}.password-strength{margin-top:6px;display:grid;gap:6px}.password-strength-label{font-size:12px;color:#475569}.password-strength-bar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.password-strength-fill{height:100%;border-radius:999px;transition:width .2s ease,background-color .2s ease}.auth-utility-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecdd3;padding:10px 12px;border-radius:10px;font-size:14px}.auth-utility-divider{text-align:center;color:#94a3b8;font-size:14px}.app{display:flex;flex-direction:column;min-height:100vh;background-color:var(--gray-50)}.main-content{flex:1;display:flex;flex-direction:column}.page{padding:2rem 1rem}.page-header{text-align:center;margin-bottom:2rem}.page-title{font-size:2.5rem;margin-bottom:.5rem}.page-subtitle{color:var(--gray-600);font-size:1.125rem}.loading-container{display:flex;align-items:center;justify-content:center;min-height:400px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center;padding:2rem}.empty-state-icon{font-size:4rem;margin-bottom:1rem}.empty-state-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--gray-900)}.empty-state-text{color:var(--gray-600);margin-bottom:2rem}.error-container{background-color:#fee2e2;border:1px solid #fecaca;border-radius:var(--radius-md);padding:1rem;margin:1rem 0;color:#991b1b}.error-container h3{margin-bottom:.5rem}.success-container{background-color:#dcfce7;border:1px solid #bbf7d0;border-radius:var(--radius-md);padding:1rem;margin:1rem 0;color:#166534}.success-container h3{margin-bottom:.5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;flex-wrap:wrap}.breadcrumb-item{color:var(--gray-600)}.breadcrumb-item a{color:var(--primary-blue)}.breadcrumb-item.active{color:var(--gray-900);font-weight:600}.breadcrumb-separator{color:var(--gray-400);margin:0 .5rem}@media (max-width: 768px){.page{padding:1rem}.page-title{font-size:1.875rem}.page-subtitle{font-size:1rem}.empty-state-icon{font-size:3rem}.empty-state-title{font-size:1.25rem}}:root{--primary-blue: #2d358b;--accent-red: #e9222f;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--info: #3b82f6;--white: #ffffff;--black: #000000;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition-fast: .15s ease-in-out;--transition-base: .2s ease-in-out;--transition-slow: .3s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--gray-50);color:var(--gray-900);line-height:1.5;font-size:16px}#root{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:1rem}h3{font-size:1.5rem;margin-bottom:.75rem}h4{font-size:1.25rem;margin-bottom:.5rem}h5{font-size:1.125rem;margin-bottom:.5rem}h6{font-size:1rem;margin-bottom:.5rem}p{margin-bottom:1rem;line-height:1.6}a{color:var(--primary-blue);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--accent-red)}button{cursor:pointer;border:none;transition:all var(--transition-base)}input,textarea,select{font-family:inherit;font-size:inherit}main{flex:1}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.px-2{padding:0 .5rem}.px-4{padding:0 1rem}.px-6{padding:0 1.5rem}.py-2{padding:.5rem 0}.py-4{padding:1rem 0}.py-6{padding:1.5rem 0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--gray-500)}.text-danger{color:var(--error)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}::selection{background-color:var(--primary-blue);color:#fff}button:focus,input:focus,select:focus,textarea:focus{outline:2px solid var(--primary-blue);outline-offset:2px}::placeholder{color:var(--gray-400)}@media (max-width: 768px){h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.hidden-mobile{display:none}}@media (min-width: 769px) and (max-width: 1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}
