/* Baslook – ren, lugn */
body { background:#fdfdfd; color:#222; }
.navbar-brand { font-weight:700; }
section { padding:1rem 0; }
h1,h2 { letter-spacing:.2px; }

/* Galleri */
.gallery-grid {
  display:grid; gap:.75rem;
  grid-template-columns: repeat(auto-fit, minmax(160px,1fr));
}
.gallery-grid img {
  width:100%; height:auto; border-radius:8px;
  box-shadow: 0 1px 8px rgba(0,0,0,.06);
}

/* Sparat – “mappkänsla” */
.file-tree ul { list-style:none; padding-left:1rem; }
.file-tree li { margin:.15rem 0; }
.file-tree .folder::before { content:"📁 "; }
.file-tree .file::before { content:"📄 "; }

/* Chattfönster */
.chat-window {
  border:1px solid #ddd; border-radius:10px; background:#fff;
  max-height:380px; overflow-y:auto; padding:.75rem;
}
.chat-message { margin:.25rem 0; }
.chat-message .sender { font-weight:600; margin-right:.25rem; }

/* AI-output */
.ai-output {
  border:1px solid #ddd; border-radius:10px; background:#fff; min-height:120px;
  padding:.75rem;
}

/* Hjälpsektioner */
.helper { color:#6c757d; font-size:.95rem; }
