/* Czuczor-Fogarasi Szótár — Közös Stíluslap */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #faf8f4;
  color: #111;
}

body {
  font-family: 'Lora', Georgia, serif;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}

/* FŐ TÁROLÓ - Ez garantálja a tökéletes vízszintes középigazítást */
.main-container {
  width: 100%;
  max-width: 980px;
  padding: 1.5em 2em;
  box-sizing: border-box;
  background: #faf8f4;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Elegáns oldalszegélyek és díszítések */
.oldal-fejléc {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 0.82em;
  font-weight: bold;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #999;
  margin-bottom: 1.8em;
  padding-bottom: 0.35em;
  width: 100%;
}

.fejléc-közép {
  flex: 1;
  text-align: center;
}

.oldal-lábléc {
  display: flex;
  justify-content: space-between;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 2.5em;
  border-top: 1px solid #ccc;
  padding-top: 0.4em;
  width: 100%;
}

.főcím {
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 1.5em 0 0.4em 0;
  text-transform: uppercase;
  width: 100%;
}

.alcím {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0.3em 0 0.4em 0;
  line-height: 1.4;
  width: 100%;
}

.alcím-dőlt {
  text-align: center;
  font-style: italic;
  font-size: 0.95em;
  margin: 0.2em 0 1.2em 0;
  line-height: 1.4;
  width: 100%;
}

.szakasz-cím {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 1.4em 0 1em 0;
  width: 100%;
}

.szöveg-bekezdés {
  text-align: justify;
  text-indent: 2em;
  margin: 0 0 0.9em 0;
  font-size: 0.95em;
  line-height: 1.65;
  width: 100%;
}

.centered {
  text-align: center;
  margin: 1em 0;
  width: 100%;
}

/* HASÁBOLÁSI / KÉTOSZLOPOS SZABÁLYOK */
.oldal-tartalom {
  width: 100%;
}

.two-columns .oldal-tartalom {
  column-count: 2;
  column-gap: 2.5rem;
  column-rule: 1px solid #e7dfd3;
  text-align: justify;
}

.two-columns .oldal-tartalom.szotar-one-column {
  column-count: 1 !important;
}

/* Kétoszlopos és egyoszlopos flex elrendezés (szócikkekhez) */
.oszlopok {
  width: 100%;
}

.two-columns .oszlopok {
  display: flex;
  gap: 2.5em;
}

.two-columns .bal-oszlop,
.two-columns .jobb-oszlop {
  flex: 1;
  text-align: justify;
}

body:not(.two-columns) .oszlopok {
  display: block;
}

body:not(.two-columns) .bal-oszlop,
body:not(.two-columns) .jobb-oszlop {
  display: block;
  text-align: justify;
  width: 100%;
}

/* Lebegő és vezérlő gombok modern glassmorphism stílusban */
.view-toggle-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.btn-toggle-view {
  background: rgba(255, 255, 255, 0.9);
  color: #111;
  border: 1px solid #b5a48c;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-toggle-view:hover {
  background: #111;
  color: #ffffff;
  border-color: #111;
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.btn-back-home {
  background: rgba(245, 243, 239, 0.9);
  color: #444;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.btn-back-home:hover {
  background: #e7dfd3;
  color: #111;
  transform: translateY(-1px);
}

/* TARTALOMJEGYZÉK (TOC) STÍLUSOK */
.tartalom-sor {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.6em;
  font-size: 0.95em;
  width: 100%;
}

.tartalom-sor::after {
  content: "";
  flex: 1;
  border-bottom: 1.5px dotted #c9b18b;
  margin: 0 0.5em;
  order: 2;
  min-width: 0;
  align-self: flex-end;
  position: relative;
  top: -4px;
}

.sor-szöveg {
  order: 1;
  flex-shrink: 0;
  max-width: 85%;
}

.sor-szám {
  order: 3;
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
  min-width: 2em;
}

.sor-behúzott {
  padding-left: 2em;
}

/* Képernyőméret igazítás (Responsive Design) */
@media (max-width: 768px) {
  .two-columns .oldal-tartalom {
    column-count: 1 !important;
  }
  .view-toggle-container {
    bottom: 1rem;
    right: 1rem;
  }
}

/* SZÓCIKK DIZÁJN RENDSZER */
.szócikk {
  margin-bottom: 0.4em;
  padding-top: 0;
  text-align: justify;
  text-indent: 1.5em;
  line-height: 1.5;
}

/* Az első szócikknek az oszlopban ne legyen felső szegélye */
.bal-oszlop .szócikk:first-child,
.jobb-oszlop .szócikk:first-child {
  padding-top: 0;
}

.szócikk-cím {
  color: #111; /* Fekete szín a kiemeléshez */
  font-family: 'Cinzel', 'Lora', serif;
  font-weight: 800;
  text-align: left;
  font-size: 0.95em !important; /* Visszafogott, elegáns méret */
  letter-spacing: 0.04em;
  margin: 0;
  display: inline;
}

.szóelemzés {
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95em;
  font-weight: normal;
  color: #111; /* Fekete szín az egységességért */
  font-style: normal; /* Normál stílus az egységességért */
  letter-spacing: normal;
  display: inline;
  margin-left: 0.3em;
}

.értelmezés {
  display: inline;
  font-size: 0.95em;
  line-height: 1.5;
  margin: 0;
}

.szócikk p.értelmezés {
  display: inline;
}

/* Ha a szócikken belül több bekezdés van, a második bekezdéstől kezdve új sorba kerüljenek */
.szócikk p.értelmezés ~ p.értelmezés,
.szócikk blockquote ~ p.értelmezés {
  display: block;
  margin-top: 0.3em;
  text-indent: 1.5em;
}

.utaló {
  font-weight: bold;
  color: #111; /* Fekete szín az utaláshoz */
}

.betü-fejléc {
  text-align: center;
  font-family: 'Cinzel', 'Lora', serif;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  width: 100%;
}

/* Kötet indító nagy kezdőbetűk stílusa (original printed scan matching) */
.kötet-kezdőbetű {
  text-align: center;
  text-indent: 0 !important; /* Prevents 1.5em indent inheritance from .szócikk */
  font-family: 'Cinzel', 'Lora', serif;
  font-weight: 800;
  font-size: 3.8em;
  line-height: 1.1;
  margin-top: 0.8em;
  margin-bottom: 0.2em;
  color: #111;
  width: 100%;
}

.kötet-kezdőbetű-alcím {
  text-align: center;
  text-indent: 0 !important; /* Prevents 1.5em indent inheritance from .szócikk */
  font-family: 'Lora', Georgia, serif;
  font-size: 0.95em;
  margin-top: 0.2em;
  margin-bottom: 1.5em;
  color: #222;
  width: 100%;
}



