body {  margin: 0;  font-family: Arial, sans-serif;}/* =========================   HLAVICKA========================= */.header {  background: #333;  color: #fff;  padding: 40px;  text-align: center;}/* =========================   OBSAH========================= */.content {  padding: 30px;}/* =========================   BLOKY========================= */.gallery {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));  gap: 12px;}.gallery img {  width: 100%;  height: auto;  max-height: 220px;  object-fit: contain;  background: #eee;}/* =========================   GALERIE (JEDEN STYL PRO VSE)========================= */.gallery {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));  gap: 15px;  margin: 20px 0;}.gallery img {  width: 100%;  display: block;  border-radius: 8px;}/* =========================   CHAT========================= */.chat {  border-top: 1px solid #ccc;  padding-top: 20px;}