.home-page{display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.hero-section{background-color:#fff;border-bottom:1px solid #edf2f7;overflow:hidden;padding:5rem 0 6rem;position:relative}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem}.hero-text{align-items:flex-start;display:flex;flex-direction:column;position:relative;text-align:left;z-index:10}.hero-text h1{color:var(--text-primary);font-size:4rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.5rem;text-align:left}.text-highlight{color:var(--primary-color);display:inline-block;position:relative}.text-highlight:after{background-color:#00add826;bottom:.1em;content:"";height:.2em;left:0;position:absolute;transform:skewX(-10deg);width:100%;z-index:-1}.tagline{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;margin-bottom:2.5rem;max-width:540px;text-align:left}.hero-actions{display:flex;gap:1rem;justify-content:flex-start}.btn-primary,.btn-secondary{align-items:center;border-radius:var(--radius-lg);display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:var(--primary-color);box-shadow:0 4px 6px #00add840;color:#fff}.btn-primary:hover{background-color:var(--primary-dark);box-shadow:0 8px 15px #00add84d;transform:translateY(-2px)}.btn-secondary{background-color:#fff;border:2px solid #e2e8f0;color:var(--text-primary)}.btn-secondary:hover{background-color:#f8fafc;border-color:var(--text-secondary)}.hero-image{align-items:center;display:flex;justify-content:center;position:relative}.gopher-mascot{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));height:280px;position:relative;width:auto;z-index:2}.blob-bg{background:radial-gradient(circle,#00add814 0,#fff0 70%);height:450px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:450px;z-index:1}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.features-section{margin:0 auto;max-width:1200px;padding:5rem 2rem;width:100%}.section-title{color:var(--text-primary);font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:4rem;text-align:center}.features-grid{display:flex;flex-wrap:wrap;gap:2.5rem;justify-content:center}.feature-card{align-items:flex-start;background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 4px 6px -1px #00000005;display:flex;flex:1 1;flex-direction:column;max-width:380px;min-width:300px;overflow:hidden;padding:2.5rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:#e2e8f0;box-shadow:0 20px 25px -5px #0000000d,0 8px 10px -6px #00000003;transform:translateY(-8px)}.feature-card:before{background:linear-gradient(90deg,var(--primary-color),#60a5fa);content:"";height:6px;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.feature-card:hover:before{opacity:1}.icon-wrapper{align-items:center;border-radius:1rem;display:flex;font-size:1.75rem;height:4rem;justify-content:center;margin-bottom:1.75rem;transition:transform .3s ease;width:4rem}.feature-card:hover .icon-wrapper{transform:scale(1.1) rotate(5deg)}.icon-wrapper.blue{background-color:#eff6ff;color:#3b82f6}.icon-wrapper.purple{background-color:#faf5ff;color:#8b5cf6}.icon-wrapper.green{background-color:#f0fdf4;color:#22c55e}.feature-card h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 1rem}.feature-card p{color:var(--text-secondary);flex-grow:1;font-size:1.05rem;line-height:1.7;margin:0 0 2rem}.card-link{align-items:center;color:var(--primary-color);display:flex;font-size:1rem;font-weight:600;gap:.5rem;transition:gap .2s ease}.feature-card:hover .card-link{gap:.75rem}@media (max-width:1024px){.hero-text h1{font-size:3rem}.gopher-mascot{height:240px}}@media (max-width:768px){.hero-content{gap:3rem;grid-template-columns:1fr;padding-top:2rem;text-align:center}.hero-text{align-items:center;text-align:center}.hero-text h1{font-size:2.75rem;text-align:center}.tagline{margin-left:auto;margin-right:auto;text-align:center}.hero-actions{justify-content:center}.hero-image{order:-1}.gopher-mascot{height:200px}.features-grid{gap:2rem;grid-template-columns:1fr}.feature-card{align-items:center;text-align:center}}.product-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:2rem;width:100%}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.product-card:hover{border-color:#cbd5e1;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-image-placeholder{align-items:center;background-color:#f1f5f9;color:#94a3b8;display:flex;font-size:3rem;height:200px;justify-content:center}.product-image-wrapper{position:relative}.product-image-real{display:block;height:200px;object-fit:cover;width:100%}.favorite-btn{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:all .2s ease;width:38px;z-index:2}.favorite-btn:hover{border-color:#cbd5e1;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.favorite-btn.favorited{background:#fffffff2;border-color:#fecaca;color:#ef4444}.favorite-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.quick-view-btn{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffeb;border:1px solid #e2e8f0;border-radius:999px;color:#334155;cursor:pointer;display:flex;font-size:.8rem;font-weight:700;gap:.4rem;height:38px;left:.75rem;padding:0 .75rem;position:absolute;top:.75rem;transition:all .2s ease;z-index:2}.quick-view-btn:hover{border-color:#cbd5e1;box-shadow:var(--shadow-sm);transform:translateY(-1px)}.quick-view-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.quick-view-text{display:none}.product-card:hover .quick-view-text{display:inline}.product-image-placeholder.blue{background-color:#eff6ff;color:#3b82f6}.product-image-placeholder.green{background-color:#f0fdf4;color:#22c55e}.product-image-placeholder.yellow{background-color:#fefce8;color:#eab308}.product-image-placeholder.purple{background-color:#faf5ff;color:#8b5cf6}.product-image-placeholder.red{background-color:#fef2f2;color:#ef4444}.product-image-placeholder.pink{background-color:#fdf2f8;color:#ec4899}.product-image-placeholder.orange{background-color:#fff7ed;color:#f97316}.product-image-placeholder.gray{background-color:#f3f4f6;color:#6b7280}.product-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.product-header{align-items:flex-start;justify-content:space-between;margin-bottom:.75rem}.category-badge{border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.category-badge.blue{background-color:#dbeafe;color:#1e40af}.category-badge.green{background-color:#dcfce7;color:#166534}.category-badge.yellow{background-color:#fef9c3;color:#854d0e}.category-badge.purple{background-color:#f3e8ff;color:#6b21a8}.category-badge.red{background-color:#fee2e2;color:#991b1b}.category-badge.pink{background-color:#fce7f3;color:#9d174d}.category-badge.orange{background-color:#ffedd5;color:#9a3412}.category-badge.gray{background-color:#f3f4f6;color:#374151}.product-price{color:#059669}.product-name,.product-price{font-size:1.1rem;font-weight:700}.product-name{color:var(--text-primary);line-height:1.4;margin:0 0 .5rem}.product-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;flex-grow:1;font-size:.9rem;margin:0 0 1.5rem;overflow:hidden}.add-to-cart-btn{background-color:#fff;border:2px solid var(--primary-color);border-radius:var(--radius-md);color:var(--primary-color);cursor:pointer;font-weight:600;padding:.75rem;transition:all .2s ease;width:100%}.add-to-cart-btn:hover{background-color:var(--primary-color);color:#fff}.no-products{color:var(--text-secondary);padding:4rem 0;text-align:center;width:100%}.skeleton-card{pointer-events:none}.skeleton-image{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#f1f5f9;height:200px}.skeleton-content{padding:1.5rem}.skeleton-line{border-radius:.25rem;height:1rem;margin-bottom:.75rem}.skeleton-button,.skeleton-line{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background-color:#f1f5f9}.skeleton-button{border-radius:var(--radius-md);height:2.5rem;margin-top:1rem}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-link{cursor:pointer}.product-link,.product-name-link{display:block;text-decoration:none}.product-name-link:hover .product-name{color:var(--primary-color);text-decoration:underline}@media (max-width:640px){.product-grid{grid-template-columns:1fr}}.product-search{max-width:400px}.product-search,.search-container{align-items:center;display:flex;position:relative;width:100%}.search-icon{align-items:center;color:#94a3b8;display:flex;left:1rem;pointer-events:none;position:absolute}.search-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);font-size:.9rem;padding:.6rem 2.5rem;transition:all .2s ease;width:100%}.search-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #00add81a;outline:none}.search-input::placeholder{color:#94a3b8}.clear-button{align-items:center;background:#0000;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;padding:.25rem;position:absolute;right:.75rem;transition:all .2s ease}.clear-button:hover{background-color:#f1f5f9;color:#64748b}.product-search.focused .search-icon{color:var(--primary-color)}.search-suggestions{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;left:0;max-height:400px;min-width:100%;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}.suggestion-item{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:.75rem;padding:.75rem;transition:background-color .15s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item.selected,.suggestion-item:hover{background-color:#f8f9fa}.suggestion-icon{align-items:center;border-radius:8px;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.suggestion-icon.blue{background-color:#3b82f6}.suggestion-icon.green{background-color:#22c55e}.suggestion-icon.yellow{background-color:#eab308}.suggestion-icon.purple{background-color:#8b5cf6}.suggestion-icon.red{background-color:#ef4444}.suggestion-icon.pink{background-color:#ec4899}.suggestion-icon.orange{background-color:#f97316}.suggestion-icon.gray{background-color:#6b7280}.suggestion-content{flex:1 1;min-width:0}.suggestion-name{color:var(--text-primary);font-size:.9rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggestion-meta{align-items:center;display:flex;font-size:.75rem;gap:.5rem}.suggestion-category{font-weight:600;letter-spacing:.025em;text-transform:uppercase}.suggestion-category.blue{color:#1e40af}.suggestion-category.green{color:#166534}.suggestion-category.yellow{color:#854d0e}.suggestion-category.purple{color:#6b21a8}.suggestion-category.red{color:#991b1b}.suggestion-category.pink{color:#9d174d}.suggestion-category.orange{color:#9a3412}.suggestion-category.gray{color:#374151}.suggestion-match-type{color:#94a3b8;font-style:italic}.suggestion-price{color:#059669;flex-shrink:0;font-size:.9rem;font-weight:700}.search-highlight{background-color:#fef08a;border-radius:2px;color:inherit;font-weight:600;padding:0 .1em}.search-suggestions::-webkit-scrollbar{width:8px}.search-suggestions::-webkit-scrollbar-track{background:#f1f5f9;border-radius:0 var(--radius-md) var(--radius-md) 0}.search-suggestions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.search-suggestions::-webkit-scrollbar-thumb:hover{background:#94a3b8}.product-sort{align-items:center;display:flex;gap:.75rem}.product-sort label{color:var(--text-secondary);font-size:.9rem;font-weight:600;white-space:nowrap}.select-wrapper{position:relative}.sort-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1em;min-width:180px}.price-range-filter{background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.price-range-header{align-items:center;display:flex;justify-content:space-between}.price-filter-label{color:#495057;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.price-display{color:#17a2b8;font-size:1rem;font-weight:600}.price-sliders{height:5px;margin:1.5rem 0;position:relative}.slider-track{background:#e9ecef;width:100%;z-index:1}.slider-range,.slider-track{border-radius:3px;height:5px;position:absolute}.slider-range{background:#17a2b8;z-index:2}.price-slider{-webkit-appearance:none;appearance:none;background:#0000;height:5px;margin:0;outline:none;pointer-events:none;position:absolute;width:100%;z-index:3}.price-slider::-webkit-slider-track{background:#0000;border:none;height:5px;width:100%}.price-slider::-moz-range-track{background:#0000;border:none;height:5px;width:100%}.price-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:3px solid #17a2b8;border-radius:50%;box-shadow:0 1px 4px #00000026;cursor:pointer;height:20px;pointer-events:all;position:relative;-webkit-transition:all .15s ease;transition:all .15s ease;width:20px;z-index:4}.price-slider::-moz-range-thumb{background:#fff;border:3px solid #17a2b8;border-radius:50%;box-shadow:0 1px 4px #00000026;cursor:pointer;height:20px;pointer-events:all;position:relative;-moz-transition:all .15s ease;transition:all .15s ease;width:20px;z-index:4}.price-slider::-webkit-slider-thumb:hover{border-color:#138496;box-shadow:0 2px 6px #00000040;transform:scale(1.1)}.price-slider::-moz-range-thumb:hover{border-color:#138496;box-shadow:0 2px 6px #00000040;transform:scale(1.1)}.price-slider::-webkit-slider-thumb:active{border-color:#117a8b;box-shadow:0 3px 8px #0000004d}.price-slider::-moz-range-thumb:active{border-color:#117a8b;box-shadow:0 3px 8px #0000004d}.price-labels{color:#6c757d;display:flex;font-size:.8125rem;justify-content:space-between;margin-top:-.25rem}.price-label-max,.price-label-min{font-weight:400}@media (max-width:768px){.price-range-filter{padding:1rem}.price-display{font-size:.9375rem}.price-filter-label{font-size:.8125rem}}.active-filter-tags{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem}.filter-tags-header{align-items:center;display:flex;justify-content:space-between}.filter-tags-label{color:#495057;font-size:.875rem;font-weight:600}.clear-all-btn{background:#0000;border:1px solid #dc3545;border-radius:4px;color:#dc3545;cursor:pointer;font-size:.8125rem;font-weight:500;padding:.25rem .75rem;transition:all .2s ease}.clear-all-btn:hover{background:#dc3545;color:#fff}.filter-tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.filter-tag{align-items:center;background:#fff;border:1px solid #dee2e6;border-radius:20px;display:inline-flex;font-size:.8125rem;gap:.375rem;padding:.375rem .625rem;transition:all .2s ease}.filter-tag:hover{border-color:#adb5bd;box-shadow:0 1px 3px #00000014}.filter-tag-label{color:#6c757d;font-weight:500}.filter-tag-value{color:#212529;font-weight:600}.filter-tag-remove{align-items:center;background:#0000;border:none;border-radius:50%;color:#6c757d;cursor:pointer;display:flex;font-size:.75rem;height:16px;justify-content:center;margin-left:.25rem;padding:0;transition:all .2s ease;width:16px}.filter-tag-remove:hover{background:#e9ecef;color:#dc3545}.filter-tag-search{border-left:3px solid #007bff}.filter-tag-category{border-left:3px solid #28a745}.filter-tag-price{border-left:3px solid #17a2b8}.filter-tag-sort{border-left:3px solid #ffc107}@media (max-width:768px){.active-filter-tags{padding:.75rem}.filter-tags-header{align-items:flex-start;flex-direction:column;gap:.5rem}.filter-tag{font-size:.75rem;padding:.3125rem .5rem}.clear-all-btn{font-size:.75rem;padding:.25rem .5rem}}.qv-overlay{display:grid;inset:0;padding:1rem;place-items:center;position:fixed;z-index:50}.qv-backdrop{background:#0f172a8c;border:none;inset:0;position:absolute}.qv-modal{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:relative;width:min(720px,100%);z-index:1}.qv-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.25rem}.qv-title{color:var(--text-primary);font-size:1.25rem;font-weight:800;margin:0}.qv-close{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#334155;cursor:pointer;display:flex;height:38px;justify-content:center;width:38px}.qv-close:hover{background:#f8fafc}.qv-body{padding:1rem 1.25rem}.qv-image{border:1px solid #e2e8f0;border-radius:12px;display:block;height:260px;margin-bottom:.9rem;object-fit:cover;width:100%}.qv-meta{align-items:baseline;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.qv-category{color:var(--text-secondary);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.qv-price{color:#059669;font-size:1.25rem;font-weight:800}.qv-description{color:var(--text-secondary);line-height:1.7;margin:0}.qv-actions{align-items:center;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;padding:1rem 1.25rem}.qv-action{align-items:center;border:2px solid #0000;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;padding:.65rem .9rem}.qv-primary{background:var(--primary-color);color:#fff}.qv-primary:hover{background:var(--primary-dark)}.qv-secondary{background:#fff;border-color:#e2e8f0;color:#334155}.qv-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.qv-secondary.favorited{border-color:#fecaca;color:#ef4444}.qv-link{color:var(--primary-color);font-weight:800;text-decoration:none}.qv-link:hover{text-decoration:underline}.products-header{align-items:flex-end;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header-content{display:flex;flex-direction:column;gap:.5rem}.products-header h1{color:var(--text-primary);font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0}.header-subtitle{color:var(--text-secondary);font-size:1rem;margin:0}.products-controls{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.products-tabs{border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:1rem}.products-tab{background:#0000;border:solid #0000;border-radius:8px 8px 0 0;border-width:1px 1px 2px;color:var(--text-secondary);cursor:pointer;font-weight:700;padding:.6rem .9rem;transition:all .2s ease}.products-tab:hover{background:#f8fafc;color:var(--text-primary)}.products-tab.active{background:#fff;border-color:#e2e8f0 #e2e8f0 #fff;color:var(--primary-color)}.favorites-empty,.recent-empty{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);margin-top:1rem;padding:2rem}.tab-toolbar{align-items:center;display:flex;gap:1rem;justify-content:space-between}.tab-toolbar-title{color:var(--text-primary);font-weight:800}.tab-toolbar-action{background:#0000;border:none;color:var(--primary-color);cursor:pointer;font-weight:700;padding:0}.tab-toolbar-action:hover:not(:disabled){color:var(--primary-dark);text-decoration:underline}.tab-toolbar-action:disabled{cursor:not-allowed;opacity:.5}.search-sort-row{justify-content:space-between}.category-filters,.search-sort-row{align-items:center;display:flex;gap:1rem}.category-filters{flex-wrap:wrap}.filter-label{color:var(--text-secondary);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.category-badges{display:flex;flex-wrap:wrap;gap:.5rem}.category-filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.875rem;font-weight:500;padding:.4rem 1rem;transition:all .2s ease}.category-filter-btn:hover{background-color:#f0f9ff;border-color:var(--primary-color);color:var(--primary-color)}.category-filter-btn.active{background-color:var(--primary-color);border-color:var(--primary-color);box-shadow:var(--shadow-sm);color:#fff}.results-meta{color:var(--text-secondary);font-size:.875rem;font-weight:500;justify-content:space-between;margin-bottom:1.5rem}.pager-controls,.results-meta{align-items:center;display:flex}.pager-controls{flex-wrap:wrap;gap:1rem;justify-content:flex-end}.pager-controls,.pager-controls-top{margin:1rem 0 .5rem}.page-size{gap:.5rem}.page-size,.page-size-controls{align-items:center;display:flex}.page-size-controls{margin:2rem 0 .5rem}.page-size-centered,.page-size-controls{justify-content:center}.page-size-label{color:var(--text-secondary);font-size:.875rem;font-weight:600}.page-size-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:var(--text-primary);cursor:pointer;font-weight:600;padding:.4rem .6rem}.pager{align-items:center;display:flex;gap:.5rem}.pager-status{padding:0 .5rem}.pager-btn,.pager-status{color:var(--text-secondary);font-size:.875rem;font-weight:600}.pager-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;padding:.4rem .75rem;transition:all .2s ease}.pager-btn:hover:not(:disabled){background-color:#f0f9ff;border-color:var(--primary-color);color:var(--primary-color)}.pager-btn:disabled{cursor:not-allowed;opacity:.5}.clear-filters-btn{background:#0000;border:none;color:var(--primary-color);cursor:pointer;font-size:.875rem;font-weight:600;padding:0;transition:color .2s}.clear-filters-btn:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width:768px){.products-header{align-items:flex-start;flex-direction:column;gap:1rem}.search-sort-row{align-items:stretch;flex-direction:column}.category-filters{align-items:flex-start;flex-direction:column}}.recently-viewed-section{margin:1.5rem 0 2rem}.recently-viewed-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.recently-viewed-title{color:var(--text-primary);font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin:0}.recently-viewed-clear{background:#0000;border:none;color:var(--primary-color);cursor:pointer;font-weight:700;padding:0}.recently-viewed-clear:hover{color:var(--primary-dark);text-decoration:underline}.recently-viewed-grid{margin-top:1rem}.product-details-page{padding:2rem 0}.breadcrumb{align-items:center;color:#6c757d;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:1.5rem}.breadcrumb a{color:#17a2b8;text-decoration:none;transition:color .2s ease}.breadcrumb a:hover{color:#138496;text-decoration:underline}.breadcrumb .separator{color:#dee2e6}.breadcrumb .current{color:#495057;font-weight:500}.back-link{background:#0000;border:1px solid #dee2e6;border-radius:6px;color:#495057;cursor:pointer;font-size:.875rem;margin-bottom:2rem;padding:.5rem 1rem;transition:all .2s ease}.back-link:hover{background:#f8f9fa;border-color:#adb5bd}.product-details-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin-bottom:4rem}.product-image-section{height:-webkit-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.product-image-large{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center}.product-image-large,.product-image-large-real{aspect-ratio:1;border-radius:12px;box-shadow:0 4px 12px #0000001a;width:100%}.product-image-large-real{display:block;object-fit:cover}.product-icon-large{color:#ffffffe6;font-size:8rem}.product-image-large.blue{background:linear-gradient(135deg,#667eea,#764ba2)}.product-image-large.green{background:linear-gradient(135deg,#11998e,#38ef7d)}.product-image-large.yellow{background:linear-gradient(135deg,#f093fb,#f5576c)}.product-image-large.purple{background:linear-gradient(135deg,#4facfe,#00f2fe)}.product-image-large.red{background:linear-gradient(135deg,#fa709a,#fee140)}.product-image-large.pink{background:linear-gradient(135deg,#a8edea,#fed6e3)}.product-image-large.orange{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.product-image-large.gray{background:linear-gradient(135deg,#c3cfe2,#c3cfe2)}.product-info-section{display:flex;flex-direction:column;gap:2rem}.product-header{display:flex;flex-direction:column;gap:1rem}.category-badge-large{border-radius:20px;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.category-badge-large.blue{background:#667eea1a;color:#667eea}.category-badge-large.green{background:#11998e1a;color:#11998e}.category-badge-large.yellow{background:#f093fb1a;color:#f093fb}.category-badge-large.purple{background:#4facfe1a;color:#4facfe}.category-badge-large.red{background:#fa709a1a;color:#fa709a}.category-badge-large.pink{background:#a8edea1a;color:#a8edea}.category-badge-large.orange{background:#ffecd21a;color:#fcb69f}.category-badge-large.gray{background:#c3cfe21a;color:#c3cfe2}.product-title{color:#212529;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0}.product-price-large{color:#17a2b8;font-size:2rem;font-weight:700}.product-description-section h2{color:#495057;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.product-description{color:#6c757d;font-size:1rem;line-height:1.6}.product-meta{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.meta-item{align-items:center;display:flex;justify-content:space-between}.meta-label{color:#495057;font-size:.875rem;font-weight:600}.meta-value{color:#6c757d;font-family:monospace;font-size:.875rem}.product-actions{display:flex;gap:1rem;padding-top:1rem}.add-to-cart-btn-large{align-items:center;background:#17a2b8;border:none;border-radius:8px;box-shadow:0 2px 8px #17a2b84d;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .2s ease}.add-to-cart-btn-large:hover{background:#138496;box-shadow:0 4px 12px #17a2b866;transform:translateY(-2px)}.add-to-cart-btn-large:active{transform:translateY(0)}.related-products-section{border-top:2px solid #e9ecef;margin-top:4rem;padding-top:3rem}.related-products-section h2{color:#212529;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.related-products-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.related-product-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s ease}.related-product-card:hover{border-color:#17a2b8;box-shadow:0 4px 12px #0000001a;transform:translateY(-4px)}.related-product-image{align-items:center;aspect-ratio:1;border-radius:8px;color:#fff;display:flex;font-size:3rem;justify-content:center;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.related-product-image.blue{background:linear-gradient(135deg,#667eea,#764ba2)}.related-product-image.green{background:linear-gradient(135deg,#11998e,#38ef7d)}.related-product-image.yellow{background:linear-gradient(135deg,#f093fb,#f5576c)}.related-product-image.purple{background:linear-gradient(135deg,#4facfe,#00f2fe)}.related-product-image.red{background:linear-gradient(135deg,#fa709a,#fee140)}.related-product-image.pink{background:linear-gradient(135deg,#a8edea,#fed6e3)}.related-product-image.orange{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.related-product-image.gray{background:linear-gradient(135deg,#c3cfe2,#c3cfe2)}.related-product-image-real{height:100%;inset:0;object-fit:cover;position:absolute;width:100%}.related-product-icon-fallback{color:#ffffffeb;position:relative;z-index:1}.related-product-info h3{color:#212529;font-size:1rem;font-weight:600;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related-product-price{color:#17a2b8;font-size:1.125rem;font-weight:700;margin:0}.error-container,.loading-spinner{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.error-container h2{color:#495057;font-size:2rem;margin-bottom:1rem}.error-container p{color:#6c757d;margin-bottom:2rem}.back-to-products-btn{align-items:center;background:#17a2b8;border:none;border-radius:6px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.back-to-products-btn:hover{background:#138496}@media (max-width:968px){.product-details-container{gap:2rem;grid-template-columns:1fr}.product-image-section{position:relative;top:0}.product-title{font-size:2rem}.product-price-large{font-size:1.5rem}.product-icon-large{font-size:6rem}.related-products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:640px){.product-details-page{padding:1rem 0}.breadcrumb{font-size:.75rem;margin-bottom:1rem}.product-title{font-size:1.5rem}.product-icon-large{font-size:4rem}.add-to-cart-btn-large{justify-content:center;width:100%}.related-products-grid{grid-template-columns:1fr}}.user-list-container{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin:0 auto;max-width:1000px;overflow:hidden}.user-list-header{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;color:var(--text-secondary);font-size:.85rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.user-list-header,.user-row{display:grid;grid-template-columns:70px 3fr 2fr 100px;padding:1.25rem 2rem}.user-row{align-items:center;border-bottom:1px solid #f1f5f9;color:inherit;cursor:pointer;text-decoration:none;transition:all .2s ease}.user-row:last-child{border-bottom:none}.user-row:hover{background-color:#f8fafc;border-left:4px solid var(--primary-color);padding-left:calc(2rem - 4px);transform:translateX(4px)}.user-avatar{align-items:center;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:1.1rem;font-weight:600;height:48px;justify-content:center;text-transform:uppercase;width:48px}.avatar-0{background-color:#3b82f6}.avatar-1{background-color:#ef4444}.avatar-2{background-color:#10b981}.avatar-3{background-color:#f59e0b}.avatar-4{background-color:#8b5cf6}.avatar-5{background-color:#ec4899}.user-main-info{display:flex;flex-direction:column;gap:.25rem}.user-name{color:var(--text-primary);font-size:1.1rem;font-weight:700}.user-email{color:var(--text-secondary);font-size:.95rem}.user-phone{font-feature-settings:"tnum";color:var(--text-primary);font-size:1rem;font-variant-numeric:tabular-nums;font-weight:500}.user-actions{display:flex;justify-content:flex-end;opacity:0;transition:opacity .2s ease}.user-row:hover .user-actions{opacity:1}.action-btn{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.action-btn:hover{background-color:#f0f9ff;border-color:var(--primary-color);color:var(--primary-color)}.no-users{color:var(--text-secondary);font-size:1.1rem;padding:4rem;text-align:center}@media (max-width:768px){.user-list-header{display:none}.user-row{gap:.75rem;grid-template-areas:"avatar main" "avatar phone";grid-template-columns:60px 1fr;padding:1.5rem}.user-avatar{grid-area:avatar;height:50px;width:50px}.user-main-info{grid-area:main}.user-phone{color:var(--text-secondary);grid-area:phone}.user-actions{display:none}}.users-page h1{color:var(--text-primary);font-size:2rem;font-weight:800;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:1000px;padding-left:1rem;text-align:left}.users-header-area{align-items:center;display:flex;justify-content:space-between;margin:0 auto 2rem;max-width:1000px;padding:0 1rem}.users-header-area h1{margin:0;padding:0}.user-sort{align-items:center;display:flex;gap:.75rem}.user-sort label{color:var(--text-secondary);font-size:.9rem;font-weight:600}.sort-select{background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);cursor:pointer;font-size:.9rem;font-weight:500;padding:.6rem 2.5rem .6rem 1rem;transition:all .2s ease}.sort-select:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #00add81a;outline:none}.sort-select:hover{border-color:#cbd5e1;transform:translateY(-1px)}@media (max-width:640px){.users-header-area{align-items:flex-start;flex-direction:column;gap:1rem}}.user-registration-form{background-color:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0 auto;max-width:600px;padding:2.5rem}.user-registration-form h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-row{display:flex;margin-bottom:1.5rem}.form-group{flex:1 1;margin-bottom:1.5rem}.form-group label{color:var(--text-secondary);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input{background-color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:var(--text-primary);padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-group input:focus{box-shadow:0 0 0 3px #00add81a}.form-group input:hover{border-color:#cbd5e1}.form-group input:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.form-group input.error{background-color:#fef2f2;border-color:#ef4444}.form-group input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.error-message{font-size:.8rem;font-weight:500;margin-top:.5rem}.form-actions{margin-top:2rem;text-align:center}.submit-button{background-color:var(--primary-color);border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s ease;width:100%}.submit-button:hover:not(:disabled){background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.submit-button:active:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(0)}.submit-button:disabled{background-color:#94a3b8;cursor:not-allowed;transform:none}@media (max-width:640px){.user-registration-form{padding:1.5rem}.form-row{flex-direction:column;gap:0}}.user-registration-page{align-items:center;background-color:#f8fafc;display:flex;justify-content:center;min-height:calc(100vh - 80px)}.registration-container{max-width:600px;width:100%}.registration-header{margin-bottom:2rem;text-align:center}.registration-header h1{color:var(--text-primary);font-size:2rem;font-weight:800;letter-spacing:-.02em;margin:0 0 .5rem}.registration-header p{color:var(--text-secondary);font-size:1rem;margin:0}.user-registration-page .alert{margin-bottom:1.5rem}.checkout-page{padding-bottom:4rem}.checkout-header{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:2rem}.back-link{align-items:center;color:#64748b;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:1rem;text-decoration:none}.back-link:hover{color:var(--primary-color)}.back-link-btn{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:0}.back-link-btn:hover{color:var(--primary-color)}.checkout-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 350px}.cart-items{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.cart-item{grid-gap:1.5rem;align-items:center;border-bottom:1px solid #e2e8f0;display:grid;gap:1.5rem;grid-template-columns:80px 1fr auto auto auto;padding:1.5rem}.cart-item:last-child{border-bottom:none}.item-details h3{color:#1e293b;font-size:1.1rem;margin-bottom:.25rem}.item-price{color:#475569;font-weight:600}.item-category{font-size:.875rem}.item-quantity{background-color:#f8fafc;border-radius:.5rem;gap:1rem;padding:.5rem}.item-quantity,.quantity-btn{align-items:center;display:flex}.quantity-btn{background:none;border:none;color:#64748b;cursor:pointer;justify-content:center;padding:.25rem}.quantity-btn:hover{color:var(--primary-color)}.item-total{color:#1e293b;font-weight:700;min-width:80px;text-align:right}.remove-btn{background:none;border:none;border-radius:.375rem;color:#ef4444;cursor:pointer;opacity:.7;padding:.5rem;transition:all .2s}.remove-btn:hover{background-color:#fee2e2;opacity:1}.shipping-form-container{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;grid-column:1/-1;margin:0 auto;max-width:800px;padding:2rem;width:100%}.shipping-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{color:#1e293b}.form-group input{border:1px solid #e2e8f0}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-actions{margin-top:1rem}.order-summary-mini{align-items:center;background-color:#f8fafc;border-radius:.5rem;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem}.order-summary-mini h3{color:#1e293b;margin:0}.shipping-note{color:#22c55e;font-weight:500;margin:0}.order-summary{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;height:-webkit-fit-content;height:fit-content;padding:1.5rem;position:-webkit-sticky;position:sticky;top:5rem}.order-summary h2{color:#1e293b;font-size:1.25rem;margin-bottom:1.5rem}.summary-row{color:#64748b;display:flex;justify-content:space-between;margin-bottom:1rem}.summary-row.total{border-top:2px solid #e2e8f0;color:#1e293b;font-size:1.25rem;font-weight:700;margin-top:1.5rem;padding-top:1.5rem}.checkout-btn{background-color:var(--primary-color);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:1rem;transition:background-color .2s;width:100%}.checkout-btn:hover:not(:disabled){background-color:#2563eb}.checkout-btn:disabled{cursor:not-allowed;opacity:.7}.error-message{margin-top:1rem}.empty-cart{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:4rem 2rem;text-align:center}.empty-cart h2{color:#1e293b;font-size:1.5rem;margin-bottom:.5rem}.empty-cart p{color:#64748b;margin-bottom:2rem}.continue-shopping-btn{background-color:var(--primary-color);border-radius:.5rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.continue-shopping-btn:hover{background-color:#2563eb}.order-success{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;padding:4rem 2rem;text-align:center}.success-icon{font-size:4rem;margin-bottom:1.5rem}@media (max-width:968px){.checkout-content{grid-template-columns:1fr}.order-summary{position:static}}@media (max-width:640px){.cart-item{gap:1rem;grid-template-areas:"image price" "details details" "quantity total" "remove remove";grid-template-columns:1fr auto}.item-image-placeholder{grid-area:image}.item-details{grid-area:details}.item-quantity{grid-area:quantity}.item-total{grid-area:total;text-align:right}.remove-btn{background-color:#fee2e2;display:flex;grid-area:remove;justify-content:center;width:100%}.form-row{grid-template-columns:1fr}}.login-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 200px)}.login-container{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;max-width:400px;padding:2rem;width:100%}.login-container h1{color:#1e293b;margin-bottom:2rem;text-align:center}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#475569;font-weight:500}.form-group input{border:1px solid #cbd5e1;border-radius:.5rem;font-size:1rem;padding:.75rem;transition:border-color .2s}.form-group input:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a;outline:none}.login-btn{background-color:var(--primary-color);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background-color .2s}.login-btn:hover:not(:disabled){background-color:#2563eb}.login-btn:disabled{cursor:not-allowed;opacity:.7}.error-message{background-color:#fee2e2;border-radius:.5rem;color:#ef4444;margin-bottom:1rem;padding:.75rem}.error-message,.register-link{font-size:.875rem;text-align:center}.register-link{color:#64748b;margin-top:1.5rem}.register-link a{color:var(--primary-color);font-weight:500;text-decoration:none}.register-link a:hover{text-decoration:underline}.order-history-page{margin:0 auto;max-width:1000px;padding-bottom:4rem}.orders-header{margin-bottom:2rem}.orders-header h1{color:#1e293b;font-size:2rem;margin-bottom:.5rem}.orders-header p{color:#64748b}.loading-spinner{color:#64748b;font-size:1.1rem;padding:4rem;text-align:center}.empty-orders{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:4rem 2rem;text-align:center}.empty-icon{color:#cbd5e1;font-size:3rem;margin-bottom:.5rem}.empty-orders h2{color:#1e293b;font-size:1.5rem}.empty-orders p{color:#64748b;margin-bottom:1rem}.start-shopping-btn{background-color:var(--primary-color);border-radius:.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s}.start-shopping-btn:hover{background-color:#2563eb}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.order-header{align-items:flex-start;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.header-info-group{display:flex;flex-wrap:wrap;gap:3rem}.header-item{display:flex;flex-direction:column;gap:.25rem}.header-item .label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.header-item .value{color:#334155;font-size:.95rem;font-weight:600}.order-status{border-radius:1rem;font-size:.85rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.status-pending{background-color:#fef3c7;color:#d97706}.status-confirmed{background-color:#dcfce7;color:#16a34a}.status-shipped{background-color:#dbeafe;color:#2563eb}.status-cancelled{background-color:#fee2e2;color:#dc2626}.order-content{display:flex;min-height:150px}.order-items{flex:1 1;padding:1.5rem}.order-sidebar{background-color:#fcfcfc;border-left:1px solid #e2e8f0;padding:1.5rem;width:300px}.order-item-row{border-bottom:1px solid #f1f5f9;display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.order-item-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.item-image-placeholder{background-color:#f1f5f9;border-radius:.5rem;flex-shrink:0;height:80px;width:80px}.item-details{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.item-name{color:#1e293b;font-size:1.05rem;font-weight:600;line-height:1.4}.item-category{color:#94a3b8;font-size:.85rem}.item-meta-mobile{color:#64748b;display:none;font-size:.9rem;margin-top:.5rem}.item-price-qty{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.item-price{color:#334155;font-size:1.1rem;font-weight:700}.item-qty-badge{background-color:#f1f5f9;border-radius:2rem;color:#64748b;font-size:.85rem;padding:.25rem .75rem;white-space:nowrap}.sidebar-section h4{color:#1e293b;font-size:.9rem;font-weight:600;letter-spacing:.02em;margin-bottom:.75rem;text-transform:uppercase}.address-block p{color:#475569;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.order-content{flex-direction:column}.order-sidebar{background-color:#fafafa;border-left:none;border-top:1px solid #e2e8f0;width:100%}.header-info-group{gap:1.5rem}.order-header{align-items:center}}@media (max-width:640px){.order-header{align-items:flex-start;flex-direction:column;gap:1.5rem}.header-info-group{flex-direction:column;gap:1rem;width:100%}.header-item{border-bottom:1px dashed #e2e8f0;flex-direction:row;justify-content:space-between;padding-bottom:.5rem;width:100%}.header-item:last-child{border-bottom:none}.item-image-placeholder{height:60px;width:60px}.item-price-qty{display:none}.item-meta-mobile{display:block}}.navbar{background-color:#3b82f6;background-color:var(--primary-color,#3b82f6);box-shadow:0 2px 4px #0000001a;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem;width:100%}.navbar-brand{align-items:center;color:#fff;display:flex;font-size:1.5rem;font-weight:800;gap:.5rem;letter-spacing:-.02em;text-decoration:none}.navbar-logo{height:32px;width:auto}.navbar-links{align-items:center;display:flex;gap:.5rem}.nav-link{border-radius:.5rem;color:#ffffffe6;font-size:.95rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link:hover{background-color:#ffffff1a;color:#fff}.nav-link.active{background-color:#fff;box-shadow:0 2px 4px #0000001a;color:var(--primary-color);font-weight:600}.cart-icon-container{align-items:center;cursor:pointer;display:flex;margin-left:.5rem;padding:.5rem;position:relative}.cart-icon{color:#fff;font-size:1.25rem}.cart-badge{background-color:#ef4444;border:2px solid var(--primary-color);border-radius:50%;color:#fff;font-size:.7rem;font-weight:700;height:18px;justify-content:center;position:absolute;right:-2px;top:-2px;width:18px}.cart-badge,.user-menu{align-items:center;display:flex}.user-menu{gap:1rem;margin-right:.5rem}.user-greeting{color:#fff;font-size:.95rem;font-weight:500}.logout-btn{align-items:center;background:#ffffff1a;border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.logout-btn:hover{background:#fff3;color:#fee2e2}@media (max-width:768px){.navbar-container{flex-direction:column;gap:1rem;padding:1rem}.navbar-links{flex-wrap:wrap;gap:.25rem;justify-content:center;width:100%}.nav-link{font-size:.9rem;padding:.4rem .8rem}.user-menu{justify-content:center;margin-right:0;margin-top:.5rem;width:100%}}:root{--primary-color:#00add8;--primary-dark:#007d9c;--secondary-color:#2d3748;--text-primary:#1a202c;--text-secondary:#4a5568;--bg-light:#f7fafc;--bg-white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--radius-md:0.375rem;--radius-lg:0.5rem}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f7fafc;background-color:var(--bg-light);color:#1a202c;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.page-container{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.back-button,.nav-button{align-items:center;background-color:#00add8;background-color:var(--primary-color);border:none;border-radius:.375rem;border-radius:var(--radius-md);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.back-button:hover,.nav-button:hover{background-color:#007d9c;background-color:var(--primary-dark);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow-md);transform:translateY(-1px)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.justify-center{justify-content:center}.items-center{align-items:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.alert{align-items:center;border:1px solid #0000;border-radius:.375rem;border-radius:var(--radius-md);display:flex;gap:1rem;margin:1rem 0;padding:1rem}.alert-success{background-color:#dcfce7;border-color:#bbf7d0;color:#166534}.alert-error{background-color:#fee2e2;border-color:#fecaca;color:#991b1b}.alert-info{background-color:#eff6ff;border-color:#dbeafe;color:#1e40af}
/*# sourceMappingURL=main.815fd4b0.css.map*/