*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,sans-serif;background:linear-gradient(to bottom,#fff,#f5f5f5);min-height:100vh;color:#333}.app{min-height:100vh}.header{background:#fff;border-bottom:1px solid #eee;padding:1rem 2rem;position:sticky;top:0;z-index:100}.nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-title{font-size:1.25rem;font-weight:700;color:#333;text-decoration:none}.nav-link{color:#666;text-decoration:none;padding:.5rem 1rem}.nav-link:hover{color:#333}.home{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem}.home-content{text-align:center;max-width:500px}.search-form{margin-bottom:1rem}.search-input{width:100%;padding:1rem;font-size:1rem;border:1px solid #ddd;border-radius:8px;outline:none}.search-input:focus{border-color:#007bff}.divider{color:#999;margin:1rem 0}.browse-button{padding:1rem 2rem;font-size:1rem;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer}.browse-button:hover{background:#0056b3}.tagline{margin-top:2rem;color:#666}.browse{max-width:1200px;margin:0 auto;padding:2rem}.browse-header{margin-bottom:2rem}.browse-header h1{margin-bottom:.5rem}.search-result{color:#666}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;text-decoration:none;color:inherit;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.product-image{height:160px;background:#f0f0f0;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-image-placeholder{color:#999;font-size:.875rem}.product-info{padding:1rem}.product-name{font-size:1rem;margin-bottom:.25rem}.product-brand{color:#666;font-size:.875rem;margin-bottom:.5rem}.product-tags{display:flex;gap:.5rem;margin-bottom:.5rem}.tag{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;background:#eee}.recommendation{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.must-buy{background:#d4edda;color:#155724}.worth-a-stride{background:#fff3cd;color:#856404}.avoid{background:#f8d7da;color:#721c24}.product-meta{display:flex;justify-content:space-between;margin-top:.75rem;font-size:.875rem;color:#666}.price{font-weight:600;color:#333}.product-detail{max-width:900px;margin:0 auto;padding:2rem}.product-header{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.product-image-large{background:#f0f0f0;border-radius:12px;height:300px;display:flex;align-items:center;justify-content:center}.product-info-large h1{font-size:2rem;margin-bottom:.5rem}.product-info-large .brand{font-size:1.25rem;color:#666;margin-bottom:.5rem}.product-info-large .type{color:#888;margin-bottom:1rem}.product-info-large .price{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.rating-breakdown{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000001a}.rating-breakdown h2{margin-bottom:1rem}.rating-bars{display:flex;flex-direction:column;gap:.75rem}.rating-bar{display:grid;grid-template-columns:120px 1fr 40px;align-items:center;gap:1rem}.rating-label{font-size:.875rem}.bar-container{height:24px;background:#eee;border-radius:12px;overflow:hidden}.bar-fill{height:100%;background:#007bff;border-radius:12px}.rating-count{font-size:.875rem;color:#666}.reviews-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.add-review-button{padding:.75rem 1.5rem;background:#007bff;color:#fff;text-decoration:none;border-radius:8px;font-weight:500}.add-review-button:hover{background:#0056b3}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{padding:1rem;border:1px solid #eee;border-radius:8px}.review-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.rating{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.review-date{color:#999;font-size:.875rem}.review-tags{font-size:.875rem;color:#666;margin-bottom:.5rem}.review-comments{line-height:1.5}.no-reviews{text-align:center;color:#666;padding:2rem}.review-form{max-width:600px;margin:0 auto;padding:2rem}.review-form h1{margin-bottom:.25rem}.product-subtitle{color:#666;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-weight:500;margin-bottom:.5rem}.form-label.required:after{content:" *";color:#dc3545}.rating-options{display:flex;gap:.75rem}.rating-option{flex:1;padding:1rem;border:2px solid #ddd;border-radius:8px;background:#fff;cursor:pointer;font-weight:500;transition:all .2s}.rating-option:hover{border-color:#007bff}.rating-option.selected{border-color:#007bff;background:#e7f1ff}.rating-option.must-buy.selected{border-color:#28a745;background:#d4edda}.rating-option.worth-a-stride.selected{border-color:#ffc107;background:#fff3cd}.rating-option.avoid.selected{border-color:#dc3545;background:#f8d7da}.checkbox-group{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.form-textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical}.form-textarea:focus{outline:none;border-color:#007bff}.form-error{color:#dc3545;margin-bottom:1rem}.submit-button{width:100%;padding:1rem;font-size:1rem;font-weight:500;background:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer}.submit-button:hover:not(:disabled){background:#0056b3}.submit-button:disabled{background:#ccc;cursor:not-allowed}.loading,.error,.no-results{text-align:center;padding:3rem;color:#666}.error{color:#dc3545}@media(max-width:768px){.product-header{grid-template-columns:1fr}.rating-options{flex-direction:column}}
