/* MMC — Novo / Nove fotografije (mosaik, kao Inspiracija / Info hub) */

:root {
  --inspire-font: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --inspire-radius: 20px;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--inspire-font);
  background: linear-gradient(165deg, #0c1424, #152238);
  color: #e8f1ff;
  padding: 88px 18px 48px;
  transition: background 0.35s ease, color 0.25s ease;
}

html:not([data-theme="dark"]) body {
  background: linear-gradient(165deg, #eef4fb, #dceaf5);
  color: #0f172a;
}

.inspire-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.inspire-panel {
  padding: 26px 24px 28px;
  border-radius: var(--inspire-radius);
  border: 1px solid rgba(126, 160, 198, 0.35);
  background: rgba(255, 255, 255, 0.06);
  transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

html:not([data-theme="dark"]) .inspire-panel {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(15, 23, 42, 0.12);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.inspire-panel h1 {
  font-size: clamp(1.35rem, 1.2vw + 1.1rem, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  line-height: 1.2;
  color: #f0f6ff;
}

html:not([data-theme="dark"]) .inspire-panel h1 {
  color: #020617;
}

.inspire-intro {
  margin-bottom: 20px;
}

.inspire-intro .inspire-lead {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(232, 241, 255, 0.78);
  max-width: 62ch;
}

.inspire-intro .inspire-lead:not(:first-child) {
  margin-top: 0.45em;
}

.inspire-lead--novo-note {
  font-style: italic;
  opacity: 0.92;
}

html:not([data-theme="dark"]) .inspire-intro .inspire-lead {
  color: rgba(15, 23, 42, 0.72);
}

html:not([data-theme="dark"]) .inspire-lead--novo-note {
  opacity: 0.88;
}

.inspire-mosaic-wrap {
  margin-top: 4px;
}

.inspire-empty {
  margin: 0;
  padding: 20px 16px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(232, 241, 255, 0.65);
  border-radius: 14px;
  border: 1px dashed rgba(126, 160, 198, 0.4);
}

html:not([data-theme="dark"]) .inspire-empty {
  color: rgba(15, 23, 42, 0.6);
  border-color: rgba(15, 23, 42, 0.15);
}

.inspire-mosaic-actions {
  margin-top: 2px;
}

.inspire-foot {
  margin: 22px 0 0;
  font-size: 0.9rem;
}

.inspire-foot--center {
  text-align: center;
}

.inspire-foot a {
  color: #79c3ff;
  text-decoration: none;
}

.inspire-foot a:hover {
  text-decoration: underline;
}

html:not([data-theme="dark"]) .inspire-foot a {
  color: #2563eb;
}

.inspire-panel .hub-stage__mosaic {
  margin-top: 0;
}

body.novo-lightbox-open .mmc-toolbar {
  visibility: hidden;
  pointer-events: none;
}
