*{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;background-color:#f5f5f5;color:#333;line-height:1.6}.app{min-height:100vh;padding:0}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 1rem;text-align:center;box-shadow:0 2px 10px #0000001a}.app-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.subtitle{font-size:1.1rem;opacity:.9}.controls-container{background:#fff;padding:2rem 1.5rem;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem}.search-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0;position:relative}.filter-toggle-button{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 2px 8px #667eea33;position:relative}.filter-toggle-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.filter-toggle-button:active{transform:translateY(0)}.filter-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:2px solid white}.controls-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem}.controls-row:last-child{margin-bottom:0}.search-bar{width:100%;max-width:600px;position:relative}.search-input{width:100%;padding:1.25rem 1.5rem;font-size:1.15rem;border:3px solid #e0e0e0;border-radius:12px;transition:all .3s ease;outline:none;box-shadow:0 2px 8px #0000000d}.search-input:focus{border-color:#667eea;box-shadow:0 4px 16px #667eea33;transform:translateY(-2px)}.search-input::placeholder{color:#999;font-size:1.1rem}.search-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #667eea;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;overflow-y:auto;margin-top:-2px}.suggestion-item{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f0f0;font-size:.95rem}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover,.suggestion-item.highlighted{background-color:#f5f5ff;color:#667eea}.suggestion-item:active{background-color:#e8e8ff}.filter-panel{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.filter-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:1rem}.filter-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.size-filter{display:flex;align-items:center;gap:.75rem}.size-filter label{font-weight:500;font-size:1rem;white-space:nowrap}.size-select{padding:.75rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;outline:none;min-width:150px}.size-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.brand-filter{display:flex;align-items:center;gap:.75rem}.brand-filter label{font-weight:500;font-size:1rem;white-space:nowrap}.brand-select{padding:.75rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;outline:none;min-width:150px}.brand-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.sort-controls{display:flex;align-items:center;gap:.75rem}.sort-controls label{font-weight:500;font-size:1rem}.sort-select{padding:.75rem 1rem;font-size:1rem;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;outline:none;min-width:200px}.sort-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.results-info{padding:0 1.5rem;margin-bottom:1.5rem;color:#666;font-size:.95rem}.shoes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1.5rem 2rem;max-width:1400px;margin:0 auto}.shoe-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.shoe-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026;cursor:pointer}.shoe-image-container{width:100%;height:280px;background:#f8f8f8;display:flex;align-items:center;justify-content:center;overflow:hidden}.shoe-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.shoe-card:hover .shoe-image{transform:scale(1.05)}.shoe-info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.shoe-name{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;line-height:1.4}.shoe-name a{color:#333;text-decoration:none;transition:color .3s ease}.shoe-name a:hover{color:#667eea}.shoe-price{font-size:1.5rem;font-weight:700;color:#667eea;margin-bottom:.75rem}.shoe-details{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:.75rem;border-top:1px solid #f0f0f0}.detail-item{font-size:.85rem;color:#666;padding:.25rem .75rem;background:#f5f5f5;border-radius:12px}.detail-item.available{background:#e8f5e9;color:#2e7d32;font-weight:500}.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#666}.no-results p{font-size:1.1rem;margin-bottom:.5rem}.no-results p:first-child{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:1rem}@media (max-width: 767px){.app-header h1{font-size:2rem}.subtitle{font-size:1rem}.controls-container{padding:1.5rem 1rem}.search-row{margin-bottom:1.5rem;padding-bottom:1.5rem}.controls-row{flex-direction:column;align-items:stretch}.search-row{flex-wrap:wrap}.filter-toggle-button{flex:1;min-width:auto}.search-bar{flex:1;min-width:200px;max-width:100%}.search-input{padding:1rem 1.25rem;font-size:1rem}.search-suggestions{max-height:200px}.sort-controls{flex-direction:column;align-items:stretch}.sort-select{width:100%;min-width:unset}.filter-panel{flex-direction:column;align-items:stretch;gap:1rem}.size-filter{flex-direction:column;align-items:stretch}.size-select{width:100%;min-width:unset}.brand-filter{flex-direction:column;align-items:stretch}.brand-select{width:100%;min-width:unset}.shoes-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;padding:0 1rem 2rem}.results-info{padding:0 1rem}}@media (max-width: 480px){.app-header{padding:1.5rem 1rem}.app-header h1{font-size:1.75rem}.shoes-grid{grid-template-columns:1fr}.shoe-image-container{height:240px}}.shoe-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.back-button{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease,transform .2s ease;margin-bottom:2rem}.back-button:hover{background:#5568d3;transform:translate(-2px)}.back-button:active{transform:translate(0)}.shoe-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a}.shoe-detail-image{width:100%}.detail-image{width:100%;height:auto;border-radius:8px;background:#f8f8f8}.shoe-detail-info{display:flex;flex-direction:column;gap:1.5rem}.detail-name{font-size:2rem;font-weight:700;color:#333;margin:0}.detail-price{font-size:2.5rem;font-weight:700;color:#667eea}.detail-description,.detail-colors,.detail-sizes{padding-top:1.5rem;border-top:1px solid #f0f0f0}.detail-description h3,.detail-colors h3,.detail-sizes h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}.detail-description p{color:#666;line-height:1.8}.color-list{display:flex;flex-wrap:wrap;gap:.75rem}.color-item{padding:.5rem 1rem;background:#f5f5f5;border-radius:8px;font-size:.95rem}.color-name{color:#333}.sizes-grid{display:flex;flex-wrap:wrap;gap:.75rem}.size-badge{padding:.75rem 1.25rem;border-radius:8px;font-weight:500;font-size:1rem;display:flex;align-items:center;gap:.5rem;min-width:60px;justify-content:center}.size-badge.available{background:#e8f5e9;color:#2e7d32;border:2px solid #4caf50}.size-badge.unavailable{background:#f5f5f5;color:#999;border:2px solid #e0e0e0}.check-mark{color:#4caf50;font-weight:700}.detail-stats{display:flex;gap:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.9rem;color:#666}.stat-value{font-size:1.5rem;font-weight:700;color:#667eea}.detail-actions{padding-top:1.5rem;border-top:1px solid #f0f0f0}.external-link-button{display:inline-block;background:#667eea;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:8px;font-weight:500;transition:background-color .3s ease,transform .2s ease}.external-link-button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.shoe-detail-error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.shoe-detail-error h2{color:#333;margin-bottom:2rem}@media (max-width: 1023px){.shoe-detail{grid-template-columns:1fr;gap:2rem}.detail-name{font-size:1.75rem}.detail-price{font-size:2rem}}@media (max-width: 480px){.shoe-detail-container{padding:1rem}.shoe-detail{padding:1.5rem}.detail-name{font-size:1.5rem}.detail-price{font-size:1.75rem}.detail-stats{flex-direction:column;gap:1rem}.external-link-button{width:100%;text-align:center}}.filter-drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.filter-drawer{position:fixed;top:0;left:0;width:100%;max-width:400px;height:100vh;background:#fff;z-index:1001;box-shadow:4px 0 16px #0003;display:flex;flex-direction:column;animation:slideIn .3s ease;overflow-y:auto}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid #f0f0f0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.filter-drawer-header h2{margin:0;font-size:1.5rem;font-weight:600}.filter-drawer-close{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.filter-drawer-close:hover{background:#ffffff4d}.filter-drawer-content{padding:1.5rem;flex:1;overflow-y:auto}.filter-drawer-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f0f0f0}.filter-drawer-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.filter-drawer .filter-panel{flex-direction:column;align-items:stretch;gap:1.5rem}.filter-drawer .size-filter,.filter-drawer .brand-filter{flex-direction:column;align-items:stretch;gap:.75rem}.filter-drawer .size-select,.filter-drawer .brand-select{width:100%;min-width:unset}.filter-drawer .sort-controls{flex-direction:column;align-items:stretch;gap:.75rem}.filter-drawer .sort-select{width:100%;min-width:unset}@media (max-width: 767px){.filter-toggle-button{padding:.875rem 1.25rem;font-size:.9rem}.filter-drawer{max-width:100%}.search-row{gap:.75rem}}@media (max-width: 480px){.filter-toggle-button{padding:.75rem 1rem;font-size:.85rem}.filter-toggle-button svg{width:18px;height:18px}}
