:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:100%;z-index:1;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.notif-dropdown-wrapper{position:relative}.notif-bell-btn{background:none;border:none;cursor:pointer;position:relative;padding:8px;display:flex;align-items:center}.notif-bell-btn .material-symbols-outlined{font-size:24px;color:#374151}.notif-badge{position:absolute;top:2px;right:2px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}.notif-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;border:1px solid #e5e7eb;z-index:200;overflow:hidden}.notif-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e7eb;font-size:14px;font-weight:700;color:#0f172a}.notif-mark-all{background:none;border:none;color:#2463eb;font-size:12px;cursor:pointer;font-weight:600}.notif-mark-all:hover{text-decoration:underline}.notif-dropdown-list{max-height:400px;overflow-y:auto}.notif-empty{padding:40px 16px;text-align:center;color:#94a3b8;font-size:13px}.notif-item{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .15s}.notif-item:hover{background:#f8fafc}.notif-item.unread{background:#eff6ff}.notif-item.unread:hover{background:#dbeafe}.notif-icon{font-size:20px;flex-shrink:0;margin-top:2px}.notif-icon-order{color:#2463eb}.notif-icon-payment{color:#15803d}.notif-icon-warranty{color:#b45309}.notif-icon-info{color:#64748b}.notif-content{flex:1;min-width:0}.notif-title{display:block;font-size:13px;font-weight:600;color:#0f172a}.notif-message{display:block;font-size:12px;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notif-time{font-size:11px;color:#94a3b8;white-space:nowrap;flex-shrink:0}.products-page{min-height:100vh;background-color:#f6f6f8;font-family:Inter,sans-serif}.products-main{max-width:1440px;margin:0 auto;padding:1.5rem 1rem}@media(min-width:1024px){.products-main{padding:1.5rem 2.5rem}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:1rem;font-size:.875rem}.breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#242aeb}.breadcrumb-separator{color:#94a3b8}.breadcrumb-current{color:#0e0e1b;font-weight:500}.page-header{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}@media(min-width:768px){.page-header{flex-direction:row;align-items:flex-end;justify-content:space-between}}.page-header__title{font-size:1.875rem;font-weight:700;color:#0e0e1b;letter-spacing:-.02em;margin-bottom:.5rem}@media(min-width:1024px){.page-header__title{font-size:2.25rem}}.page-header__subtitle{color:#64748b;font-size:.875rem}.page-header__actions{display:flex;gap:.5rem}.sort-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#fff;border:1px solid #e2e8f0;font-size:.875rem;font-weight:500;color:#0e0e1b;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.sort-button:hover{border-color:#242aeb}.sort-button .material-symbols-outlined{font-size:20px}.view-toggle{display:flex;background-color:#f1f5f9;border-radius:.5rem;padding:.25rem;border:1px solid #e2e8f0}.view-toggle__btn{padding:.375rem;border-radius:.25rem;background:transparent;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.view-toggle__btn:hover{color:#0e0e1b}.view-toggle__btn.active{background-color:#fff;color:#242aeb;box-shadow:0 1px 2px #0000000d}.view-toggle__btn .material-symbols-outlined{font-size:20px}.content-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:1024px){.content-layout{flex-direction:row}}.mobile-filter-btn{display:block}@media(min-width:1024px){.mobile-filter-btn{display:none}}.filter-toggle-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#242aeb;color:#fff;padding:.625rem 1rem;border-radius:.5rem;font-weight:500;border:none;cursor:pointer;transition:background-color .2s}.filter-toggle-btn:hover{background-color:#1d22c4}.filters-sidebar{display:none;width:100%;flex-shrink:0;overflow:hidden}.filters-sidebar.show{display:block}@media(min-width:1024px){.filters-sidebar{display:block;width:240px;min-width:240px;max-width:240px}}.active-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.active-filter-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#242aeb1a;color:#242aeb;border-radius:.25rem;font-size:.75rem;font-weight:600}.remove-filter{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;color:#242aeb;margin-left:.25rem;transition:color .2s}.remove-filter:hover{color:#ef4444}.remove-filter .material-symbols-outlined{font-size:14px}.filter-group{padding-top:1rem;border-top:1px solid #e2e8f0;margin-bottom:1rem}.filter-group:first-of-type{border-top:none;padding-top:0}.filter-group__title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.75rem}.filter-group__options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.75rem;cursor:pointer}.filter-option:hover .filter-option__label{color:#242aeb}.filter-option input[type=checkbox]{width:1rem;height:1rem;border-radius:.25rem;border:1px solid #cbd5e1;accent-color:#242aeb;cursor:pointer}.filter-option__label{font-size:.875rem;color:#475569;transition:color .2s}.filter-option__count{font-size:.75rem;color:#94a3b8;margin-left:auto}.products-section{flex:1}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(3,1fr)}}.products-grid.list-view{grid-template-columns:1fr}.product-card{position:relative;display:flex;flex-direction:column;background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden;transition:all .3s}.product-card:hover{box-shadow:0 10px 25px -5px #0000001a;border-color:#242aeb4d}.product-card__badge{position:absolute;top:.5rem;left:.5rem;z-index:10;padding:.125rem .5rem;border-radius:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase}.badge--green{background-color:#22c55e;color:#fff}.badge--orange{background-color:#f97316;color:#fff}.badge--gray{background-color:#e2e8f0;color:#475569}.product-card__image{position:relative;width:100%;aspect-ratio:1;background-color:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow:hidden}.product-card__image img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image.no-image,.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;color:#94a3b8;gap:.5rem;background:linear-gradient(135deg,#f8fafc,#eef2ff)}.image-placeholder .material-symbols-outlined{font-size:48px;color:#c7d2fe}.image-placeholder span:last-child{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#a5b4c8}.quick-view-btn{position:absolute;bottom:1rem;left:50%;transform:translate(-50%) translateY(100%);opacity:0;background-color:#fff;color:#0e0e1b;font-size:.75rem;font-weight:700;padding:.5rem 1rem;border-radius:.25rem;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000001a;cursor:pointer;transition:all .3s}.product-card:hover .quick-view-btn{transform:translate(-50%) translateY(0);opacity:1}.quick-view-btn:hover{background-color:#242aeb;color:#fff;border-color:#242aeb}.product-card__content{padding:.75rem;display:flex;flex-direction:column;flex:1}.product-card__brand{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:.25rem}.product-card__name{font-size:.875rem;font-weight:700;color:#0e0e1b;line-height:1.3;margin-bottom:.5rem;transition:color .2s}.product-card:hover .product-card__name{color:#242aeb}.product-card__specs{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.75rem}.spec-tag{background-color:#f1f5f9;padding:.125rem .375rem;border-radius:.25rem;border:1px solid #e2e8f0;font-size:.75rem;color:#64748b}.sku{font-size:.75rem;color:#94a3b8}.product-card__footer{margin-top:auto;padding-top:.75rem;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.price-info{display:flex;flex-direction:column;flex:1;min-width:0}.product-card .product-price{font-size:1rem;font-weight:700;color:#dc2626;white-space:nowrap}.volume-note{font-size:.625rem;color:#94a3b8}.cart-btn{width:36px;height:36px;min-width:36px;max-width:36px;flex-shrink:0;border-radius:8px;background-color:#242aeb;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #242aeb33}.cart-btn:hover{background-color:#1d22c4;transform:scale(1.05)}.cart-btn:active{transform:scale(.95)}.cart-btn .material-symbols-outlined{font-size:18px}.pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:3rem}.pagination__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid #e2e8f0;background-color:#fff;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.pagination__btn:hover{border-color:#242aeb;color:#242aeb}.pagination__btn.active{background-color:#242aeb;color:#fff;border-color:#242aeb;box-shadow:0 4px 12px #242aeb4d}.pagination__btn .material-symbols-outlined{font-size:16px}.pagination__dots{color:#94a3b8;padding:0 .25rem}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__btn:disabled:hover{border-color:#e2e8f0;color:#475569}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-wrapper .search-icon{position:absolute;left:.75rem;color:#94a3b8;font-size:20px;pointer-events:none}.search-input{width:100%;padding:.625rem 2.5rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#0e0e1b;background-color:#fff;transition:all .2s}.search-input:focus{outline:none;border-color:#242aeb;box-shadow:0 0 0 3px #242aeb1a}.search-input::-moz-placeholder{color:#94a3b8}.search-input::placeholder{color:#94a3b8}.search-clear{position:absolute;right:.5rem;background:none;border:none;padding:.25rem;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.search-clear:hover{color:#ef4444;background-color:#fef2f2}.search-clear .material-symbols-outlined{font-size:18px}.price-filter{display:flex;flex-direction:column;gap:.75rem;width:100%}.price-inputs{display:flex;align-items:center;gap:.25rem;width:100%}.price-input{width:80px;min-width:70px;max-width:90px;padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.75rem;color:#0e0e1b;background-color:#fff;transition:all .2s;box-sizing:border-box}.price-input:focus{outline:none;border-color:#242aeb;box-shadow:0 0 0 3px #242aeb1a}.price-input::-moz-placeholder{color:#94a3b8}.price-input::placeholder{color:#94a3b8}.price-input::-webkit-outer-spin-button,.price-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.price-input[type=number]{-moz-appearance:textfield}.price-separator{color:#94a3b8;font-weight:500}.price-apply-btn{width:100%;padding:.5rem 1rem;background-color:#242aeb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.price-apply-btn:hover{background-color:#1d22c4}.clear-all-filters{padding:.25rem .5rem;background:none;border:1px solid #e2e8f0;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.clear-all-filters:hover{border-color:#ef4444;color:#ef4444;background-color:#fef2f2}.filter-loading{font-size:.875rem;color:#94a3b8;padding:.5rem 0}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#242aeb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.products-loading p{color:#64748b;font-size:.875rem}.products-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background-color:#fef2f2;border-radius:.5rem;border:1px solid #fecaca}.products-error .material-symbols-outlined{font-size:48px;color:#ef4444;margin-bottom:1rem}.products-error p{color:#dc2626;font-size:.875rem;margin-bottom:1rem}.retry-btn{padding:.5rem 1.5rem;background-color:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-btn:hover{background-color:#dc2626}.products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background-color:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.products-empty .material-symbols-outlined{font-size:64px;color:#94a3b8;margin-bottom:1rem}.products-empty h3{font-size:1.125rem;font-weight:600;color:#0e0e1b;margin-bottom:.5rem}.products-empty p{color:#64748b;font-size:.875rem;margin-bottom:1rem}.clear-filters-btn{padding:.5rem 1.5rem;background-color:#242aeb;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.clear-filters-btn:hover{background-color:#1d22c4}.stock-qty{font-size:.75rem;color:#22c55e;font-weight:500}.cart-btn.disabled{background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none;pointer-events:none}.cart-btn.disabled:hover{background-color:#e2e8f0;transform:none}@media(min-width:1400px){.products-grid{grid-template-columns:repeat(4,1fr)}}.products-grid.list-view .product-card{flex-direction:row}.products-grid.list-view .product-card__image{width:200px;min-width:200px;aspect-ratio:1}.products-grid.list-view .product-card__content{padding:1rem}.products-grid.list-view .product-card__name{font-size:1rem}.products-grid.list-view .product-price{font-size:1.125rem}@media(max-width:639px){.products-grid.list-view .product-card{flex-direction:column}.products-grid.list-view .product-card__image{width:100%}}.product-card--skeleton{pointer-events:none;cursor:default}.product-card--skeleton:hover{box-shadow:none;border-color:#e2e8f0}.image-gallery{display:flex;flex-direction:column;gap:1rem}.main-image-container{position:relative;width:100%;aspect-ratio:1;background:#f8f9fa;border-radius:12px;overflow:hidden}.main-image-wrapper{width:100%;height:100%;cursor:zoom-in;display:flex;align-items:center;justify-content:center}.main-image-wrapper.zoomed{cursor:zoom-out}.main-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#6c757d;font-size:1rem}.nav-button{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;background:#ffffffe6;border-radius:50%;font-size:1.25rem;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.nav-button:hover{background:#fff;box-shadow:0 4px 12px #00000026}.nav-button.prev{left:12px}.nav-button.next{right:12px}.image-counter{position:absolute;bottom:12px;right:12px;background:#0009;color:#fff;padding:4px 12px;border-radius:20px;font-size:.875rem}.thumbnails-container{display:flex;gap:.5rem;overflow-x:auto;padding:4px}.thumbnail{flex-shrink:0;width:72px;height:72px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:#f8f9fa;padding:0;transition:all .2s ease}.thumbnail:hover{border-color:#dee2e6}.thumbnail.active{border-color:#0d6efd}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.close-zoom{position:absolute;top:20px;right:20px;width:44px;height:44px;border:none;background:#ffffff1a;color:#fff;font-size:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.close-zoom:hover{background:#fff3}.zoomed-image{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain}@media(max-width:768px){.nav-button{width:36px;height:36px;font-size:1rem}.thumbnail{width:60px;height:60px}}.product-info{display:flex;flex-direction:column;gap:1rem}.product-type-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;width:-moz-fit-content;width:fit-content}.product-type-badge[data-type=module]{background:#e3f2fd;color:#1565c0}.product-type-badge[data-type=kit]{background:#f3e5f5;color:#7b1fa2}.product-type-badge[data-type=component]{background:#e8f5e9;color:#2e7d32}.product-name{font-size:1.75rem;font-weight:700;color:#1a1a2e;line-height:1.3;margin:0}.rating-section{display:flex;align-items:center;gap:.5rem}.stars{display:flex;gap:2px}.star{font-size:1.125rem;color:#dee2e6}.star.filled{color:#ffc107}.rating-value{font-weight:600;color:#1a1a2e}.review-count{color:#6c757d;font-size:.875rem}.price-section{padding:.5rem 0}.price{font-size:2rem;font-weight:700;color:#dc3545}.stock-status{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-weight:500}.stock-status.in-stock{background:#d4edda;color:#155724}.stock-status.out-of-stock{background:#f8d7da;color:#721c24}.status-icon{font-size:1rem}.product-details{display:flex;flex-direction:column;gap:.5rem;padding:1rem 0;border-top:1px solid #e9ecef;border-bottom:1px solid #e9ecef}.detail-row{display:flex;gap:.5rem}.detail-label{color:#6c757d;font-size:.875rem;min-width:60px}.detail-value{color:#1a1a2e;font-weight:500}.categories-section{display:flex;flex-direction:column;gap:.5rem}.categories-label{color:#6c757d;font-size:.875rem}.category-tags{display:flex;flex-wrap:wrap;gap:.5rem}.category-tag{background:#f8f9fa;color:#495057;padding:4px 12px;border-radius:20px;font-size:.875rem;border:1px solid #e9ecef}.description-section{padding-top:1rem}.description-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.description-text{color:#495057;line-height:1.6;margin:0;white-space:pre-wrap}@media(max-width:768px){.product-name{font-size:1.5rem}.price{font-size:1.75rem}}.quantity-selector{display:inline-flex;align-items:center;border:1px solid #dee2e6;border-radius:8px;overflow:hidden}.quantity-selector.disabled{opacity:.6;pointer-events:none}.quantity-btn{width:40px;height:40px;border:none;background:#f8f9fa;color:#495057;font-size:1.25rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#e9ecef}.quantity-btn:active:not(:disabled){background:#dee2e6}.quantity-btn:disabled{color:#adb5bd;cursor:not-allowed}.quantity-btn.decrement{border-right:1px solid #dee2e6}.quantity-btn.increment{border-left:1px solid #dee2e6}.quantity-input{width:60px;height:40px;border:none;text-align:center;font-size:1rem;font-weight:500;color:#1a1a2e;background:#fff;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input:focus{outline:none;background:#f8f9fa}@media(max-width:480px){.quantity-btn{width:36px;height:36px}.quantity-input{width:50px;height:36px}}.add-to-cart-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:12px}.quantity-row{display:flex;align-items:center;gap:1rem}.quantity-label{color:#495057;font-weight:500}.add-to-cart-btn{width:100%;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#0d6efd;color:#fff}.add-to-cart-btn:hover:not(:disabled){background:#0b5ed7;transform:translateY(-1px)}.add-to-cart-btn:active:not(:disabled){transform:translateY(0)}.add-to-cart-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.7}.add-to-cart-btn.login-required{background:#495057}.add-to-cart-btn.login-required:hover:not(:disabled){background:#343a40}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.cart-message{padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:center}.cart-message.success{background:#d4edda;color:#155724}.cart-message.error{background:#f8d7da;color:#721c24}@media(max-width:480px){.add-to-cart-section{padding:1rem}.quantity-row{flex-direction:column;align-items:flex-start}}.review-summary{display:flex;gap:2rem;padding:1.5rem;background:#f8f9fa;border-radius:12px}.overall-rating{display:flex;flex-direction:column;align-items:center;padding:1rem;min-width:120px}.rating-number{font-size:3rem;font-weight:700;color:#1a1a2e;line-height:1}.rating-stars{display:flex;gap:2px;margin:.5rem 0}.rating-stars .star{font-size:1.25rem;color:#dee2e6}.rating-stars .star.filled{color:#ffc107}.total-reviews{color:#6c757d;font-size:.875rem}.rating-distribution{flex:1;display:flex;flex-direction:column;gap:.5rem}.distribution-row{display:flex;align-items:center;gap:.75rem}.rating-label{min-width:40px;font-size:.875rem;color:#495057}.progress-bar{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#ffc107;border-radius:4px;transition:width .3s ease}.rating-count{min-width:30px;text-align:right;font-size:.875rem;color:#6c757d}@media(max-width:576px){.review-summary{flex-direction:column;gap:1rem}.overall-rating{flex-direction:row;justify-content:center;gap:1rem;min-width:auto}.rating-number{font-size:2.5rem}}.review-list{display:flex;flex-direction:column;gap:1rem}.review-list-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#6c757d}.review-list-loading .loading-spinner{width:32px;height:32px;border:3px solid #e9ecef;border-top-color:#0d6efd;border-radius:50%;animation:spin .8s linear infinite}.review-list-empty{text-align:center;padding:2rem;color:#6c757d;background:#f8f9fa;border-radius:8px}.reviews-container{display:flex;flex-direction:column;gap:1rem}.review-item{padding:1.25rem;background:#fff;border:1px solid #e9ecef;border-radius:12px}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.reviewer-info{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:40px;height:40px;border-radius:50%;background:#0d6efd;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.reviewer-details{display:flex;flex-direction:column}.reviewer-name{font-weight:600;color:#1a1a2e}.review-date{font-size:.75rem;color:#6c757d}.review-rating{display:flex;gap:2px}.review-rating .star{font-size:1rem;color:#dee2e6}.review-rating .star.filled{color:#ffc107}.review-content{color:#495057;line-height:1.6}.review-content p{margin:0}.review-edited{font-size:.75rem;color:#6c757d;font-style:italic;margin-top:.5rem}.review-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #e9ecef}.pagination-btn{padding:.5rem 1rem;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#495057;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f8f9fa;border-color:#adb5bd}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{color:#6c757d;font-size:.875rem}@media(max-width:576px){.review-header{flex-direction:column;gap:.5rem}.review-rating{margin-left:calc(40px + .75rem)}}.review-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem;background:#f8f9fa;border-radius:12px}.form-title{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0}.rating-input{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.rating-label{color:#495057;font-weight:500}.stars-input{display:flex;gap:4px}.star-btn{background:none;border:none;font-size:1.75rem;color:#dee2e6;cursor:pointer;padding:0;transition:all .15s ease}.star-btn:hover:not(:disabled),.star-btn.filled{color:#ffc107;transform:scale(1.1)}.star-btn:disabled{cursor:not-allowed}.rating-text{font-size:.875rem;color:#6c757d;font-style:italic}.comment-input{display:flex;flex-direction:column;gap:.5rem}.comment-label{color:#495057;font-weight:500}.comment-textarea{padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .2s ease}.comment-textarea:focus{outline:none;border-color:#0d6efd}.comment-textarea:disabled{background:#e9ecef;cursor:not-allowed}.char-count{font-size:.75rem;color:#6c757d;text-align:right}.form-error{padding:.75rem 1rem;background:#f8d7da;color:#721c24;border-radius:8px;font-size:.875rem}.form-success{padding:.75rem 1rem;background:#d4edda;color:#155724;border-radius:8px;font-size:.875rem}.submit-btn{padding:.875rem 1.5rem;background:#0d6efd;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s ease}.submit-btn:hover:not(:disabled){background:#0b5ed7}.submit-btn:disabled{background:#6c757d;cursor:not-allowed}.loading-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.review-form-login{text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.review-form-login p{color:#6c757d;margin:0 0 1rem}.login-btn{padding:.75rem 2rem;background:#495057;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.login-btn:hover{background:#343a40}.bundle-components{display:flex;flex-direction:column;gap:1.25rem}.bundle-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#6c757d}.bundle-loading .loading-spinner{width:32px;height:32px;border:3px solid #e9ecef;border-top-color:#0d6efd;border-radius:50%;animation:spin .8s linear infinite}.bundle-header{display:flex;justify-content:space-between;align-items:center}.bundle-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0}.bundle-count{background:#e9ecef;color:#495057;padding:4px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.components-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.component-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;overflow:hidden;transition:all .2s ease}.component-card[role=button]{cursor:pointer}.component-card[role=button]:hover{border-color:#0d6efd;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.component-image{width:100%;aspect-ratio:1;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.component-image img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.component-image .no-image{color:#adb5bd;font-size:.875rem}.component-info{padding:1rem}.component-type{display:inline-block;padding:2px 8px;border-radius:12px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.component-type[data-type=module]{background:#e3f2fd;color:#1565c0}.component-type[data-type=kit]{background:#f3e5f5;color:#7b1fa2}.component-type[data-type=component]{background:#e8f5e9;color:#2e7d32}.component-name{font-size:.875rem;font-weight:600;color:#1a1a2e;margin:.5rem 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.component-details{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.component-qty{color:#6c757d}.component-price{color:#dc3545;font-weight:600}.bundle-total{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:8px}.total-label{color:#6c757d;font-size:.875rem}.total-value{font-size:1.125rem;font-weight:700;color:#1a1a2e}@media(max-width:576px){.components-grid{grid-template-columns:repeat(2,1fr)}.bundle-total{flex-direction:column;gap:.5rem;text-align:center}}.product-detail-page{min-height:100vh;background:#f8f9fa;padding:2rem 0}.product-detail-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem}.breadcrumb a{color:#6c757d;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#0d6efd}.breadcrumb span{color:#adb5bd}.breadcrumb .current{color:#1a1a2e;font-weight:500}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #e9ecef;border-top-color:#0d6efd;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.error-container h2{color:#1a1a2e;margin-bottom:.5rem}.error-container p{color:#6c757d;margin-bottom:1.5rem}.back-btn{padding:.75rem 2rem;background:#0d6efd;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.back-btn:hover{background:#0b5ed7}.product-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-images{position:sticky;top:2rem;height:-moz-fit-content;height:fit-content}.product-details{display:flex;flex-direction:column;gap:1.5rem}.warranty-info{display:flex;align-items:center;gap:1rem;padding:1rem;background:#e8f5e9;border-radius:8px}.warranty-icon{font-size:1.5rem}.warranty-content{display:flex;flex-direction:column}.warranty-title{font-weight:600;color:#2e7d32}.warranty-duration{font-size:.875rem;color:#4caf50}.tabs-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000d}.tabs-header{display:flex;border-bottom:1px solid #e9ecef;overflow-x:auto}.tab-btn{padding:1rem 2rem;background:none;border:none;font-size:1rem;font-weight:500;color:#6c757d;cursor:pointer;position:relative;white-space:nowrap;transition:color .2s ease}.tab-btn:hover{color:#1a1a2e}.tab-btn.active{color:#0d6efd}.tab-btn.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#0d6efd}.tabs-content{padding:2rem}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.description-panel .description-content{color:#495057;line-height:1.8;white-space:pre-wrap}.description-panel .no-description{color:#6c757d;text-align:center;padding:2rem}.reviews-panel{display:flex;flex-direction:column;gap:2rem}.review-form-section{max-width:600px}.reviews-list-section{border-top:1px solid #e9ecef;padding-top:2rem}.section-title{font-size:1.125rem;font-weight:600;color:#1a1a2e;margin:0 0 1rem}.bundle-panel{padding:1rem 0}@media(max-width:992px){.product-grid{grid-template-columns:1fr;gap:2rem}.product-images{position:static}}@media(max-width:768px){.product-detail-page{padding:1rem 0}.product-section{padding:1rem;border-radius:0}.tabs-section{border-radius:0}.tab-btn{padding:.75rem 1rem;font-size:.875rem}.tabs-content{padding:1rem}}@media(max-width:576px){.breadcrumb{font-size:.75rem}}.trust-badges{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1.25rem;border-top:1px solid #e9ecef}.trust-badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6c757d}.trust-badge .material-symbols-outlined{font-size:18px;color:#4361ee}.cart-item{display:grid;grid-template-columns:100px 1fr 140px 120px 50px;gap:1rem;align-items:center;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;position:relative;transition:all .3s ease}.cart-item:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000d}.cart-item.removing{opacity:.5;pointer-events:none}.cart-item__image{width:100px;height:100px;border-radius:8px;overflow:hidden;background:#f9fafb}.cart-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-item__no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.cart-item__no-image .material-symbols-outlined{font-size:32px}.cart-item__info{display:flex;flex-direction:column;gap:.25rem;min-width:0}.cart-item__name{font-size:1rem;font-weight:600;color:#0e121b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item__sku{font-size:.75rem;color:#6b7280;margin:0}.cart-item__price{font-size:.875rem;font-weight:600;color:#2463eb;margin:0}.cart-item__out-of-stock{display:inline-block;padding:.25rem .5rem;background:#fef2f2;color:#dc2626;font-size:.75rem;font-weight:500;border-radius:4px;margin-top:.25rem;width:-moz-fit-content;width:fit-content}.cart-item__low-stock{display:inline-block;padding:.25rem .5rem;background:#fffbeb;color:#d97706;font-size:.75rem;font-weight:500;border-radius:4px;margin-top:.25rem;width:-moz-fit-content;width:fit-content}.cart-item__quantity{display:flex;align-items:center;gap:.5rem;justify-content:center}.quantity-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;color:#374151;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-btn .material-symbols-outlined{font-size:18px}.quantity-value{min-width:40px;text-align:center;font-weight:600;font-size:1rem;color:#0e121b}.cart-item__total{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.total-label{font-size:.75rem;color:#6b7280}.total-value{font-size:1.125rem;font-weight:700;color:#0e121b}.cart-item__remove{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#9ca3af;transition:all .2s ease}.cart-item__remove:hover:not(:disabled){background:#fef2f2;color:#dc2626}.cart-item__remove:disabled{opacity:.5;cursor:not-allowed}.cart-item__remove .material-symbols-outlined{font-size:20px}.cart-item__loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;border-radius:12px}.loading-spinner-small{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto auto;gap:.75rem}.cart-item__image{width:80px;height:80px;grid-row:1 / 3}.cart-item__info{grid-column:2}.cart-item__quantity{grid-column:2;justify-content:flex-start}.cart-item__total{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #e5e7eb}.cart-item__remove{position:absolute;top:.5rem;right:.5rem}}.cart-item-list{display:flex;flex-direction:column;gap:1rem}.cart-item-list__header{display:grid;grid-template-columns:100px 1fr 140px 120px 50px;gap:1rem;padding:0 1.5rem 1rem;border-bottom:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.header-product{grid-column:1 / 3}.header-quantity{text-align:center}.header-total{text-align:right}.header-action{width:50px}.cart-item-list__items{display:flex;flex-direction:column;gap:1rem}.cart-item-list--loading{opacity:.7}.cart-item-skeleton{display:flex;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:6px}.skeleton-image{width:100px;height:100px;flex-shrink:0}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.skeleton-title{height:20px;width:60%}.skeleton-text{height:14px;width:40%}.skeleton-price{height:18px;width:100px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.cart-item-list__header{display:none}}.cart-summary{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:1.5rem;position:sticky;top:100px}.cart-summary__title{font-size:1.125rem;font-weight:700;color:#0e121b;margin:0 0 1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.cart-summary__body{display:flex;flex-direction:column;gap:.75rem}.summary-row{display:flex;justify-content:space-between;align-items:center}.summary-label{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem}.summary-label .material-symbols-outlined{font-size:16px}.summary-value{font-size:.875rem;font-weight:600;color:#0e121b}.summary-row--discount .summary-label,.summary-row--discount .summary-value{color:#16a34a}.coupon-code{font-size:.75rem;color:#16a34a;background:#dcfce7;padding:.125rem .375rem;border-radius:4px;margin-left:.25rem}.summary-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.summary-row--total .summary-label{font-size:1rem;font-weight:700;color:#0e121b}.summary-row--total .summary-value{font-size:1.25rem;font-weight:700;color:#2463eb}.cart-summary__checkout{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;margin-top:1.5rem;background:linear-gradient(135deg,#2463eb,#1d4ed8);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cart-summary__checkout:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #2463eb4d}.cart-summary__checkout:disabled{opacity:.6;cursor:not-allowed;transform:none}.cart-summary__checkout .material-symbols-outlined{font-size:20px}.cart-summary__secure{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:1rem;font-size:.75rem;color:#6b7280}.cart-summary__secure .material-symbols-outlined{font-size:14px;color:#16a34a}.loading-spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.coupon-input{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.coupon-input__toggle{display:flex;align-items:center;gap:.5rem;width:100%;padding:1rem;background:#f9fafb;border:none;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;transition:all .2s ease}.coupon-input__toggle:hover{background:#f3f4f6}.coupon-input__toggle .material-symbols-outlined{font-size:18px;color:#6b7280}.coupon-input__toggle .expand-icon{margin-left:auto}.coupon-input__form{padding:1rem;border-top:1px solid #e5e7eb;background:#fff}.coupon-input__field{display:flex;gap:.5rem}.coupon-input__field input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.coupon-input__field input:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.coupon-input__field input.has-error{border-color:#dc2626}.coupon-input__field input::-moz-placeholder{text-transform:none;letter-spacing:normal;color:#9ca3af}.coupon-input__field input::placeholder{text-transform:none;letter-spacing:normal;color:#9ca3af}.apply-btn{padding:.75rem 1.25rem;background:#0e121b;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px;display:flex;align-items:center;justify-content:center}.apply-btn:hover:not(:disabled){background:#1f2937}.apply-btn:disabled{opacity:.5;cursor:not-allowed}.coupon-input__error{margin:.5rem 0 0;font-size:.75rem;color:#dc2626}.coupon-applied{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#dcfce7;border:1px solid #86efac;border-radius:10px}.coupon-applied__info{display:flex;align-items:center;gap:.75rem}.coupon-applied__info .material-symbols-outlined{font-size:24px;color:#16a34a}.coupon-applied__details{display:flex;flex-direction:column;gap:.125rem}.coupon-applied__details .coupon-code{font-size:.875rem;font-weight:700;color:#166534;letter-spacing:.05em}.coupon-applied__details .coupon-discount{font-size:.75rem;color:#16a34a}.coupon-applied__remove{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#166534;transition:all .2s ease}.coupon-applied__remove:hover:not(:disabled){background:#1665341a}.coupon-applied__remove .material-symbols-outlined{font-size:18px}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.empty-cart__icon{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;margin-bottom:1.5rem}.empty-cart__icon .material-symbols-outlined{font-size:60px;color:#9ca3af}.empty-cart__title{font-size:1.5rem;font-weight:700;color:#0e121b;margin:0 0 .5rem}.empty-cart__message{font-size:1rem;color:#6b7280;margin:0 0 2rem;max-width:320px}.empty-cart__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#2463eb,#1d4ed8);color:#fff;text-decoration:none;border-radius:10px;font-size:1rem;font-weight:600;transition:all .3s ease}.empty-cart__cta:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #2463eb4d}.empty-cart__cta .material-symbols-outlined{font-size:20px}.cart-page{min-height:calc(100vh - 200px);background:#f9fafb;padding:2rem 0 4rem}.cart-page .container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.cart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem;text-align:center}.cart-loading .loading-spinner{width:50px;height:50px;border:3px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}.cart-loading p{font-size:1rem;color:#6b7280}.cart-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:16px;border:1px solid #e5e7eb}.cart-error .material-symbols-outlined{font-size:60px;color:#dc2626;margin-bottom:1rem}.cart-error h2{font-size:1.5rem;font-weight:700;color:#0e121b;margin:0 0 .5rem}.cart-error p{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}.retry-btn{padding:.75rem 1.5rem;background:#2463eb;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.retry-btn:hover{background:#1d4ed8}.cart-header{margin-bottom:2rem}.cart-title{font-size:2rem;font-weight:700;color:#0e121b;margin:0 0 .5rem}.cart-subtitle{font-size:1rem;color:#6b7280;margin:0}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.cart-items-section{display:flex;flex-direction:column;gap:1rem}.cart-items-header{display:flex;justify-content:space-between;align-items:center}.cart-items-header h2{font-size:1.125rem;font-weight:600;color:#0e121b;margin:0}.clear-cart-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:transparent;color:#dc2626;border:1px solid #fca5a5;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-cart-btn:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.clear-cart-btn:disabled{opacity:.6;cursor:not-allowed}.clear-cart-btn .material-symbols-outlined{font-size:18px}.cart-summary-section{display:flex;flex-direction:column;gap:1rem}.loading-spinner-small{width:16px;height:16px;border:2px solid rgba(220,38,38,.3);border-top-color:#dc2626;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-summary-section{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem 1.5rem;box-shadow:0 -4px 20px #0000001a;border-top:1px solid #e5e7eb;z-index:50}.cart-page{padding-bottom:200px}}@media(max-width:768px){.cart-header{margin-bottom:1.5rem}.cart-title{font-size:1.5rem}.cart-items-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.checkout-page-wrapper{min-height:100vh;background:#f8f9fc;padding:2rem 1.5rem 4rem;max-width:1280px;margin:0 auto}.checkout-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.85rem}.checkout-breadcrumb-link{color:#94a3b8;text-decoration:none;transition:color .2s}.checkout-breadcrumb-link:hover{color:#256af4}.checkout-breadcrumb-sep{color:#cbd5e1;font-size:.7rem}.checkout-breadcrumb-current{color:#1e293b;font-weight:600}.checkout-title{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin-bottom:.5rem}.checkout-subtitle{color:#64748b;font-size:.95rem;margin-bottom:2rem}.checkout-content{display:grid;grid-template-columns:1fr 400px;gap:2.5rem;align-items:start}.checkout-left{display:flex;flex-direction:column;gap:1.5rem}.checkout-right{position:relative}.checkout-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000005;transition:box-shadow .3s ease}.checkout-card:hover{box-shadow:0 4px 12px #0000000f,0 8px 24px #0000000a}.checkout-sticky{position:sticky;top:6rem;box-shadow:0 4px 16px #256af40f,0 8px 32px #0000000a;border:1px solid #e2e8f0}.checkout-section-badge{width:2rem;height:2rem;border-radius:50%;background:#256af4;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.checkout-section-title{font-size:1.15rem;font-weight:700;color:#0f172a}.checkout-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.checkout-label{display:block;font-size:.8rem;font-weight:600;color:#475569;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.checkout-label .required{color:#ef4444;margin-left:2px}.checkout-input{width:100%;padding:.7rem .9rem;border:1.5px solid #e2e8f0;border-radius:.6rem;font-size:.9rem;color:#1e293b;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.checkout-input::-moz-placeholder{color:#94a3b8}.checkout-input::placeholder{color:#94a3b8}.checkout-input:hover{border-color:#cbd5e1}.checkout-input:focus{border-color:#256af4;box-shadow:0 0 0 3px #256af41f}.checkout-input--error{border-color:#f87171;background:#fef2f2}.checkout-input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}.checkout-textarea{resize:vertical;min-height:80px}.checkout-error-text{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#ef4444;margin-top:.3rem;font-weight:500}.payment-option{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:.85rem;cursor:pointer;transition:all .25s ease;background:#fff}.payment-option:hover{border-color:#93c5fd;background:#f8faff}.payment-option--selected{border-color:#256af4;background:#eff6ff;box-shadow:0 0 0 1px #256af4}.payment-option__left{display:flex;align-items:center;gap:1rem}.payment-option__icon{width:2.5rem;height:2.5rem;border-radius:.6rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-option__icon--selected{background:#256af41f;color:#256af4}.payment-option__icon--default{background:#f1f5f9;color:#64748b}.payment-option__name{font-weight:600;font-size:.9rem;color:#1e293b}.payment-option__desc{font-size:.78rem;color:#64748b;margin-top:2px}.payment-radio{width:1.25rem;height:1.25rem;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.payment-radio--selected{border-color:#256af4;background:#256af4}.payment-radio__dot{width:.4rem;height:.4rem;border-radius:50%;background:#fff}.payment-badge{padding:.15rem .55rem;font-size:.68rem;font-weight:600;background:#dbeafe;color:#2563eb;border-radius:9999px;white-space:nowrap}.order-summary-title{font-size:1.15rem;font-weight:700;color:#0f172a;padding-bottom:1rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:.5rem}.order-item{display:flex;gap:.75rem;padding:.5rem 0}.order-item__name{font-size:.85rem;font-weight:600;color:#1e293b;line-height:1.3}.order-item__meta{font-size:.75rem;color:#94a3b8;margin-top:2px}.order-item__price{font-size:.9rem;font-weight:700;color:#256af4;white-space:nowrap}.order-summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.order-summary-row__label{color:#64748b}.order-summary-row__value{font-weight:600;color:#1e293b}.order-summary-row__value--green{color:#059669;font-weight:600}.order-total-row{display:flex;justify-content:space-between;align-items:baseline;padding-top:.75rem;border-top:1px solid #e2e8f0}.order-total-label{font-size:1rem;font-weight:700;color:#0f172a}.order-total-value{font-size:1.6rem;font-weight:800;color:#256af4;letter-spacing:-.02em}.checkout-submit-btn{width:100%;padding:1rem;border-radius:.85rem;border:none;font-weight:800;font-size:.95rem;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.checkout-submit-btn--active{background:#256af4;color:#fff;box-shadow:0 4px 16px #256af459}.checkout-submit-btn--active:hover{background:#1d5bd6;box-shadow:0 6px 20px #256af473;transform:translateY(-1px)}.checkout-submit-btn--active:active{transform:translateY(0)}.checkout-submit-btn--disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;box-shadow:none}.checkout-security-note{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.72rem;color:#94a3b8;font-weight:500}.coupon-strip{display:flex;align-items:center;gap:.5rem;padding:.6rem .8rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.6rem}.coupon-strip__icon{color:#16a34a;flex-shrink:0}.coupon-strip__text{font-size:.82rem;color:#15803d;font-weight:500}.coupon-strip__amount{margin-left:auto;font-weight:700;font-size:.82rem;color:#16a34a}.stock-error-box{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.6rem}.stock-error-title{font-size:.82rem;font-weight:600;color:#b91c1c;margin-bottom:.25rem}.stock-error-item{font-size:.75rem;color:#dc2626}.checkout-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1.5rem}.checkout-loading-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#256af4;border-radius:50%;animation:checkout-spin .7s linear infinite}@keyframes checkout-spin{to{transform:rotate(360deg)}}.checkout-loading-text{color:#64748b;font-size:.95rem;font-weight:500}.checkout-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;text-align:center}.checkout-error-icon{width:72px;height:72px;border-radius:50%;background:#fef2f2;display:flex;align-items:center;justify-content:center}.checkout-error-title{font-size:1.2rem;font-weight:700;color:#1e293b}.checkout-error-message{color:#64748b;font-size:.9rem;max-width:380px}.checkout-error-link{color:#256af4;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s;margin-top:.5rem}.checkout-error-link:hover{color:#1d5bd6}.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1024px){.checkout-content{grid-template-columns:1fr}.checkout-sticky{position:relative;top:0}}@media(max-width:640px){.checkout-page-wrapper{padding:1rem 1rem 3rem}.checkout-title{font-size:1.5rem}.checkout-card{padding:1.25rem;border-radius:.85rem}}.payment-page-wrapper{min-height:calc(100vh - 4rem);background:#f8f9fc;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.payment-result-card{max-width:560px;width:100%;background:#fff;border-radius:.75rem;padding:3rem;border:1px solid #e7e8f3;box-shadow:0 1px 3px #0000000a,0 4px 24px #0000000f}@media(max-width:640px){.payment-result-card{padding:2rem 1.5rem;margin:0 .5rem}}.payment-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.payment-icon-circle{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.payment-icon-circle svg{width:2rem;height:2rem}.payment-icon-circle--success{background:#242aeb;box-shadow:0 4px 16px #242aeb40}.payment-icon-circle--error{background:#ef4444;box-shadow:0 4px 16px #ef444440}.payment-icon-circle--cancel{background:#f59e0b;box-shadow:0 4px 16px #f59e0b40}.payment-heading{text-align:center;margin-bottom:2.5rem}.payment-heading h1{font-size:1.75rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 .75rem}.payment-heading p{font-size:.95rem;color:#64748b;line-height:1.6;margin:0}.payment-summary-box{background:#f8f9fc;border-radius:.5rem;padding:1.5rem;margin-bottom:2.5rem;border:1px solid #e7e8f3}.payment-summary-row{display:flex;align-items:center;justify-content:space-between;padding:.85rem 0}.payment-summary-row:not(:last-child){border-bottom:1px solid rgba(226,232,240,.6)}.payment-summary-row__label{font-size:.875rem;font-weight:500;color:#64748b}.payment-summary-row__value{font-size:.875rem;font-weight:600;color:#1e293b}.payment-summary-row__value--primary{color:#242aeb;font-weight:700;letter-spacing:.02em}.payment-summary-row__value--bold{font-weight:700;color:#0f172a}.payment-status-indicator{display:flex;align-items:center;gap:.5rem}.payment-status-dot{width:.6rem;height:.6rem;border-radius:50%}.payment-status-dot--orange{background:#f59e0b}.payment-status-dot--green{background:#22c55e}.payment-status-dot--red{background:#ef4444}.payment-actions{display:flex;flex-direction:column;gap:.75rem}.payment-btn-primary{width:100%;height:3rem;border:none;border-radius:.5rem;font-weight:700;font-size:.95rem;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.payment-btn-primary:hover{transform:translateY(-1px)}.payment-btn-primary:active{transform:translateY(0)}.payment-btn-primary--blue{background:#242aeb;box-shadow:0 4px 12px #242aeb33}.payment-btn-primary--blue:hover{background:#1d20c4;box-shadow:0 6px 16px #242aeb4d}.payment-btn-primary--red{background:#ef4444;box-shadow:0 4px 12px #ef444433}.payment-btn-primary--red:hover{background:#dc2626}.payment-btn-primary--amber{background:#f59e0b;box-shadow:0 4px 12px #f59e0b33}.payment-btn-primary--amber:hover{background:#d97706}.payment-btn-secondary{width:100%;height:3rem;border:none;border-radius:.5rem;font-weight:700;font-size:.95rem;color:#1e293b;background:transparent;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;text-decoration:none}.payment-btn-secondary:hover{background:#f1f5f9}.payment-btn-outline{width:100%;height:3rem;border:1px solid #e2e8f0;border-radius:.5rem;font-weight:500;font-size:.875rem;color:#64748b;background:transparent;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none}.payment-btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.payment-security-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e7e8f3;text-align:center}.payment-security-footer p{font-size:.68rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.35rem;margin:0}.payment-security-footer svg{width:.85rem;height:.85rem}.payment-bottom-gradient{width:100%;height:2px;background:linear-gradient(to right,transparent,rgba(36,42,235,.15),transparent)}.payment-error-box{background:#fef2f2;border-radius:.5rem;padding:1.25rem 1.5rem;margin-bottom:2.5rem;border:1px solid #fecaca}.payment-error-box__title{font-size:.875rem;font-weight:700;color:#991b1b;margin-bottom:.75rem}.payment-error-box__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.payment-error-box__item{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:#dc2626}.payment-error-box__dot{width:.35rem;height:.35rem;border-radius:50%;background:#ef4444;flex-shrink:0}.payment-warning-box{background:#fffbeb;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:2.5rem;display:flex;align-items:flex-start;gap:.75rem;border:1px solid #fde68a}.payment-warning-box svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.1rem;color:#d97706}.payment-warning-box p{font-size:.85rem;color:#92400e;line-height:1.5;margin:0}.payment-warning-box strong{font-weight:700}.payment-countdown-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.payment-countdown{position:relative;width:8rem;height:8rem}.payment-countdown svg{width:100%;height:100%;transform:rotate(-90deg)}.payment-countdown__track{fill:none;stroke:#e7e8f3;stroke-width:6}.payment-countdown__progress{fill:none;stroke:#242aeb;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.payment-countdown__text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.payment-countdown__time{font-size:1.5rem;font-weight:800;color:#0f172a;font-variant-numeric:tabular-nums}.payment-countdown__label{font-size:.7rem;color:#94a3b8;margin-top:.1rem}.payment-pulse-status{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem}.payment-pulse-dot{position:relative;width:.6rem;height:.6rem}.payment-pulse-dot__ping{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#242aeb;opacity:.5;animation:payment-ping 1.5s cubic-bezier(0,0,.2,1) infinite}.payment-pulse-dot__core{position:relative;width:.6rem;height:.6rem;border-radius:50%;background:#242aeb}.payment-pulse-status span:last-child{font-size:.85rem;font-weight:600;color:#242aeb}@keyframes payment-ping{0%{transform:scale(1);opacity:.5}75%,to{transform:scale(2.5);opacity:0}}.payment-qr-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.payment-qr-box{padding:1rem;background:#fff;border-radius:.75rem;border:2px dashed #e2e8f0}.payment-qr-box img{width:14rem;height:14rem;-o-object-fit:contain;object-fit:contain}.order-page-wrapper{flex:1;padding:2.5rem 1.5rem;max-width:1440px;margin:0 auto;width:100%;background:#f5f7f8}@media(min-width:640px){.order-page-wrapper{padding:2.5rem}}@media(min-width:1024px){.order-page-wrapper{padding:2.5rem 10rem}}.order-page-header{margin-bottom:2rem}.order-page-title{font-size:2.25rem;font-weight:900;color:#0f172a;letter-spacing:-.03em;margin:0 0 .5rem}.order-page-subtitle{font-size:1.1rem;color:#64748b;margin:0}.order-search-wrapper{position:relative;width:100%;max-width:48rem;margin-bottom:1.5rem}.order-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.order-search-input{display:block;width:100%;border:none;border-radius:.75rem;padding:1rem 1rem 1rem 3rem;font-size:.95rem;color:#0f172a;background:#fff;box-shadow:inset 0 0 0 1px #e2e8f0;outline:none;transition:box-shadow .2s}.order-search-input:focus{box-shadow:inset 0 0 0 2px #0d69f2}.order-search-input::-moz-placeholder{color:#94a3b8}.order-search-input::placeholder{color:#94a3b8}.order-filter-chips{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.order-chip{height:2.5rem;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#64748b;transition:all .2s}.order-chip:hover{border-color:#0d69f280;color:#0d69f2}.order-chip--active{background:#0d69f2;color:#fff;border-color:#0d69f2;box-shadow:0 4px 12px #0d69f240}.order-chip--active:hover{background:#0b5cd6;border-color:#0b5cd6;color:#fff}.order-cards-list{display:flex;flex-direction:column;gap:1.25rem}.order-card{background:#fff;border-radius:.75rem;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 1px 3px #0000000a;transition:box-shadow .25s ease}.order-card:hover{box-shadow:0 4px 16px #00000014}.order-card__body{padding:1.5rem}.order-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.order-card__order-number{font-size:1.2rem;font-weight:800;color:#0d69f2;text-decoration:none;margin:0}.order-card__order-number:hover{text-decoration:underline}.order-card__date{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:#94a3b8;margin-top:.25rem}.order-card__date .material-symbols-outlined{font-size:14px}.order-card__status{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.order-card__status-dot{width:.375rem;height:.375rem;border-radius:50%}.order-status--pending{background:#fef3cd;color:#b45309}.order-status--pending .order-card__status-dot{background:#f59e0b}.order-status--confirmed{background:#dbeafe;color:#1d4ed8}.order-status--confirmed .order-card__status-dot{background:#3b82f6}.order-status--shipped{background:#dbeafe;color:#1d4ed8}.order-status--shipped .order-card__status-dot{background:#3b82f6}.order-status--delivered{background:#d1fae5;color:#047857}.order-status--delivered .order-card__status-dot{background:#10b981}.order-status--cancelled{background:#fee2e2;color:#b91c1c}.order-status--cancelled .order-card__status-dot{background:#ef4444}.order-card__content{display:flex;gap:1.5rem;align-items:center}.order-card__thumbnail{width:6rem;height:6rem;border-radius:.5rem;background:#f8fafc;border:1px solid #f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;padding:.5rem}.order-card__thumbnail img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.order-card__thumbnail-placeholder{color:#cbd5e1}.order-card__info{flex:1;display:flex;flex-direction:column;justify-content:center}.order-card__items-text{font-size:.95rem;font-weight:500;color:#1e293b;margin:0 0 .25rem}.order-card__meta-text{font-size:.85rem;color:#94a3b8;margin:0}.order-card__footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:1rem}.order-card__total{display:flex;align-items:baseline;gap:.5rem}.order-card__total-label{font-size:.75rem;font-weight:400;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.order-card__total-value{font-size:1.2rem;font-weight:900;color:#0f172a}.order-card__actions{display:flex;gap:.75rem}.order-card__btn-secondary{padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;color:#475569;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s;text-decoration:none}.order-card__btn-secondary:hover{background:#e2e8f0}.order-card__btn-primary{padding:.5rem 1.5rem;font-size:.85rem;font-weight:700;color:#fff;background:#0d69f2;border:none;border-radius:.5rem;cursor:pointer;transition:background .2s;box-shadow:0 4px 12px #0d69f233;text-decoration:none}.order-card__btn-primary:hover{background:#0b5cd6}.order-load-more{display:flex;justify-content:center;margin-top:1.5rem}.order-load-more-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;border-radius:.5rem;border:1px solid #e2e8f0;background:transparent;color:#64748b;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .2s}.order-load-more-btn:hover{background:#f8fafc}.order-load-more-btn .material-symbols-outlined{font-size:20px}.order-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem}.order-page-btn{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.order-page-btn:hover:not(:disabled){border-color:#0d69f2;color:#0d69f2}.order-page-btn:disabled{opacity:.4;cursor:not-allowed}.order-page-num{width:36px;height:36px;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.order-page-num:hover{border-color:#0d69f2;color:#0d69f2}.order-page-num-active{background:#0d69f2;color:#fff;border-color:transparent;box-shadow:0 2px 8px #0d69f24d}.order-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;gap:1rem}.order-loading-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#0d69f2;border-radius:50%;animation:order-spin .8s linear infinite}@keyframes order-spin{to{transform:rotate(360deg)}}.order-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:40vh;text-align:center;padding:3rem 1rem}.order-empty-icon{width:100px;height:100px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:50%;margin-bottom:1.5rem}.order-empty-icon .material-symbols-outlined{font-size:48px;color:#9ca3af}.order-empty-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.order-empty-text{color:#64748b;font-size:.95rem;margin:0 0 1.5rem;max-width:320px}.order-empty-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#2463eb,#1d4ed8);color:#fff;text-decoration:none;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .3s ease}.order-empty-cta:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-2px);box-shadow:0 8px 20px #2463eb4d}.order-empty-cta .material-symbols-outlined{font-size:20px}.order-card--skeleton{pointer-events:none}.order-card--skeleton:hover{box-shadow:0 1px 3px #0000000a}.skeleton-box{background:linear-gradient(90deg,#e9ecef 25%,#f8f9fa,#e9ecef 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:6px}.order-detail-card{background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000000a}@media(max-width:768px){.order-page-title{font-size:1.75rem}.order-card__content,.order-card__footer{flex-direction:column;align-items:flex-start}.order-card__actions{width:100%}.order-card__btn-primary,.order-card__btn-secondary{flex:1;text-align:center}}.od-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b;margin-bottom:1.5rem}.od-breadcrumb a{color:#64748b;text-decoration:none;transition:color .2s}.od-breadcrumb a:hover{color:#2563eb}.od-breadcrumb .material-symbols-outlined{font-size:12px}.od-breadcrumb-current{color:#0f172a;font-weight:500}.od-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(min-width:768px){.od-header{flex-direction:row;align-items:center;justify-content:space-between}}.od-title{font-size:1.875rem;font-weight:700;color:#0f172a;letter-spacing:-.02em;margin:0}.od-date{color:#64748b;margin:.25rem 0 0;font-size:.9rem}.od-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.od-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;border-radius:9999px;font-size:.85rem;font-weight:600}.od-status-badge .od-status-dot{width:.5rem;height:.5rem;border-radius:50%}.od-btn-outline{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #e2e8f0;background:transparent;font-size:.85rem;font-weight:500;color:#334155;cursor:pointer;transition:all .2s}.od-btn-outline:hover{background:#f8fafc}.od-btn-outline .material-symbols-outlined{font-size:16px}.od-timeline-card{background:#fff;border-radius:.75rem;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;margin-bottom:2rem}.od-timeline{position:relative}.od-timeline-track{position:absolute;top:50%;left:0;width:100%;height:4px;background:#f1f5f9;transform:translateY(-50%);border-radius:9999px}.od-timeline-progress{position:absolute;top:50%;left:0;height:4px;background:#2563eb;transform:translateY(-50%);border-radius:9999px;transition:width .5s ease}.od-timeline-steps{position:relative;display:flex;justify-content:space-between}.od-timeline-step{display:flex;flex-direction:column;align-items:center}.od-timeline-circle{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 0 0 4px #fff}.od-timeline-circle .material-symbols-outlined{font-size:20px}.od-timeline-circle--active{background:#2563eb;color:#fff}.od-timeline-circle--current{background:#2563eb;color:#fff;box-shadow:0 0 0 4px #fff,0 4px 12px #2563eb40}.od-timeline-circle--pending{background:#f1f5f9;color:#94a3b8}.od-timeline-label{margin-top:.75rem;font-size:.85rem;font-weight:600}.od-timeline-label--active{color:#2563eb}.od-timeline-label--pending{color:#94a3b8;font-weight:500}.od-cancelled-banner{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;margin-bottom:2rem}.od-cancelled-banner-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#ef4444;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.od-cancelled-banner-text{font-weight:600;color:#b91c1c;font-size:.9rem}.od-cancelled-banner-date{font-size:.75rem;color:#ef4444}.od-cancel-reason{margin-top:.75rem;padding:.75rem;background:#fef2f2;border-radius:.5rem;font-size:.85rem;color:#b91c1c}.od-content-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:1024px){.od-content-grid{grid-template-columns:2fr 1fr}}.od-left-column,.od-right-column{display:flex;flex-direction:column;gap:2rem}.od-card{background:#fff;border-radius:.75rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000a;overflow:hidden}.od-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#f8fafc80}.od-card-header h3{font-weight:700;font-size:.95rem;margin:0}.od-card-header-meta{font-size:.7rem;font-family:monospace;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.od-card-body{padding:1.5rem}.od-card-title{font-weight:700;font-size:.95rem;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.od-card-title .material-symbols-outlined{font-size:20px;color:#2563eb}.od-items-list{list-style:none;margin:0;padding:0}.od-item{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #f1f5f9}.od-item:last-child{border-bottom:none}.od-item-image{width:5rem;height:5rem;border-radius:.5rem;background:#f1f5f9;border:1px solid #e2e8f0;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.od-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.od-item-image-placeholder{color:#cbd5e1}.od-item-details{flex:1}.od-item-row{display:flex;justify-content:space-between;align-items:flex-start}.od-item-name{font-weight:600;font-size:1rem;color:#0f172a;text-decoration:none;transition:color .2s}.od-item-name:hover{color:#2563eb}.od-item-price{font-weight:700;color:#0f172a}.od-item-sku{font-size:.8rem;color:#64748b;font-family:monospace;text-transform:uppercase;margin-top:.25rem}.od-item-qty{display:inline-block;margin-top:.75rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:.25rem;font-size:.8rem;color:#475569}.od-payment-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.od-payment-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.od-payment-value{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem}.od-payment-value .material-symbols-outlined{font-size:18px;color:#94a3b8}.od-payment-unpaid{color:#e11d48}.od-payment-paid{color:#059669}.od-shipping-name{font-weight:700;font-size:1.1rem;margin:0 0 .25rem}.od-shipping-line{color:#475569;font-size:.9rem;margin:.15rem 0}.od-shipping-phone{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.85rem;font-weight:500}.od-shipping-phone .material-symbols-outlined{font-size:14px}.od-tracking-box{margin-top:.75rem;padding:.75rem;background:#eff6ff;border-radius:.5rem}.od-tracking-label{font-size:.7rem;color:#2563eb;font-weight:500}.od-tracking-number{font-family:monospace;font-weight:700;color:#1e40af;font-size:.9rem}.od-summary-header{padding:1.25rem 1.5rem;background:#2563eb;color:#fff}.od-summary-header h3{font-weight:700;margin:0;display:flex;align-items:center;gap:.5rem}.od-summary-header .material-symbols-outlined{font-size:20px}.od-summary-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.od-summary-row{display:flex;justify-content:space-between;font-size:.875rem}.od-summary-row span:first-child{color:#64748b}.od-summary-row span:last-child{font-weight:500}.od-summary-free{color:#059669;font-weight:500}.od-summary-discount{color:#059669}.od-summary-total{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid #f1f5f9}.od-summary-total-label{font-weight:700;font-size:1.1rem;color:#0f172a}.od-summary-total-value{font-weight:700;font-size:1.2rem;color:#2563eb}.od-summary-footer{padding:.75rem 1.5rem;background:#f8fafc;text-align:center;font-size:.625rem;color:#94a3b8;font-family:monospace;letter-spacing:.05em}.od-notes-text{font-size:.9rem;color:#475569;line-height:1.6}.od-action-bar{position:sticky;bottom:0;z-index:40;background:#fff;border-top:1px solid #e2e8f0;padding:1rem 1.5rem;box-shadow:0 -10px 20px #00000005}.od-action-bar-inner{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.od-btn-cancel{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;border:2px solid #ef4444;background:transparent;color:#ef4444;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .2s}.od-btn-cancel:hover{background:#fef2f2}.od-btn-cancel .material-symbols-outlined{font-size:18px}.od-action-right{display:flex;gap:1rem}.od-btn-support{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;border:1px solid #e2e8f0;background:transparent;font-weight:700;font-size:.85rem;color:#334155;cursor:pointer;transition:background .2s}.od-btn-support:hover{background:#f8fafc}.od-btn-support .material-symbols-outlined{font-size:18px}.od-btn-pay{display:flex;align-items:center;gap:.5rem;padding:.625rem 2rem;border-radius:.5rem;border:none;background:#2563eb;color:#fff;font-weight:700;font-size:.85rem;cursor:pointer;box-shadow:0 4px 12px #2563eb4d;transition:all .2s}.od-btn-pay:hover{background:#1d4ed8}.od-btn-pay .material-symbols-outlined{font-size:18px}.cancel-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;animation:cancel-fade-in .2s ease}@keyframes cancel-fade-in{0%{opacity:0}to{opacity:1}}.cancel-modal-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:101;display:flex;align-items:center;justify-content:center;padding:1rem}.cancel-modal{background:#fff;border-radius:1rem;box-shadow:0 25px 50px #00000026;width:100%;max-width:28rem;overflow:hidden;animation:cancel-modal-in .25s ease}@keyframes cancel-modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.cancel-modal-header{padding:1.5rem 1.5rem 1rem}.cancel-modal-header-top{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.cancel-modal-icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#fee2e2;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cancel-modal-icon .material-symbols-outlined{font-size:20px;color:#dc2626}.cancel-modal-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.cancel-modal-order{font-size:.85rem;color:#64748b}.cancel-modal-desc{font-size:.85rem;color:#64748b;margin:0}.cancel-modal-body{padding:0 1.5rem 1.5rem}.cancel-modal-quick-reasons{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.cancel-quick-btn{padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .2s;background:#f1f5f9;color:#475569}.cancel-quick-btn:hover{background:#e2e8f0}.cancel-quick-btn--active{background:#fee2e2;color:#b91c1c;border-color:#fca5a5}.cancel-modal-textarea{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.75rem;font-size:.85rem;resize:none;outline:none;font-family:inherit;transition:border-color .2s}.cancel-modal-textarea:focus{border-color:#ef4444}.cancel-modal-textarea--error{border-color:#ef4444}.cancel-modal-error{font-size:.75rem;color:#ef4444;margin-top:.25rem}.cancel-modal-footer{display:flex;gap:.75rem;padding:0 1.5rem 1.5rem}.cancel-modal-btn-keep{flex:1;padding:.75rem;border-radius:.75rem;border:2px solid #e2e8f0;background:transparent;color:#334155;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s}.cancel-modal-btn-keep:hover{background:#f8fafc}.cancel-modal-btn-confirm{flex:1;padding:.75rem;border-radius:.75rem;border:none;background:#ef4444;color:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.cancel-modal-btn-confirm:hover{background:#dc2626}.cancel-modal-btn-confirm:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.od-title{font-size:1.5rem}.od-timeline-label{font-size:.7rem}.od-item{flex-direction:column;gap:.75rem}.od-payment-grid{grid-template-columns:1fr}.od-action-bar-inner{flex-direction:column;gap:.75rem}.od-btn-cancel,.od-action-right{width:100%}.od-action-right{flex-direction:column}}.admin-layout{display:flex;min-height:100vh;font-family:Inter,sans-serif;background-color:#f3f4f6}.admin-sidebar{width:260px;background-color:#1a1a2e;background-image:linear-gradient(180deg,#1a1a2ef2,#1a1a2efa);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.admin-sidebar-logo{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-logo a{display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff}.admin-sidebar-logo-icon{width:36px;height:36px;background-color:#2463eb;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:18px}.admin-sidebar-logo-text{font-weight:700;font-size:18px;letter-spacing:-.02em}.admin-sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.admin-nav-item{display:flex;align-items:center;gap:14px;padding:14px 16px;margin-bottom:4px;border-radius:8px;text-decoration:none;color:#ffffffb3;background-color:transparent;transition:all .2s ease;font-size:14px;font-weight:500}.admin-nav-item:hover{background-color:#ffffff1a;color:#fff}.admin-nav-item.active{color:#fff;background-color:#2463eb;font-weight:600}.admin-nav-item .material-symbols-outlined{font-size:20px}.admin-sidebar-user{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:12px;text-decoration:none;color:#fff;transition:background-color .2s}.admin-sidebar-user:hover{background-color:#ffffff1a}.admin-sidebar-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#2463eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.admin-sidebar-user-info{flex:1}.admin-sidebar-user-name{font-weight:600;font-size:14px}.admin-sidebar-user-role{font-size:12px;opacity:.7}.admin-main{flex:1;margin-left:260px;min-height:100vh}.admin-header{background-color:#fff;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.admin-header-left{display:flex;align-items:center;gap:12px}.admin-header-title{font-size:20px;font-weight:700;color:#0e121b;margin:0}.admin-badge{background-color:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.admin-header-actions{display:flex;align-items:center;gap:16px}.admin-header-profile{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:none;cursor:pointer;color:#4b5563;font-size:14px;font-weight:500;text-decoration:none;border-radius:6px;transition:background-color .2s}.admin-header-profile:hover{background-color:#f3f4f6}.admin-logout-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background-color:#fee2e2;border:none;border-radius:8px;cursor:pointer;color:#dc2626;font-size:14px;font-weight:600;transition:all .2s}.admin-logout-btn:hover{background-color:#fecaca}.admin-content{padding:32px}.admin-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.admin-stat-card{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;display:flex;align-items:center;gap:16px;transition:transform .2s,box-shadow .2s;cursor:default}.admin-stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.admin-stat-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}.admin-stat-icon.blue{background-color:#dbeafe}.admin-stat-icon.blue .material-symbols-outlined{color:#2463eb}.admin-stat-icon.yellow{background-color:#fef3c7}.admin-stat-icon.yellow .material-symbols-outlined{color:#f59e0b}.admin-stat-icon.green{background-color:#f0fdf4}.admin-stat-icon.green .material-symbols-outlined{color:#22c55e}.admin-stat-icon.red{background-color:#fce7f3}.admin-stat-icon.red .material-symbols-outlined{color:#ec4899}.admin-stat-icon .material-symbols-outlined{font-size:28px}.admin-stat-label{color:#6b7280;font-size:13px;margin-bottom:4px}.admin-stat-value{color:#0e121b;font-size:24px;font-weight:700}.admin-stat-sub{color:#9ca3af;font-size:12px;margin-top:4px}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table thead th{text-align:left;padding:12px 16px;color:#6b7280;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;white-space:nowrap}.admin-table tbody td{padding:14px 16px;color:#374151;border-bottom:1px solid #f3f4f6;vertical-align:middle}.admin-table tbody tr{transition:background-color .15s}.admin-table tbody tr:hover{background-color:#f9fafb}.admin-table tbody tr.clickable{cursor:pointer}.status-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:600;white-space:nowrap}.status-badge.pending{background-color:#fef3c7;color:#92400e}.status-badge.confirmed{background-color:#dbeafe;color:#1e40af}.status-badge.shipped{background-color:#e0e7ff;color:#3730a3}.status-badge.delivered{background-color:#dcfce7;color:#166534}.status-badge.cancelled{background-color:#fee2e2;color:#991b1b}.status-badge.paid,.status-badge.active{background-color:#dcfce7;color:#166534}.status-badge.inactive{background-color:#f3f4f6;color:#6b7280}.status-badge.low-stock{background-color:#fef3c7;color:#92400e}.admin-filters{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px;align-items:center}.admin-search-input{display:flex;align-items:center;gap:8px;background-color:#f3f4f6;padding:10px 16px;border-radius:8px;min-width:280px}.admin-search-input input{border:none;background:transparent;outline:none;width:100%;font-size:14px;color:#374151}.admin-select{padding:10px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#374151;background-color:#fff;cursor:pointer;outline:none}.admin-select:focus{border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.admin-pagination{display:flex;align-items:center;justify-content:space-between;padding:16px 0;margin-top:16px;border-top:1px solid #f3f4f6}.admin-pagination-info{font-size:13px;color:#6b7280}.admin-pagination-buttons{display:flex;gap:4px}.admin-pagination-btn{padding:8px 14px;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:13px;cursor:pointer;color:#374151;transition:all .15s}.admin-pagination-btn:hover:not(:disabled){background-color:#f3f4f6;border-color:#d1d5db}.admin-pagination-btn.active{background-color:#2463eb;color:#fff;border-color:#2463eb}.admin-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.admin-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .2s}.admin-btn.primary{background-color:#2463eb;color:#fff}.admin-btn.primary:hover{background-color:#1d4ed8}.admin-btn.danger{background-color:#fee2e2;color:#dc2626}.admin-btn.danger:hover{background-color:#fecaca}.admin-btn.success{background-color:#dcfce7;color:#16a34a}.admin-btn.success:hover{background-color:#bbf7d0}.admin-btn.ghost{background:transparent;color:#4b5563;padding:6px 10px}.admin-btn.ghost:hover{background-color:#f3f4f6}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0;gap:16px}.admin-loading-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#2463eb;border-radius:50%;animation:admin-spin 1s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-loading-text{color:#6b7280;font-size:14px}.admin-empty{text-align:center;padding:60px 20px;color:#9ca3af}.admin-empty .material-symbols-outlined{font-size:48px;display:block;margin-bottom:12px}.admin-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:32px}.admin-chart-title{margin:0;font-size:16px;font-weight:700;color:#0e121b}.admin-chart-subtitle{margin:4px 0 0;color:#9ca3af;font-size:13px}.admin-form{display:flex;flex-direction:column;gap:20px;max-width:700px}.admin-form-group{display:flex;flex-direction:column;gap:6px}.admin-form-label{font-size:14px;font-weight:600;color:#374151}.admin-form-input{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;outline:none;transition:border-color .2s,box-shadow .2s}.admin-form-input:focus{border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.admin-form-textarea{padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;outline:none;resize:vertical;min-height:100px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.admin-form-textarea:focus{border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form-actions{display:flex;gap:12px;margin-top:8px}.admin-form-error{color:#dc2626;font-size:13px;background-color:#fef2f2;padding:12px 16px;border-radius:8px;border:1px solid #fecaca}.admin-product-image{width:40px;height:40px;border-radius:6px;-o-object-fit:cover;object-fit:cover;background-color:#f3f4f6}.admin-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.admin-detail-section{background-color:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.admin-detail-section h3{margin:0 0 16px;font-size:16px;font-weight:700;color:#0e121b}.admin-detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f3f4f6;font-size:14px}.admin-detail-row:last-child{border-bottom:none}.admin-detail-label{color:#6b7280}.admin-detail-value{color:#0e121b;font-weight:500}.admin-status-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media(max-width:1200px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-charts-row,.admin-detail-grid{grid-template-columns:1fr}}.claims-filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.filter-chip{padding:6px 16px;border-radius:20px;border:1px solid #d1d5db;background:#fff;color:#64748b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}.filter-chip:hover{border-color:#93c5fd;color:#2463eb}.filter-chip.active{background:#2463eb;color:#fff;border-color:#2463eb}.claims-empty{text-align:center;padding:60px 20px;color:#64748b}.claims-empty .material-symbols-outlined{font-size:48px;color:#94a3b8;display:block;margin-bottom:12px}.claims-list{display:flex;flex-direction:column;gap:14px}.claim-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s}.claim-card:hover{box-shadow:0 2px 12px #0000000d}.claim-card-top{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #f1f5f9}.claim-id{display:flex;align-items:center;gap:6px}.claim-id-label{font-size:12px;color:#94a3b8;font-weight:500}.claim-id-value{font-size:15px;font-weight:700;color:#0f172a}.claim-status-badge{font-size:11px;font-weight:700;padding:3px 12px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.claim-card-body{padding:16px 18px}.claim-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.claim-info-item{display:flex;flex-direction:column;gap:2px}.claim-info-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8}.claim-info-value{font-size:13px;font-weight:600;color:#334155}.claim-description,.claim-resolution-note{margin-top:10px}.claim-description p,.claim-resolution-note p{font-size:13px;color:#475569;margin:4px 0 0;line-height:1.5}.claim-resolution-note{background:#f0fdf4;padding:10px 12px;border-radius:8px;border-left:3px solid #22c55e}.claim-card-actions{border-top:1px solid #f1f5f9;padding:12px 18px;display:flex;gap:8px}.claims-pagination{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}.claims-pagination button{padding:6px 18px;border-radius:8px;border:1px solid #d1d5db;background:#fff;color:#334155;font-size:13px;font-weight:600;cursor:pointer}.claims-pagination button:disabled{opacity:.4;cursor:not-allowed}.claims-pagination span{font-size:13px;color:#64748b}.resolve-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.resolve-dialog{background:#fff;border-radius:16px;padding:28px;max-width:500px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.resolve-dialog h3{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px}.resolve-context{font-size:14px;color:#334155;margin:0 0 6px}.resolve-issue{font-size:13px;color:#64748b;margin:0 0 20px;padding:10px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid #94a3b8}.resolve-options{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.resolve-option{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:10px;cursor:pointer;border:1px solid #e2e8f0;transition:all .15s}.resolve-option:hover{border-color:#93c5fd;background:#f8faff}.resolve-option input[type=radio]{margin-top:2px;accent-color:#2463eb}.option-label{font-size:14px;font-weight:700;display:block}.option-label.approved{color:#15803d}.option-label.rejected{color:#991b1b}.option-label.resolved{color:#1d4ed8}.option-desc{font-size:12px;color:#94a3b8;display:block;margin-top:2px}.resolve-note-group{margin-bottom:20px}.resolve-note-group label{font-size:13px;font-weight:600;color:#334155;display:block;margin-bottom:6px}.resolve-note-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;box-sizing:border-box}.resolve-note-group textarea:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.resolve-actions{display:flex;gap:10px}@media(max-width:600px){.claim-info-grid{grid-template-columns:1fr}}.admin-chat-container{display:flex;height:calc(100vh - 140px);background:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.admin-chat-sidebar{width:320px;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;flex-shrink:0}.admin-chat-sidebar-header{padding:16px 18px;border-bottom:1px solid #e2e8f0}.admin-chat-sidebar-header h3{font-size:15px;font-weight:700;color:#0f172a;margin:0}.admin-chat-convo-list{flex:1;overflow-y:auto}.admin-chat-loading,.admin-chat-empty-convos{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}.admin-chat-convo-item{display:flex;align-items:center;gap:10px;padding:12px 16px;cursor:pointer;transition:background .15s;border-bottom:1px solid #f1f5f9}.admin-chat-convo-item:hover{background:#f8fafc}.admin-chat-convo-item.active{background:#eff6ff;border-left:3px solid #2463eb}.convo-avatar{width:40px;height:40px;border-radius:50%;background:#dbeafe;color:#2463eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.convo-info{flex:1;min-width:0}.convo-name{font-size:13px;font-weight:600;color:#0f172a}.convo-last-msg{font-size:12px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.convo-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.convo-time{font-size:11px;color:#94a3b8}.convo-unread{background:#2463eb;color:#fff;font-size:10px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px}.admin-chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.admin-chat-no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8}.admin-chat-no-selection .material-symbols-outlined{font-size:56px;margin-bottom:12px}.admin-chat-main-header{display:flex;align-items:center;gap:12px;padding:14px 20px;border-bottom:1px solid #e2e8f0}.admin-chat-main-avatar{width:36px;height:36px;border-radius:50%;background:#dbeafe;color:#2463eb;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.admin-chat-main-header h3{font-size:15px;font-weight:700;color:#0f172a;margin:0}.admin-chat-user-id{font-size:11px;color:#94a3b8}.admin-chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f8fafc}.admin-chat-msg{display:flex;margin-bottom:8px}.admin-chat-msg.sent{justify-content:flex-end}.admin-chat-msg.received{justify-content:flex-start}.admin-chat-msg-bubble{max-width:70%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5}.admin-chat-msg.sent .admin-chat-msg-bubble{background:#2463eb;color:#fff;border-bottom-right-radius:4px}.admin-chat-msg.received .admin-chat-msg-bubble{background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.admin-chat-msg-bubble p{margin:0;word-break:break-word}.admin-chat-msg-time{display:block;font-size:10px;opacity:.6;text-align:right;margin-top:4px}.admin-chat-input{display:flex;gap:10px;padding:14px 20px;border-top:1px solid #e2e8f0}.admin-chat-input input{flex:1;padding:10px 14px;border:1px solid #d1d5db;border-radius:24px;font-size:13px;font-family:inherit;outline:none}.admin-chat-input input:focus{border-color:#2463eb}.admin-chat-input button{width:40px;height:40px;border-radius:50%;border:none;background:#2463eb;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-chat-input button:disabled{opacity:.4;cursor:not-allowed}.admin-chat-input button .material-symbols-outlined{font-size:18px}.warranties-page{padding:40px 0 80px;min-height:60vh;background:#f8fafc}.warranties-page .container{max-width:900px;margin:0 auto;padding:0 20px}.warranties-header{margin-bottom:32px}.warranties-header h1{font-size:28px;font-weight:800;color:#0f172a;margin:0 0 8px}.warranties-subtitle{color:#64748b;font-size:15px;margin:0}.warranties-loading,.warranties-error,.warranties-empty{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.warranties-loading .loading-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2463eb;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 16px}.warranties-error .material-symbols-outlined,.warranties-empty .material-symbols-outlined{font-size:48px;color:#94a3b8;display:block;margin-bottom:12px}.warranties-empty h3{font-size:18px;font-weight:700;color:#334155;margin:0 0 8px}.warranties-empty p{color:#64748b;font-size:14px;margin:0 0 20px}.btn-primary{background:#2463eb;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#1d4ed8}.warranties-grid{display:flex;flex-direction:column;gap:16px}.warranty-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;transition:box-shadow .2s,border-color .2s}.warranty-card:hover{box-shadow:0 4px 20px #0000000f;border-color:#cbd5e1}.warranty-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px 20px 12px;gap:12px}.warranty-product-info{display:flex;gap:14px;align-items:center;flex:1;min-width:0}.warranty-product-img{width:56px;height:56px;border-radius:10px;-o-object-fit:cover;object-fit:cover;border:1px solid #e2e8f0;flex-shrink:0}.warranty-product-img-placeholder{width:56px;height:56px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;flex-shrink:0}.warranty-product-img-placeholder .material-symbols-outlined{font-size:24px;color:#94a3b8}.warranty-product-details{min-width:0}.warranty-product-name{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 4px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.warranty-product-name:hover{color:#2463eb}.warranty-policy-name{font-size:13px;color:#64748b}.warranty-status-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:20px;white-space:nowrap;flex-shrink:0}.warranty-card-body{padding:0 20px 16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.warranty-info-row{display:flex;flex-direction:column;gap:2px}.warranty-info-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8}.warranty-info-value{font-size:14px;font-weight:600;color:#334155}.warranty-info-value.mono{font-family:SF Mono,Fira Code,monospace;font-size:13px}.warranty-info-value.text-danger{color:#dc2626}.warranty-card-actions{border-top:1px solid #f1f5f9;padding:14px 20px}.btn-claim{display:inline-flex;align-items:center;gap:8px;background:#2463eb;color:#fff;border:none;padding:9px 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s}.btn-claim:hover{background:#1d4ed8}.btn-claim .material-symbols-outlined{font-size:18px}@media(max-width:600px){.warranty-card-body{grid-template-columns:1fr}.warranty-card-header{flex-direction:column}}.submit-claim-page{padding:40px 0 80px;min-height:60vh;background:#f8fafc}.submit-claim-page .container{max-width:700px;margin:0 auto;padding:0 20px}.back-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:#64748b;font-size:14px;font-weight:500;cursor:pointer;padding:0;margin-bottom:20px;transition:color .2s}.back-link:hover{color:#2463eb}.back-link .material-symbols-outlined{font-size:20px}.submit-claim-page h1{font-size:24px;font-weight:800;color:#0f172a;margin:0 0 24px}.claim-loading,.claim-error-box{text-align:center;padding:60px 20px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.claim-loading .loading-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#2463eb;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto 16px}.claim-error-box .material-symbols-outlined{font-size:48px;color:#ef4444;display:block;margin-bottom:12px}.claim-error-box button{margin-top:16px;background:#2463eb;color:#fff;border:none;padding:8px 20px;border-radius:8px;cursor:pointer;font-weight:600}.claim-form-container{display:flex;flex-direction:column;gap:20px}.claim-warranty-summary{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:20px}.claim-warranty-summary h3{font-size:14px;font-weight:700;color:#64748b;margin:0 0 14px;text-transform:uppercase;letter-spacing:.5px}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.summary-item{display:flex;flex-direction:column;gap:2px}.summary-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#94a3b8}.summary-value{font-size:14px;font-weight:600;color:#0f172a}.summary-value.mono{font-family:SF Mono,Fira Code,monospace;font-size:13px}.claim-form{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:#334155;margin-bottom:8px}.form-group .required{color:#ef4444}.form-group textarea,.form-group input{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;color:#0f172a;resize:vertical;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group textarea:focus,.form-group input:focus{outline:none;border-color:#2463eb;box-shadow:0 0 0 3px #2463eb1a}.char-counter{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8;margin-top:6px}.text-warn{color:#f59e0b}.validation-error{background:#fef2f2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:500;margin-bottom:16px}.form-actions{display:flex;gap:12px}.btn-submit-claim{background:#2463eb;color:#fff;border:none;padding:11px 28px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-submit-claim:hover:not(:disabled){background:#1d4ed8}.btn-submit-claim:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{background:#f1f5f9;color:#64748b;border:none;padding:11px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.btn-cancel:hover{background:#e2e8f0}@media(max-width:600px){.summary-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}}.chat-page{padding:40px 0 60px;min-height:70vh;background:linear-gradient(180deg,#f0f4ff,#f8fafc)}.chat-container{max-width:720px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;height:calc(100vh - 200px);min-height:500px}.chat-header-bar{display:flex;align-items:center;gap:12px;padding:18px 24px;background:linear-gradient(135deg,#242aeb,#1d4ed8);border-radius:16px 16px 0 0;color:#fff;box-shadow:0 4px 16px #242aeb33}.chat-header-bar .material-symbols-outlined{font-size:32px;opacity:.9}.chat-header-bar h2{font-size:1rem;font-weight:700;margin:0;color:#fff}.chat-subtitle{font-size:.72rem;color:#ffffffb3}.chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f0f4f8;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chat-skeleton{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.chat-empty{text-align:center;padding:3rem 1rem;color:#94a3b8}.chat-empty-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.chat-empty-icon .material-symbols-outlined{font-size:30px;color:#6366f1}.chat-empty h3{font-size:1rem;font-weight:700;color:#334155;margin-bottom:.4rem}.chat-empty p{font-size:.85rem;color:#94a3b8;margin:0}.chat-date-divider{text-align:center;font-size:.68rem;color:#94a3b8;margin:16px 0 8px;font-weight:600;letter-spacing:.02em}.chat-date-divider:before,.chat-date-divider:after{content:"";display:inline-block;width:40px;height:1px;background:#cbd5e1;vertical-align:middle;margin:0 8px}.chat-msg{display:flex;margin-bottom:6px;animation:chatMsgIn .25s ease-out}@keyframes chatMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg.sent{justify-content:flex-end}.chat-msg.received{justify-content:flex-start}.chat-msg-bubble{max-width:75%;padding:10px 14px;border-radius:16px;font-size:.875rem;line-height:1.55;position:relative;box-shadow:0 1px 3px #0000000f}.chat-msg.sent .chat-msg-bubble{background:linear-gradient(135deg,#242aeb,#3b52f6);color:#fff;border-bottom-right-radius:4px}.chat-msg.received .chat-msg-bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.chat-msg-sender{display:block;font-size:.68rem;font-weight:700;margin-bottom:3px;color:#818cf8}.chat-msg.sent .chat-msg-sender{color:#ffffffb3}.chat-msg-bubble p{margin:0;word-break:break-word}.chat-msg-time{display:block;font-size:.62rem;opacity:.6;text-align:right;margin-top:3px}.chat-input-bar{display:flex;gap:10px;padding:14px 20px;background:#fff;border-radius:0 0 16px 16px;border:1px solid #e2e8f0;border-top:none;box-shadow:0 4px 12px #0000000a}.chat-input-bar input{flex:1;padding:10px 16px;border:1.5px solid #e2e8f0;border-radius:24px;font-size:.875rem;font-family:inherit;outline:none;background:#f8fafc;transition:all .2s}.chat-input-bar input:focus{border-color:#242aeb;background:#fff;box-shadow:0 0 0 3px #242aeb14}.chat-send-btn{width:42px;height:42px;border-radius:50%;border:none;background:linear-gradient(135deg,#242aeb,#3b52f6);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0;box-shadow:0 2px 8px #242aeb4d}.chat-send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #242aeb66}.chat-send-btn:disabled{opacity:.35;cursor:not-allowed;box-shadow:none}.chat-send-btn .material-symbols-outlined{font-size:20px}@media(max-width:640px){.chat-page{padding:20px 0 40px}.chat-container{height:calc(100vh - 160px);padding:0 12px}.chat-header-bar{border-radius:12px 12px 0 0;padding:14px 16px}.chat-input-bar{border-radius:0 0 12px 12px;padding:10px 14px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.store-page{padding:40px 0 80px;min-height:60vh;background:#f8fafc}.store-container{max-width:1200px;margin:0 auto;padding:0 20px}.store-header{margin-bottom:24px}.store-header h1{font-size:28px;font-weight:800;color:#0f172a;margin:0 0 6px}.store-header p{color:#64748b;font-size:15px;margin:0}.store-loading,.store-error{text-align:center;padding:60px 20px;color:#94a3b8;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.store-content{display:grid;grid-template-columns:1fr 380px;gap:20px;align-items:flex-start}.store-map-wrapper{border-radius:14px;overflow:hidden;border:1px solid #e2e8f0}.store-map{height:500px;width:100%}.store-info-panel{display:flex;flex-direction:column;gap:12px}.branches-title{font-size:14px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:8px 0 0}.store-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:18px;cursor:pointer;transition:box-shadow .2s,border-color .2s}.store-card:hover{box-shadow:0 4px 16px #0000000f;border-color:#93c5fd}.store-card.main-store{border-left:4px solid #2463eb}.store-card-badge{font-size:11px;font-weight:700;color:#2463eb;background:#eff6ff;padding:3px 10px;border-radius:12px;display:inline-block;margin-bottom:10px;text-transform:uppercase;letter-spacing:.4px}.store-card h3{font-size:16px;font-weight:700;color:#0f172a;margin:0 0 12px}.store-card h4{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 10px}.store-card-detail{display:flex;gap:8px;align-items:flex-start;margin-bottom:8px;font-size:13px;color:#475569}.store-card-detail .material-symbols-outlined{font-size:18px;color:#94a3b8;flex-shrink:0;margin-top:1px}.store-hours{display:flex;flex-direction:column;gap:2px}.store-hours-row{display:flex;gap:6px;font-size:12px}.store-hours-day{text-transform:capitalize;font-weight:600;min-width:80px}@media(max-width:768px){.store-content{grid-template-columns:1fr}.store-map{height:350px}}.scroll-to-top{position:fixed;bottom:6rem;right:2rem;z-index:900;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2463eb,#1d4ed8);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px #2463eb59;opacity:0;transform:translateY(20px);pointer-events:none;transition:all .3s ease}.scroll-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-3px);box-shadow:0 6px 24px #2463eb73}.scroll-to-top:active{transform:translateY(-1px)}.scroll-to-top .material-symbols-outlined{font-size:24px}.chatbot-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#242aeb,#6366f1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 24px #242aeb59;z-index:9999;transition:all .3s cubic-bezier(.4,0,.2,1)}.chatbot-fab:hover{transform:scale(1.08);box-shadow:0 8px 28px #242aeb73}.chatbot-fab--open{background:#334155;box-shadow:0 4px 16px #0003}.chatbot-fab__icon{font-size:26px;transition:transform .3s}.chatbot-fab--open .chatbot-fab__icon{transform:rotate(90deg)}.chatbot-fab__pulse{position:absolute;width:100%;height:100%;border-radius:50%;border:2px solid #6366f1;animation:chatbot-pulse 2s ease-out infinite;pointer-events:none}@keyframes chatbot-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}.chatbot-window{position:fixed;bottom:92px;right:24px;width:370px;max-height:520px;border-radius:16px;background:#fff;box-shadow:0 12px 48px #00000026,0 0 0 1px #0000000a;display:flex;flex-direction:column;overflow:hidden;z-index:9998;animation:chatbot-slideUp .3s ease-out}@keyframes chatbot-slideUp{0%{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-header{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#242aeb,#4f46e5);color:#fff}.chatbot-header__avatar{width:36px;height:36px;border-radius:10px;background:#ffffff2e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-header__avatar .material-symbols-outlined{font-size:22px}.chatbot-header h4{font-size:.9rem;font-weight:700;margin:0}.chatbot-header__status{font-size:.7rem;color:#ffffffbf;display:flex;align-items:center;gap:4px}.chatbot-header__dot{width:6px;height:6px;border-radius:50%;background:#4ade80;display:inline-block}.chatbot-body{flex:1;overflow-y:auto;padding:14px;background:#f8fafc;max-height:350px}.chatbot-body::-webkit-scrollbar{width:4px}.chatbot-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chatbot-msg{display:flex;margin-bottom:8px;animation:chatMsgIn .25s ease-out}.chatbot-msg.bot{justify-content:flex-start}.chatbot-msg.user{justify-content:flex-end}.chatbot-msg__bubble{max-width:82%;padding:8px 12px;border-radius:14px;font-size:.82rem;line-height:1.5;box-shadow:0 1px 2px #0000000a}.chatbot-msg.bot .chatbot-msg__bubble{background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.chatbot-msg.user .chatbot-msg__bubble{background:linear-gradient(135deg,#242aeb,#4f46e5);color:#fff;border-bottom-right-radius:4px}.chatbot-msg__bubble p{margin:0;word-break:break-word}.chatbot-msg__time{display:block;font-size:.6rem;opacity:.5;text-align:right;margin-top:3px}.chatbot-typing{display:flex;gap:4px;padding:10px 16px!important;align-items:center}.chatbot-typing span{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:typingDot 1.4s ease-in-out infinite}.chatbot-typing span:nth-child(2){animation-delay:.2s}.chatbot-typing span:nth-child(3){animation-delay:.4s}@keyframes typingDot{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.chatbot-quick-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;padding:4px 0}.chatbot-quick-actions button{padding:6px 10px;border:1px solid #e2e8f0;border-radius:20px;background:#fff;font-size:.72rem;color:#475569;cursor:pointer;transition:all .2s;font-family:inherit}.chatbot-quick-actions button:hover{border-color:#6366f1;color:#4f46e5;background:#eef2ff}.chatbot-input{display:flex;gap:8px;padding:10px 14px;border-top:1px solid #e2e8f0;background:#fff}.chatbot-input input{flex:1;padding:8px 12px;border:1.5px solid #e2e8f0;border-radius:20px;font-size:.82rem;font-family:inherit;outline:none;background:#f8fafc;transition:all .2s}.chatbot-input input:focus{border-color:#6366f1;background:#fff}.chatbot-input button{width:34px;height:34px;border-radius:50%;border:none;background:linear-gradient(135deg,#242aeb,#4f46e5);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.chatbot-input button:hover:not(:disabled){transform:scale(1.06)}.chatbot-input button:disabled{opacity:.3;cursor:not-allowed}.chatbot-input button .material-symbols-outlined{font-size:18px}@media(max-width:480px){.chatbot-window{right:12px;left:12px;bottom:84px;width:auto;max-height:65vh}.chatbot-fab{bottom:16px;right:16px}}.not-found-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f6f6f8,#eef2ff);padding:2rem 1rem}.not-found-content{text-align:center;max-width:480px;animation:page-fade-in .5s ease-out}.not-found-illustration{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.not-found-code{font-size:8rem;font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,#242aeb,#6366f1,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.85}.not-found-icon-circle{position:absolute;bottom:-10px;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#242aeb,#6366f1);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #242aeb4d;animation:not-found-pulse 2.5s ease-in-out infinite}.not-found-icon-circle .material-symbols-outlined{font-size:30px;color:#fff}@keyframes not-found-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.not-found-title{font-size:1.75rem;font-weight:700;color:#0e0e1b;margin-bottom:.75rem;margin-top:.5rem}.not-found-text{font-size:.95rem;color:#64748b;line-height:1.6;margin-bottom:2rem}.not-found-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.not-found-home-btn,.not-found-shop-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .25s ease}.not-found-home-btn{background:linear-gradient(135deg,#242aeb,#1d4ed8);color:#fff;box-shadow:0 4px 16px #242aeb4d}.not-found-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #242aeb66}.not-found-shop-btn{background:#fff;color:#242aeb;border:1.5px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}.not-found-shop-btn:hover{border-color:#242aeb;background:#f5f3ff;transform:translateY(-2px)}.not-found-home-btn .material-symbols-outlined,.not-found-shop-btn .material-symbols-outlined{font-size:20px}@media(max-width:480px){.not-found-code{font-size:5rem}.not-found-actions{flex-direction:column}.not-found-home-btn,.not-found-shop-btn{justify-content:center;width:100%}}/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-green-500:oklch(72.3% .219 149.579);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-gray-200:oklch(92.8% .006 264.531);--color-white:#fff;--spacing:.25rem;--container-4xl:56rem;--container-6xl:72rem;--container-7xl:80rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--radius-md:.375rem;--radius-lg:.5rem;--radius-xl:.75rem;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--animate-bounce:bounce 1s infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.\@container{container-type:inline-size}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-0{top:calc(var(--spacing)*0)}.top-4{top:calc(var(--spacing)*4)}.right-0{right:calc(var(--spacing)*0)}.right-4{right:calc(var(--spacing)*4)}.left-0{left:calc(var(--spacing)*0)}.left-4{left:calc(var(--spacing)*4)}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.m-6{margin:calc(var(--spacing)*6)}.mx-auto{margin-inline:auto}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-\[33px\]{margin-top:33px}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.h-4{height:calc(var(--spacing)*4)}.h-6{height:calc(var(--spacing)*6)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-16{height:calc(var(--spacing)*16)}.h-48{height:calc(var(--spacing)*48)}.h-full{height:100%}.w-6{width:calc(var(--spacing)*6)}.w-8{width:calc(var(--spacing)*8)}.w-12{width:calc(var(--spacing)*12)}.w-16{width:calc(var(--spacing)*16)}.w-32{width:calc(var(--spacing)*32)}.w-64{width:calc(var(--spacing)*64)}.w-\[200px\]{width:200px}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-bounce{animation:var(--animate-bounce)}.animate-pulse{animation:var(--animate-pulse)}.animate-spin{animation:var(--animate-spin)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-2{gap:calc(var(--spacing)*2)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}.gap-12{gap:calc(var(--spacing)*12)}.gap-\[23px\]{gap:23px}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\!rounded-full{border-radius:3.40282e38px!important}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-gray-200{border-color:var(--color-gray-200)}.border-white\/10{border-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.border-white\/10{border-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-\[\#3b82f6\]{background-color:#3b82f6}.bg-blue-500{background-color:var(--color-blue-500)}.bg-green-500{background-color:var(--color-green-500)}.bg-red-500{background-color:var(--color-red-500)}.bg-transparent{background-color:#0000}.bg-white{background-color:var(--color-white)}.bg-white\/10{background-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.bg-white\/10{background-color:color-mix(in oklab,var(--color-white)10%,transparent)}}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.from-blue-500{--tw-gradient-from:var(--color-blue-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-cover{-o-object-fit:cover;object-fit:cover}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-\[15px\]{padding:15px}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-2{padding-block:calc(var(--spacing)*2)}.py-4{padding-block:calc(var(--spacing)*4)}.py-20{padding-block:calc(var(--spacing)*20)}.pt-8{padding-top:calc(var(--spacing)*8)}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-balance{text-wrap:balance}.text-wrap{text-wrap:wrap}.text-red-400{color:var(--color-red-400)}.text-red-500{color:var(--color-red-500)}.text-white{color:var(--color-white)}.uppercase{text-transform:uppercase}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_4px_20px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 4px 20px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.outline-none{--tw-outline-style:none;outline-style:none}@media(hover:hover){.hover\:bg-blue-600:hover{background-color:var(--color-blue-600)}}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-blue-500:focus{--tw-ring-color:var(--color-blue-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-color:var(--color-blue-500)}@media(min-width:40rem){.sm\:px-6{padding-inline:calc(var(--spacing)*6)}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}}@media(min-width:48rem){.md\:px-6{padding-inline:calc(var(--spacing)*6)}.md\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}}@media(min-width:64rem){.lg\:\!flex{display:flex!important}.lg\:\!w-1\/2{width:50%!important}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}}}:root{--color-primary:#1a2238;--color-secondary:#631b1b;--color-accent:#d4b483;--color-background:#faf9f6;--color-surface:#fff;--color-text:#1a2238;--color-text-secondary:#1a223899;--font-primary:"Inter",system-ui,sans-serif;--font-secondary:"Georgia",serif;--shadow-sm:0px 2px 4px #0000000d;--shadow-md:0px 4px 12px #0000001a;--shadow-lg:0px 20px 50px #00000026;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleInBounce{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes popIn{0%{transform:scale(0)}80%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-glow{0%,to{box-shadow:0 0 5px #242aeb4d}50%{box-shadow:0 0 20px #242aeb99,0 0 40px #242aeb4d}}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-subtle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes ripple{0%{opacity:1;transform:scale(0)}to{opacity:0;transform:scale(4)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-fade-in-up{opacity:0;animation:.6s ease-out forwards fadeInUp}.animate-fade-in-down{opacity:0;animation:.6s ease-out forwards fadeInDown}.animate-fade-in-left{opacity:0;animation:.6s ease-out forwards fadeInLeft}.animate-fade-in-right{opacity:0;animation:.6s ease-out forwards fadeInRight}.animate-scale-in{opacity:0;animation:.5s ease-out forwards scaleIn}.animate-pop-in{animation:.4s cubic-bezier(.68,-.55,.265,1.55) forwards popIn}.animate-float{animation:3s ease-in-out infinite float}.animate-float-subtle{animation:4s ease-in-out infinite float-subtle}.animate-pulse-glow{animation:2s ease-in-out infinite pulse-glow}.animate-shimmer{background:linear-gradient(90deg,#0000,#fff6,#0000) 0 0/200% 100%;animation:2s infinite shimmer}.animate-gradient{background-size:200% 200%;animation:3s infinite gradient-shift}.reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.reveal.revealed{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(-30px)}.reveal-left.revealed{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translate(30px)}.reveal-right.revealed{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:scale(.9)}.reveal-scale.revealed{opacity:1;transform:scale(1)}.hover-lift{transition:transform .3s,box-shadow .3s}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000026}.hover-scale{transition:transform .3s}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s}.hover-glow:hover{box-shadow:0 0 20px #242aeb66}.card-3d{transform-style:preserve-3d;perspective:1000px;transition:transform .4s,box-shadow .4s}.card-3d:hover{transform:rotateX(-2deg)rotateY(2deg)translateY(-5px);box-shadow:0 14px 28px #0000001a,0 10px 10px #00000014,10px 10px #242aeb0d}.btn-ripple{position:relative;overflow:hidden}.btn-ripple:after{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-ripple:active:after{width:300px;height:300px}.gradient-border{background:#fff;border-radius:12px;position:relative}.gradient-border:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#242aeb,#06b6d4,#8b5cf6);border-radius:14px;transition:opacity .3s;position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px}.gradient-border:hover:before{opacity:1}@media(prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal,.reveal-left,.reveal-right,.reveal-scale{opacity:1;transform:none}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-primary);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 24px}main,.product-detail-page,.order-page-wrapper,.warranties-page,.cart-page{animation:.35s ease-out page-fade-in}@keyframes page-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.btn{border-radius:var(--radius-md);cursor:pointer;font-weight:500;font-family:var(--font-primary);border:none;justify-content:center;align-items:center;padding:12px 24px;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{opacity:.9;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background-color:var(--color-secondary);color:#fff}.btn-secondary:hover{opacity:.9;box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-outline{border:2px solid var(--color-primary);color:var(--color-primary);background-color:#0000}.btn-outline:hover{background-color:var(--color-primary);color:#fff}.header{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffffff2;border-bottom:1px solid #e7e8f3;width:100%;transition:box-shadow .3s,border-color .3s;position:sticky;top:0}.header--scrolled{border-bottom-color:#0000;box-shadow:0 4px 20px #0000000f}.header__container{max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.header__container{padding:0 1.5rem}}@media(min-width:1024px){.header__container{padding:0 2rem}}.header__content{justify-content:space-between;align-items:center;gap:1.5rem;height:3.5rem;display:flex}.header__logo-wrapper{flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;display:flex}.header__logo-icon{color:#fff;background-color:#242aeb;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.header__logo-icon .material-symbols-outlined{font-size:18px}.header__logo-text{letter-spacing:-.025em;color:#0e0e1b;font-size:1.125rem;font-weight:800}.header__nav{align-items:center;gap:.25rem;display:none}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.825rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.header__nav-link:hover{color:#242aeb;background-color:#242aeb0d}.header__nav-link.active{color:#242aeb;background-color:#242aeb14}.header__nav-arrow{transition:transform .2s;font-size:16px!important}.header__nav-link.active .header__nav-arrow{transform:rotate(180deg)}.header__mega-wrapper{position:relative}.header__mega-menu{z-index:1100;background:#fff;border-radius:0 0 .75rem .75rem;width:640px;padding:1rem 1.5rem 1.5rem;animation:.2s ease-out megaFadeIn;position:absolute;top:100%;left:-1rem;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000a}.header__mega-menu:before{content:"";width:100%;height:.5rem;position:absolute;top:-.5rem;left:0}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mega-menu__grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem;display:grid}.mega-menu__col--highlight{background:#f8f9ff;border-radius:.5rem;margin:-.5rem;padding:1rem}.mega-menu__heading{color:#64748b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.375rem;margin-bottom:.75rem;font-size:.7rem;font-weight:700;display:flex}.mega-menu__heading .material-symbols-outlined{color:#242aeb;font-size:16px}.mega-menu__links{flex-direction:column;gap:.125rem;display:flex}.mega-menu__link{color:#374151;border-radius:.375rem;justify-content:space-between;align-items:center;padding:.5rem .625rem;font-size:.825rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.mega-menu__link:hover{color:#242aeb;background-color:#242aeb0f}.mega-menu__count{color:#94a3b8;background:#f1f5f9;border-radius:.25rem;padding:.125rem .375rem;font-size:.7rem;font-weight:500}.mega-menu__link:hover .mega-menu__count{color:#242aeb;background:#242aeb1a}.mega-menu__loading{color:#94a3b8;padding:.5rem;font-size:.8rem}.mega-menu__view-all{color:#242aeb;border-radius:.25rem;margin-top:.75rem;padding:.375rem .625rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:background-color .15s;display:block}.mega-menu__view-all:hover{background-color:#242aeb0f}.mega-menu__type-cards{flex-direction:column;gap:.5rem;display:flex}.mega-menu__type-card{color:#374151;background:#fff;border:1px solid #e7e8f3;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mega-menu__type-card:hover{color:#242aeb;border-color:#242aeb;transform:translateY(-1px);box-shadow:0 2px 8px #242aeb1a}.mega-menu__type-card .material-symbols-outlined{color:#242aeb;font-size:20px}.header__search{flex:1;align-items:center;min-width:200px;max-width:480px;display:none;position:relative}@media(min-width:768px){.header__search{display:flex}}.header__search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:.75rem;font-size:18px!important}.header__search-input{color:#0e0e1b;background:#f8f9fb;border:1px solid #e7e8f3;border-radius:.5rem;width:100%;padding:.5rem .75rem .5rem 2.375rem;font-size:.8rem;transition:all .2s}.header__search-input::-moz-placeholder{color:#94a3b8}.header__search-input::placeholder{color:#94a3b8}.header__search-input:focus{background:#fff;border-color:#242aeb;outline:none;box-shadow:0 0 0 3px #242aeb1a}.header__actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.header__action-btn{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.header__action-btn:hover{color:#242aeb;background-color:#242aeb0f}.header__action-btn .material-symbols-outlined{font-size:20px}.header__badge{color:#fff;background-color:#ef4444;border-radius:9999px;justify-content:center;align-items:center;min-width:1rem;height:1rem;padding:0 .25rem;font-size:.575rem;font-weight:700;display:flex;position:absolute;top:.125rem;right:.125rem}.header__user-area{position:relative}.header__avatar-btn{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.header__avatar{color:#fff;background:linear-gradient(135deg,#242aeb,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.8rem;font-weight:700;transition:box-shadow .2s;display:flex}.header__avatar-btn:hover .header__avatar{box-shadow:0 0 0 3px #242aeb33}.header__avatar--lg{flex-shrink:0;width:2.5rem;height:2.5rem;font-size:1rem}.header__user-dropdown{z-index:100;background:#fff;border-radius:.75rem;width:240px;animation:.15s ease-out megaFadeIn;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 40px #0000001f,0 0 0 1px #0000000a}.header__user-info{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:1rem;display:flex}.header__user-name{color:#0e0e1b;font-size:.875rem;font-weight:600}.header__user-email{color:#64748b;margin-top:1px;font-size:.7rem}.header__user-links{padding:.5rem}.header__user-link{color:#374151;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.825rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.header__user-link:hover{background-color:#f3f4f6}.header__user-link .material-symbols-outlined{color:#64748b;font-size:18px}.header__user-link:hover .material-symbols-outlined{color:#242aeb}.header__user-link--admin{color:#242aeb;background-color:#eff6ff;margin-bottom:.25rem;font-weight:600}.header__user-link--admin:hover{background-color:#dbeafe}.header__user-link--admin .material-symbols-outlined{color:#242aeb}.header__user-link--logout{color:#dc2626;border-top:1px solid #f1f5f9;border-radius:0;margin-top:.25rem;padding-top:.625rem}.header__user-link--logout:hover{background-color:#fef2f2}.header__user-link--logout .material-symbols-outlined{color:#dc2626}.header__sign-in{color:#475569;border-radius:.375rem;justify-content:center;align-items:center;height:2rem;padding:0 .875rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:none}.header__sign-in:hover{color:#242aeb;background-color:#242aeb0d}@media(min-width:640px){.header__sign-in{display:flex}}.header__register{color:#fff;background-color:#242aeb;border-radius:.375rem;justify-content:center;align-items:center;height:2rem;padding:0 .875rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:none}.header__register:hover{background-color:#1d1fc0}@media(min-width:640px){.header__register{display:flex}}.header__menu-toggle{color:#0e0e1b;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.header__menu-toggle:hover{background-color:#f3f4f6}@media(min-width:768px){.header__menu-toggle{display:none}}.header__cart{color:#475569;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex;position:relative}.header__cart:hover{color:#242aeb;background-color:#242aeb0f}.header__cart .material-symbols-outlined{font-size:20px}.header__cart-badge{color:#fff;background-color:#ef4444;border-radius:9999px;justify-content:center;align-items:center;min-width:1rem;height:1rem;padding:0 .25rem;font-size:.575rem;font-weight:700;display:flex;position:absolute;top:.125rem;right:.125rem}.footer__newsletter{background:linear-gradient(135deg,#242aeb,#1d4ed8);padding:2rem 1rem}.footer__newsletter-content{flex-direction:column;align-items:center;gap:1.25rem;max-width:1440px;margin:0 auto;display:flex}@media(min-width:768px){.footer__newsletter{padding:2rem}.footer__newsletter-content{flex-direction:row;justify-content:space-between}}.footer__newsletter-info{color:#fff;align-items:center;gap:1rem;display:flex}.footer__newsletter-icon{background:#ffffff26;border-radius:10px;flex-shrink:0;padding:.5rem;font-size:28px}.footer__newsletter-title{margin-bottom:.15rem;font-size:1.1rem;font-weight:700}.footer__newsletter-text{color:#ffffffbf;font-size:.85rem}.footer__newsletter-form{gap:0;width:100%;max-width:380px;display:flex}.footer__newsletter-input{color:#0e0e1b;background:#fff;border:none;border-radius:8px 0 0 8px;outline:none;flex:1;padding:.7rem 1rem;font-size:.875rem}.footer__newsletter-input::-moz-placeholder{color:#94a3b8}.footer__newsletter-input::placeholder{color:#94a3b8}.footer__newsletter-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#0e0e1b;border:none;border-radius:0 8px 8px 0;padding:.7rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s}.footer__newsletter-btn:hover{background:#1e293b}.footer__main{background:#0e0e1b;padding-top:3rem;padding-bottom:1.5rem}.footer__container{max-width:1440px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.footer__container{padding:0 1.5rem}}@media(min-width:1024px){.footer__container{padding:0 2rem}}.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem;display:grid}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(5,1fr)}}.footer__brand{grid-column:span 2}.footer__logo-wrapper{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.footer__logo-icon{color:#fff;background:linear-gradient(135deg,#6366f1,#818cf8);border-radius:6px;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:flex}.footer__logo-icon .material-symbols-outlined{font-size:16px}.footer__logo-text{color:#fff;font-size:1.125rem;font-weight:700}.footer__description{color:#94a3b8;max-width:22rem;margin-bottom:1.25rem;font-size:.85rem;line-height:1.6}.footer__social{gap:.75rem;display:flex}.footer__social-link{color:#94a3b8;background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex}.footer__social-link:hover{color:#a5b4fc;background:#6366f133;transform:translateY(-2px)}.footer__section-title{text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-bottom:1rem;font-size:.85rem;font-weight:700}.footer__links{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#94a3b8;font-size:.85rem;transition:color .2s,padding-left .2s}.footer__link:hover{color:#c7d2fe;padding-left:4px}.footer__bottom{border-top:1px solid #ffffff14;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}@media(min-width:768px){.footer__bottom{flex-direction:row}}.footer__copyright{color:#64748b;font-size:.75rem}.footer__back-to-top{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .25s;display:inline-flex}.footer__back-to-top:hover{color:#fff;background:#ffffff1a;transform:translateY(-2px)}.footer__back-to-top .material-symbols-outlined{font-size:18px}.home-page{flex-direction:column;min-height:100vh;display:flex}.home-page__main{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:2rem 1rem}@media(min-width:640px){.home-page__main{padding:2rem 1.5rem}}@media(min-width:1024px){.home-page__main{padding:2rem}}.home-page__sections{flex-direction:column;gap:3rem;display:flex}.hero-search{text-align:center;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:2rem;display:flex;position:relative;overflow:hidden}@media(min-width:640px){.hero-search{padding:3rem}}.hero-search__background{z-index:0;background-position:50%;background-size:cover;position:absolute;top:0;right:0;bottom:0;left:0}.hero-search__3d-container{z-index:0;height:calc(100% + 25px);position:absolute;top:25px;right:0;bottom:0;left:0;overflow:hidden}.hero-search__3d-container canvas{width:100%!important;height:100%!important}.hero-search__3d-container a[href*=spline]{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}.hero-search__3d-loading{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);justify-content:center;align-items:center;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.hero-search__3d-spinner{border:3px solid #242aeb33;border-top-color:#242aeb;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin3d}@keyframes spin3d{to{transform:rotate(360deg)}}.hero-search__overlay{z-index:10;pointer-events:none;background:linear-gradient(#0f172a59,#0f172a80);transition:opacity .8s,background .8s;position:absolute;top:0;right:0;bottom:0;left:0}.hero-search__overlay--hidden{opacity:.4;background:linear-gradient(#0f172a26,#0f172a59)}.hero-search__content{z-index:20;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:48rem;transition:opacity .8s,transform .8s;display:flex;position:relative}.hero-search__content--hidden{opacity:0;pointer-events:none;transform:translateY(-20px)}.hero-search__title{color:#fff;letter-spacing:-.025em;font-size:1.875rem;font-weight:900;line-height:1.2}@media(min-width:640px){.hero-search__title{font-size:2.25rem}}@media(min-width:768px){.hero-search__title{font-size:3rem}}.hero-search__subtitle{color:#cbd5e1;max-width:36rem;margin:0 auto;font-size:1rem}@media(min-width:640px){.hero-search__subtitle{font-size:1.125rem}}.hero-search__bar{background-color:#fff;border-radius:.5rem;align-items:center;width:100%;padding:.375rem;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.hero-search__icon{color:#94a3b8;align-items:center;padding-left:.75rem;display:flex}.hero-search__input{color:#1e293b;background-color:#0000;border:0;flex:1;padding:.75rem;font-size:1rem}.hero-search__input:focus{outline:none}.hero-search__input::-moz-placeholder{color:#94a3b8}.hero-search__input::placeholder{color:#94a3b8}.hero-search__select-wrapper{border-left:1px solid #e2e8f0;padding-left:.75rem;padding-right:.5rem;display:none}@media(min-width:640px){.hero-search__select-wrapper{display:flex}}.hero-search__select{color:#475569;cursor:pointer;background-color:#0000;border:0;padding:.25rem 2rem .25rem 0;font-size:.875rem;font-weight:500}.hero-search__select:focus{outline:none}.hero-search__button{color:#fff;background-color:#242aeb;border-radius:.375rem;height:2.5rem;padding:0 1.5rem;font-weight:700;transition:background-color .2s;box-shadow:0 1px 2px #0000000d}.hero-search__button:hover{background-color:#1d1fc0}.hero-quick-shop{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.hero-quick-shop__card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:.75rem;align-items:center;gap:.625rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:flex}.hero-quick-shop__card:hover{background:#ffffff38;border-color:#fff6;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.hero-quick-shop__card .material-symbols-outlined{font-size:22px}.hero-search__popular{color:#cbd5e1;flex-wrap:wrap;justify-content:center;gap:1rem;font-size:.75rem;font-weight:500;display:flex}.hero-search__popular-link{color:#cbd5e1;text-underline-offset:4px;-webkit-text-decoration:underline #64748b;text-decoration:underline #64748b;text-decoration-thickness:1px}.hero-search__popular-link:hover{color:#fff}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-top:2rem;display:flex}.section-header__title{color:#0e0e1b;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.dark .section-header__title{color:#fff}.section-header__title .material-symbols-outlined{color:#242aeb}.section-header__link{color:#242aeb;font-size:.875rem;font-weight:600}.section-header__link:hover{text-decoration:underline}.section-header__controls{gap:.5rem;display:flex}.section-header__control-btn{color:#64748b;border:1px solid #e7e8f3;border-radius:.25rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.section-header__control-btn:hover{color:#242aeb;border-color:#242aeb}.dark .section-header__control-btn{border-color:#334155}.section-header__control-btn .material-symbols-outlined{font-size:18px}.category-carousel{position:relative;overflow:hidden}.category-carousel:before,.category-carousel:after{content:"";z-index:2;pointer-events:none;width:3rem;position:absolute;top:0;bottom:0}.category-carousel:before{background:linear-gradient(90deg,#faf9f6,#0000);left:0}.category-carousel:after{background:linear-gradient(270deg,#faf9f6,#0000);right:0}.category-carousel__track{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:1rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.category-carousel__track::-webkit-scrollbar{display:none}.category-carousel__card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e7e8f3;border-radius:.75rem;flex-direction:column;flex:0 0 180px;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;transition:all .25s;display:flex}.category-carousel__card:hover{border-color:#242aeb;transform:translateY(-4px);box-shadow:0 8px 24px #242aeb1f}.category-carousel__card--skeleton{gap:.75rem}.category-carousel__image{aspect-ratio:1.2;background:#f1f5f9;border-radius:.5rem;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.category-carousel__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .3s}.category-carousel__card:hover .category-carousel__image img{transform:scale(1.08)}.category-carousel__icon{color:#94a3b8;font-size:2.5rem}.category-carousel__name{color:#0e0e1b;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.875rem;font-weight:600;overflow:hidden}.category-carousel__card:hover .category-carousel__name{color:#242aeb}.category-carousel__count{color:#64748b;font-size:.75rem}.dark .category-carousel__card{background:#1e293b;border-color:#334155}.dark .category-carousel__card:hover{border-color:#242aeb}.dark .category-carousel__name{color:#e2e8f0}.dark .category-carousel:before{background:linear-gradient(90deg,#0f172a,#0000)}.dark .category-carousel:after{background:linear-gradient(270deg,#0f172a,#0000)}@media(max-width:640px){.category-carousel__card{flex:0 0 150px}}.flash-deals{background-color:#f59e0b0d;border:2px solid #f59e0b4d;border-radius:.75rem;padding:1.5rem;position:relative;overflow:hidden}.dark .flash-deals{background-color:#f59e0b1a}.flash-deals__header{z-index:10;flex-direction:column;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;display:flex;position:relative}@media(min-width:768px){.flash-deals__header{flex-direction:row;align-items:center}}.flash-deals__title-wrapper{align-items:center;gap:.75rem;display:flex}.flash-deals__icon{color:#fff;background-color:#f59e0b;border-radius:.5rem;padding:.5rem}.flash-deals__icon .material-symbols-outlined{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}@keyframes pulse{50%{opacity:.5}}.flash-deals__title{color:#0e0e1b;font-size:1.25rem;font-weight:700}.dark .flash-deals__title{color:#fff}.flash-deals__subtitle{color:#475569;font-size:.875rem}.dark .flash-deals__subtitle{color:#cbd5e1}.flash-deals__timer{background-color:#fff;border:1px solid #f59e0b4d;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;box-shadow:0 1px 2px #0000000d}.dark .flash-deals__timer{background-color:#0f172a}.flash-deals__timer-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.flash-deals__timer-value{font-family:var(--font-mono,monospace);color:#f59e0b;font-size:1.125rem;font-weight:700}.flash-deals__grid{z-index:10;grid-template-columns:1fr;gap:1.5rem;display:grid;position:relative}@media(min-width:640px){.flash-deals__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.flash-deals__grid{grid-template-columns:repeat(4,1fr)}}.product-card{background-color:#fff;border:1px solid #e7e8f3;border-radius:.5rem;flex-direction:column;padding:1rem;transition:box-shadow .2s;display:flex;box-shadow:0 1px 2px #0000000d}.product-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.dark .product-card{background-color:#1e293b;border-color:#334155}.product-card__image-wrapper{margin-bottom:.75rem;position:relative}.product-card__badge{color:#fff;background-color:#f59e0b;border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:700;position:absolute;top:0;left:0}.product-card__image{-o-object-fit:cover;object-fit:cover;background-color:#f9fafb;border-radius:.375rem;width:100%;height:10rem}.product-card__content{flex-direction:column;flex:1;display:flex}.product-card__title{color:#0e0e1b;margin-bottom:.25rem;font-size:.875rem;font-weight:700;line-height:1.25}.dark .product-card__title{color:#fff}.product-card__sku{color:#64748b;font-size:.75rem;font-family:var(--font-mono,monospace);margin-bottom:.75rem}.product-card__pricing{justify-content:space-between;align-items:flex-end;margin-bottom:.75rem;display:flex}.product-card__price-wrapper{flex-direction:column;display:flex}.product-card__old-price{color:#94a3b8;font-size:.75rem;text-decoration:line-through}.product-card__price{color:#242aeb;font-size:1.125rem;font-weight:700}.product-card__add-btn{color:#242aeb;background-color:#242aeb1a;border-radius:.25rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex}.product-card__add-btn:hover{color:#fff;background-color:#242aeb}.product-card__add-btn .material-symbols-outlined{font-size:14px}.product-card__stock{background-color:#f1f5f9;border-radius:9999px;width:100%;height:.375rem;margin-top:.75rem}.dark .product-card__stock{background-color:#334155}.product-card__stock-bar{background-color:#f59e0b;border-radius:9999px;height:.375rem}.product-card__stock-text{color:#64748b;text-align:right;margin-top:.25rem;font-size:.625rem}.new-arrivals-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media(min-width:768px){.new-arrivals-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.new-arrivals-grid{grid-template-columns:repeat(3,1fr)}}.arrival-card{background-color:#fff;border:1px solid #e7e8f3;border-radius:.5rem;gap:1rem;padding:1.25rem;transition:border-color .2s;display:flex}.arrival-card:hover{border-color:#242aeb80}.dark .arrival-card{background-color:#1e293b;border-color:#334155}.arrival-card__image{background-color:#f9fafb;border-radius:.375rem;flex-shrink:0;width:6rem;height:6rem;overflow:hidden}.dark .arrival-card__image{background-color:#0f172a}.arrival-card__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.arrival-card__content{flex-direction:column;flex:1;justify-content:space-between;display:flex}.arrival-card__header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.arrival-card__title{color:#0e0e1b;font-size:.875rem;font-weight:700;transition:color .2s}.arrival-card:hover .arrival-card__title{color:#242aeb}.dark .arrival-card__title{color:#fff}.arrival-card__badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.025em;background-color:#dbeafe;border-radius:.25rem;flex-shrink:0;padding:.125rem .375rem;font-size:.625rem;font-weight:700}.dark .arrival-card__badge{color:#93c5fd;background-color:#1d4ed84d}.arrival-card__description{color:#64748b;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.75rem;display:-webkit-box;overflow:hidden}.arrival-card__footer{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.arrival-card__price{font-family:var(--font-mono,monospace);color:#0e0e1b;font-weight:700}.dark .arrival-card__price{color:#fff}.arrival-card__link{color:#242aeb;font-size:.75rem;font-weight:600}.arrival-card__link:hover{text-decoration:underline}.newsletter{color:#fff;background-color:#0f172a;border-radius:.75rem;padding:2rem;position:relative;overflow:hidden}@media(min-width:768px){.newsletter{padding:3rem}}.newsletter__background{z-index:0;opacity:.2;background-position:50%;background-size:cover;position:absolute;top:0;right:0;bottom:0;left:0}.newsletter__content{z-index:10;flex-direction:column;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}@media(min-width:768px){.newsletter__content{flex-direction:row}}.newsletter__text{max-width:36rem}.newsletter__title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}@media(min-width:768px){.newsletter__title{font-size:1.875rem}}.newsletter__subtitle{color:#cbd5e1}.newsletter__form{flex-direction:column;gap:.75rem;width:100%;display:flex}@media(min-width:640px){.newsletter__form{flex-direction:row}}@media(min-width:768px){.newsletter__form{width:auto}}.newsletter__input{color:#fff;background-color:#ffffff1a;border:1px solid #fff3;border-radius:.5rem;min-width:250px;padding:.5rem 1rem}.newsletter__input::-moz-placeholder{color:#94a3b8}.newsletter__input::placeholder{color:#94a3b8}.newsletter__input:focus{ring:2px;ring-color:#242aeb;border-color:#0000;outline:none}.newsletter__button{color:#fff;white-space:nowrap;background-color:#242aeb;border-radius:.5rem;padding:.5rem 1.5rem;font-weight:700;transition:background-color .2s}.newsletter__button:hover{background-color:#1d1fc0}.hero-search{overflow:hidden}.hero-search__background{transition:transform 10s ease-out}.hero-search:hover .hero-search__background{transform:scale(1.05)}.hero-search__overlay{background:linear-gradient(135deg,#0f172ad9,#1e293bbf,#0f172ad9) 0 0/200% 200%;animation:8s infinite gradient-shift}.hero-search__title{animation:.8s ease-out fadeInUp}.hero-search__subtitle{animation:.8s ease-out .2s backwards fadeInUp}.hero-search__bar{transition:box-shadow .3s,transform .3s;animation:.8s ease-out .4s backwards fadeInUp}.hero-search__bar:focus-within{transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000026,0 10px 10px -5px #00000014,0 0 0 3px #242aeb4d}.hero-search__button{transition:all .3s;position:relative;overflow:hidden}.hero-search__button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-search__button:hover:before{width:300px;height:300px}.hero-search__button:hover{transform:scale(1.02);box-shadow:0 4px 15px #242aeb66}.hero-search__popular{animation:.8s ease-out .6s backwards fadeIn}.category-card{cursor:pointer;transform-style:preserve-3d;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.category-card:hover{transform:translateY(-8px)rotateX(-2deg)rotateY(2deg);box-shadow:0 20px 40px #0000001f,0 0 0 2px #242aeb4d}.category-card:before{content:"";z-index:-1;opacity:0;background:linear-gradient(135deg,#242aeb,#06b6d4,#8b5cf6,#242aeb) 0 0/300% 300%;border-radius:10px;transition:opacity .4s;animation:4s infinite gradient-shift;position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px}.category-card:hover:before{opacity:1}.category-card__image{transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.category-card:hover .category-card__image{transform:scale(1.1)rotate(2deg)}.category-card__image-wrapper{position:relative;overflow:hidden}.category-card__image-wrapper:after{content:"";opacity:0;background:linear-gradient(135deg,#0000,#242aeb1a);transition:opacity .3s;position:absolute;top:0;right:0;bottom:0;left:0}.category-card:hover .category-card__image-wrapper:after{opacity:1}.product-card{cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative}.product-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f,0 8px 16px #00000014}.product-card__image{transition:transform .5s}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__image-wrapper{border-radius:.375rem;overflow:hidden}.product-card__badge{transition:transform .3s;animation:.5s cubic-bezier(.68,-.55,.265,1.55) popIn}.product-card:hover .product-card__badge{transform:scale(1.1)}.product-card__add-btn{transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.product-card__add-btn:hover{transform:scale(1.15)}.product-card__add-btn:active{transform:scale(.95)}.product-card__price{transition:color .3s,transform .3s}.product-card:hover .product-card__price{transform:scale(1.05)}.product-card__stock-bar{transition:width 1s ease-out}.flash-deals{transition:all .3s;position:relative}.flash-deals:before{content:"";opacity:.5;background:linear-gradient(135deg,#f59e0b,#ef4444,#f59e0b) 0 0/200% 200%;border-radius:.75rem;padding:2px;animation:3s infinite gradient-shift;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.flash-deals__icon{animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.flash-deals__timer-value{letter-spacing:.1em;text-shadow:0 0 10px #f59e0b80;font-family:Roboto Mono,monospace}.arrival-card{cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.arrival-card:hover{transform:translate(8px);box-shadow:-8px 8px 20px #0000001a,0 0 0 1px #242aeb33}.arrival-card__image img{transition:transform .5s}.arrival-card:hover .arrival-card__image img{transform:scale(1.1)rotate(3deg)}.arrival-card__badge{transition:all .3s}.arrival-card:hover .arrival-card__badge{color:#fff;background-color:#242aeb;transform:scale(1.1)}.newsletter{position:relative;overflow:hidden}.newsletter:before{content:"";background:radial-gradient(circle,#242aeb1a,#0000 50%);width:200%;height:200%;animation:20s linear infinite spin-slow;position:absolute;top:-50%;left:-50%}.newsletter__background{transition:transform 10s ease-out}.newsletter:hover .newsletter__background{transform:scale(1.1)}.newsletter__input{transition:all .3s}.newsletter__input:focus{background-color:#ffffff26;border-color:#242aeb;box-shadow:0 0 0 3px #242aeb80,0 0 20px #242aeb4d}.newsletter__button{background:linear-gradient(135deg,#242aeb,#3b82f6) 0 0/200% 200%;transition:all .3s;animation:3s infinite gradient-shift;position:relative;overflow:hidden}.newsletter__button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #242aeb66}.newsletter__button:after{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .5s,height .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.newsletter__button:hover:after{width:200px;height:200px}.section-header__title{transition:color .3s}.section-header__title .material-symbols-outlined{transition:transform .3s,color .3s}.section-header:hover .section-header__title .material-symbols-outlined{transform:rotate(10deg)scale(1.1)}.section-header__link{transition:color .3s;position:relative}.section-header__link:after{content:"";background:#242aeb;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.section-header__link:hover:after{width:100%}.category-grid .category-card,.flash-deals__grid .product-card,.new-arrivals-grid .arrival-card{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.category-grid .category-card.revealed,.flash-deals__grid .product-card.revealed,.new-arrivals-grid .arrival-card.revealed{opacity:1;transform:translateY(0)}.category-grid .category-card:first-child{transition-delay:50ms}.category-grid .category-card:nth-child(2){transition-delay:.1s}.category-grid .category-card:nth-child(3){transition-delay:.15s}.category-grid .category-card:nth-child(4){transition-delay:.2s}.category-grid .category-card:nth-child(5){transition-delay:.25s}.category-grid .category-card:nth-child(6){transition-delay:.3s}.flash-deals__grid .product-card:first-child{transition-delay:50ms}.flash-deals__grid .product-card:nth-child(2){transition-delay:.1s}.flash-deals__grid .product-card:nth-child(3){transition-delay:.15s}.flash-deals__grid .product-card:nth-child(4){transition-delay:.2s}.new-arrivals-grid .arrival-card:first-child{transition-delay:50ms}.new-arrivals-grid .arrival-card:nth-child(2){transition-delay:.1s}.new-arrivals-grid .arrival-card:nth-child(3){transition-delay:.15s}.reveal-item{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(30px)}.reveal-item.revealed{opacity:1;transform:translateY(0)}.scroll-progress{z-index:9999;background:linear-gradient(90deg,#242aeb,#06b6d4);height:3px;transition:width .1s linear;position:fixed;top:0;left:0}.hero-cta-row{gap:.75rem;animation:.8s ease-out .5s backwards fadeInUp;display:flex}.hero-cta{border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta .material-symbols-outlined{font-size:18px}.hero-cta--primary{color:#fff;background-color:#242aeb}.hero-cta--primary:hover{background-color:#1d1fc0;transform:translateY(-2px);box-shadow:0 8px 25px #242aeb66}.hero-cta--secondary{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#ffffff26;border:1px solid #ffffff4d}.hero-cta--secondary:hover{background-color:#ffffff40;transform:translateY(-2px)}.why-section{padding:1rem 0 2rem}.why-section__grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media(min-width:640px){.why-section__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-section__grid{grid-template-columns:repeat(4,1fr)}}.why-card{text-align:center;background:#fff;border:1px solid #e7e8f3;border-radius:.75rem;padding:2rem 1.5rem;transition:all .3s}.why-card:hover{border-color:#242aeb;transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.why-card__icon{color:#fff;background:linear-gradient(135deg,#242aeb,#3b82f6);border-radius:.75rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto 1rem;display:flex}.why-card__icon .material-symbols-outlined{font-size:24px}.why-card__title{color:#0e0e1b;margin-bottom:.5rem;font-size:1rem;font-weight:700}.why-card__desc{color:#64748b;font-size:.825rem;line-height:1.5}.how-section{text-align:center;padding:2rem 0}.how-section__title{color:#0e0e1b;letter-spacing:-.025em;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800}.how-section__steps{flex-direction:column;align-items:center;gap:2rem;display:flex}@media(min-width:768px){.how-section__steps{flex-direction:row;justify-content:center;gap:0}}.how-step{flex:1;max-width:280px;padding:2rem 1.5rem;position:relative}.how-step__number{color:#fff;background:linear-gradient(135deg,#242aeb,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin:0 auto .75rem;font-size:1.125rem;font-weight:900;display:flex;box-shadow:0 4px 15px #242aeb4d}.how-step__icon{color:#242aeb;margin-bottom:.5rem;font-size:32px}.how-step__title{color:#0e0e1b;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.how-step__desc{color:#64748b;font-size:.825rem;line-height:1.5}.how-step__connector{display:none}@media(min-width:768px){.how-step__connector{z-index:1;background:linear-gradient(90deg,#242aeb,#0000);width:4rem;height:2px;display:block;position:absolute;top:50%;right:-2rem}}.category-card__overlay{opacity:0;border-radius:inherit;color:#fff;background:linear-gradient(#0000,#0e0e1bb3);justify-content:center;align-items:flex-end;padding:.75rem;font-size:.875rem;font-weight:700;transition:opacity .3s;display:flex;position:absolute;top:0;right:0;bottom:0;left:0}.category-card:hover .category-card__overlay{opacity:1}.brands-strip{text-align:center;border-top:1px solid #e7e8f3;border-bottom:1px solid #e7e8f3;padding:2rem 0;overflow:hidden}.brands-strip__label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.825rem;font-weight:500}.brands-strip__marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000)}.brands-strip__track{gap:3rem;width:-moz-max-content;width:max-content;animation:30s linear infinite marquee;display:flex}.brands-strip__item{color:#94a3b8;white-space:nowrap;flex-shrink:0;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;transition:color .3s;display:flex}.brands-strip__item:hover{color:#242aeb}.brands-strip__item .material-symbols-outlined{filter:grayscale();font-size:24px;transition:filter .3s}.brands-strip__item:hover .material-symbols-outlined{filter:grayscale(0);color:#242aeb}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.bestsellers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media(min-width:1024px){.bestsellers-grid{grid-template-columns:repeat(4,1fr)}}.bestseller-card{background:#fff;border:1px solid #e7e8f3;border-radius:.75rem;transition:all .3s;overflow:hidden}.bestseller-card:hover{border-color:#242aeb;transform:translateY(-6px);box-shadow:0 16px 40px #242aeb1f}.bestseller-card__img{aspect-ratio:1;background:#f9fafb;overflow:hidden}.bestseller-card__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .5s}.bestseller-card:hover .bestseller-card__img img{transform:scale(1.08)}.bestseller-card__info{padding:1rem}.bestseller-card__info h3{color:#0e0e1b;margin-bottom:.25rem;font-size:.875rem;font-weight:700;line-height:1.3}.bestseller-card__rating{color:#f59e0b;margin-bottom:.75rem;font-size:.75rem}.bestseller-card__rating span{color:#94a3b8;margin-left:.25rem}.bestseller-card__bottom{justify-content:space-between;align-items:center;display:flex}.bestseller-card__price{color:#242aeb;font-size:1rem;font-weight:700}.bestseller-card__cart{color:#242aeb;white-space:nowrap;background:#242aeb1a;border-radius:.375rem;padding:.375rem .75rem;font-size:.625rem;font-weight:700;transition:all .2s}.bestseller-card__cart:hover{color:#fff;background:#242aeb}.new-arrivals-scroll{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.new-arrivals-scroll::-webkit-scrollbar{display:none}.new-arrivals-scroll .arrival-card{scroll-snap-align:start;opacity:1;flex-shrink:0;min-width:320px;transform:none}.arrival-card__badge--blue{color:#1d4ed8;background-color:#dbeafe}.arrival-card__badge--green{color:#166534;background-color:#dcfce7}.arrival-card__badge--orange{color:#c2410c;background-color:#ffedd5}.stats-section{border-radius:.75rem;margin:1rem 0;padding:3rem 2rem;position:relative;overflow:hidden}.stats-section__bg{z-index:0;background:linear-gradient(135deg,#0e121b,#1e293b,#0e121b);position:absolute;top:0;right:0;bottom:0;left:0}.stats-section__bg:after{content:"";opacity:.5;background-image: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='%23242aeb' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;right:0;bottom:0;left:0}.stats-section__content{z-index:1;text-align:center;position:relative}.stats-section__title{color:#fff;letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.stats-section__subtitle{color:#94a3b8;margin-bottom:2.5rem;font-size:.9rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-item__icon{color:#3b82f6;margin-bottom:.5rem;font-size:28px}.stat-item__number{color:#fff;letter-spacing:-.025em;margin-bottom:.25rem;font-size:2.25rem;font-weight:900;line-height:1}.stat-item__label{color:#94a3b8;font-size:.825rem;font-weight:500}.testimonials-section{text-align:center;padding:2.5rem 0}.testimonials-section__title{color:#0e0e1b;letter-spacing:-.025em;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.testimonials-carousel{max-width:600px;height:220px;margin:0 auto;position:relative}.testimonial-card{opacity:0;pointer-events:none;background:#fff;border:1px solid #e7e8f3;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .5s;display:flex;position:absolute;top:0;right:0;bottom:0;left:0;transform:scale(.95)translate(50px)}.testimonial-card.active{opacity:1;pointer-events:auto;transform:scale(1)translate(0);box-shadow:0 8px 30px #00000014}.testimonial-card__stars{color:#f59e0b;letter-spacing:.1em;margin-bottom:.75rem;font-size:1.25rem}.testimonial-card__quote{color:#475569;max-width:480px;margin-bottom:1rem;font-size:.9rem;font-style:italic;line-height:1.6}.testimonial-card__author{align-items:center;gap:.75rem;display:flex}.testimonial-card__avatar{color:#fff;background:linear-gradient(135deg,#242aeb,#3b82f6);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.testimonial-card__author strong{color:#0e0e1b;font-size:.875rem;display:block}.testimonial-card__author span{color:#64748b;font-size:.75rem}.testimonials-dots{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.testimonials-dots .dot{cursor:pointer;background:#d1d5db;border:none;border-radius:50%;width:.5rem;height:.5rem;transition:all .3s}.testimonials-dots .dot.active{background:#242aeb;transform:scale(1.3)}.back-to-top{color:#fff;cursor:pointer;z-index:999;background:#242aeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:all .3s;animation:.3s ease-out fadeInUp;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #242aeb66}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 25px #242aeb80}.back-to-top .material-symbols-outlined{font-size:20px}.home-page__main>div>section{margin-bottom:2rem}.category-card__image-wrapper--icon{aspect-ratio:1;background:linear-gradient(135deg,#242aeb,#06b6d4);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.category-card__icon-large{color:#fff;opacity:.9;font-size:48px}.category-card__count{color:#64748b;margin-top:-.25rem;font-size:.7rem}.skeleton-box{background:linear-gradient(90deg,#e7e8f3 25%,#f1f2f7,#e7e8f3 75%) 0 0/200% 100%;border-radius:.25rem;animation:1.5s infinite skeleton-shimmer}.product-card__image--placeholder,.bestseller-card__placeholder,.arrival-card__placeholder{color:#94a3b8;background:#f1f5f9;border-radius:.375rem;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-card__image--placeholder .material-symbols-outlined,.bestseller-card__placeholder .material-symbols-outlined,.arrival-card__placeholder .material-symbols-outlined{font-size:40px}.product-card__image--placeholder{height:10rem}.bestseller-card__stock-badge{color:#16a34a;white-space:nowrap;background:#16a34a1a;border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:700}.bestseller-card__stock-badge.out-of-stock{color:#ef4444;background:#ef44441a}@media(max-width:640px){.hero__content h1{line-height:1.3;font-size:1.5rem!important}.hero__content p{font-size:.85rem!important}.hero-cta-row{flex-direction:column;width:100%;max-width:280px}.hero-cta{justify-content:center;width:100%}.hero-quick-shop__grid{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.hero-quick-shop__card{flex-shrink:0;min-width:100px}.hero-search__popular{flex-wrap:wrap;justify-content:center}.features-grid,.trust-cards{grid-template-columns:repeat(2,1fr)!important;gap:.75rem!important}.category-cards-grid{grid-template-columns:repeat(2,1fr)}.bestseller-cards-grid{grid-template-columns:1fr}.testimonial-card{padding:1.5rem!important}.testimonial-card blockquote{font-size:.9rem!important}.section-title{font-size:1.3rem!important}}@media(max-width:480px){.features-grid,.trust-cards{grid-template-columns:1fr!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}
