:root{font-family:Inter,system-ui,-apple-system,sans-serif;color:#0f172a;background:#f8fafc}body{margin:0;background:#f8fafc}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:5}.navbar__links a{margin-right:1rem;color:#475569}.navbar__links a.active{color:#1d4ed8;font-weight:600}.navbar__brand{font-weight:700;margin-right:2rem;font-size:1.1rem}.navbar__user,.navbar__login{display:flex;align-items:center;gap:.5rem;background:#1d4ed8;color:#fff;padding:.5rem 1rem;border:none;border-radius:999px;cursor:pointer}.navbar__user img{width:32px;height:32px;border-radius:50%}.app-main{max-width:960px;margin:0 auto;padding:2rem}.hero{background:linear-gradient(135deg,#eef2ff,#e0f2fe);padding:2rem;border-radius:1rem;margin-bottom:2rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.product-card{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 30px #0f172a0f;display:flex;flex-direction:column;gap:.75rem}.product-card__meta{color:#64748b;font-size:.9rem}.product-card__compare{align-self:flex-start;font-weight:600}.spec-table,.compare-table{width:100%;border-collapse:collapse;background:#fff;border-radius:.75rem;overflow:hidden}.spec-table th,.spec-table td,.compare-table th,.compare-table td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}.compare-table tr.diff{background:#fef2f2}.pros-cons{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pros-cons div{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 5px 15px #0f172a0d}.review-form{background:#fff;padding:1.5rem;border-radius:1rem;display:grid;gap:1rem;margin-top:1.5rem}.review-form label{display:grid;gap:.5rem}.review-form input,.review-form textarea,.review-form select{padding:.75rem;border-radius:.5rem;border:1px solid #cbd5f5;font-size:1rem}.review-form button{justify-self:flex-start;padding:.75rem 1.5rem;border-radius:999px;border:none;background:#2563eb;color:#fff;cursor:pointer}.reviews-list ul{list-style:none;padding:0;display:grid;gap:1rem}.reviews-list li{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 5px 20px #0f172a0d}.review-header{display:flex;justify-content:space-between;align-items:center}.media-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.media-grid img,.media-grid iframe{width:100%;border-radius:.75rem}.citations ul{list-style:none;padding:0;display:grid;gap:.5rem}.citations .badge{background:#e2e8f0;color:#475569;padding:.25rem .5rem;border-radius:999px;font-size:.75rem}.compare-form{background:#fff;padding:1.5rem;border-radius:1rem;display:grid;gap:1rem;max-width:420px}.compare-form input{padding:.75rem;border-radius:.75rem;border:1px solid #cbd5f5}.compare-form button{padding:.75rem 1.25rem;border-radius:999px;border:none;background:#2563eb;color:#fff;cursor:pointer}.error{color:#dc2626}@media (max-width: 600px){.navbar{flex-direction:column;align-items:flex-start;gap:1rem}}.page.admin{display:grid;gap:2rem}.admin-form{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 8px 25px #0f172a14;display:grid;gap:1.5rem}.admin-form .form-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-form label{display:grid;gap:.5rem;font-weight:500}.admin-form input{padding:.75rem;border-radius:.75rem;border:1px solid #cbd5f5}.admin-form .form-actions{display:flex;gap:1rem;flex-wrap:wrap}.admin-form button{padding:.75rem 1.5rem;border-radius:999px;border:none;background:#1d4ed8;color:#fff;cursor:pointer}.admin-form button[disabled]{opacity:.7;cursor:not-allowed}.admin-products table{width:100%;border-collapse:collapse;background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 8px 25px #0f172a0f}.admin-products th,.admin-products td{padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;text-align:left}.admin-products tbody tr:hover{background:#f8fafc}
