*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--primary-blue: #232f3e;--primary-blue-dark: #131921;--primary-blue-light: #37475a;--light-blue: #f3f3f3;--dark-blue: #0f1111;--accent-orange: #456882;--accent-orange-dark: #3a5770;--accent-teal: #007185;--accent-red: #c7511f;--text-dark: #0f1111;--text-medium: #565959;--text-light: #6f7373;--white: #FFFFFF;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #eaeded;--gray-300: #d5d9d9;--gray-light: #F7F7F7;--border-color: #d5d9d9;--success-green: #067d62;--success-light: #e6f4f1;--error-red: #c7511f;--error-light: #fef5f0;--warning-yellow: #f0c14b;--warning-light: #fef9e7;--info-blue: #007185;--info-light: #e6f4f7;--shadow-xs: 0 1px 2px rgba(15, 17, 17, .05);--shadow-sm: 0 2px 4px rgba(15, 17, 17, .08);--shadow-md: 0 4px 8px rgba(15, 17, 17, .1);--shadow-lg: 0 8px 16px rgba(15, 17, 17, .12);--shadow-xl: 0 12px 24px rgba(15, 17, 17, .15);--shadow-2xl: 0 16px 32px rgba(15, 17, 17, .18);--shadow-colored: 0 2px 8px rgba(255, 153, 0, .15);--gradient-primary: linear-gradient(180deg, #f7f8f8 0%, #ffffff 100%);--gradient-secondary: linear-gradient(180deg, #ffffff 0%, #f7f8f8 100%);--transition-fast: .1s ease;--transition-normal: .2s ease;--transition-slow: .3s ease;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 8px;--radius-xl: 12px;--radius-full: 9999px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem}html{scroll-behavior:smooth}body{overflow-x:hidden}img{max-width:100%;height:auto;display:block}img[src=""],img:not([src]){opacity:0}button,a,input,select,textarea{transition:all var(--transition-normal)}a,a:hover{text-decoration:none}*:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}::selection{background-color:var(--primary-blue);color:#fff}label{display:inline-flex;align-items:baseline}label svg{position:relative;top:3px;flex-shrink:0}@media(min-width:769px){::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--gray-light)}::-webkit-scrollbar-thumb{background:var(--primary-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--dark-blue)}}@media(max-width:768px){body{-ms-overflow-style:none;scrollbar-width:none}body::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}}.loading-container{display:flex;justify-content:center;align-items:center;padding:3rem;min-height:200px}.loading-container.fullscreen{position:fixed;inset:0;background:#f5f5f5;z-index:9999;min-height:100vh}.loading-spinner{display:flex;justify-content:center;align-items:center}.spinner{width:60px;height:60px;border:4px solid transparent;border-top-color:#4a90e2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container.small{padding:1rem;min-height:100px}.loading-container.small .spinner{width:40px;height:40px;border-width:3px}.toast-container{position:fixed;top:80px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;animation:slideIn .3s ease-out;border-left:4px solid;min-width:300px}.toast-success{border-left-color:#22c55e}.toast-error{border-left-color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-success .toast-icon{color:#22c55e}.toast-error .toast-icon{color:#ef4444}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{flex:1;font-size:.9rem;color:#1f2937;line-height:1.5}.toast-close{flex-shrink:0;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.toast-close:hover{background:#f3f4f6;color:#1f2937}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@media(max-width:480px){.toast-container{top:70px;right:10px;left:10px;max-width:none}.toast{min-width:auto;width:100%}}.header{background:var(--white);box-shadow:0 4px 12px #00000014;position:sticky;top:0;z-index:1000}.header-top{padding:1.25rem 0;border-bottom:1px solid var(--border-color);position:relative}.header-top .container{max-width:1400px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{display:flex;align-items:center}.logo-image{height:55px;width:auto;object-fit:contain;transition:all .3s;cursor:pointer}.logo-image:hover{opacity:.9}@media(max-width:640px){.logo-image{height:45px}}.search-bar{flex:1;max-width:100%;position:relative;display:none;width:100%}.search-bar.mobile-search-open{display:flex;position:fixed;top:80px;left:0;right:0;padding:1rem;background:#fff;box-shadow:0 4px 12px #0000001a;z-index:999;max-width:100%;flex:none}.search-bar.mobile-search-open input{width:100%}.search-bar.mobile-search-open .search-icon{left:1.75rem}.search-wrapper{display:contents;position:relative}.mobile-search-btn{display:flex;align-items:center}.mobile-search-btn .icon-btn{background:#f8f9fa;padding:.5rem;border-radius:8px;width:auto;height:auto}.mobile-search-btn .icon-btn:hover{background:var(--primary-blue);color:#fff;transform:none;box-shadow:none}@media(max-width:767px){.mobile-search-btn .icon-btn{padding:.5rem}}.search-bar input{width:100%;padding:.85rem 1rem .85rem 3rem;border:2px solid var(--border-color);border-radius:30px;font-size:.95rem;transition:all .3s;background:#f8f9fa}.search-bar input:focus{outline:none;border-color:var(--primary-blue);background:#fff;box-shadow:0 4px 12px #4a90e226}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light)}.header-actions{display:none;gap:1rem;align-items:center}.icon-btn{position:relative;background:#f8f9fa;border:none;cursor:pointer;color:var(--text-dark);padding:.65rem;border-radius:50%;transition:all .3s}.icon-btn:hover{background:var(--primary-blue);color:#fff}.badge{position:absolute;top:-2px;right:-2px;background:var(--accent-orange);color:#fff;font-size:.7rem;padding:.2rem .45rem;border-radius:12px;font-weight:700;box-shadow:0 2px 6px #ff6b3566;min-width:18px;text-align:center}.login-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:#fff;border:none;border-radius:30px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s;box-shadow:0 4px 12px #4a90e24d}.login-btn:hover{opacity:.9}.menu-toggle{display:flex;background:#f8f9fa;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem;border-radius:8px;transition:all .3s;position:relative;z-index:1003;align-items:center;justify-content:center}.menu-toggle:hover{background:var(--primary-blue);color:#fff}.menu-toggle:active{transform:scale(.95);opacity:.3}@media(max-width:767px){.header-top .container{justify-content:space-between;gap:.75rem}.logo{flex-shrink:0}.mobile-search-btn{margin-left:auto}.menu-toggle{margin-left:0}.nav-menu{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#fff;z-index:1003;transition:left .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:4px 0 24px #0000001f;display:block;border-bottom:none}.nav-menu.open{left:0}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:1001;cursor:pointer;animation:fadeIn .3s ease-in-out}.mobile-sidebar-header{display:flex;align-items:center;justify-content:center;padding:1.5rem 1.25rem;background:#fff;border-bottom:2px solid var(--border-color)}.sidebar-logo{display:flex;align-items:center}.sidebar-logo img{height:46px;width:auto}.nav-menu .container{padding:1rem 0;flex-direction:column;align-items:stretch;gap:.25rem}.nav-link{padding:1.125rem 1.25rem!important;border-radius:0!important;border-left:4px solid transparent!important;display:flex!important;align-items:center!important;gap:1rem!important;font-size:1rem!important;font-weight:600!important;transition:all .2s!important;position:relative!important;color:#2c3e50!important;text-decoration:none!important;background:transparent!important;width:100%!important;text-align:left!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}.nav-link span{color:#2c3e50!important}.nav-link span:first-child{flex:1!important}.nav-link:hover{background:var(--light-blue)!important;padding-left:1.5rem!important;color:var(--primary-blue)!important}.nav-link:hover span{color:var(--primary-blue)!important}.nav-link.active{background:var(--light-blue)!important;border-left-color:var(--primary-blue)!important;color:var(--primary-blue)!important;font-weight:700!important}.nav-link.active span{color:var(--primary-blue)!important}.dropdown-toggle,.dropdown-toggle span{color:#2c3e50}.dropdown-toggle:hover,.dropdown-toggle:hover span{color:var(--primary-blue)}.nav-badge{background:var(--accent-orange);color:#fff;font-size:.75rem;font-weight:700;padding:.3rem .6rem;border-radius:20px;min-width:28px;text-align:center;box-shadow:0 2px 6px #ff6b354d}.nav-divider{height:2px;background:var(--border-color);margin:1rem 1.25rem}.dropdown-toggle{justify-content:flex-start}.dropdown-arrow{margin-left:auto;font-size:.7rem;transition:transform .3s;color:var(--text-light)}.dropdown-arrow.open{transform:rotate(180deg);color:var(--primary-blue)}.dropdown-menu{position:static;box-shadow:none;border:none;background:transparent;margin:.25rem 0 .5rem;padding:0}.dropdown-item{padding:1rem 1.25rem 1rem 4rem;font-size:.95rem;font-weight:500;transition:all .2s;border-left:4px solid transparent}.dropdown-item:hover{background:var(--background-light);padding-left:4.25rem;color:var(--primary-blue)}.dropdown-item .category-icon-svg{margin-right:.75rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-sidebar-header{display:flex}.nav-menu::-webkit-scrollbar{width:6px}.nav-menu::-webkit-scrollbar-track{background:transparent}.nav-menu::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:10px}.nav-menu::-webkit-scrollbar-thumb:hover{background:var(--text-light)}}@media(min-width:768px){.mobile-sidebar-header{display:none}.search-wrapper{flex:1;max-width:800px;display:flex;position:relative}.mobile-search-btn{display:none}.search-bar{display:flex;position:relative;flex:1;width:100%}.search-bar.mobile-search-open{position:relative;padding:0;box-shadow:none}.header-actions{display:flex}.menu-toggle{display:none}.nav-menu{background:#fff;display:block;border-bottom:none;position:static;left:auto;width:auto;height:auto;box-shadow:none;transition:none}.nav-menu.open{display:block}.nav-menu .container{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 1rem;gap:.5rem;max-width:1400px;margin:0 auto}.nav-link{padding:1.25rem 1.5rem;width:auto;text-align:center;border-left:none;border-radius:10px;color:var(--text-dark);font-weight:600;font-size:.95rem}.nav-link span{color:var(--text-dark)}.nav-link:hover{background:transparent;color:var(--primary-blue);padding-left:1.5rem}.nav-link:hover span{color:var(--primary-blue)}.nav-link.active{background:transparent;color:var(--primary-blue);border-left:none}.nav-link.active span{color:var(--primary-blue)}.nav-link.active:after{display:none}.nav-dropdown:hover .dropdown-menu{display:block}}.nav-dropdown{position:relative}.dropdown-toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem}.dropdown-arrow{font-size:.7rem;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:10px;box-shadow:0 4px 12px #00000026;min-width:200px;padding:.5rem 0;z-index:1000;margin-top:.5rem}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;color:var(--text-dark);text-decoration:none;transition:all .3s;font-weight:500}.dropdown-item:hover{background:var(--light-blue);color:var(--primary-blue)}.category-icon-svg{color:var(--primary-blue);flex-shrink:0}@media(max-width:767px){.dropdown-menu{position:static;box-shadow:none;background:#fff;border-radius:8px;margin-top:.5rem;margin-left:1rem}.dropdown-item{padding:.65rem 1rem}}.search-wrapper{position:relative}.clear-search-input{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--text-light);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.clear-search-input:hover{background:#f0f0f0;color:var(--text-dark)}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;max-height:400px;overflow-y:auto;z-index:1000;border:1px solid #e5e7eb;width:100%}.suggestions-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.75rem;font-weight:700;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #f0f0f0}.clear-history-btn{background:none;border:none;color:var(--primary-blue);font-size:.75rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .3s}.clear-history-btn:hover{background:#f0f0f0}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:all .2s;border-bottom:1px solid #f9fafb}.suggestion-item:hover,.suggestion-item.selected{background:#f8f9fa}.suggestion-item:last-child{border-bottom:none}.suggestion-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f0f0f0;border-radius:8px;color:var(--text-light);flex-shrink:0}.suggestion-item:hover .suggestion-icon,.suggestion-item.selected .suggestion-icon{background:var(--primary-blue);color:#fff}.suggestion-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.suggestion-text{font-size:.95rem;font-weight:600;color:var(--text-dark)}.suggestion-type{font-size:.75rem;color:var(--text-light);text-transform:capitalize}.suggestion-image{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}.history-item .suggestion-text{font-weight:500}.no-suggestions{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:var(--text-light)}.no-suggestions svg{margin-bottom:.75rem;opacity:.5}.no-suggestions p{margin-bottom:1rem;font-size:.9rem}.search-anyway-btn{padding:.5rem 1rem;background:var(--primary-blue);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s}.search-anyway-btn:hover{opacity:.9}@media(max-width:767px){.search-bar.mobile-search-open{border-bottom:1px solid #e5e7eb}.search-bar.mobile-search-open~.search-suggestions{position:fixed;top:145px;left:1rem;right:1rem;width:calc(100% - 2rem);max-height:calc(100vh - 160px);z-index:1001}.search-suggestions{position:fixed;top:145px;left:1rem;right:1rem;width:calc(100% - 2rem);max-height:calc(100vh - 160px);z-index:1001}}.search-suggestions::-webkit-scrollbar{width:6px}.search-suggestions::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.search-suggestions::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.footer{background:var(--text-dark);color:#fff;margin-top:auto;padding-bottom:80px}@media(min-width:768px){.footer{padding-bottom:0}}.footer-content{padding:3rem 1rem 2rem}.footer-content .container{max-width:1400px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;max-width:1400px;margin:0 auto}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:var(--light-blue)}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:var(--light-blue)}.footer-section p{color:#fffc;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fffc;text-decoration:none;transition:all .3s}.footer-section ul li a:hover{color:var(--primary-blue)}.contact-info li{display:flex;align-items:center;gap:.75rem;color:#fffc}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.social-links a:hover{background:var(--primary-blue)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom .container{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;max-width:1400px;margin:0 auto}.footer-bottom p{color:#fff9;font-size:.9rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#fff9;text-decoration:none;font-size:.9rem;transition:all .3s}.footer-links a:hover{color:var(--primary-blue)}.footer-hide-mobile{display:none}@media(max-width:767px){.footer.footer-hide-mobile-only{display:none}}@media(min-width:768px){.footer-hide-mobile{display:block}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-bottom .container{flex-direction:row;justify-content:space-between}}@media(min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;display:flex;justify-content:space-around;padding:.75rem .5rem;box-shadow:0 -2px 10px #0000001a;z-index:1000}.mobile-nav-btn{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:none;border:none;color:var(--text-light);cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s;position:relative;flex:1}.mobile-nav-btn span{font-size:.75rem;font-weight:500}.mobile-nav-btn.active{color:var(--primary-blue);background:var(--light-blue)}.mobile-badge{position:absolute;top:.25rem;right:.75rem;background:var(--accent-orange);color:#fff;font-size:.65rem;padding:.15rem .4rem;border-radius:10px;font-weight:600}@media(min-width:768px){.mobile-nav{display:none}}.back-to-top{position:fixed;bottom:100px;right:2rem;width:42px;height:42px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #4a90e266;transition:all var(--transition-normal);opacity:0;visibility:hidden;transform:translateY(20px);z-index:999}.back-to-top.visible{opacity:.95;visibility:visible;transform:translateY(0)}.back-to-top:hover{opacity:.9}.back-to-top:active{transform:translateY(-2px)}@media(max-width:768px){.back-to-top{bottom:90px;right:1rem;width:38px;height:38px}.back-to-top svg{width:18px;height:18px}}.banner{position:relative;height:500px;overflow:hidden;border-radius:20px;margin:1.5rem auto;max-width:1400px}@media(max-width:640px){.banner{height:280px;border-radius:12px;margin:.75rem}}.banner-slider{position:relative;height:100%}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center}.slide.active{opacity:1}.slide-image{width:100%;height:100%;object-fit:cover;display:block;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.slide-overlay{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);z-index:5}.banner .shop-now-btn,.slide-overlay .shop-now-btn{padding:.75rem 2rem;background:#fff!important;color:var(--primary-blue)!important;border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s;font-size:1rem;box-shadow:0 4px 15px #0003}.banner .shop-now-btn:hover,.slide-overlay .shop-now-btn:hover{background:var(--primary-blue)!important;color:#fff!important;opacity:.9}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;z-index:10}.slider-btn:hover{background:#fff;transform:translateY(-50%);opacity:1}.slider-btn.prev{left:1rem}.slider-btn.next{right:1rem}.slider-dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.dot{width:12px;height:12px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer;transition:all .3s}.dot.active{background:#fff;width:30px;border-radius:6px}@media(max-width:640px){.slide-overlay{bottom:2rem}.banner .shop-now-btn,.slide-overlay .shop-now-btn{padding:.6rem 1.5rem;font-size:.9rem}.slider-btn{width:35px;height:35px}.slider-btn.prev{left:.5rem}.slider-btn.next{right:.5rem}.slider-dots{bottom:1rem}.dot{width:8px;height:8px}.dot.active{width:20px}}.categories-section{padding:4rem 0;background:linear-gradient(180deg,#f8f9fa,#fff)}@media(max-width:640px){.categories-section{padding:2rem 0}}.categories-section .container{display:flex;flex-direction:column}.section-title{text-align:center;font-size:2.5rem;color:var(--text-dark);margin-bottom:3rem;font-weight:800;width:100%}.categories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1400px;margin:0 auto;width:100%}.category-card{background:#fff;padding:2.5rem 1.5rem;border-radius:20px;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000014;border:2px solid transparent}@media(max-width:640px){.category-card{padding:1.5rem .75rem;border-radius:12px}}.category-card:hover{opacity:.9}.category-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:all .3s}@media(max-width:640px){.category-icon{width:60px;height:60px;margin-bottom:.5rem}.category-icon svg{width:24px;height:24px}}.category-card:hover .category-icon{transform:scale(1.05)}.category-card h3{font-size:1.1rem;color:var(--text-dark);font-weight:600}@media(max-width:640px){.category-card h3{font-size:.9rem}}@media(min-width:768px){.categories-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(min-width:1024px){.categories-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem}}@media(max-width:640px){.section-title{font-size:1.75rem;margin-bottom:2rem}}.deals-banner{padding:2rem 0;background:#fff}@media(max-width:640px){.deals-banner{padding:1.5rem 0}}.deals-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.deal-card{border-radius:20px;position:relative;overflow:hidden;transition:all .3s;height:300px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.deal-card:hover{opacity:.9}.deal-image{width:100%;height:100%;object-fit:cover;display:block}.deal-overlay{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:5}@media(max-width:640px){.deal-card{height:200px}.deal-overlay{bottom:1.5rem}}.deal-btn{padding:.75rem 2rem;background:#fff;color:var(--primary-blue);border:none;border-radius:25px;font-weight:700;cursor:pointer;transition:all .3s;font-size:1rem}.deal-btn:hover{opacity:.9}@media(min-width:768px){.deals-grid{grid-template-columns:repeat(2,1fr)}}.featured-products{padding:4rem 0;background:var(--white)}@media(max-width:640px){.featured-products{padding:2rem 0}}.featured-products .container{display:flex;flex-direction:column}.section-header{width:100%}.featured-products .section-title{text-align:center;font-size:2.5rem;color:var(--text-dark);font-weight:800}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1400px;margin:0 auto;width:100%}.product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #f0f0f0;display:flex;flex-direction:column}.product-card:hover{opacity:.9}.product-badge{position:absolute;top:1rem;left:1rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;z-index:5}.product-badge.sale{background:var(--accent-orange)}.product-badge.hot{background:#ff4757}.product-badge.new{background:#5f27cd}.product-badge.featured{background:#00d2d3}.product-badge.premium{background:gold;color:var(--text-dark)}.wishlist-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:5;box-shadow:0 2px 8px #0000001a}.wishlist-btn:hover{background:var(--accent-orange);color:#fff}.product-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative;display:block}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}@media(max-width:640px){.product-info{padding:1rem}}.product-name{font-size:1.05rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}@media(max-width:640px){.product-name{font-size:.95rem;min-height:2.6em}}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.stars{display:flex;gap:.15rem}.reviews{font-size:.85rem;color:var(--text-light)}.product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.current-price{font-size:1.5rem;color:var(--primary-blue);font-weight:700}.original-price{font-size:1rem;color:#999;text-decoration:line-through;font-weight:500;opacity:1}.add-to-cart-btn{width:100%;padding:.75rem;background:var(--primary-blue);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;margin-top:auto}.add-to-cart-btn:hover{opacity:.9}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}@media(max-width:640px){.featured-products .section-title{font-size:1.75rem;margin-bottom:2rem}.product-badge{font-size:.7rem;padding:.3rem .6rem;top:.75rem;left:.75rem}.wishlist-btn{width:35px;height:35px;top:.75rem;right:.75rem}.wishlist-btn svg{width:18px;height:18px}.current-price{font-size:1.25rem}.original-price{font-size:.9rem;color:#888;font-weight:600}.add-to-cart-btn{padding:.65rem;font-size:.9rem}}.featured-products .section-title{margin-bottom:2rem}.view-all-wrapper{display:flex;justify-content:flex-end;margin-top:2.5rem;max-width:1400px;margin-left:auto;margin-right:auto;width:100%}.view-all-btn{padding:.75rem 2rem;background:var(--primary-blue);color:#fff;border:none;border-radius:30px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:.5rem}.view-all-btn:hover{opacity:.9}@media(max-width:640px){.featured-products .section-title{margin-bottom:1.5rem}.view-all-wrapper{margin-top:2rem;justify-content:center}.view-all-btn{width:100%;justify-content:center;padding:.65rem 1.5rem;font-size:.9rem}}.feature-highlights{padding:60px 0;background:#fff;border-top:1px solid #e5e7eb}.feature-highlights-container{max-width:1400px;margin:0 auto;padding:0 20px}.feature-highlights-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.feature-highlight-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;background:#fff;border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease;min-height:220px}.feature-highlight-card:hover{opacity:.9}.feature-highlight-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.feature-highlight-icon svg{width:36px;height:36px;color:#fff;stroke-width:2}.feature-highlight-content h3{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 8px;line-height:1.3}.feature-highlight-content p{font-size:15px;color:#6b7280;margin:0;line-height:1.5}@media(min-width:1024px)and (max-width:1279px){.feature-highlights{padding:50px 0}.feature-highlights-grid{gap:24px}.feature-highlight-card{padding:35px 18px;min-height:200px}.feature-highlight-icon{width:72px;height:72px;border-radius:18px;margin-bottom:18px}.feature-highlight-icon svg{width:32px;height:32px}.feature-highlight-content h3{font-size:18px}.feature-highlight-content p{font-size:14px}}@media(min-width:768px)and (max-width:1023px){.feature-highlights{padding:45px 0}.feature-highlights-grid{grid-template-columns:repeat(2,1fr);gap:20px}.feature-highlight-card{padding:32px 16px;min-height:190px}.feature-highlight-icon{width:68px;height:68px;border-radius:16px;margin-bottom:16px}.feature-highlight-icon svg{width:30px;height:30px}.feature-highlight-content h3{font-size:17px}.feature-highlight-content p{font-size:13px}}@media(min-width:640px)and (max-width:767px){.feature-highlights{padding:40px 0}.feature-highlights-container{padding:0 16px}.feature-highlights-grid{grid-template-columns:repeat(2,1fr);gap:16px}.feature-highlight-card{padding:28px 14px;min-height:170px;border-radius:14px}.feature-highlight-icon{width:64px;height:64px;border-radius:14px;margin-bottom:14px}.feature-highlight-icon svg{width:28px;height:28px}.feature-highlight-content h3{font-size:16px}.feature-highlight-content p{font-size:12px}}@media(min-width:480px)and (max-width:639px){.feature-highlights{padding:35px 0}.feature-highlights-container{padding:0 14px}.feature-highlights-grid{grid-template-columns:repeat(2,1fr);gap:14px}.feature-highlight-card{padding:24px 12px;min-height:160px;border-radius:12px}.feature-highlight-icon{width:60px;height:60px;border-radius:12px;margin-bottom:12px}.feature-highlight-icon svg{width:26px;height:26px}.feature-highlight-content h3{font-size:15px}.feature-highlight-content p{font-size:11px}}@media(min-width:375px)and (max-width:479px){.feature-highlights{padding:30px 0}.feature-highlights-container{padding:0 12px}.feature-highlights-grid{grid-template-columns:repeat(2,1fr);gap:12px}.feature-highlight-card{padding:20px 10px;min-height:150px;border-radius:12px}.feature-highlight-icon{width:56px;height:56px;border-radius:12px;margin-bottom:10px}.feature-highlight-icon svg{width:24px;height:24px}.feature-highlight-content h3{font-size:14px}.feature-highlight-content p{font-size:10px}}@media(max-width:374px){.feature-highlights{padding:25px 0}.feature-highlights-container{padding:0 10px}.feature-highlights-grid{grid-template-columns:repeat(2,1fr);gap:10px}.feature-highlight-card{padding:18px 8px;min-height:140px;border-radius:10px}.feature-highlight-icon{width:52px;height:52px;border-radius:10px;margin-bottom:8px}.feature-highlight-icon svg{width:22px;height:22px}.feature-highlight-content h3{font-size:13px}.feature-highlight-content p{font-size:9px}}@media(min-width:1280px){.feature-highlights{padding:70px 0}.feature-highlights-grid{gap:35px}.feature-highlight-card{padding:45px 24px;min-height:240px}.feature-highlight-icon{width:88px;height:88px;border-radius:22px;margin-bottom:22px}.feature-highlight-icon svg{width:40px;height:40px}.feature-highlight-content h3{font-size:22px}.feature-highlight-content p{font-size:16px}}.product-card{position:relative;background:#fff;border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition-fast);box-shadow:0 1px 2px #0f111126;border:1px solid var(--border-color);display:flex;flex-direction:column;height:100%}.product-card:hover{box-shadow:0 1px 3px #0f11112e;border-color:var(--gray-300)}.product-badge{position:absolute;top:.75rem;left:.75rem;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.6875rem;font-weight:700;z-index:2;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 1px 3px #0003}.product-badge.featured{background:var(--primary-blue);color:#fff}.product-badge.discount{background:var(--error-red);color:#fff;top:2.5rem}.wishlist-btn{position:absolute;top:.75rem;right:.75rem;background:#fff;border:1px solid var(--border-color);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:all var(--transition-fast);box-shadow:0 1px 3px #0000001a;color:var(--text-medium)}.wishlist-btn:hover{background:var(--gray-50);border-color:var(--text-medium)}.wishlist-btn:active{transform:scale(.95)}.wishlist-btn.active{color:var(--error-red);border-color:var(--error-red);background:#fff5f5}.wishlist-btn.active:hover{background:#fee}.product-image{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#fff;border-bottom:1px solid var(--border-color)}.product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;padding:0;transition:transform var(--transition-normal)}.product-card:hover .product-image img{transform:scale(1)}.product-info{padding:1rem;display:flex;flex-direction:column;gap:.5rem;flex:1;min-height:0}.product-name{font-size:.875rem;font-weight:400;color:var(--text-dark);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em;margin-bottom:.25rem;word-break:break-word}.product-card:hover .product-name{color:var(--accent-teal)}.product-rating{display:flex;align-items:center;gap:.375rem;margin-bottom:.25rem;flex-shrink:0}.stars{display:flex;gap:1px;flex-shrink:0}.reviews{font-size:.75rem;color:var(--accent-teal);font-weight:400;white-space:nowrap}.product-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap;flex-shrink:0}.current-price{font-size:1.5rem;font-weight:400;color:var(--error-red);line-height:1;white-space:nowrap}.original-price{font-size:.8125rem;color:#999;text-decoration:line-through;font-weight:500;opacity:1;white-space:nowrap}.add-to-cart-btn{width:100%;padding:.5rem;background:var(--accent-orange);color:var(--text-dark);border:1px solid var(--accent-orange-dark);border-radius:var(--radius-md);font-weight:500;font-size:.8125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all var(--transition-fast);margin-top:auto;box-shadow:0 1px 2px #0000000d;white-space:nowrap}.add-to-cart-btn:hover{background:var(--accent-orange-dark);border-color:var(--accent-orange-dark);box-shadow:0 2px 4px #0000001a}.add-to-cart-btn:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000d}@media(max-width:640px){.product-card{border-radius:8px}.product-info{padding:.5rem;gap:.3rem}.product-name{font-size:.7rem;min-height:2em;-webkit-line-clamp:2;line-height:1.3}.product-rating{gap:.25rem;margin-bottom:.2rem}.stars svg{width:11px;height:11px}.reviews{font-size:.65rem}.product-price{gap:.3rem;margin-bottom:.3rem}.current-price{font-size:1rem;font-weight:600}.original-price{font-size:.7rem}.add-to-cart-btn{padding:.45rem .3rem;font-size:.65rem;gap:.3rem;border-radius:6px;white-space:nowrap}.add-to-cart-btn svg{width:16px;height:16px}.wishlist-btn{width:28px;height:28px;top:.4rem;right:.4rem}.wishlist-btn svg{width:15px;height:15px}.product-badge{top:.4rem;left:.4rem;padding:.2rem .35rem;font-size:.6rem}.product-badge.discount{top:1.8rem}}@media(max-width:380px){.product-info{padding:.45rem;gap:.25rem}.product-name{font-size:.65rem;line-height:1.25}.current-price{font-size:.95rem}.original-price{font-size:.65rem}.add-to-cart-btn{padding:.4rem .25rem;font-size:.6rem;white-space:nowrap}.add-to-cart-btn svg{width:15px;height:15px}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:0;width:100%}@media(max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.625rem;padding:0 .5rem}}@media(max-width:380px){.products-grid{gap:.5rem;padding:0 .375rem}}@media(min-width:641px)and (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1025px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}}.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;font-size:.9rem;padding:.75rem 1rem;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000a;animation:slideDown .3s ease-out}.breadcrumb-item{display:flex;align-items:center;gap:.5rem}.breadcrumb a{color:var(--primary-blue);text-decoration:none;transition:all var(--transition-normal);font-weight:500;padding:.25rem .5rem;border-radius:6px}.breadcrumb a:hover{background:var(--light-blue);color:var(--dark-blue)}.breadcrumb-current{color:var(--text-dark);font-weight:600;padding:.25rem .5rem;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb-separator{color:var(--text-light);font-weight:400;-webkit-user-select:none;user-select:none}@media(max-width:640px){.breadcrumb{margin-bottom:1.5rem;font-size:.8rem;gap:.35rem;padding:.6rem .85rem}.breadcrumb-item{gap:.35rem}.breadcrumb a,.breadcrumb-current{padding:.2rem .4rem}.breadcrumb-current{max-width:150px}}.products-page{padding:1.5rem 0 120px;min-height:100vh;background:#f5f5f5}.products-page .container{max-width:1500px;margin:0 auto;padding:0 1rem}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.products-header h1{font-size:1.75rem;color:var(--text-dark);font-weight:400;letter-spacing:-.02em}.filter-toggle-btn{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;color:var(--text-dark);border:1px solid var(--border-color);border-radius:var(--radius-md);font-weight:500;font-size:.875rem;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 1px 2px #0000000d}.filter-toggle-btn:hover{background:var(--gray-50);border-color:var(--text-medium)}.products-layout{display:grid;grid-template-columns:260px 1fr;gap:2rem}.filters-sidebar{background:#fff;border-radius:var(--radius-md);padding:1rem;height:fit-content;position:sticky;top:80px;box-shadow:0 1px 3px #00000014;border:1px solid var(--border-color)}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.filters-header h3{font-size:1rem;color:var(--text-dark);font-weight:600;display:flex;align-items:center;gap:.5rem}.filter-icon{color:var(--primary-blue)}.close-filters{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark)}.filter-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:2px solid #f5f5f5}.filter-section:last-of-type{border-bottom:none}.filter-section h4{font-size:.8rem;color:var(--text-light);font-weight:700;margin-bottom:.85rem;text-transform:uppercase;letter-spacing:.5px}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.65rem;cursor:pointer;padding:.4rem .5rem;border-radius:6px;transition:all .3s}.filter-option:hover{background:var(--light-blue)}.filter-option input[type=radio]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary-blue)}.filter-option span{font-size:.9rem;color:var(--text-dark);font-weight:500}.price-range-container{display:flex;flex-direction:column;gap:1rem}.price-slider{position:relative;height:5px;background:#e0e0e0;border-radius:5px;margin:1rem 0}.price-slider input[type=range]{position:absolute;width:100%;height:5px;background:transparent;pointer-events:none;-webkit-appearance:none;appearance:none}.price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:var(--primary-blue);border:3px solid white;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #0003;transition:all .3s}.price-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #4a90e266}.price-slider input[type=range]::-moz-range-thumb{width:18px;height:18px;background:var(--primary-blue);border:3px solid white;border-radius:50%;cursor:pointer;pointer-events:all;box-shadow:0 2px 6px #0003;transition:all .3s}.price-slider input[type=range]::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 3px 8px #4a90e266}.price-slider input[type=range]::-webkit-slider-runnable-track{height:5px;background:transparent}.price-slider input[type=range]::-moz-range-track{height:5px;background:transparent}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{flex:1;min-width:0;width:100%;padding:.6rem .5rem;border:2px solid var(--border-color);border-radius:8px;font-size:.85rem;transition:all .3s;box-sizing:border-box}.price-inputs input:focus{outline:none;border-color:var(--primary-blue);background:var(--light-blue)}.price-inputs span{color:var(--text-light);font-weight:600}.clear-filters-btn{width:100%;padding:.7rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);color:var(--text-dark);border:2px solid var(--border-color);border-radius:10px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s;margin-top:.5rem}.clear-filters-btn:hover{background:var(--primary-blue);color:#fff;opacity:.9}.products-main{flex:1}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;border:1px solid #f0f0f0}.toolbar-left{display:flex;align-items:center;gap:1rem}.results-count{font-weight:700;color:var(--text-dark);font-size:.95rem}.clear-search-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:#f0f0f0;color:var(--text-dark);border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s}.clear-search-btn:hover{background:#e0e0e0;opacity:.9}.sort-dropdown{display:flex;align-items:center;gap:.75rem}.sort-dropdown label{font-weight:700;color:var(--text-dark);font-size:.9rem}.sort-dropdown select{padding:.55rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:.9rem;cursor:pointer;background:#fff;font-weight:600;color:var(--text-dark);transition:all .3s}.sort-dropdown select:focus{outline:none;border-color:var(--primary-blue);background:var(--light-blue)}.sort-dropdown select:hover{border-color:var(--primary-blue)}@media(max-width:1024px){.products-layout{grid-template-columns:1fr}.filter-toggle-btn{display:flex}.filters-sidebar{position:fixed;top:0;left:-100%;width:300px;height:100vh;z-index:1002;transition:left .3s ease-in-out;overflow-y:auto;box-shadow:2px 0 10px #0003}.filters-sidebar.open{left:0}.close-filters{display:block}}@media(max-width:640px){.products-page{padding:1rem 0 120px}.products-header{margin-bottom:1rem}.products-header h1{font-size:1.5rem}.products-toolbar{flex-direction:column;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;padding:1rem}.toolbar-left,.sort-dropdown{width:100%;flex-direction:column;align-items:flex-start;gap:.5rem}.sort-dropdown select{width:100%}.filters-sidebar{width:280px}}.no-products{grid-column:1 / -1;text-align:center;padding:4rem 2rem}.no-products p{font-size:1.25rem;color:var(--text-light);margin-bottom:1.5rem}.reset-btn{padding:.75rem 2rem;background:var(--primary-blue);color:#fff;border:none;border-radius:30px;font-weight:600;cursor:pointer;transition:all .3s}.reset-btn:hover{opacity:.9}.filter-section{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.products-grid{animation:fadeIn .5s ease-in}.filter-overlay{display:none}@media(max-width:1024px){.filter-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:1001;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.products-grid .product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid #f0f0f0;display:flex;flex-direction:column;text-decoration:none;color:inherit}.products-grid .product-card:hover{opacity:.9}.products-grid .product-badge{position:absolute;top:1rem;left:1rem;padding:.4rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;color:#fff;z-index:5}.products-grid .product-badge.sale{background:var(--accent-orange)}.products-grid .product-badge.hot{background:#ff4757}.products-grid .product-badge.new{background:#5f27cd}.products-grid .product-badge.featured{background:#00d2d3}.products-grid .product-badge.premium{background:gold;color:var(--text-dark)}.products-grid .wishlist-btn{position:absolute;top:1rem;right:1rem;background:#fff;border:none;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;z-index:5;box-shadow:0 2px 8px #0000001a}.products-grid .wishlist-btn:hover{background:var(--accent-orange);color:#fff;transform:scale(1.1)}.products-grid .product-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);position:relative}.products-grid .product-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:block}.products-grid .product-card:hover .product-image img{transform:scale(1)}.products-grid .product-info{padding:1.25rem;display:flex;flex-direction:column;flex:1}.products-grid .product-name{font-size:1.05rem;color:var(--text-dark);margin-bottom:.5rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;min-height:2.8em}.products-grid .product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.products-grid .stars{display:flex;gap:.15rem}.products-grid .reviews{font-size:.85rem;color:var(--text-light)}.products-grid .product-price{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.products-grid .current-price{font-size:1.5rem;color:var(--primary-blue);font-weight:700}.products-grid .original-price{font-size:1rem;color:#999;text-decoration:line-through;font-weight:500;opacity:1}.products-grid .add-to-cart-btn{width:100%;padding:.75rem;background:var(--primary-blue);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s;margin-top:auto}.products-grid .add-to-cart-btn:hover{opacity:.9}@media(max-width:640px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.products-grid .product-card{border-radius:12px}.products-grid .product-info{padding:.75rem}.products-grid .product-name{font-size:.875rem;min-height:2.4em;margin-bottom:.4rem}.products-grid .product-rating{margin-bottom:.5rem}.products-grid .stars svg{width:14px;height:14px}.products-grid .reviews{font-size:.75rem}.products-grid .product-price{margin-bottom:.75rem;gap:.5rem}.products-grid .current-price{font-size:1.125rem}.products-grid .original-price{font-size:.875rem}.products-grid .add-to-cart-btn{padding:.6rem;font-size:.85rem;border-radius:8px}.products-grid .add-to-cart-btn svg{width:16px;height:16px}.products-grid .product-badge{font-size:.65rem;padding:.25rem .5rem;top:.5rem;left:.5rem}.products-grid .wishlist-btn{width:32px;height:32px;top:.5rem;right:.5rem}.products-grid .wishlist-btn svg{width:16px;height:16px}}@media(min-width:641px)and (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1025px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .2s ease-out}.confirm-dialog{background:#fff;border-radius:16px;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;animation:scaleIn .3s ease-out;text-align:center}.confirm-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.confirm-icon-danger{background:#fee2e2;color:#ef4444}.confirm-icon-warning{background:#fef3c7;color:#f59e0b}.confirm-icon-info{background:#dbeafe;color:#3b82f6}.confirm-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.75rem}.confirm-message{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2rem}.confirm-actions{display:flex;gap:.75rem}.confirm-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.confirm-btn-cancel{background:#f3f4f6;color:#1f2937}.confirm-btn-cancel:hover{background:#e5e7eb}.confirm-btn-danger{background:#ef4444;color:#fff}.confirm-btn-danger:hover{opacity:.9}.confirm-btn-warning{background:#f59e0b;color:#fff}.confirm-btn-warning:hover{opacity:.9}.confirm-btn-info{background:#3b82f6;color:#fff}.confirm-btn-info:hover{opacity:.9}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:480px){.confirm-dialog{padding:1.5rem}.confirm-title{font-size:1.25rem}.confirm-message{font-size:.9rem}.confirm-actions{flex-direction:column}.confirm-btn{width:100%}}.product-page{background:linear-gradient(180deg,#f8f9fa,#fff 50%);min-height:100vh;padding:2rem 0 120px}.page-container{max-width:1400px;margin:0 auto;padding:0 1rem}.product-hero{display:grid;grid-template-columns:1.2fr minmax(0,1fr);gap:3rem;margin:2rem 0 3rem;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.image-gallery{display:flex;flex-direction:column;gap:1rem;width:100%}.main-image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#fafbfc;border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center}.main-image-wrapper .discount-badge{position:absolute;top:1rem;left:1rem;background:#cc0c39!important;color:#fff!important;padding:.375rem .625rem;border-radius:4px;font-size:.875rem;font-weight:700;z-index:10;box-shadow:0 2px 4px #0003;letter-spacing:.3px;border:none}.blur-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(50px);transform:scale(1.2);opacity:.3;z-index:1;pointer-events:none}.hero-image{position:relative;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;cursor:zoom-in;transition:transform .3s ease;display:block;z-index:2}.hero-image:hover{transform:scale(1.05)}.zoom-button{position:absolute;bottom:1rem;right:1rem;width:44px;height:44px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #00000026;color:var(--text-dark)}.thumbnails-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem}.thumbnail{aspect-ratio:1;border-radius:8px;overflow:hidden;background:#fafbfc;border:2px solid var(--border-color);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;position:relative}.thumbnail.active{border-color:var(--primary-blue);box-shadow:0 0 0 3px #232f3e1a}.thumbnail-blur{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(50px);transform:scale(1.2);opacity:.4;z-index:0}.thumbnail-img{width:100%;height:100%;object-fit:contain;padding:0;display:block;position:relative;z-index:1}.hero-right{display:flex;flex-direction:column;gap:1.5rem;min-width:0;overflow:hidden}.product-header{padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.brand-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#2c3e50;color:#fff;border-radius:20px;font-size:.875rem;font-weight:700;margin-bottom:1rem;line-height:1;height:36px}.product-title{font-size:2rem;font-weight:600;color:var(--text-dark);line-height:1.3;margin-bottom:1rem;letter-spacing:-.5px;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.rating-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.stars{display:flex;gap:.25rem}.rating-text{font-size:.9375rem;color:var(--text-medium);font-weight:600}.price-card{padding:1.5rem;background:#f8f9fa;border-radius:12px;border:2px solid #e9ecef}.price-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;gap:1rem}.current-price{display:flex;align-items:baseline;gap:.25rem;line-height:1;color:var(--text-dark)}.currency{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.amount{font-size:2.5rem;font-weight:900;line-height:1;color:var(--text-dark)}.price-details{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.original-price{font-size:1rem;text-decoration:line-through;opacity:1;color:#999;font-weight:600}.save-badge{background:#22c55e;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8125rem;font-weight:700}.tax-text{font-size:.8125rem;color:var(--text-medium);margin:0}.stock-status{display:flex;align-items:center;gap:.875rem;padding:1.125rem 1.25rem;background:#fff;border-radius:10px;border:2px solid;margin-bottom:1rem}.stock-status.in-stock{border-color:var(--success-green);background:#f0fdf4}.stock-status.out-of-stock{border-color:var(--error-red);background:#fef2f2}.stock-status svg{flex-shrink:0}.stock-status.in-stock svg{color:var(--success-green)}.stock-status.out-of-stock svg{color:var(--error-red)}.stock-status strong{display:block;font-size:.9375rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem;line-height:1.3}.stock-status span{display:block;font-size:.8125rem;color:var(--text-medium);line-height:1.4}.info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.info-card{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border-radius:8px;border:1px solid var(--border-color)}.info-card svg{color:var(--text-medium);flex-shrink:0;width:18px;height:18px}.info-card.success svg{color:var(--success-green)}.info-card.error svg{color:var(--error-red)}.info-card>div{display:flex;flex-direction:column;flex:1}.info-card strong{display:block;font-size:.8125rem;font-weight:600;color:var(--text-dark);line-height:1.3}.info-card span{display:block;font-size:.75rem;color:var(--text-medium);line-height:1.4}.purchase-section{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:2px solid var(--border-color)}.quantity-control{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.quantity-control label{font-size:.9375rem;font-weight:700;color:var(--text-dark)}.qty-dropdown{padding:.625rem 2.5rem .625rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-weight:600;color:var(--text-dark);background:#fff;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px;min-width:80px}.qty-dropdown:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #4a90e21a}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.btn-primary,.btn-secondary{padding:1rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;border:none}.btn-primary{background:#2c3e50;color:#fff;box-shadow:0 4px 15px #667eea66}.btn-secondary{background:var(--dark-blue);color:#fff;box-shadow:0 4px 15px #0f111133}.quick-actions{display:flex;gap:1rem}.quick-btn{flex:1;padding:.75rem 1rem;background:#fff;border:2px solid var(--border-color);border-radius:30px;font-size:.875rem;font-weight:600;color:var(--text-dark);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.quick-btn.active{background:var(--error-red);border-color:var(--error-red);color:#fff}.product-tabs{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a;border:1px solid var(--border-color)}.tabs-header{display:flex;border-bottom:1px solid var(--border-color);background:#fafbfc}.tab{flex:1;padding:1rem 1.5rem;border:none;background:transparent;font-size:.9375rem;font-weight:600;color:var(--text-medium);cursor:pointer;position:relative;transition:all .2s ease}.tab:hover{color:var(--primary-blue)}.tab.active{color:var(--primary-blue);background:#fff}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--primary-blue)}.tabs-content{padding:2rem}.tab-panel{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:2.5rem}.section{margin-bottom:2.5rem}.section:last-child{margin-bottom:0}.section h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.5px}.section p{font-size:1rem;line-height:1.8;color:var(--text-medium);word-wrap:break-word;overflow-wrap:break-word;white-space:pre-line}.manufacturing-info{display:flex;flex-direction:column;gap:.75rem}.manufacturing-info p{margin:0;padding:.75rem 1rem;background:var(--gray-50);border-radius:8px;border-left:3px solid var(--primary-blue);font-size:.9375rem;line-height:1.6}.manufacturing-info strong{color:var(--text-dark);font-weight:600;margin-right:.5rem}.features-grid{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.features-grid li{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:var(--gray-50);border-radius:10px;border:1px solid var(--border-color);min-height:60px}.features-grid svg{color:var(--success-white);flex-shrink:0;margin-top:3px}.features-grid span{font-size:.9375rem;color:var(--text-dark);line-height:1.6;word-wrap:break-word;overflow-wrap:break-word}.sidebar-card{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid var(--border-color);position:sticky;top:100px;box-shadow:0 2px 8px #0000000a}.sidebar-card h4{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.highlights{display:flex;flex-direction:column;gap:.875rem}.highlight-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:var(--text-dark);word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.highlight-item svg{color:var(--primary-blue);flex-shrink:0;margin-top:.125rem;width:16px;height:16px}.spec-section{margin-bottom:2.5rem}.spec-section:last-child{margin-bottom:0}.spec-section-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color);letter-spacing:-.3px}.specs-grid{display:grid;gap:0;background:#fff;border-radius:12px;border:1px solid var(--border-color);overflow:hidden}.spec-item{display:grid;grid-template-columns:220px 1fr;gap:2rem;padding:1.25rem 1.75rem;background:#fff;border:none;border-bottom:1px solid #f5f5f5;align-items:center;transition:background .2s ease}.spec-item:last-child{border-bottom:none}.spec-item:hover{background:#fafbfc}.spec-item.feature-item{align-items:flex-start}.spec-key{font-weight:700;color:var(--text-dark);font-size:.9375rem;line-height:1.5;display:flex;align-items:center;gap:.5rem}.spec-value{color:var(--text-medium);font-size:.9375rem;word-wrap:break-word;overflow-wrap:break-word;line-height:1.6;font-weight:500;display:flex;align-items:center;flex-wrap:wrap}.reviews-container{max-width:100%}.reviews-summary{display:grid;grid-template-columns:180px 1fr;gap:2.5rem;padding:1.75rem;background:var(--gray-50);border-radius:12px;margin-bottom:2rem;border:1px solid var(--border-color)}.summary-left{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.big-rating{font-size:3.5rem;font-weight:900;color:var(--text-dark);line-height:1;margin-bottom:.75rem}.stars-large{display:flex;gap:.25rem;justify-content:center;margin-bottom:.5rem}.reviews-count{font-size:.875rem;color:var(--text-medium);margin:0;font-weight:500}.summary-right{display:flex;flex-direction:column;gap:.625rem;justify-content:center}.rating-bar{display:grid;grid-template-columns:45px 1fr 50px;align-items:center;gap:.875rem;font-size:.875rem}.rating-bar .star-label{display:flex;align-items:center;gap:.25rem;font-weight:700;color:var(--text-dark);white-space:nowrap}.bar{height:8px;background:#fff;border-radius:4px;overflow:hidden;border:1px solid var(--border-color)}.bar-fill{height:100%;background:linear-gradient(90deg,#ffa41c,#ff8c00);transition:width .3s ease}.rating-bar .percentage{text-align:right;font-weight:600;color:var(--text-medium);font-size:.8125rem}.reviews-list{display:flex;flex-direction:column;gap:1.25rem}.review-item{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease;display:grid;grid-template-columns:auto 1fr;gap:1.5rem;position:relative}.review-item.review-item-editing{display:block;padding:0}.review-edit-container{width:100%}.review-item:hover{box-shadow:0 4px 16px #00000014;border-color:var(--primary-blue);opacity:.9}.review-item.review-item-editing:hover{transform:none}.review-left{display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:80px}.avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0;box-shadow:0 4px 12px #667eea4d}.review-rating-badge{display:flex;flex-direction:column;align-items:center;gap:.25rem}.rating-number-large{font-size:1.5rem;font-weight:700;color:var(--text-dark);line-height:1}.review-stars-compact{display:flex;gap:.125rem}.review-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.review-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.review-user-header{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.reviewer-name{font-size:1.0625rem;color:var(--text-dark);font-weight:600;line-height:1.2}.review-meta-line{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.verified-badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#059669;font-weight:600;background:#d1fae5;padding:.25rem .625rem;border-radius:6px}.review-date{font-size:.875rem;color:var(--text-light);font-weight:500}.review-content{display:flex;flex-direction:column;gap:.625rem}.review-title{font-size:1.0625rem;font-weight:700;color:var(--text-dark);line-height:1.4;margin:0}.review-comment{font-size:.9375rem;line-height:1.7;color:var(--text-medium);margin:0;word-wrap:break-word;overflow-wrap:break-word}.review-footer{display:flex;align-items:center;gap:1rem}.helpful-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--bg-light);border:1px solid var(--border-color);border-radius:8px;color:var(--text-dark);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.helpful-btn:hover{background:#fff;border-color:var(--primary-blue);opacity:.9}.helpful-icon{font-size:1rem;line-height:1}.helpful-count{color:var(--text-light);font-weight:600}.review-actions{position:absolute;top:1rem;right:1rem}.review-menu-btn{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;color:var(--text-light);transition:all .2s}.review-menu-btn:hover{background:var(--bg-light);color:var(--text-dark)}.review-menu{position:absolute;right:0;top:100%;background:#fff;border:1px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px #0000001f;z-index:10;min-width:140px;margin-top:.5rem;overflow:hidden}.review-menu button{width:100%;padding:.875rem 1.125rem;border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:var(--text-dark);font-weight:500;transition:all .2s;text-align:left}.review-menu button:not(:last-child){border-bottom:1px solid var(--border-color)}.review-menu button:hover{background:var(--bg-light);color:var(--primary-blue)}.review-menu button.delete-btn:hover{background:#fee2e2;color:#dc2626}.empty-reviews{text-align:center;padding:4rem 2rem;background:var(--gray-50);border-radius:12px;border:1px solid var(--border-color)}.empty-reviews svg{margin-bottom:1rem;opacity:.3}.empty-reviews .empty-message{font-size:1rem;color:var(--text-medium)}.image-modal{position:fixed;inset:0;background:#000000fa;z-index:9999;display:flex;flex-direction:column;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-title{color:#fff;font-size:1.125rem;font-weight:600;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s}.modal-close-btn:hover{background:#fff3;opacity:.9}.modal-body{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden;touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.modal-image{max-width:100%;max-height:100%;object-fit:contain;animation:imageZoomIn .3s ease}@keyframes imageZoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-thumbnails{display:flex;gap:.75rem;padding:1rem 2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.modal-thumbnails::-webkit-scrollbar{height:6px}.modal-thumbnails::-webkit-scrollbar-track{background:transparent}.modal-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.modal-thumb{flex-shrink:0;width:80px;height:80px;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;background:#ffffff0d;padding:0}.modal-thumb:hover{border-color:#ffffff80;transform:scale(1.05)}.modal-thumb.active{border-color:#fff;box-shadow:0 0 0 2px #ffffff4d}.modal-thumb img{width:100%;height:100%;object-fit:cover}.modal-nav{display:flex;align-items:center;justify-content:center;gap:2rem;padding:1.5rem 2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-nav-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s}.modal-nav-button:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.modal-nav-button:disabled{opacity:.3;cursor:not-allowed}.modal-indicator{color:#fff;font-size:1rem;font-weight:600;min-width:80px;text-align:center}@media(max-width:768px){.modal-header{padding:1rem 1.5rem}.modal-title{font-size:1rem;max-width:60%}.modal-close-btn{width:40px;height:40px}.modal-body{padding:1rem}.modal-thumbnails{padding:.75rem 1rem;gap:.5rem}.modal-thumb{width:60px;height:60px}.modal-nav{padding:1rem 1.5rem;gap:1rem}.modal-nav-button{width:40px;height:40px}.modal-indicator{font-size:.875rem;min-width:60px}}.product-suggestions-section{margin-top:3rem;padding:0 1rem}.product-suggestions-section .suggestions-title{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem;letter-spacing:-.5px}.product-suggestions-section .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.product-suggestions-section .product-card{display:flex;flex-direction:column;height:100%}.product-suggestions-section .product-info{display:flex;flex-direction:column;flex:1}.product-suggestions-section .product-name{min-height:2.4em;max-height:2.8em}.product-suggestions-section .add-to-cart-btn{margin-top:auto}@media(max-width:640px){.product-suggestions-section{margin-top:2rem}.product-suggestions-section .suggestions-title{font-size:1.5rem;margin-bottom:1.5rem}.product-suggestions-section .products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(min-width:641px)and (max-width:1024px){.product-suggestions-section .products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(min-width:1025px){.product-suggestions-section .products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}@media(max-width:1200px){.product-hero{grid-template-columns:1fr;gap:2rem}.content-grid{grid-template-columns:1fr}.sidebar-card{position:static}}@media(max-width:768px){.product-page{padding:1.5rem 0 3rem}.page-container{padding:0 .75rem}.product-hero{padding:1.25rem;gap:1.5rem}.product-title{font-size:1.35rem;line-height:1.35}.brand-badge{font-size:.8rem;padding:.4rem .875rem;height:32px}.rating-row{gap:.75rem}.rating-text{font-size:.875rem}.price-card{padding:1.25rem}.amount{font-size:2.25rem}.currency{font-size:1.15rem}.original-price{font-size:.95rem}.save-badge{font-size:.8rem;padding:.25rem .65rem}.stock-status{padding:1rem 1.125rem}.stock-status strong{font-size:.875rem}.stock-status span{font-size:.8rem}.info-cards{gap:.625rem}.info-card{padding:.625rem .875rem}.info-card strong{font-size:.8rem}.info-card span{font-size:.7rem}.purchase-section{padding-top:1.25rem}.quantity-control label{font-size:.875rem}.qty-dropdown{padding:.5rem 2.25rem .5rem .875rem;font-size:.95rem}.action-buttons{gap:.75rem}.btn-primary,.btn-secondary{padding:.875rem 1.25rem;font-size:.95rem}.quick-actions{gap:.75rem}.quick-btn{padding:.625rem .875rem;font-size:.8rem}.tabs-content{padding:1.25rem}.section h3{font-size:1.25rem}.section p{font-size:.95rem}.features-grid li{padding:.875rem 1rem;min-height:54px}.features-grid span{font-size:.875rem}.reviews-summary{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.big-rating{font-size:3.5rem}.spec-item{grid-template-columns:1fr;gap:.5rem;padding:.875rem 1rem}.spec-key,.spec-value{font-size:.8rem}.price-row{flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.price-details{align-items:flex-end}}@media(max-width:640px){.product-page{padding:1rem 0 2.5rem}.page-container{padding:0 .5rem}.product-hero{padding:1rem;gap:1.25rem}.product-title{font-size:1.15rem;line-height:1.4}.brand-badge{font-size:.75rem;padding:.375rem .75rem;height:30px}.amount{font-size:2rem}.currency{font-size:1rem}.price-card{padding:1rem}.stock-status{padding:.875rem 1rem}.info-card{padding:.5rem .75rem}.btn-primary,.btn-secondary{padding:.75rem 1rem;font-size:.875rem}.quick-btn{padding:.5rem .75rem;font-size:.75rem}.tabs-header{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs-header::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;padding:.875rem 1.25rem;font-size:.875rem}.tabs-content{padding:1rem}.section h3{font-size:1.15rem}.section p{font-size:.9rem}.features-grid li{padding:.75rem .875rem;min-height:50px}.features-grid span{font-size:.8rem}.thumbnails-row{grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.625rem}.reviews-summary{padding:1.25rem}.big-rating{font-size:3rem}.review-item{padding:1.25rem;grid-template-columns:1fr;gap:1rem}.review-left{flex-direction:row;justify-content:flex-start;min-width:auto}.avatar{width:48px;height:48px;font-size:1.25rem}.review-rating-badge{flex-direction:row;gap:.5rem}.rating-number-large{font-size:1.25rem}.review-right{gap:.875rem}.review-title{font-size:.95rem}.review-comment{font-size:.875rem}}@media(max-width:480px){.product-hero{padding:.875rem}.product-title{font-size:1.05rem}.amount{font-size:1.75rem}.price-card{padding:.875rem}.action-buttons{grid-template-columns:1fr}.btn-primary,.btn-secondary{padding:.75rem;font-size:.85rem}.tabs-content{padding:.875rem}.section h3{font-size:1.05rem}.section p{font-size:.85rem}.review-item{padding:1rem}.avatar{width:42px;height:42px;font-size:1.125rem}.rating-number-large{font-size:1.125rem}.review-stars-compact svg{width:12px;height:12px}.reviewer-name{font-size:.9375rem}.review-title{font-size:.875rem}.review-comment{font-size:.8125rem;line-height:1.6}.helpful-btn{padding:.5rem .875rem;font-size:.8125rem}}@media(max-width:640px){.reviews-summary{padding:1.25rem}.big-rating{font-size:2.5rem}.stars-large svg{width:18px;height:18px}.reviews-count{font-size:.8rem}.rating-bar{grid-template-columns:35px 1fr 40px;gap:.625rem;font-size:.8125rem}.rating-bar .star-label{font-size:.8125rem}.bar{height:6px}.reviews-list{gap:1rem}.review-item{padding:1rem}.avatar{width:36px;height:36px;font-size:1rem}.reviewer-name{font-size:.875rem}.review-meta{gap:.5rem}.review-stars svg{width:12px;height:12px}.verified{font-size:.7rem;padding:.2rem .4rem}.verified svg{width:10px;height:10px}.review-date{font-size:.7rem}.review-title{font-size:.9rem;margin-bottom:.5rem}.review-comment{font-size:.8125rem;line-height:1.6;margin-bottom:.875rem}.review-footer{padding-top:.875rem}.helpful-btn{padding:.4rem .875rem;font-size:.75rem}.helpful-icon{font-size:.875rem}.empty-reviews{padding:3rem 1.5rem}.empty-reviews svg{width:40px;height:40px}.empty-reviews .empty-message{font-size:.9rem}}.edit-review-form{padding:2rem;background:#fff;border-radius:12px;border:1px solid var(--border-color);max-width:100%}.edit-review-form input,.edit-review-form textarea{font-family:inherit}.edit-review-form input:focus,.edit-review-form textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.edit-review-form .btn-primary,.edit-review-form .btn-secondary{font-size:.9rem;border-radius:8px;transition:all .2s}.edit-review-form .btn-primary:hover{opacity:.9}.edit-review-form .btn-secondary:hover{background-color:var(--bg-light)}.add-review-section{margin-bottom:2rem}.add-review-section .btn-primary{margin-bottom:0}.add-review-section form{padding:2rem;background:#fff;border-radius:12px;border:1px solid var(--border-color)}.add-review-form{max-width:800px}.add-review-form input,.add-review-form textarea{font-family:inherit}.add-review-form input:focus,.add-review-form textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb1a}.add-review-form .btn-primary:disabled{opacity:.5;cursor:not-allowed}.review-notice{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#0369a1;font-size:.9375rem;font-weight:500;margin-bottom:2rem}.review-notice svg{flex-shrink:0}.helpful-count-display{display:flex;align-items:center;gap:.5rem;color:var(--text-light);font-size:.875rem;font-weight:500}.helpful-count-display .helpful-icon{font-size:1rem;line-height:1}.main-image-wrapper{touch-action:pan-y pinch-zoom;-webkit-user-select:none;user-select:none}.cart-page{padding:2rem 0 120px;background:#fafbfc}.cart-page .container{max-width:1400px;margin:0 auto;padding:0 1rem}.empty-cart{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;max-width:500px;margin:2rem auto}.empty-cart svg{color:var(--text-light);margin-bottom:1.5rem}.empty-cart h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:.75rem}.empty-cart p{color:var(--text-light);margin-bottom:2rem;font-size:1rem}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem;align-items:start;max-width:100%}.cart-main{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 16px #00000014;min-width:0;overflow:hidden}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f5f5f5}.cart-header h1{font-size:1.75rem;color:var(--text-dark);font-weight:800}.cart-count{color:var(--text-light);font-size:.95rem}.select-all{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--light-blue);border-radius:10px;margin-bottom:1.5rem}.select-all input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-blue)}.select-all label{font-weight:600;color:var(--text-dark);cursor:pointer}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:auto 100px minmax(0,1fr) auto;gap:1.5rem;padding:1.5rem;border:2px solid #f5f5f5;border-radius:15px;transition:all var(--transition-normal);align-items:center;max-width:100%}.cart-item.selected{border-color:var(--primary-blue);background:#4a90e205}.cart-item:hover{box-shadow:0 4px 12px #00000014}.item-checkbox{width:20px;height:20px;cursor:pointer;accent-color:var(--primary-blue);flex-shrink:0}.item-image{width:100px;height:100px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);flex-shrink:0}.item-image img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-normal)}.item-image:hover img{transform:scale(1.05)}.item-details{display:flex;flex-direction:column;gap:.5rem;min-width:0;overflow:hidden}.item-name{font-size:1.1rem;font-weight:600;color:var(--text-dark);text-decoration:none;transition:color var(--transition-normal);display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.item-name:hover{color:var(--primary-blue)}.item-price{font-size:1.25rem;font-weight:700;color:var(--primary-blue)}.item-stock{font-size:.85rem;color:var(--success-green);font-weight:500}.item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:0;min-width:120px}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-controls label{font-size:.9rem;color:var(--text-dark);font-weight:500}.quantity-controls .qty-dropdown{padding:.5rem .75rem;border:2px solid var(--border-color);border-radius:8px;font-size:.95rem;font-weight:600;color:var(--text-dark);background:#fff;cursor:pointer;transition:all var(--transition-normal);min-width:60px}.quantity-controls .qty-dropdown:hover{border-color:var(--primary-blue)}.quantity-controls .qty-dropdown:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #4a90e21a}.item-total{font-size:1.15rem;font-weight:700;color:var(--text-dark)}.remove-btn{background:none;border:none;color:var(--error-red);cursor:pointer;padding:.5rem;border-radius:8px;transition:all var(--transition-normal)}.remove-btn:hover{background:#ef44441a}.selected-items-section{margin-top:2rem;padding-top:2rem;border-top:2px solid #f5f5f5}.selected-items-section h2{font-size:1.35rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.selected-items-list{display:flex;flex-direction:column;gap:.75rem}.selected-item{display:grid;grid-template-columns:60px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem;background:var(--light-blue);border-radius:10px}.selected-item img{width:60px;height:60px;border-radius:8px;object-fit:cover}.selected-item-info{flex:1;min-width:0;overflow:hidden}.selected-item-name{font-weight:600;color:var(--text-dark);font-size:.95rem;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4}.selected-item-qty{font-size:.85rem;color:var(--text-light)}.selected-item-price{font-weight:700;color:var(--primary-blue);font-size:1rem;white-space:nowrap;flex-shrink:0}.cart-sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:1.5rem}.cart-summary{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 16px #00000014}.cart-summary h2{font-size:1.35rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:800}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;color:var(--text-dark);font-size:.95rem}.summary-row .free-delivery{color:var(--success-green);font-weight:700}.delivery-notice{background:#10b9811a;color:var(--success-green);padding:.75rem;border-radius:8px;font-size:.85rem;font-weight:600;text-align:center;margin:.75rem 0}.summary-row.total{border-top:2px solid #f5f5f5;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700;color:var(--text-dark)}.proceed-btn{width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:#fff;border:none;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;transition:all var(--transition-normal);box-shadow:0 4px 12px #4a90e24d}.proceed-btn:hover:not(:disabled){opacity:.9}.proceed-btn:disabled{opacity:.5;cursor:not-allowed}.login-notice{text-align:center;font-size:.85rem;color:var(--text-light);margin-top:1rem}.cart-benefits{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 16px #00000014}.cart-benefits h3{font-size:1.1rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.cart-benefits ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.cart-benefits li{color:var(--text-light);font-size:.9rem;display:flex;align-items:center;gap:.5rem}@media(max-width:1024px){.cart-layout{grid-template-columns:1fr}.cart-sidebar{position:static}}@media(max-width:768px){.cart-page{padding:1.5rem 0 3rem}.cart-page .container{padding:0 .75rem}.cart-main{padding:1.25rem;border-radius:15px}.cart-header{flex-wrap:wrap;gap:.5rem}.cart-header h1{font-size:1.5rem}.cart-count{font-size:.875rem}.select-all{padding:.875rem;font-size:.9rem}.cart-item{grid-template-columns:auto 70px minmax(0,1fr);gap:.875rem;padding:1rem}.item-image{width:70px;height:70px}.item-name{font-size:.9rem}.item-price{font-size:1.05rem}.item-stock{font-size:.8rem}.item-actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-top:.5rem;min-width:auto;padding-top:.75rem;border-top:1px solid #f5f5f5}.quantity-controls{gap:.375rem}.quantity-controls label{font-size:.85rem}.quantity-controls .qty-dropdown{padding:.4rem .6rem;font-size:.9rem;min-width:55px}.item-total{font-size:1.05rem}.cart-summary{padding:1.5rem;border-radius:15px}.cart-summary h2{font-size:1.25rem}.summary-row{font-size:.9rem}.summary-row.total{font-size:1.4rem}.selected-items-section h2{font-size:1.25rem}.selected-item{grid-template-columns:50px minmax(0,1fr) auto;gap:.75rem;padding:.875rem}.selected-item img{width:50px;height:50px}.selected-item-name{font-size:.875rem}.selected-item-qty{font-size:.8rem}.selected-item-price{font-size:.95rem}.cart-benefits{padding:1.25rem}.cart-benefits h3{font-size:1rem}.cart-benefits li{font-size:.85rem}}@media(max-width:480px){.cart-page{padding:1rem 0 2.5rem}.cart-main{padding:1rem;border-radius:12px}.cart-header h1{font-size:1.25rem}.cart-item{grid-template-columns:auto 60px minmax(0,1fr);gap:.75rem;padding:.875rem}.item-image{width:60px;height:60px}.item-name{font-size:.85rem}.item-price{font-size:1rem}.cart-summary{padding:1.25rem}.proceed-btn{padding:.875rem;font-size:.95rem}}.wishlist-page{min-height:calc(100vh - 180px);padding:2rem 0 120px;background:var(--light-bg)}.empty-wishlist{text-align:center;padding:4rem 2rem;background:#fff;border-radius:16px;max-width:500px;margin:2rem auto}.empty-wishlist svg{color:var(--text-light);margin-bottom:1.5rem}.empty-wishlist h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:.75rem}.empty-wishlist p{color:var(--text-light);margin-bottom:2rem;font-size:1rem}.wishlist-content{max-width:1400px;margin:0 auto}.wishlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:0 .5rem}.wishlist-header h1{font-size:2rem;color:var(--text-dark);font-weight:800}.wishlist-count{font-size:1rem;color:var(--text-light);font-weight:500}.wishlist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;padding:0}.wishlist-page .product-card{display:flex;flex-direction:column;height:100%}.wishlist-page .product-badge.discount{top:.75rem}.wishlist-page .product-info{display:flex;flex-direction:column;flex:1}.wishlist-page .product-name{min-height:2.4em;max-height:2.8em}.wishlist-page .add-to-cart-btn{margin-top:auto}.wishlist-page .product-image{background:#fff}.wishlist-page .product-image img{object-fit:cover!important;padding:0!important}.wishlist-page .wishlist-btn.active{background:#fff5f5;border-color:#ff6b35}.wishlist-page .wishlist-btn.active:hover{background:#ffe5e5;border-color:#ff6b35}.wishlist-page .add-to-cart-btn.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;border-color:#d1d5db}.wishlist-page .add-to-cart-btn.disabled:hover{background:#e5e7eb;border-color:#d1d5db;box-shadow:0 1px 2px #0000000d;transform:none}@media(max-width:1024px){.wishlist-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:768px){.wishlist-page{padding:1.5rem 0}.wishlist-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.wishlist-header h1{font-size:1.5rem}.wishlist-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.checkout-page{background:linear-gradient(to bottom,#f8fafc,#f1f5f9);padding:1rem;padding-bottom:60px}.checkout-container{max-width:1100px;margin:0 auto}.progress-bar{display:flex;align-items:center;justify-content:center;background:#fff;padding:1.25rem 1rem;border-radius:12px;margin-bottom:1.25rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.progress-step{display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-number{width:38px;height:38px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;transition:all .3s ease;border:2px solid #e2e8f0}.progress-step.active .step-number{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);box-shadow:0 4px 12px #4a90e24d}.progress-step span{font-size:.75rem;font-weight:600;color:#64748b}.progress-step.active span{color:var(--primary-blue);font-weight:700}.progress-line{width:60px;height:2px;background:#e2e8f0;margin:0 1rem;transition:all .3s ease}.progress-line.active{background:var(--primary-blue)}.checkout-layout{display:grid;grid-template-columns:1fr;gap:1.25rem}.checkout-main{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;flex-wrap:wrap;gap:1rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.step-section h2,.section-header h2{font-size:1.15rem;color:#0f172a;font-weight:700;display:flex;align-items:center;gap:.5rem;margin:0 0 1.25rem}.section-header h2{margin:0}.step-section h2 svg,.section-header h2 svg{color:var(--primary-blue);width:20px;height:20px}.btn-add{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:none}.address-form{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.25rem;border-radius:10px;margin-bottom:1.25rem;border:2px solid #e2e8f0}.form-row{display:grid;grid-template-columns:1fr;gap:.875rem;margin-bottom:.875rem}.address-form input,.address-form textarea{width:100%;padding:.75rem .875rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .3s ease;background:#fff}.address-form textarea{resize:vertical;min-height:70px;line-height:1.5}.address-form input:focus,.address-form textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #4a90e21a}.address-types{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:.875rem}.type-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem;padding:.875rem .75rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;min-height:70px}.type-option.active{border-color:var(--primary-blue);background:var(--primary-blue);color:#fff}.type-option svg{width:18px;height:18px}.type-option span{font-size:.8rem;font-weight:600}.btn-submit{width:100%;padding:.875rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:none}.address-grid{display:grid;grid-template-columns:1fr;gap:.875rem}.address-card{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;background:#fff;position:relative}.address-card.selected{border-color:var(--primary-blue);background:#f0f7ff}.card-content{flex:1;min-width:0}.card-header{display:flex;align-items:center;gap:.625rem}.name-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1}.name-section h4{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.address-type-badge{padding:.2rem .5rem;background:#f1f5f9;color:#64748b;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase}.default-badge{padding:.2rem .5rem;background:#22c55e;color:#fff;border-radius:4px;font-size:.65rem;font-weight:600}.card-content .address{font-size:.875rem;color:#1e293b;line-height:1.6;margin:0 0 .625rem}.card-content .phone{font-size:.875rem;color:#1e293b;margin:0;font-weight:500}.card-actions{display:flex;gap:.375rem;align-items:center;flex-shrink:0;position:absolute;top:.6rem;right:1rem}.card-actions button{padding:.5rem;background:#fff;border:2px solid #e2e8f0;color:#64748b;cursor:pointer;border-radius:6px;transition:none;display:flex;align-items:center;justify-content:center}.card-actions button svg{width:15px;height:15px}.payment-grid{display:grid;grid-template-columns:1fr;gap:.875rem}.payment-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;background:#fff}.payment-card.selected{border-color:var(--primary-blue);background:linear-gradient(135deg,#f0f7ff,#e0f0ff)}.payment-card input[type=radio]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-blue);flex-shrink:0}.payment-card svg{color:var(--primary-blue);width:24px;height:24px;flex-shrink:0}.payment-card span{font-size:.9rem;font-weight:700;color:#0f172a;flex:1}.review-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.25rem;border-radius:10px;margin-bottom:1rem;border:2px solid #e2e8f0}.review-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.review-card h3{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 .875rem}.review-card-header h3{margin:0}.btn-change{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:#fff;color:var(--primary-blue);border:2px solid var(--primary-blue);border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-change:hover{background:var(--primary-blue);color:#fff;opacity:.9}.btn-change svg{width:14px;height:14px}.review-address-card{background:#fff;padding:1rem;border-radius:8px;border:2px solid #e2e8f0}.review-address-header{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.review-address-card .name-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.review-address-card .name-section h4{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.review-address-card .address-line{font-size:.875rem;color:#1e293b;line-height:1.6;margin:0 0 .625rem}.review-address-card .phone-line{font-size:.875rem;color:#1e293b;margin:0;font-weight:500}.review-payment-card{background:#fff;padding:1rem;border-radius:8px;border:2px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.review-payment-card .payment-icon{width:48px;height:48px;background:linear-gradient(135deg,#f0f7ff,#e0f0ff);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-payment-card .payment-icon svg{color:var(--primary-blue)}.review-payment-card .payment-details h4{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.review-payment-card .payment-details p{font-size:.8rem;color:#64748b;margin:0}.review-content{display:flex;gap:.75rem;align-items:flex-start}.review-content svg{color:var(--primary-blue);flex-shrink:0;margin-top:.2rem;width:18px;height:18px}.review-content p{margin:.25rem 0;font-size:.85rem;color:#475569;line-height:1.6}.review-content .name{font-weight:700;color:#0f172a;font-size:.9rem}.items-list{display:flex;flex-direction:column;gap:.875rem}.item-row{display:flex;gap:.875rem;align-items:center;padding:.875rem;background:#fff;border-radius:8px}.item-row img{width:60px;height:60px;object-fit:cover;border-radius:6px;flex-shrink:0}.item-details{flex:1;min-width:0}.item-details h4{font-size:.875rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.item-details p{font-size:.8rem;color:#64748b;margin:0}.item-price{font-size:.95rem;font-weight:800;color:var(--primary-blue);white-space:nowrap}.step-navigation{display:flex;gap:.875rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9}.btn-back,.btn-continue,.btn-place-order{flex:1 1 0;padding:.875rem 1.5rem;border:2px solid transparent;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:none;display:flex;align-items:center;justify-content:center;gap:.5rem;box-sizing:border-box;height:48px;min-height:48px;max-height:48px}.btn-back{background:#fff;color:#64748b;border-color:#e2e8f0}.btn-continue,.btn-place-order{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.btn-place-order:disabled{background:#cbd5e1;border-color:#cbd5e1;cursor:not-allowed;opacity:.6}.btn-continue svg,.btn-place-order svg{width:18px;height:18px;flex-shrink:0}.order-summary{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0;height:fit-content;position:sticky;top:1rem}.order-summary h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 1.25rem;padding-bottom:.875rem;border-bottom:1px solid #f1f5f9}.summary-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#475569;padding:.5rem 0}.summary-row span:last-child{font-weight:700;color:#0f172a;font-size:1.1rem}.summary-row.free{color:#22c55e;font-weight:700}.divider{height:1px;background:#f1f5f9;margin:.75rem 0}.summary-row.total{font-size:1.4rem;font-weight:800;color:var(--primary-blue);padding:1rem;margin:.875rem -.875rem -.875rem;background:linear-gradient(135deg,#f0f7ff,#e0f0ff);border-radius:10px}.loading,.empty-state{text-align:center;padding:3rem 1.5rem;color:#64748b}.empty-state{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border:2px dashed #cbd5e1}.empty-state .empty-icon{width:80px;height:80px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#f0f7ff,#e0f0ff);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-state .empty-icon svg{color:var(--primary-blue)}.empty-state h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.empty-state p{font-size:.95rem;font-weight:500;margin:0 0 1.5rem;color:#64748b}.btn-add-address{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a90e24d}.btn-add-address:hover{opacity:.9}.btn-add-address svg{width:18px;height:18px}.checkout-address-form{background:#fff;border-radius:12px;padding:1.5rem;border:2px solid #e2e8f0;display:flex;flex-direction:column}.checkout-address-form .form-group{display:flex;flex-direction:column;gap:.5rem}.checkout-address-form .form-group label{font-size:.85rem;font-weight:600;color:#0f172a}.checkout-address-form .form-group input,.checkout-address-form .form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .3s ease}.checkout-address-form .form-group input:focus,.checkout-address-form .form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #4a90e21a}.checkout-address-form .form-group textarea{resize:vertical;min-height:60px}.checkout-address-form .form-grid-3{display:grid;grid-template-columns:1fr;gap:1.25rem}.checkout-address-form .type-selector{display:flex;gap:.75rem}.checkout-address-form .type-chip{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;font-size:.85rem;font-weight:600}.checkout-address-form .type-chip input[type=radio]{display:none}.checkout-address-form .type-chip:hover{border-color:var(--primary-blue);background:#f0f7ff}.checkout-address-form .type-chip.active{border-color:var(--primary-blue);background:#f0f7ff;color:var(--primary-blue)}.checkout-address-form .type-chip svg{width:16px;height:16px}.checkout-address-form .form-buttons{display:flex;gap:.75rem;padding-top:.5rem}.checkout-address-form .btn-cancel,.checkout-address-form .btn-save{flex:1;padding:.875rem 1.25rem;border:none;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease}.checkout-address-form .btn-cancel{background:#fff;color:#64748b;border:2px solid #e2e8f0}.checkout-address-form .btn-cancel:hover:not(:disabled){border-color:#64748b;color:#0f172a}.checkout-address-form .btn-save{background:var(--primary-blue);color:#fff;box-shadow:0 2px 8px #4a90e24d}.checkout-address-form .btn-save:hover:not(:disabled){opacity:.9}.checkout-address-form .btn-cancel:disabled,.checkout-address-form .btn-save:disabled{opacity:.6;cursor:not-allowed}@media(min-width:768px){.checkout-page{padding:1.5rem;padding-bottom:60px}.form-row{grid-template-columns:repeat(2,1fr)}.form-row:has(input[placeholder*=Pincode]){grid-template-columns:1fr 1fr .8fr}.address-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.checkout-layout{grid-template-columns:1fr 360px}}@media(max-width:767px){.checkout-page{padding:.75rem;padding-bottom:60px}.progress-bar{padding:1rem .75rem}.step-number{width:34px;height:34px;font-size:.8rem;border-width:2px}.progress-step span{font-size:.7rem}.progress-line{width:40px;margin:0 .625rem}.checkout-main{padding:1.125rem}.step-section h2{font-size:1rem;margin-bottom:1rem}.step-section h2 svg{width:18px;height:18px}.address-grid{gap:.75rem}.address-card{padding:.875rem;gap:.75rem}.card-header{margin-bottom:.625rem}.name-section{gap:.375rem}.name-section h4{font-size:.875rem}.address-type-badge,.default-badge{padding:.175rem .4rem;font-size:.6rem}.card-content .address{font-size:.8rem;margin-bottom:.5rem;line-height:1.5}.card-content .phone{font-size:.8rem}.card-actions{position:absolute;top:.195rem;right:.875rem}.card-actions button{padding:.4rem}.card-actions button svg{width:13px;height:13px}.payment-grid{gap:.75rem}.payment-card{padding:.875rem 1rem;gap:.875rem}.payment-card input[type=radio]{width:16px;height:16px}.payment-card svg{width:22px;height:22px}.payment-card span{font-size:.85rem}.review-card{padding:1rem;margin-bottom:.875rem}.review-card-header{margin-bottom:.75rem}.review-card h3{font-size:.875rem;margin-bottom:.75rem}.review-card-header h3{font-size:.875rem}.btn-change{padding:.4rem .7rem;font-size:.75rem;gap:.3rem}.btn-change svg{width:12px;height:12px}.review-address-card{padding:.875rem}.review-address-header{margin-bottom:.625rem;padding-bottom:.625rem}.review-address-card .name-section h4{font-size:.875rem}.review-address-card .address-line{font-size:.8rem;margin-bottom:.5rem;line-height:1.5}.review-address-card .phone-line{font-size:.8rem}.review-payment-card{padding:.875rem;gap:.875rem}.review-payment-card .payment-icon{width:42px;height:42px}.review-payment-card .payment-icon svg{width:22px;height:22px}.review-payment-card .payment-details h4{font-size:.875rem;margin-bottom:.2rem}.review-payment-card .payment-details p{font-size:.75rem}.review-content{gap:.625rem}.review-content svg{width:16px;height:16px}.review-content p{font-size:.8rem}.review-content .name{font-size:.85rem}.items-list{gap:.75rem}.item-row{padding:.75rem;gap:.75rem}.item-row img{width:55px;height:55px}.item-details h4{font-size:.8rem;margin-bottom:.2rem}.item-details p{font-size:.75rem}.item-price{font-size:.875rem}.empty-state{padding:2rem 1.25rem}.empty-state .empty-icon{width:60px;height:60px;margin-bottom:1rem}.empty-state .empty-icon svg{width:36px;height:36px}.empty-state h3{font-size:1.1rem;margin-bottom:.4rem}.empty-state p{font-size:.875rem;margin-bottom:1.25rem}.btn-add-address{padding:.75rem 1.5rem;font-size:.875rem}.btn-add-address svg{width:16px;height:16px}.checkout-address-form{padding:1rem}.checkout-address-form .form-group label{font-size:.775rem}.checkout-address-form .form-group input,.checkout-address-form .form-group textarea{padding:.65rem;font-size:.85rem}.checkout-address-form .form-group textarea{min-height:55px}.checkout-address-form .form-grid-3{grid-template-columns:2fr 2fr 1fr}.checkout-address-form .type-selector{gap:.5rem}.checkout-address-form .type-chip{padding:.65rem .7rem;font-size:.775rem;gap:.375rem}.checkout-address-form .type-chip svg{width:14px;height:14px}.checkout-address-form .form-buttons{flex-direction:row;gap:.625rem}.checkout-address-form .btn-cancel,.checkout-address-form .btn-save{padding:.75rem .5rem;font-size:.85rem}.step-navigation{flex-direction:row;gap:.75rem;margin-top:1.25rem;padding-top:1rem;align-items:stretch}.btn-back,.btn-continue,.btn-place-order{flex:1 1 0;min-width:0;padding:.75rem .5rem;font-size:.85rem;white-space:nowrap;line-height:1.2;border:2px solid transparent;box-sizing:border-box;height:44px;min-height:44px;max-height:44px}.btn-back{border-color:#e2e8f0}.btn-continue,.btn-place-order{border-color:var(--primary-blue)}.btn-continue svg,.btn-place-order svg{width:16px;height:16px;flex-shrink:0}.order-summary{position:static;padding:1.25rem}.order-summary h3{font-size:1rem;margin-bottom:1rem;padding-bottom:.75rem}.summary-row{font-size:.8rem;padding:.4rem 0}.summary-row span:last-child{font-size:.95rem}.divider{margin:.625rem 0}.summary-row.total{font-size:1.25rem;padding:.875rem;margin:.75rem -.75rem -.75rem}}@media(max-width:400px){.checkout-page{padding:.5rem;padding-bottom:60px}.progress-bar{padding:.75rem .5rem;margin-bottom:.875rem}.step-number{width:28px;height:28px;font-size:.7rem}.progress-step span{font-size:.6rem}.progress-line{width:25px;margin:0 .4rem}.checkout-main{padding:.875rem}.step-section h2{font-size:.875rem;margin-bottom:.875rem}.step-section h2 svg{width:16px;height:16px}.address-grid{gap:.625rem}.address-card{padding:.625rem}.name-section{gap:.3rem}.name-section h4{font-size:.775rem}.address-type-badge,.default-badge{padding:.15rem .35rem;font-size:.55rem}.card-content .address,.card-content .phone{font-size:.725rem}.card-content .address{margin-bottom:.4rem}.card-actions{top:.5rem;right:.625rem}.card-actions button{padding:.35rem}.card-actions button svg{width:12px;height:12px}.payment-grid{gap:.625rem}.payment-card{padding:.7rem .8rem}.payment-card input[type=radio]{width:15px;height:15px}.payment-card svg{width:20px;height:20px}.payment-card span{font-size:.75rem}.review-card{padding:.75rem;margin-bottom:.75rem}.review-card-header{margin-bottom:.625rem}.review-card h3{font-size:.8rem;margin-bottom:.625rem}.review-card-header h3{font-size:.8rem}.btn-change{padding:.35rem .6rem;font-size:.7rem;gap:.25rem}.btn-change svg{width:11px;height:11px}.review-address-card{padding:.625rem}.review-address-header{margin-bottom:.5rem;padding-bottom:.5rem}.review-address-card .name-section{gap:.3rem}.review-address-card .name-section h4{font-size:.775rem}.review-address-card .address-line{font-size:.725rem;margin-bottom:.4rem}.review-address-card .phone-line{font-size:.725rem}.review-payment-card{padding:.625rem;gap:.75rem}.review-payment-card .payment-icon{width:38px;height:38px}.review-payment-card .payment-icon svg{width:20px;height:20px}.review-payment-card .payment-details h4{font-size:.8rem;margin-bottom:.15rem}.review-payment-card .payment-details p{font-size:.7rem}.review-content{gap:.5rem}.review-content svg{width:15px;height:15px}.review-content p{font-size:.75rem}.review-content .name{font-size:.8rem}.items-list{gap:.625rem}.item-row{padding:.5rem;gap:.625rem}.item-row img{width:45px;height:45px}.item-details h4{font-size:.75rem;margin-bottom:.15rem}.item-details p{font-size:.7rem}.item-price{font-size:.8rem}.step-navigation{gap:.625rem;margin-top:1rem;padding-top:.875rem}.btn-back,.btn-continue,.btn-place-order{padding:.625rem .4rem;font-size:.8rem;height:40px;min-height:40px;max-height:40px}.btn-continue svg,.btn-place-order svg{width:15px;height:15px}.order-summary{padding:1rem}.order-summary h3{font-size:.9rem;margin-bottom:.875rem;padding-bottom:.625rem}.summary-row{font-size:.75rem;padding:.35rem 0}.summary-row span:last-child{font-size:.85rem}.divider{margin:.5rem 0}.summary-row.total{font-size:1.05rem;padding:.75rem;margin:.625rem -.625rem -.625rem}.empty-state{padding:1.75rem 1rem}.empty-state .empty-icon{width:50px;height:50px;margin-bottom:.875rem}.empty-state .empty-icon svg{width:30px;height:30px}.empty-state h3{font-size:1rem;margin-bottom:.35rem}.empty-state p{font-size:.8rem;margin-bottom:1rem}.btn-add-address{padding:.7rem 1.25rem;font-size:.825rem}.btn-add-address svg{width:15px;height:15px}.checkout-address-form{padding:.875rem}.checkout-address-form .form-group label{font-size:.725rem}.checkout-address-form .form-group input,.checkout-address-form .form-group textarea{padding:.6rem;font-size:.8rem}.checkout-address-form .form-group textarea{min-height:50px}.checkout-address-form .form-grid-3{grid-template-columns:1fr;gap:.875rem}.checkout-address-form .type-selector{gap:.4rem}.checkout-address-form .type-chip{padding:.6rem;font-size:.725rem;gap:.3rem}.checkout-address-form .type-chip svg{width:13px;height:13px}.checkout-address-form .form-buttons{flex-direction:row;gap:.5rem}.checkout-address-form .btn-cancel,.checkout-address-form .btn-save{padding:.7rem .5rem;font-size:.8rem}}.order-confirmation-page{min-height:calc(100vh - 180px);padding:1rem;background:linear-gradient(to bottom,#f8fafc,#f1f5f9);position:relative}.confirmation-animation-overlay{position:fixed;inset:0;background:linear-gradient(135deg,var(--primary-blue) 0%,#3b7dd6 100%);display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeOut .5s ease-out 2.5s forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.animation-content{text-align:center;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animated-checkmark{margin-bottom:1.5rem;animation:checkmarkPop .6s ease-out .3s both}@keyframes checkmarkPop{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0);opacity:1}}.animated-checkmark svg{color:#fff;filter:drop-shadow(0 4px 20px rgba(255,255,255,.3))}.animation-text{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1.5rem;animation:textFade .6s ease-out .6s both}@keyframes textFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loading-dots{display:flex;gap:.5rem;justify-content:center;animation:dotsFade .6s ease-out .9s both}@keyframes dotsFade{0%{opacity:0}to{opacity:1}}.loading-dots span{width:12px;height:12px;background:#fff;border-radius:50%;animation:dotBounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes dotBounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.confirmation-card{max-width:700px;width:100%;margin:0 auto;background:#fff;padding:2rem 1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e2e8f0}.success-icon{display:flex;justify-content:center;margin-bottom:1.25rem}.success-icon svg{color:#22c55e;width:70px;height:70px;animation:scaleIn .5s ease-out}.confirmation-card h1{font-size:1.5rem;color:#0f172a;font-weight:700;margin-bottom:.625rem;text-align:center}.confirmation-message{color:#64748b;font-size:.95rem;margin-bottom:1.5rem;text-align:center;line-height:1.6}.order-id-section{background:linear-gradient(135deg,var(--primary-blue) 0%,#3b7dd6 100%);padding:1.25rem 1.5rem;border-radius:10px;text-align:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #4a90e24d}.order-id-label{color:#fffffff2;font-size:.8rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1.5px}.order-id-value{color:#fff;font-size:1.4rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:1.5px}.order-summary-section{margin-bottom:2rem}.order-summary-section h2{font-size:1.3rem;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.order-details{background:var(--light-bg);padding:1.5rem;border-radius:12px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--text-light);font-weight:500;font-size:.95rem}.detail-value{color:var(--text-dark);font-weight:600;display:flex;align-items:center;gap:.5rem}.order-id{font-family:Courier New,monospace;background:#fff;padding:.25rem .75rem;border-radius:6px;font-size:.9rem}.payment-method{text-transform:uppercase}.status-badge{padding:.35rem .85rem;border-radius:20px;font-size:.85rem;font-weight:600}.status-confirmed,.status-paid{background:#d1fae5;color:#065f46}.status-pending{background:#fef3c7;color:#92400e}.order-items-section{margin-bottom:2rem}.order-items-section h2{font-size:1.3rem;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item{display:flex;gap:1rem;padding:1rem;background:var(--light-bg);border-radius:10px;align-items:center}.order-item .item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0}.order-item .item-details{flex:1}.order-item .item-details h3{font-size:1rem;color:var(--text-dark);margin-bottom:.25rem}.order-item .item-quantity{color:var(--text-light);font-size:.9rem;margin-bottom:.25rem}.order-item .item-price{color:var(--text-light);font-size:.85rem}.order-item .item-total{font-size:1.1rem;font-weight:700;color:var(--text-dark)}.order-pricing-section{background:var(--light-bg);padding:1.5rem;border-radius:12px;margin-bottom:2rem}.pricing-row{display:flex;justify-content:space-between;padding:.75rem 0;font-size:.95rem}.pricing-row.discount{color:#22c55e}.pricing-row.total{border-top:2px solid var(--border-color);margin-top:.5rem;padding-top:1rem;font-size:1.2rem;font-weight:700;color:var(--text-dark)}.free-delivery{color:#22c55e;font-weight:600}.email-notification-banner{display:flex;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f0f7ff,#e0f0ff);border-radius:10px;margin-bottom:1.5rem;align-items:flex-start;border:2px solid #bfdbfe;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.email-icon{width:48px;height:48px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #4a90e233}.email-icon svg{color:var(--primary-blue)}.email-message{flex:1}.email-message h3{font-size:1rem;font-weight:700;margin-bottom:.375rem;color:#0f172a}.email-message p{font-size:.85rem;line-height:1.6;color:#64748b;margin:0}.delivery-address-section{margin-bottom:2rem}.delivery-address-section h2{font-size:1.3rem;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color);display:flex;align-items:center;gap:.5rem}.address-details{background:var(--light-bg);padding:1.5rem;border-radius:12px}.address-name{font-weight:700;color:var(--text-dark);font-size:1.05rem;margin-bottom:.5rem}.address-phone{color:var(--text-light);margin-bottom:.75rem}.address-text{color:var(--text-dark);line-height:1.6;margin-bottom:.25rem}.invoice-info{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#f0f7ff;border-radius:10px;margin-bottom:1.5rem;border-left:4px solid var(--primary-blue)}.invoice-info svg{color:var(--primary-blue);flex-shrink:0;width:22px;height:22px;margin-top:.1rem}.invoice-info p{color:#1e293b;font-size:.875rem;line-height:1.6;margin:0}.invoice-info strong{color:var(--primary-blue);font-weight:700}.confirmation-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:2.5rem}.info-card{display:flex;gap:1rem;padding:1.5rem;background:#eff6ff;border-radius:12px;text-align:left}.info-card svg{color:var(--primary-blue);flex-shrink:0}.info-card h3{font-size:1rem;color:var(--text-dark);margin-bottom:.5rem}.info-card p{color:var(--text-light);font-size:.9rem;line-height:1.5}.confirmation-actions{display:flex;gap:.875rem;justify-content:center;margin-top:.5rem}.confirmation-actions .btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border:2px solid transparent;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;text-decoration:none;transition:all .3s ease;height:48px;min-height:48px;max-height:48px;box-sizing:border-box;position:relative;overflow:hidden}.confirmation-actions .btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#ffffff1a;transition:left .3s ease}.confirmation-actions .btn:hover:before{left:100%}.confirmation-actions .btn svg{width:18px;height:18px;flex-shrink:0}.btn-primary{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue);box-shadow:0 4px 12px #4a90e24d}.btn-primary:hover{opacity:.9}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 8px #4a90e24d}.btn-secondary{background:#fff;color:#64748b;border-color:#e2e8f0;box-shadow:0 2px 8px #0000000f}.btn-secondary:active{transform:translateY(0);box-shadow:0 2px 8px #0000000f}@media(min-width:768px){.order-confirmation-page{padding:1.5rem}.animated-checkmark svg{width:100px;height:100px}.animation-text{font-size:2rem}.loading-dots span{width:12px;height:12px}.confirmation-card{padding:2.5rem 2rem}.success-icon svg{width:80px;height:80px}.confirmation-card h1{font-size:1.75rem}.confirmation-message{font-size:1rem}.order-id-section{padding:1.5rem 2rem}.order-id-value{font-size:1.6rem}.email-notification-banner{padding:1.5rem;gap:1.25rem}.email-icon{width:52px;height:52px}.email-icon svg{width:26px;height:26px}.email-message h3{font-size:1.1rem}.email-message p{font-size:.9rem}.invoice-info{padding:1.5rem}.invoice-info svg{width:24px;height:24px}.invoice-info p{font-size:.95rem}.confirmation-actions .btn{flex:0 1 auto;min-width:200px;font-size:.95rem}.confirmation-actions .btn svg{width:20px;height:20px}}@media(max-width:767px){.animated-checkmark svg{width:70px;height:70px}.animation-text{font-size:1.5rem;margin-bottom:1.25rem}.loading-dots{gap:.4rem}.loading-dots span{width:10px;height:10px}.order-confirmation-page{padding:.75rem}.confirmation-card{padding:1.5rem 1.125rem}.success-icon{margin-bottom:1rem}.success-icon svg{width:60px;height:60px}.confirmation-card h1{font-size:1.25rem;margin-bottom:.5rem}.confirmation-message{font-size:.875rem;margin-bottom:1.25rem}.order-id-section{padding:1rem 1.25rem;margin-bottom:1.25rem}.order-id-label{font-size:.75rem;margin-bottom:.4rem}.order-id-value{font-size:1.15rem;letter-spacing:1px}.email-notification-banner{padding:1rem;gap:.875rem;margin-bottom:1.25rem}.email-icon{width:42px;height:42px}.email-icon svg{width:22px;height:22px}.email-message h3{font-size:.9rem;margin-bottom:.3rem}.email-message p{font-size:.8rem}.invoice-info{padding:1rem;gap:.875rem;margin-bottom:1.25rem}.invoice-info svg{width:20px;height:20px}.invoice-info p{font-size:.8rem}.confirmation-actions{flex-direction:row;gap:.75rem;margin-top:.5rem}.confirmation-actions .btn{padding:.75rem .5rem;font-size:.8rem;font-weight:600;height:44px;min-height:44px;max-height:44px}.confirmation-actions .btn svg{width:16px;height:16px}}@media(max-width:400px){.animated-checkmark svg{width:60px;height:60px}.animation-text{font-size:1.25rem;margin-bottom:1rem}.loading-dots{gap:.35rem}.loading-dots span{width:8px;height:8px}.order-confirmation-page{padding:.5rem}.confirmation-card{padding:1.25rem .875rem}.success-icon{margin-bottom:.875rem}.success-icon svg{width:50px;height:50px}.confirmation-card h1{font-size:1.1rem;margin-bottom:.4rem}.confirmation-message{font-size:.8rem;margin-bottom:1rem}.order-id-section{padding:.875rem 1rem;margin-bottom:1rem}.order-id-label{font-size:.7rem;margin-bottom:.35rem}.order-id-value{font-size:1rem;letter-spacing:.5px}.email-notification-banner{padding:.875rem;gap:.75rem;margin-bottom:1rem}.email-icon{width:38px;height:38px}.email-icon svg{width:20px;height:20px}.email-message h3{font-size:.85rem;margin-bottom:.25rem}.email-message p{font-size:.75rem}.invoice-info{padding:.875rem;gap:.75rem;margin-bottom:1rem}.invoice-info svg{width:18px;height:18px}.invoice-info p{font-size:.75rem}.confirmation-actions{flex-direction:column;gap:.625rem;margin-top:.5rem}.confirmation-actions .btn{width:100%;padding:.7rem 1rem;font-size:.8rem;font-weight:600;height:42px;min-height:42px;max-height:42px}.confirmation-actions .btn svg{width:16px;height:16px}}.profile-page{min-height:calc(100vh - 180px);padding:2rem 0 120px;background:linear-gradient(180deg,#f7f8f8,#fff)}.profile-layout{max-width:900px;margin:0 auto}.profile-header{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;display:flex;gap:2rem;align-items:center;box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden}.profile-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-blue)}.profile-avatar-wrapper{position:relative;flex-shrink:0}.profile-avatar{width:110px;height:110px;border-radius:50%;background:var(--primary-blue);display:flex;align-items:center;justify-content:center;color:#fff;border:4px solid white;box-shadow:0 4px 12px #232f3e33;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.edit-avatar-btn{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:var(--primary-blue);cursor:pointer;transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.edit-avatar-btn:hover{background:var(--primary-blue);color:#fff;transform:scale(1.1)}.profile-info{flex:1;min-width:0}.profile-name-section{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.profile-info h1{font-size:2rem;color:var(--text-dark);margin:0;font-weight:700}.member-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:var(--warning-light);color:#92400e;border-radius:20px;font-size:.8rem;font-weight:600;border:1px solid var(--warning-yellow)}.profile-contact-info{display:flex;flex-direction:column;gap:.625rem}.profile-email,.profile-phone,.profile-member-since{display:flex;align-items:center;gap:.625rem;color:var(--text-light);font-size:.95rem;margin:0}.profile-email svg,.profile-phone svg,.profile-member-since svg{color:var(--primary-blue);flex-shrink:0}.profile-email span,.profile-phone span,.profile-member-since span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 8px #0000000f}.stat-card:hover{opacity:.9}.stat-icon{width:56px;height:56px;border-radius:14px;background:color-mix(in srgb,var(--stat-color) 15%,white);color:var(--stat-color);display:flex;align-items:center;justify-content:center;margin-bottom:.875rem}.stat-value{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--text-light);font-weight:500}.profile-menu-section{margin-bottom:2rem}.section-title{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;padding-left:.5rem}.profile-menu{display:flex;flex-direction:column;gap:.75rem}.profile-menu-item{background:#fff;border-radius:14px;padding:1.25rem;display:flex;align-items:center;gap:1rem;text-decoration:none;transition:all .3s ease;border:2px solid transparent;cursor:pointer;width:100%;text-align:left;box-shadow:0 2px 8px #0000000f}.profile-menu-item:hover{transform:translate(6px);box-shadow:var(--shadow-lg);border-color:var(--border-color)}.menu-item-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.profile-menu-item:hover .menu-item-icon{transform:scale(1.1)}.menu-item-content{flex:1;min-width:0}.menu-item-content h3{font-size:1.05rem;color:var(--text-dark);margin-bottom:.25rem;font-weight:600}.menu-item-content p{font-size:.875rem;color:var(--text-light);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-item-arrow{color:var(--gray-300);flex-shrink:0;transition:all var(--transition-normal)}.profile-menu-item:hover .menu-item-arrow{color:var(--primary-blue);transform:translate(4px)}.logout-item{background:var(--error-light);border-color:#fecaca}.logout-item:hover{background:#fee2e2;border-color:#fca5a5;transform:translate(0)}.logout-item:hover .menu-item-arrow{color:var(--error-red)}.profile-footer{display:flex;align-items:center;justify-content:center;padding:1.5rem;margin-top:1rem;color:var(--text-light);font-size:.9rem;font-weight:500;background:#fff;border-radius:14px;box-shadow:0 2px 8px #0000000f}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease}.modal-content{background:#fff;border-radius:20px;padding:2rem;max-width:420px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.logout-modal{text-align:center}.modal-icon{width:80px;height:80px;border-radius:50%;background:var(--error-light);color:var(--error-red);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.modal-content h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:700}.modal-content p{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem}.modal-actions{display:flex;gap:1rem}.btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-secondary{background:var(--gray-100);color:var(--text-dark)}.btn-secondary:hover{opacity:.9}.btn-danger{background:var(--error-red);color:#fff;box-shadow:var(--shadow-md)}.btn-danger:hover{opacity:.9}@media(max-width:768px){.profile-page{padding:1.5rem 0}.profile-header{flex-direction:column;text-align:center;padding:2rem 1.5rem}.profile-avatar{width:90px;height:90px}.profile-info h1{font-size:1.5rem}.profile-name-section{justify-content:center}.profile-contact-info{align-items:center}.profile-email,.profile-phone,.profile-member-since{justify-content:center;font-size:.875rem}.profile-stats{grid-template-columns:repeat(2,1fr)}.stat-card{padding:1.25rem}.stat-icon{width:48px;height:48px}.stat-value{font-size:1.5rem}.section-title{font-size:1rem}.profile-menu-item{padding:1rem}.menu-item-icon{width:46px;height:46px}.menu-item-content h3{font-size:.95rem}.menu-item-content p{font-size:.8rem}.modal-content{padding:1.5rem}.modal-icon{width:64px;height:64px}.modal-content h3{font-size:1.25rem}.modal-actions{flex-direction:column}.btn{width:100%}.profile-footer{padding:1.25rem;font-size:.85rem}}@media(max-width:480px){.profile-page{padding:1rem 0}.profile-header{padding:1.5rem 1rem;border-radius:16px}.profile-avatar{width:80px;height:80px}.edit-avatar-btn{width:32px;height:32px}.profile-info h1{font-size:1.25rem}.member-badge{font-size:.75rem;padding:.25rem .625rem}.profile-email,.profile-phone,.profile-member-since{font-size:.8rem}.profile-stats{gap:.75rem}.stat-card{padding:1rem}.stat-icon{width:44px;height:44px;margin-bottom:.625rem}.stat-value{font-size:1.375rem}.stat-label{font-size:.8rem}.section-title{font-size:.95rem;margin-bottom:.75rem}.profile-menu-item{padding:.875rem;gap:.75rem}.menu-item-icon{width:42px;height:42px}.menu-item-content h3{font-size:.9rem}.menu-item-content p{font-size:.75rem}.modal-content{padding:1.25rem}.modal-icon{width:56px;height:56px}.modal-content h3{font-size:1.15rem}.modal-content p{font-size:.875rem}.btn{padding:.75rem 1.25rem;font-size:.9rem}.profile-footer{padding:1rem;font-size:.8rem}}.edit-profile-page{min-height:calc(100vh - 180px);padding:1.5rem 0 120px;background:linear-gradient(180deg,#f7f8f8,#fff)}.edit-profile-layout{max-width:650px;margin:0 auto;padding:0 1rem}.edit-profile-header{margin-bottom:1.5rem;margin-top:1rem;text-align:left}.edit-profile-header h1{font-size:1.75rem;color:var(--text-dark);margin-bottom:.375rem;font-weight:700;line-height:1.2}.edit-profile-header p{color:var(--text-light);font-size:.9rem;line-height:1.5;margin:0}.profile-picture-section{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm);text-align:center;display:flex;flex-direction:column;align-items:center}.profile-picture-wrapper{display:flex;flex-direction:column;align-items:center;gap:1.25rem;width:100%}.profile-picture{width:100px;height:100px;border-radius:50%;background:var(--primary-blue);display:flex;align-items:center;justify-content:center;color:#fff;border:4px solid var(--gray-100);box-shadow:var(--shadow-md);overflow:hidden;flex-shrink:0}.profile-picture img{width:100%;height:100%;object-fit:cover}.change-picture-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--gray-100);color:var(--text-light);border:1px solid var(--border-color);border-radius:8px;font-size:.85rem;font-weight:600;cursor:not-allowed;transition:all var(--transition-normal);white-space:nowrap}.change-picture-btn:not(:disabled){cursor:pointer;color:var(--text-dark)}.change-picture-btn:not(:disabled):hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.picture-note{color:var(--text-light);font-size:.8rem;margin:.375rem 0 0;text-align:center}.edit-profile-form{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;box-shadow:var(--shadow-sm)}.message-box{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.85rem;font-weight:500;animation:slideDown .3s ease;line-height:1.5}.message-box svg{flex-shrink:0}.message-box span{flex:1}.message-box.success{background:var(--success-light);color:var(--success-green);border:1px solid var(--success-green)}.message-box.error{background:var(--error-light);color:var(--error-red);border:1px solid var(--error-red)}.form-group{margin-bottom:1.5rem;position:relative}.form-group:last-of-type{margin-bottom:0}.form-group.has-error input:not(.readonly-input){border-color:var(--error-red)}.form-group.has-error input:not(.readonly-input):focus{border-color:var(--error-red);box-shadow:0 0 0 3px #c7511f1a}.form-group label{display:flex;align-items:baseline;gap:.625rem;font-size:.875rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.form-group label svg{color:var(--primary-blue);flex-shrink:0;width:16px;height:16px;position:relative;top:3px;margin-right:.125rem}.form-group label .required{color:var(--error-red);font-weight:700;margin-left:.125rem}.form-group label .optional{color:var(--text-light);font-weight:400;font-size:.8rem;margin-left:.25rem}.form-group input,.form-group textarea{width:100%;padding:.75rem .875rem;border:2px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--text-dark);background:#fff;transition:all var(--transition-normal);font-family:inherit;line-height:1.5}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #232f3e1a}.form-group input.readonly-input{background:var(--gray-100);color:var(--text-light);cursor:not-allowed;border-color:var(--gray-200)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-light);opacity:.7}.field-note{margin-top:.5rem;font-size:.75rem;color:var(--text-light);display:flex;align-items:flex-start;gap:.25rem;line-height:1.5}.error-message{margin-top:.4rem;padding:.5rem .75rem;background:#fff5f5;border:1px solid var(--error-red);border-radius:6px;font-size:.75rem;color:var(--error-red);display:flex;align-items:center;gap:.5rem;animation:shake .3s ease;line-height:1.4}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.phone-input-wrapper{display:flex;align-items:stretch;gap:.5rem}.country-code{display:flex;align-items:center;justify-content:center;padding:.75rem .875rem;background:var(--gray-100);border:2px solid var(--border-color);border-radius:8px;font-size:.9rem;font-weight:600;color:var(--text-dark);white-space:nowrap;min-width:55px}.phone-input-wrapper input{flex:1;min-width:0}.character-count{text-align:right;font-size:.7rem;color:var(--text-light);margin-top:.375rem;margin-bottom:1.25rem;font-weight:500}.form-actions{display:flex;align-items:center;gap:.625rem;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--border-color)}.btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all var(--transition-normal);white-space:nowrap;line-height:1.5}.btn svg{flex-shrink:0}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.btn-secondary{background:var(--gray-100);color:var(--text-dark);border:1px solid var(--border-color);flex:0 0 auto;min-width:100px}.btn-secondary:hover:not(:disabled){opacity:.9}.btn-reset{background:var(--warning-light);color:#92400e;border:1px solid var(--warning-yellow);flex:0 0 auto;min-width:90px}.btn-reset:hover:not(:disabled){opacity:.9}.btn-primary{background:var(--primary-blue);color:#fff;box-shadow:var(--shadow-md);flex:1}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media(max-width:768px){.edit-profile-page{padding:1rem 0 2.5rem}.edit-profile-layout{padding:0 1rem}.edit-profile-header{margin-top:.75rem}.edit-profile-header h1{font-size:1.35rem}.edit-profile-header p{font-size:.85rem}.profile-picture-section{padding:1.5rem 1.25rem}.profile-picture{width:90px;height:90px}.edit-profile-form{padding:1.5rem 1.25rem}.form-actions{flex-wrap:wrap;gap:.625rem}.btn{min-width:auto}.btn-secondary,.btn-reset{flex:1;min-width:90px}.btn-primary{flex:1 1 100%;order:3}.error-message{padding:.45rem .65rem;font-size:.7rem;margin-top:.35rem}.error-message svg{width:14px;height:14px}}@media(max-width:480px){.edit-profile-page{padding:.75rem 0 2rem}.edit-profile-layout{padding:0 .75rem}.edit-profile-header{margin-top:.5rem;margin-bottom:1.25rem}.edit-profile-header h1{font-size:1.15rem}.edit-profile-header p{font-size:.8rem}.profile-picture-section{padding:1.25rem 1rem}.profile-picture{width:80px;height:80px}.change-picture-btn{padding:.5rem 1rem;font-size:.8rem}.edit-profile-form{padding:1.25rem 1rem}.form-group{margin-bottom:1.25rem}.form-group label{font-size:.8rem}.form-group input,.form-group textarea{padding:.65rem .75rem;font-size:.85rem}.country-code{padding:.65rem .75rem;font-size:.85rem;min-width:50px}.form-actions{margin-top:1.75rem;padding-top:1rem;flex-direction:column}.error-message{padding:.4rem .6rem;font-size:.65rem;margin-top:.3rem}.error-message svg{width:13px;height:13px}.btn{width:100%;padding:.65rem 1rem;font-size:.85rem}.btn-secondary,.btn-reset,.btn-primary{flex:1 1 auto;min-width:auto}}.orders-page{min-height:calc(100vh - 180px);padding:1.5rem 0 120px;background:var(--gray-50)}.orders-page .container{max-width:1100px;margin:0 auto;padding:0 1rem}.orders-header{margin:1.5rem 0 2rem}.header-content h1{font-size:1.75rem;font-weight:800;color:var(--text-dark);margin-bottom:.375rem}.header-content p{font-size:.875rem;color:var(--text-light)}.empty-orders{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;box-shadow:var(--shadow-sm)}.empty-icon{width:100px;height:100px;margin:0 auto 1.25rem;background:var(--gray-100);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-light)}.empty-orders h2{font-size:1.35rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.empty-orders p{font-size:.95rem;color:var(--text-light);margin-bottom:1.75rem}.shop-now-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:all .3s ease;box-shadow:var(--shadow-md)}.shop-now-btn:hover{opacity:.9}.orders-filters{background:#fff;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.search-box{position:relative;margin-bottom:1.25rem}.search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light)}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:.9rem;transition:all .2s ease}.search-box input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #232f3e1a}.filter-tabs{display:flex;gap:.625rem;flex-wrap:wrap}.filter-tab{padding:.5rem 1rem;background:var(--gray-100);border:2px solid transparent;border-radius:8px;font-size:.85rem;font-weight:600;color:var(--text-medium);cursor:pointer;transition:all .2s ease}.filter-tab:hover{background:var(--gray-200);color:var(--text-dark)}.filter-tab.active{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.no-results{background:#fff;border-radius:12px;padding:2.5rem 2rem;text-align:center;box-shadow:var(--shadow-sm)}.no-results p{font-size:.95rem;color:var(--text-light)}.orders-list{display:flex;flex-direction:column;gap:.875rem}.order-list-item{background:#fff;border-radius:12px;padding:1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1.25rem;border:2px solid var(--border-color);cursor:pointer;transition:all .3s ease}.order-list-item:hover{border-color:var(--primary-blue);box-shadow:var(--shadow-md);opacity:.9}.order-list-left{display:flex;align-items:center;gap:1rem;flex:1}.order-image-stack{position:relative;flex-shrink:0}.order-thumbnail{width:70px;height:70px;object-fit:cover;border-radius:8px;border:2px solid var(--border-color)}.more-items{position:absolute;bottom:-6px;right:-6px;background:var(--primary-blue);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .45rem;border-radius:10px;border:2px solid white}.order-list-info{flex:1;display:flex;flex-direction:column;gap:.4rem}.order-list-header{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.order-list-id{font-size:1rem;font-weight:700;color:var(--text-dark)}.order-list-status{display:inline-flex;align-items:center;gap:.375rem;padding:.3rem .75rem;border-radius:14px;font-weight:600;font-size:.75rem}.order-list-status.status-delivered{background:#d1fae5;color:#065f46}.order-list-status.status-shipped{background:#dbeafe;color:#1e40af}.order-list-status.status-processing{background:#fef3c7;color:#92400e}.order-list-status.status-cancelled{background:#fee2e2;color:#991b1b}.order-list-status.status-pending{background:var(--gray-100);color:var(--text-medium)}.order-list-meta{display:flex;align-items:center;gap:.625rem;font-size:.8rem;color:var(--text-light)}.meta-item{display:flex;align-items:center;gap:.3rem}.meta-divider{color:var(--border-color)}.order-list-products{display:flex;flex-wrap:wrap;gap:.4rem;font-size:.8rem}.product-name-preview{color:var(--text-medium)}.more-products{color:var(--primary-blue);font-weight:600}.order-list-right{display:flex;flex-direction:column;align-items:flex-end;gap:.875rem;flex-shrink:0}.order-list-amount{display:flex;flex-direction:column;align-items:flex-end;gap:.2rem}.amount-label{font-size:.75rem;color:var(--text-light);font-weight:500}.amount-value{font-size:1.25rem;font-weight:800;color:var(--text-dark)}.view-details-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .3s ease}.view-details-btn:hover{opacity:.9}@media(max-width:768px){.orders-page{padding:1rem 0 2.5rem}.orders-header{margin:1rem 0 1.5rem}.header-content h1{font-size:1.5rem}.orders-filters{padding:1rem}.filter-tabs{gap:.5rem}.filter-tab{padding:.45rem .875rem;font-size:.8rem}.order-list-item{flex-direction:column;align-items:stretch;padding:1rem}.order-list-left{flex-direction:column;align-items:flex-start}.order-list-right{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.order-list-amount{align-items:flex-start}.amount-value{font-size:1.15rem}.view-details-btn{padding:.5rem .875rem}}@media(max-width:480px){.orders-header{margin:.75rem 0 1.25rem}.header-content h1{font-size:1.35rem}.orders-filters{padding:.875rem}.search-box{margin-bottom:1rem}.search-box input{padding:.65rem .875rem .65rem 2.5rem;font-size:.85rem}.filter-tab{padding:.4rem .75rem;font-size:.75rem}.order-list-item{padding:.875rem}.order-thumbnail{width:60px;height:60px}.order-list-id{font-size:.95rem}.order-list-status{padding:.25rem .625rem;font-size:.7rem}.order-list-meta,.order-list-products{font-size:.75rem}.amount-label{font-size:.7rem}.amount-value{font-size:1.05rem}.view-details-btn{padding:.45rem .75rem;font-size:.75rem}}.order-detail-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#e8ecf1);padding:2rem 0 120px}.order-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.order-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.back-btn-modern{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;border:none;border-radius:50px;font-weight:600;font-size:.9rem;color:var(--text-dark);cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.back-btn-modern:hover{opacity:.9}.download-btn-header{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:var(--primary-blue);border:none;border-radius:50px;font-weight:600;font-size:.9rem;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #2563eb4d}.download-btn-header:hover{opacity:.9}.order-status-card{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;justify-content:center}.status-info{text-align:center;width:100%}.order-title{font-size:1.75rem;font-weight:800;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.5px}.order-date-text{font-size:.9rem;color:var(--text-light);font-weight:500;margin-bottom:.75rem}.status-badge{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:50px;font-weight:700;font-size:.875rem}.status-badge.status-delivered{background:#d1fae5;color:#065f46}.status-badge.status-shipped{background:#dbeafe;color:#1e40af}.status-badge.status-processing{background:#fef3c7;color:#92400e}.status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.status-badge.status-pending{background:var(--gray-100);color:var(--text-medium)}.order-content-grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.order-items-section{display:flex;flex-direction:column;gap:1.5rem}.section-title{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.items-grid{display:flex;flex-direction:column;gap:1rem}.delivery-details-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.delivery-details-card .card-title{display:flex;align-items:center;gap:.625rem;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-100)}.delivery-details-card .card-title svg{color:var(--primary-blue);flex-shrink:0}.item-card{background:#fff;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1.25rem;box-shadow:0 2px 12px #0000000f;transition:all .3s ease}.item-card:hover{opacity:.9}.item-img{width:90px;height:90px;object-fit:cover;border-radius:12px;border:2px solid var(--gray-100);flex-shrink:0}.item-info{flex:1;min-width:0}.item-info h3{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;line-height:1.4}.item-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem}.item-meta .qty{color:var(--text-light);font-weight:500}.item-meta .price{color:var(--text-medium);font-weight:600}.item-amount{font-size:1.25rem;font-weight:800;color:var(--primary-blue);flex-shrink:0}.address-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.card-title{display:flex;align-items:center;gap:.625rem;font-size:1.1rem;font-weight:700;color:var(--text-dark);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid var(--gray-100)}.card-title svg{color:var(--primary-blue);flex-shrink:0}.address-details{display:flex;flex-direction:column;gap:.5rem;text-align:left}.address-name{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin-bottom:.375rem;text-align:left}.address-line{font-size:.95rem;color:var(--text-medium);line-height:1.6;text-align:left;margin:0}.address-phone{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--text-dark);font-weight:600;margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--gray-100);text-align:left}.address-phone svg{color:var(--primary-blue);flex-shrink:0}.order-summary-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.summary-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 12px #0000000f}.price-details-content{display:flex;flex-direction:column;gap:.875rem}.payment-info-section{display:flex;flex-direction:column;gap:.875rem;padding-top:.5rem}.delivery-details-content{display:flex;flex-direction:column;gap:1rem}.delivery-info-row{display:flex;align-items:flex-start;gap:.75rem}.delivery-info-row svg{color:var(--primary-blue);flex-shrink:0;margin-top:.25rem}.delivery-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.delivery-info .info-label{font-size:.75rem;color:var(--text-light);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.delivery-info .info-value{font-size:.9rem;color:var(--text-dark);font-weight:500;line-height:1.5}.payment-info{display:flex;flex-direction:column;gap:1rem}.payment-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.payment-row span:first-child{color:var(--text-light);font-weight:500}.payment-row strong{color:var(--text-dark);font-weight:700}.payment-status{padding:.375rem .875rem;border-radius:50px;font-size:.8rem;font-weight:700}.payment-status.paid{background:#d1fae5;color:#065f46}.payment-status.pending{background:#fef3c7;color:#92400e}.payment-status.failed{background:#fee2e2;color:#991b1b}.summary-details{display:flex;flex-direction:column;gap:.875rem}.summary-line{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.summary-line span:first-child{color:var(--text-medium);font-weight:500}.summary-line span:last-child{color:var(--text-dark);font-weight:600}.free-text{color:#10b981!important;font-weight:700!important}.summary-divider{height:1px;background:var(--gray-200);margin:.5rem 0}.total-line{padding-top:.5rem;font-size:1.1rem}.total-line strong{font-size:1.5rem;font-weight:800;color:var(--primary-blue)}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-cancel{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem;background:#fff;color:#dc2626;border:2px solid #dc2626;border-radius:12px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease}.btn-cancel:hover{background:#dc2626;color:#fff;opacity:.9}.order-not-found{background:#fff;border-radius:20px;padding:4rem 2rem;text-align:center;box-shadow:0 4px 20px #00000014;margin-top:3rem}.order-not-found svg{color:var(--text-light);margin-bottom:1.5rem}.order-not-found h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.order-not-found p{font-size:1rem;color:var(--text-light);margin-bottom:2rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--primary-blue);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #2563eb4d}.back-btn:hover{opacity:.9}@media(max-width:1024px){.order-content-grid{grid-template-columns:2fr}.order-summary-section{position:static}}@media(max-width:768px){.order-detail-page{padding:1.5rem 0 3rem}.order-container{padding:0 1rem}.order-status-card{padding:1.5rem}.order-title{font-size:1.5rem}.item-card{flex-direction:column;align-items:flex-start}.item-img{width:100%;height:auto;max-width:200px}.item-amount{align-self:flex-start}}@media(max-width:480px){.order-detail-page{padding:1rem 0 2.5rem}.order-top-bar{margin-bottom:1.5rem}.back-btn-modern,.download-btn-header{padding:.5rem 1rem;font-size:.85rem}.order-status-card{padding:1.25rem}.order-title{font-size:1.25rem}.section-title{font-size:1.1rem}.item-card{padding:1rem}.item-img{max-width:150px}.item-info h3{font-size:.9rem}.item-amount{font-size:1.1rem}.summary-card,.address-card{padding:1.25rem}.card-title{font-size:1rem}.total-line strong{font-size:1.35rem}}.addresses-page{background:var(--gray-50);padding:2.5rem 0 120px}.addresses-container{max-width:1200px;margin:0 auto;padding:0 2rem}.addresses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.addresses-header h1{font-size:2rem;font-weight:800;color:var(--text-dark);margin-bottom:.25rem;letter-spacing:-.5px}.addresses-header p{font-size:.95rem;color:var(--text-light);font-weight:500}.add-address-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--primary-blue);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #2563eb4d}.add-address-btn:hover{opacity:.9}.loading-state{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:var(--text-light);font-weight:500}.empty-addresses{background:#fff;border-radius:16px;padding:3rem 1.5rem;text-align:center;box-shadow:0 4px 20px #00000014}.empty-icon{width:80px;height:80px;margin:0 auto 1.25rem;background:linear-gradient(135deg,#f0f7ff,#e0f0ff);border-radius:50%;display:flex;align-items:center;justify-content:center}.empty-icon svg{color:var(--primary-blue);width:48px;height:48px}.empty-addresses h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.empty-addresses p{font-size:.95rem;color:var(--text-light);margin-bottom:1.75rem}.add-first-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--primary-blue);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #2563eb4d}.add-first-btn:hover{opacity:.9}.addresses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px}.address-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;border:2px solid transparent;display:flex;flex-direction:column;gap:1rem}.address-card:hover{opacity:.9}.address-card.default-address{border-color:var(--primary-blue);background:linear-gradient(135deg,#fff,#f8fbff);box-shadow:0 4px 16px #2563eb26}.card-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.875rem;border-bottom:1px solid #f1f5f9}.address-type-badge{display:flex;align-items:center;gap:.5rem;padding:.4rem .875rem;background:#f1f5f9;border-radius:6px;font-weight:600;font-size:.8rem;color:var(--text-dark);text-transform:capitalize}.address-type-badge svg{color:var(--primary-blue);width:16px;height:16px}.default-badge{display:flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:var(--primary-blue);color:#fff;border-radius:6px;font-size:.7rem;font-weight:700}.card-body{flex-grow:1}.address-info{display:flex;flex-direction:column;gap:.875rem}.info-row{display:flex;align-items:flex-start;gap:.75rem}.info-row svg{color:var(--primary-blue);flex-shrink:0;margin-top:.15rem;width:16px;height:16px}.info-text{font-size:.9rem;color:var(--text-dark);line-height:1.5;font-weight:500}.card-actions{display:flex;gap:.625rem;flex-wrap:wrap;padding-top:.875rem;border-top:1px solid #f1f5f9}.action-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:2px solid;flex:1;justify-content:center;min-width:fit-content}.action-btn svg{width:15px;height:15px}.set-default-btn{background:#fff;color:var(--primary-blue);border-color:var(--primary-blue)}.set-default-btn:hover{background:var(--primary-blue);color:#fff}.edit-btn{background:#fff;color:var(--text-dark);border-color:var(--border-color)}.edit-btn:hover{background:var(--gray-50);border-color:var(--text-medium)}.delete-btn{background:#fff;color:#dc2626;border-color:#dc2626}.delete-btn:hover{background:#dc2626;color:#fff}.modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.modal-container{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:2px solid var(--gray-100)}.modal-header h2{font-size:1.25rem;font-weight:800;color:var(--text-dark)}.close-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--gray-50);border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;color:var(--text-dark)}.close-btn:hover{background:var(--gray-200);transform:rotate(90deg)}.address-form{padding:0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:.75rem}.form-field{margin-bottom:.75rem}.form-field label{display:block;font-size:.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.3px}.form-field input,.form-field textarea{width:100%;padding:.6rem .8rem;border:2px solid var(--border-color);border-radius:8px;font-size:.875rem;font-family:inherit;transition:all .3s ease;background:#fff}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #2563eb14;background:#fafbff}.form-field textarea{resize:vertical;min-height:65px;line-height:1.5}.error-message{margin-top:.35rem;padding:.5rem .75rem;background:#fff5f5;border:1px solid var(--error-red);border-radius:6px;font-size:.75rem;color:var(--error-red);display:flex;align-items:center;gap:.5rem;line-height:1.4}.error-message svg{flex-shrink:0;width:16px;height:16px}.address-type-selector{display:flex;gap:.625rem}.type-option{flex:1;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;padding:.75rem;border:2px solid var(--border-color);border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.85rem;background:#fff}.type-option:hover{border-color:var(--primary-blue);background:#f8faff;transform:translateY(-2px)}.type-option input{display:none}.type-option.selected{border-color:var(--primary-blue);background:linear-gradient(135deg,#f0f7ff,#e0f0ff);color:var(--primary-blue);box-shadow:0 2px 8px #2563eb26}.type-option.selected svg{color:var(--primary-blue)}.type-option svg{width:18px;height:18px;flex-shrink:0}.type-option span{white-space:nowrap;margin-left:.25rem}.form-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:0;border-top:none}.cancel-btn,.submit-btn,.set-default-form-btn{flex:1;padding:.7rem 1.5rem;border-radius:50px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .3s ease;border:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.cancel-btn{background:#fff;color:var(--text-dark);border:2px solid var(--border-color)}.cancel-btn:hover{background:var(--gray-50);border-color:var(--text-medium);transform:translateY(-2px)}.set-default-form-btn{background:#fff;color:var(--accent-orange);border:2px solid var(--accent-orange)}.set-default-form-btn:hover{background:var(--accent-orange);color:#fff;transform:translateY(-2px)}.submit-btn{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);color:#fff;box-shadow:0 4px 12px #2563eb4d}.form-page-container{max-width:750px;margin:0 auto;padding:0 2rem}.back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#fff;color:var(--text-dark);border:2px solid var(--border-color);border-radius:50px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-bottom:1.5rem}.back-btn:hover{background:var(--gray-50);border-color:var(--text-medium);transform:translate(-4px)}.form-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #00000014;border:1px solid var(--border-color)}.form-card h1{font-size:1.65rem;font-weight:800;color:var(--text-dark);margin-bottom:1.75rem;letter-spacing:-.5px}@media(max-width:768px){.addresses-page{padding:1.5rem 0 3rem}.form-page-container{padding:0 1rem}.form-card{padding:1.25rem}.form-card h1{font-size:1.35rem;margin-bottom:1rem}.back-btn{padding:.5rem 1rem;font-size:.85rem;margin-bottom:1rem}.addresses-container{padding:0 1rem}.addresses-header{flex-direction:column;align-items:flex-start;gap:1rem}.addresses-header h1{font-size:1.5rem}.addresses-grid{grid-template-columns:1fr;gap:1rem}.address-card{padding:1.25rem;flex-direction:column;display:flex}.card-body{margin-bottom:0}.card-actions{flex-direction:column;padding-top:1rem;border-top:1px solid var(--gray-100);margin-top:-0rem}.action-btn{flex:1;justify-content:center;padding:.65rem .75rem;font-size:.8rem;width:105px}.action-btn svg{width:15px;height:15px}.modal-header{padding:1.25rem 1.5rem}.address-form{padding:0}.form-grid{grid-template-columns:1fr;gap:.625rem}.address-type-selector{flex-direction:row;gap:.5rem}.type-option{padding:.7rem .5rem;font-size:.8rem;gap:.625rem}.type-option svg{width:16px;height:16px}.type-option span{margin-left:.2rem}.form-actions{flex-direction:row;gap:.625rem}.cancel-btn,.submit-btn{padding:.65rem 1.25rem;font-size:.85rem}}@media(max-width:480px){.addresses-page{padding:1rem 0 2.5rem}.addresses-header h1{font-size:1.35rem}.add-address-btn{padding:.625rem 1.25rem;font-size:.85rem}.address-card{padding:1rem;display:flex;flex-direction:column}.card-body{margin-bottom:0}.info-row{gap:.75rem}.info-row svg{width:15px;height:15px}.info-text{font-size:.875rem}.card-actions{flex-direction:column;gap:.5rem;padding-top:.875rem;border-top:1px solid var(--gray-100);margin-top:-.5rem;margin-right:-0rem}.action-btn{flex:1;padding:.6rem .5rem;font-size:.75rem;gap:.35rem}.action-btn svg{width:14px;height:14px}.modal-header h2{font-size:1.25rem}.empty-addresses{padding:2.5rem 1.25rem;border-radius:12px}.empty-icon{width:70px;height:70px;margin-bottom:1rem}.empty-icon svg{width:40px;height:40px}.empty-addresses h2{font-size:1.25rem;margin-bottom:.4rem}.empty-addresses p{font-size:.875rem;margin-bottom:1.5rem}.add-first-btn{padding:.75rem 1.5rem;font-size:.875rem}.form-page-container{padding:0 .75rem}.back-btn{padding:.5rem 1rem;font-size:.8rem;margin-bottom:1rem}.form-card{padding:1rem;border-radius:10px}.form-card h1{font-size:1.15rem;margin-bottom:1rem}.form-field{margin-bottom:.65rem}.form-field label{font-size:.7rem;margin-bottom:.3rem}.form-field input,.form-field textarea{padding:.55rem .7rem;font-size:.85rem}.error-message{padding:.4rem .6rem;font-size:.7rem;margin-top:.3rem}.error-message svg{width:14px;height:14px}.form-grid{gap:.5rem;margin-bottom:.5rem}.address-type-selector{flex-direction:row;gap:.4rem}.type-option{padding:.6rem .35rem;font-size:.75rem;gap:.4rem;flex-direction:column}.type-option svg{width:18px;height:18px}.type-option span{margin-left:0;font-size:.7rem}.form-actions{margin-top:1rem;gap:.5rem;flex-direction:column}.cancel-btn,.submit-btn,.set-default-form-btn{padding:.65rem 1rem;font-size:.85rem;width:100%}}.address-form-page{max-width:600px;margin:0 auto;padding:0 1rem 2rem}.form-top-bar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.875rem 0;margin-bottom:1.25rem}.btn-back{width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:var(--text-dark);cursor:pointer;transition:all .3s ease;flex-shrink:0}.btn-back:hover{border-color:var(--primary-blue);color:var(--primary-blue);background:#f0f7ff}.btn-back svg{width:18px;height:18px;flex-shrink:0}.form-top-bar h2{font-size:1.15rem;font-weight:700;color:var(--text-dark);text-align:center;margin:0;line-height:1.2;display:flex;align-items:center;justify-content:center;min-height:38px}.compact-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #4a90e21a}.form-group textarea{resize:vertical;min-height:60px}.form-grid-3{display:grid;grid-template-columns:1fr;gap:1.25rem}.type-selector{display:flex;gap:.75rem}.type-chip{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .3s ease;background:#fff;font-size:.85rem;font-weight:600}.type-chip input[type=radio]{display:none}.type-chip:hover{border-color:var(--primary-blue);background:#f0f7ff}.type-chip.active{border-color:var(--primary-blue);background:#f0f7ff;color:var(--primary-blue)}.type-chip svg{width:16px;height:16px}.checkbox-row{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#f8f9fa;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:600;color:var(--text-dark)}.checkbox-row input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary-blue)}.form-buttons{display:flex;gap:.75rem;padding-top:.5rem}.btn-outline,.btn-primary{flex:1;padding:.875rem 1.25rem;border:none;border-radius:8px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease}.btn-outline{background:#fff;color:var(--text-dark);border:2px solid #e2e8f0}.btn-outline:hover:not(:disabled){border-color:var(--primary-blue);color:var(--primary-blue);background:#f0f7ff}.btn-primary{background:var(--primary-blue);color:#fff;box-shadow:0 2px 8px #4a90e24d}.btn-primary:hover:not(:disabled){opacity:.9}.btn-outline:disabled,.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(min-width:640px){.form-grid-3{grid-template-columns:2fr 2fr 1fr}}@media(min-width:768px){.address-form-page{padding:0 2rem 3rem}.form-top-bar{padding:1.5rem 0}.form-top-bar h2{font-size:1.5rem}}@media(max-width:480px){.addresses-page{padding:1rem 0 3rem}.address-form-page{padding:0 .75rem 2rem}.compact-form{padding:1rem;border-radius:10px}.form-top-bar{padding:.625rem 0;margin-bottom:1rem;gap:.75rem}.form-top-bar h2{font-size:1rem;min-height:34px}.btn-back{width:34px;height:34px}.btn-back svg{width:16px;height:16px}.form-group{gap:.4rem}.form-group label{font-size:.775rem}.form-group input,.form-group textarea{padding:.65rem;font-size:.85rem}.form-group textarea{min-height:55px}.type-selector{gap:.5rem}.type-chip{padding:.65rem .7rem;font-size:.775rem;gap:.375rem}.type-chip svg{width:14px;height:14px}.checkbox-row{padding:.75rem;font-size:.85rem;gap:.625rem}.checkbox-row input[type=checkbox]{width:16px;height:16px}.form-buttons{flex-direction:row;gap:.625rem;padding-top:.25rem}.btn-outline,.btn-primary{flex:1;padding:.75rem .5rem;font-size:.85rem}}@media(max-width:360px){.compact-form{padding:.875rem}.form-top-bar{padding:.5rem 0;margin-bottom:.875rem;gap:.625rem}.form-top-bar h2{font-size:.925rem;min-height:32px}.btn-back{width:32px;height:32px}.btn-back svg{width:15px;height:15px}.form-group{gap:.35rem}.form-group label{font-size:.725rem}.form-group input,.form-group textarea{padding:.6rem;font-size:.8rem}.form-group textarea{min-height:50px}.form-grid-3{gap:.875rem}.type-selector{gap:.4rem}.type-chip{padding:.6rem;font-size:.725rem;gap:.3rem}.type-chip svg{width:13px;height:13px}.checkbox-row{padding:.65rem;font-size:.8rem;gap:.5rem}.checkbox-row input[type=checkbox]{width:15px;height:15px}.form-buttons{flex-direction:row;gap:.5rem;padding-top:.25rem}.btn-outline,.btn-primary{flex:1;padding:.7rem .5rem;font-size:.8rem}.empty-addresses{padding:2rem 1rem;border-radius:10px}.empty-icon{width:60px;height:60px;margin-bottom:.875rem}.empty-icon svg{width:36px;height:36px}.empty-addresses h2{font-size:1.1rem;margin-bottom:.35rem}.empty-addresses p{font-size:.8rem;margin-bottom:1.25rem}.add-first-btn{padding:.7rem 1.25rem;font-size:.825rem;gap:.4rem}.add-first-btn svg{width:18px;height:18px}}.support-page{padding:2rem 0 4rem;min-height:100vh;background:var(--background-light)}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:.5rem}.page-header p{font-size:1.125rem;color:var(--text-light)}.contact-section{margin-bottom:4rem}.contact-section h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.contact-card{background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 2px 12px #00000014;transition:all var(--transition-normal);border:2px solid transparent}.contact-card:hover{opacity:.9;box-shadow:0 8px 24px #0000001f}.contact-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--secondary-blue);box-shadow:0 4px 12px #007bff4d}.contact-icon svg{width:32px;height:32px;stroke-width:2}.contact-card h3{font-size:1.25rem;color:var(--text-dark);margin-bottom:.5rem}.contact-description{color:var(--text-light);font-size:.9rem;margin-bottom:.75rem}.contact-info{font-size:1.125rem;font-weight:600;color:var(--primary-blue);margin-bottom:1rem}.contact-availability{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-light);font-size:.875rem;margin-bottom:1.5rem}.contact-availability svg{color:var(--primary-blue)}.btn-contact{display:inline-block;padding:.75rem 2rem;background:var(--primary-blue);color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:all var(--transition-normal)}.btn-contact:hover{opacity:.9}.help-topics-section{margin-bottom:4rem}.help-topics-section h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:1.5rem;text-align:center}.help-topics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.help-topic-card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;text-decoration:none;border:2px solid var(--border-color);transition:all var(--transition-normal)}.help-topic-card:hover{opacity:.9;border-color:var(--primary-blue)}.topic-icon{width:52px;height:52px;background:linear-gradient(135deg,#007bff1a,#0056b31a);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);flex-shrink:0}.topic-icon svg{width:26px;height:26px;stroke-width:2}.topic-content h3{font-size:1rem;color:var(--text-dark);margin-bottom:.25rem}.topic-content p{font-size:.875rem;color:var(--text-light);line-height:1.5}.faq-section{background:#fff;border-radius:16px;padding:2.5rem;margin-bottom:3rem;box-shadow:0 2px 12px #00000014}.faq-section>h2{font-size:1.75rem;color:var(--text-dark);margin-bottom:2rem;text-align:center}.faq-category{margin-bottom:2.5rem}.faq-category:last-child{margin-bottom:0}.faq-category-title{font-size:1.25rem;color:var(--text-dark);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-color)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:2px solid var(--border-color);border-radius:12px;overflow:hidden;transition:all var(--transition-normal)}.faq-item.open{border-color:var(--primary-blue);box-shadow:0 4px 12px #007bff1a}.faq-question{width:100%;padding:1.25rem;background:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1rem;font-weight:600;color:var(--text-dark);text-align:left;transition:all var(--transition-normal)}.faq-question:hover{background:var(--background-light)}.faq-icon{color:var(--primary-blue);transition:transform var(--transition-normal);flex-shrink:0;margin-left:1rem}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem 1.25rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{color:var(--text-light);line-height:1.7;margin:0}.help-cta{background:linear-gradient(135deg,var(--primary-blue),var(--secondary-blue));border-radius:16px;padding:3rem 2rem;text-align:center;color:#fff}.help-cta h2{font-size:1.75rem;margin-bottom:.75rem;color:#fff}.help-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.btn-primary-large{display:inline-block;padding:1rem 3rem;background:#fff;color:var(--primary-blue);border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all var(--transition-normal);box-shadow:0 4px 12px #00000026}.btn-primary-large:hover{opacity:.9}@media(max-width:768px){.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.contact-grid,.help-topics-grid{grid-template-columns:1fr}.faq-section{padding:1.5rem}.help-cta{padding:2rem 1.5rem}.help-cta h2{font-size:1.5rem}.help-cta p{font-size:1rem}}.about-page{padding:2rem 0 120px;background:#fafbfc;min-height:100vh}.about-page .container{max-width:1400px;margin:0 auto;padding:0 1rem}.about-hero{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin:2rem 0 4rem;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 16px #00000014}.hero-content h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:800;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--primary-blue);font-weight:600;margin-bottom:1.5rem}.hero-description{font-size:1.05rem;color:var(--text-light);line-height:1.8}.hero-image{border-radius:15px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.hero-image img{width:100%;height:400px;object-fit:cover;transition:transform .5s}.hero-image:hover img{transform:scale(1.05)}.stats-section{margin:4rem 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.stat-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 16px #00000014;transition:all .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.stat-number{font-size:2.5rem;font-weight:800;color:var(--primary-blue);margin-bottom:.5rem}.stat-label{font-size:1rem;color:var(--text-light);font-weight:500}.section-title{font-size:2rem;font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:3rem}.values-section{margin:4rem 0}.values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:15px;box-shadow:0 4px 16px #00000014;transition:all .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.value-icon{width:70px;height:70px;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);border-radius:15px;display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem}.value-card h3{font-size:1.5rem;color:var(--text-dark);margin-bottom:1rem;font-weight:700}.value-card p{font-size:1rem;color:var(--text-light);line-height:1.7}.story-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin:4rem 0;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 16px #00000014}.story-content h2{font-size:2rem;color:var(--text-dark);margin-bottom:1.5rem;font-weight:800}.story-content p{font-size:1.05rem;color:var(--text-light);line-height:1.8;margin-bottom:1.5rem}.story-image{border-radius:15px;overflow:hidden;box-shadow:0 8px 24px #0000001f}.story-image img{width:100%;height:400px;object-fit:cover;transition:transform .5s}.story-image:hover img{transform:scale(1.05)}.features-section{margin:4rem 0}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 4px 16px #00000014;transition:all .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.feature-icon{width:60px;height:60px;background:var(--light-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--primary-blue);margin:0 auto 1.5rem}.feature-card h3{font-size:1.15rem;color:var(--text-dark);margin-bottom:.75rem;font-weight:700}.feature-card p{font-size:.95rem;color:var(--text-light);line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--dark-blue) 100%);padding:4rem 3rem;border-radius:20px;text-align:center;margin:4rem 0 2rem;box-shadow:0 8px 24px #4a90e24d}.cta-section h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:800}.cta-section p{font-size:1.15rem;color:#ffffffe6;margin-bottom:2rem}.cta-button{display:inline-block;padding:1rem 3rem;background:#fff;color:var(--primary-blue);text-decoration:none;border-radius:30px;font-weight:700;font-size:1.05rem;transition:all .3s;box-shadow:0 4px 12px #00000026}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003}@media(max-width:1024px){.stats-grid,.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page{padding:1.5rem 0 3rem}.about-hero{grid-template-columns:1fr;gap:2rem;padding:2rem;margin:1.5rem 0 3rem}.hero-content h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-image img{height:300px}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2rem}.section-title{font-size:1.75rem;margin-bottom:2rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-card{padding:2rem}.value-icon{width:60px;height:60px}.value-card h3{font-size:1.35rem}.story-section{grid-template-columns:1fr;gap:2rem;padding:2rem}.story-content h2{font-size:1.75rem}.story-content p{font-size:1rem}.story-image img{height:300px}.features-grid{grid-template-columns:1fr;gap:1.5rem}.cta-section{padding:3rem 2rem}.cta-section h2{font-size:1.75rem}.cta-section p{font-size:1rem}}@media(max-width:480px){.about-hero{padding:1.5rem}.hero-content h1{font-size:1.75rem}.hero-subtitle{font-size:1rem}.hero-image img{height:250px}.stat-card{padding:1.5rem}.stat-number{font-size:1.75rem}.section-title{font-size:1.5rem}.value-card{padding:1.5rem}.value-card h3{font-size:1.25rem}.story-section{padding:1.5rem}.story-content h2{font-size:1.5rem}.story-image img{height:250px}.feature-card{padding:1.5rem}.cta-section{padding:2.5rem 1.5rem}.cta-section h2{font-size:1.5rem}.cta-button{padding:.875rem 2rem;font-size:1rem}}.auth-page{display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;background:var(--gray-50);overflow-y:auto}.auth-container{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1rem}.auth-card{background:#fff;border-radius:12px;padding:1.75rem 1.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid var(--border-color)}.auth-header{text-align:center;margin-bottom:1.25rem}.auth-header h1{font-size:1.5rem;font-weight:800;color:var(--text-dark);margin-bottom:.35rem}.auth-header p{font-size:.875rem;color:var(--text-light)}.auth-form{display:flex;flex-direction:column;gap:.875rem}.error-alert{padding:.75rem .875rem;background:var(--error-light);border:1px solid var(--error-red);border-radius:8px;color:var(--error-red);font-size:.85rem;font-weight:500}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:var(--text-dark)}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:var(--text-light);pointer-events:none;transition:color .2s ease}.input-wrapper:focus-within .input-icon{color:var(--primary-blue)}.input-wrapper input{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:2px solid var(--border-color);border-radius:8px;font-size:.9rem;color:var(--text-dark);background:#fff;transition:all .2s ease}.input-wrapper input:hover{border-color:var(--gray-300)}.input-wrapper input:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #232f3e1a}.input-wrapper input::placeholder{color:var(--text-light)}.input-wrapper input:disabled{opacity:.6;cursor:not-allowed;background:var(--gray-50)}.toggle-password{position:absolute;right:.75rem;background:none;border:none;color:var(--text-light);cursor:pointer;padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.toggle-password:hover{color:var(--primary-blue);background:var(--gray-50)}.toggle-password:disabled{opacity:.5;cursor:not-allowed}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-.25rem}.checkbox-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.85rem;color:var(--text-dark);font-weight:500}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--primary-blue)}.forgot-link{color:var(--primary-blue);text-decoration:none;font-size:.85rem;font-weight:600;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:0}.forgot-link:hover{color:var(--dark-blue)}.submit-btn{width:100%;padding:.75rem 1.25rem;background:var(--primary-blue);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:.5rem;line-height:1}.submit-btn svg{flex-shrink:0}.submit-btn:hover{opacity:.9}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-footer{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border-color);text-align:center}.auth-footer p{font-size:.875rem;color:var(--text-medium)}.auth-link{color:var(--primary-blue);text-decoration:none;font-weight:600;transition:color .2s ease}.auth-link:hover{color:var(--dark-blue)}.auth-info{text-align:center}.auth-info p{font-size:.8rem;color:var(--text-light);line-height:1.5}.auth-info a{color:var(--text-medium);text-decoration:none;font-weight:500;transition:color .2s ease}.auth-info a:hover{color:var(--primary-blue)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border-color)}.modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin:0}.modal-close{background:none;border:none;color:var(--text-light);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.modal-close:hover{background:var(--gray-50);color:var(--text-dark)}.modal-form{padding:1.5rem}.modal-description{font-size:.95rem;color:var(--text-medium);line-height:1.6;margin-bottom:1.5rem}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-cancel,.btn-submit{flex:1;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none}.btn-cancel{background:var(--gray-100);color:var(--text-dark)}.btn-cancel:hover{opacity:.9}.btn-submit{background:var(--primary-blue);color:#fff}.btn-submit:hover{opacity:.9}.btn-cancel:disabled,.btn-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.auth-container{max-width:100%}.auth-card{padding:1.5rem 1.25rem}.auth-header{margin-bottom:1.25rem}.auth-header h1{font-size:1.35rem}.auth-header p,.form-group label{font-size:.8rem}.input-wrapper input{padding:.7rem .875rem .7rem 2.5rem;font-size:.875rem}.input-icon{left:.875rem}.toggle-password{right:.625rem}.form-options{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;margin-top:-.125rem}.form-options .checkbox-label,.form-options .forgot-link{font-size:.8rem}.form-options .submit-btn{padding:.3rem 4rem;font-size:.9rem}.form-options .auth-footer{margin-top:1rem;padding-top:1rem}.form-options .auth-footer p{font-size:.8rem}.form-options .auth-info p{font-size:.75rem}@media(max-width:480px){.auth-card{padding:1.25rem 1rem;border-radius:10px}.auth-header{margin-bottom:1rem}.auth-header h1{font-size:1.25rem}.auth-form{gap:.5rem}.form-group{gap:.01rem}.form-group label{font-size:.75rem}.input-wrapper input{padding:.65rem .75rem .65rem 2.35rem;font-size:.85rem}.input-icon{left:.75rem}.input-icon svg{width:18px;height:18px}.toggle-password{right:.5rem}.toggle-password svg{width:18px;height:18px}.error-alert{padding:.65rem .75rem;font-size:.8rem}.submit-btn{padding:.65rem 1rem;font-size:.875rem}.submit-btn svg{width:18px;height:18px}}@media(min-width:769px)and (max-width:1024px){.auth-container{max-width:400px}}}.alert-dialog-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.alert-dialog-content{background:#fff;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;position:relative;text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.alert-dialog-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--text-medium);cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;z-index:1}.alert-dialog-close:hover{background:var(--gray-100);color:var(--text-dark)}.alert-dialog-icon{padding:2rem 1.5rem 1rem;display:flex;justify-content:center}.alert-icon{animation:scaleIn .3s ease}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.alert-icon.success{color:var(--success-green)}.alert-icon.error{color:var(--error-red)}.alert-icon.warning{color:var(--warning-yellow)}.alert-icon.info{color:var(--primary-blue)}.alert-dialog-header{padding:0 1.5rem .5rem}.alert-dialog-header h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin:0}.alert-dialog-body{padding:0 1.5rem 1.5rem}.alert-dialog-body p{font-size:.95rem;color:var(--text-medium);line-height:1.6;margin:0}.alert-dialog-actions{padding:0 1.5rem 1.5rem;display:flex;justify-content:center}.alert-dialog-btn{padding:.625rem 2rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;border:none;color:#fff;min-width:120px}.alert-dialog-btn.success{background:var(--success-green)}.alert-dialog-btn.success:hover{background:#16a34a;transform:translateY(-1px);box-shadow:0 4px 12px #16a34a4d}.alert-dialog-btn.error{background:var(--error-red)}.alert-dialog-btn.error:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.alert-dialog-btn.warning{background:var(--warning-yellow);color:var(--text-dark)}.alert-dialog-btn.warning:hover{background:#f59e0b}.alert-dialog-btn.info{background:var(--primary-blue)}.alert-dialog-btn.info:hover{background:var(--dark-blue);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}@media(max-width:480px){.alert-dialog-content{max-width:100%;margin:0 .75rem}.alert-dialog-icon{padding:1.5rem 1.25rem .75rem}.alert-icon{width:40px;height:40px}.alert-dialog-header{padding:0 1.25rem .5rem}.alert-dialog-header h3{font-size:1.1rem}.alert-dialog-body{padding:0 1.25rem 1.25rem}.alert-dialog-body p{font-size:.875rem}.alert-dialog-actions{padding:0 1.25rem 1.25rem}.alert-dialog-btn{width:100%}}.app{min-height:100vh;display:flex;flex-direction:column;background:#fff;position:relative}.main-content{flex:1;padding-bottom:80px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.container{max-width:1500px;margin:0 auto;padding-left:1rem;padding-right:1rem}.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{width:40px;height:40px;border:3px solid var(--gray-200);border-top-color:var(--accent-orange);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{text-align:center;padding:2rem 1rem;color:var(--error-red);background:var(--error-light);border-radius:var(--radius-md);margin:2rem;border:1px solid var(--error-red)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-light)}.empty-state h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text-dark);font-weight:600}.btn{padding:.625rem 1.25rem;border-radius:var(--radius-md);font-weight:500;font-size:.875rem;cursor:pointer;border:1px solid transparent;transition:all var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;line-height:1.5}.btn-primary{background:var(--accent-orange);color:var(--text-dark);border-color:var(--accent-orange-dark);box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:var(--accent-orange-dark);border-color:var(--accent-orange-dark);box-shadow:0 2px 4px #0000001a}.btn-primary:active{transform:translateY(1px);box-shadow:0 1px 2px #0000000d}.btn-secondary{background:#fff;color:var(--text-dark);border:1px solid var(--border-color);box-shadow:0 1px 2px #0000000d}.btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-300)}.btn-outline{background:transparent;color:var(--text-dark);border:1px solid var(--border-color)}.btn-outline:hover{background:var(--gray-50);border-color:var(--text-medium)}.card{background:#fff;border-radius:var(--radius-md);padding:1rem;box-shadow:0 1px 3px #00000014;transition:all var(--transition-fast);border:1px solid var(--border-color)}.card:hover{box-shadow:0 2px 8px #0000001f;border-color:var(--gray-300)}.card-elevated{box-shadow:0 2px 8px #0000001a}.card-elevated:hover{box-shadow:0 4px 12px #00000026}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.badge-primary{background:var(--primary-blue);color:#fff}.badge-success{background:var(--success-green);color:#fff}.badge-warning{background:var(--warning-yellow);color:var(--text-dark)}.badge-error{background:var(--error-red);color:#fff}.badge-info{background:var(--info-blue);color:#fff}.badge-light{background:var(--gray-100);color:var(--text-medium);border:1px solid var(--border-color)}.section-header{text-align:center;margin-bottom:2rem;padding:0 1rem}.section-header h2{font-size:1.75rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.02em}.section-header p{font-size:1rem;color:var(--text-medium);max-width:600px;margin:0 auto;line-height:1.6}.divider{height:1px;background:var(--border-color);margin:1.5rem 0}@media(min-width:768px){.main-content{padding-bottom:0}.section-header h2{font-size:2rem}}@media(max-width:380px){.container{padding-left:.75rem;padding-right:.75rem}.main-content{padding-bottom:70px}.btn{padding:.5rem 1rem;font-size:.8rem}.card{padding:.75rem;border-radius:8px}.section-header{margin-bottom:1.5rem}.section-header h2{font-size:1.35rem}.section-header p{font-size:.875rem}.badge{padding:.2rem .5rem;font-size:.7rem}.loading{min-height:300px}.loading-spinner{width:32px;height:32px;border-width:2px}.error-message,.empty-state{padding:1.5rem .75rem;margin:1rem .75rem}.empty-state h3{font-size:1.1rem}}
