*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.layout{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.container{max-width:1200px;margin:0 auto;padding:0 16px}.header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:1rem 0;margin-bottom:2rem}.header-content{text-align:center}.header-title{text-decoration:none;color:inherit}.header-title:hover h1{color:#007bff}.header h1{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem;transition:color .2s}.header-subtitle{color:#6c757d;font-size:1rem}.header-with-back{display:flex;justify-content:space-between;align-items:center}.header-title-small{font-size:1.2rem;font-weight:600}.header-title-small a{text-decoration:none;color:#2c3e50;transition:color .2s}.header-title-small a:hover{color:#007bff}@media (max-width: 768px){.header-with-back{flex-direction:column;gap:.5rem;align-items:flex-start}.header-title-small{align-self:center}}.search-bar{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}.search-container{display:flex;gap:.75rem}.search-input{flex:1;padding:12px 16px;border:2px solid #e9ecef;border-radius:6px;font-size:16px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#007bff}.search-button{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.search-button:hover:not(:disabled){background:#0056b3}.search-button:disabled{background:#6c757d;cursor:not-allowed}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.product-card-link{text-decoration:none;color:inherit;display:block}.product-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;overflow:hidden;height:100%}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.product-image{margin:-1.5rem -1.5rem 1rem;height:200px;overflow:hidden;background:#f8f9fa}.product-image img{width:100%;height:100%;object-fit:cover}.product-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#2c3e50}.product-brand{color:#6c757d;font-size:.9rem;margin-bottom:1rem}.nutrition-info{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.nutrition-item{display:flex;justify-content:space-between;padding:.5rem;background:#f8f9fa;border-radius:4px}.protein-highlight{background:#e8f5e8;border-left:4px solid #28a745}.loading{text-align:center;padding:2rem;color:#6c757d}.error{background:#f8d7da;color:#721c24;padding:1rem;border-radius:6px;margin-bottom:1rem}.back-button{background:#007bff;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .2s}.back-button:hover{background:#0056b3}.product-detail{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.product-detail-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}@media (max-width: 768px){.product-detail-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}.product-detail-image{display:flex;align-items:center;justify-content:center;background:#f8f9fa;border-radius:8px;min-height:400px}.product-detail-image img{max-width:100%;max-height:400px;object-fit:contain;border-radius:8px}.no-image{color:#6c757d;font-size:1.2rem;text-align:center}.product-detail-name{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem}.product-detail-brand{color:#6c757d;font-size:1.2rem;margin-bottom:2rem}.product-description{margin-bottom:2rem}.product-description h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.product-description p{line-height:1.8;color:#495057}.nutrition-detail{margin-bottom:2rem}.nutrition-detail h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.nutrition-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.nutrition-item-detail{display:flex;flex-direction:column;padding:1rem;background:#f8f9fa;border-radius:6px;text-align:center}.nutrition-item-detail.protein-highlight{background:#e8f5e8;border:2px solid #28a745}.nutrition-item-detail span:first-child{font-size:.9rem;color:#6c757d;margin-bottom:.5rem}.nutrition-item-detail span:last-child{font-size:1.2rem;font-weight:600;color:#2c3e50}.product-price{margin-bottom:2rem}.product-price h3{color:#2c3e50;margin-bottom:.5rem;font-size:1.3rem}.price-value{font-size:2rem;font-weight:700;color:#e74c3c}.product-link{margin-top:2rem}.external-link{display:inline-block;background:#28a745;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:6px;font-weight:600;transition:background-color .2s}.external-link:hover{background:#1e7e34}.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#fff;margin-bottom:1rem}.footer-section h3{font-size:1.5rem}.footer-section h4{font-size:1.2rem}.footer-section p{color:#bdc3c7;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{color:#bdc3c7;margin-bottom:.5rem;line-height:1.5}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center}.footer-bottom p{color:#95a5a6;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2rem 0 1rem;margin-top:2rem}}
