/* ===========================================================
   REGISTAR — escort-hellas.com, 2026-07-29
   Učitava se POSLIJE style.css. Isti smjer kao eroholky.cz:
   redovi s poravnatim monospace podacima, persimmon akcent,
   bez Inter-a i bez vanjskih fontova.
   =========================================================== */

:root {
  --bg:    #0F1013;
  --bg2:   #16181D;
  --bg3:   #1D2027;
  --red:   #FF4D2E;
  --red2:  #FF6E55;
  --text:  #E9E6E0;
  --text2: #A0A4AC;
  --text3: #6E737C;
  --line:  #282C34;
  --line-soft: #1F232A;
  --live:  #6FD39B;
  --font:  ui-sans-serif, "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
  --f-data: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

body { font-family: var(--font); letter-spacing: -.005em; }
h1, h2, h3 { letter-spacing: -.025em; text-wrap: balance; }

/* ---------- header ---------- */
.hdr { background: var(--bg2); border-bottom: 1px solid var(--line); }
.hdr-logo { letter-spacing: -.03em; color: var(--text); display: inline-flex; align-items: baseline; gap: 6px; }
.hdr-logo b { color: var(--text); font-weight: 700; }
.logo-cc {
  font-family: var(--f-data); font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--red); border: 1px solid var(--red); padding: 1px 4px;
  align-self: flex-start; position: relative; top: -6px;
}
.hdr-post { border-radius: 2px; }
.hdr-nav { background: var(--bg2); border-bottom: 1px solid var(--line); }
.hdr-nav-inner a { border-radius: 2px; }

/* ---------- traka περιοχών ---------- */
.region-rail { background: var(--bg2); border-bottom: 1px solid var(--line); }
.region-rail-inner {
  display: flex; gap: 0; overflow-x: auto; scrollbar-width: thin;
}
.region-rail-inner::-webkit-scrollbar { height: 4px; }
.region-rail-inner::-webkit-scrollbar-thumb { background: var(--line); }
.region-rail a {
  flex: 0 0 auto; display: flex; align-items: baseline; gap: 6px;
  padding: 9px 14px; white-space: nowrap; font-size: 13.5px; font-weight: 600;
  color: var(--text2); text-decoration: none; border-right: 1px solid var(--line-soft);
}
.region-rail a:first-child { padding-left: 0; }
.region-rail a var {
  font-family: var(--f-data); font-style: normal; font-size: 11px;
  color: var(--text3); font-weight: 400; font-variant-numeric: tabular-nums;
}
.region-rail a:hover { background: var(--bg3); color: var(--text); }
.region-rail a.is-current { background: var(--bg); color: var(--text); box-shadow: inset 0 -2px 0 var(--red); }
.region-rail-all { color: var(--red) !important; border-right: 0 !important; }

/* ---------- redak oglasa ---------- */
.post-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  padding: 12px 8px;
  border-bottom: 1px solid var(--line-soft);
  transition: background .15s;
}
.post-row:hover { background: var(--bg2); }
.post-row.featured { background: transparent; }
.post-row.featured .post-thumb { border-color: var(--red); }

.post-thumb {
  width: auto; height: auto; aspect-ratio: 3/4;
  border: 1px solid var(--line); border-radius: 0;
  background-color: var(--bg3);
}
.post-body h3 { font-size: 16px; font-weight: 700; letter-spacing: -.015em; margin: 0 0 2px; }
.post-body h3 a { color: var(--text); text-decoration: none; transition: color .15s; }
.post-row:hover .post-body h3 a { color: var(--red); }

.post-badge-f {
  font-family: var(--f-data); font-size: 9.5px; letter-spacing: .08em;
  background: transparent; color: var(--red); border: 1px solid var(--red);
  border-radius: 0; padding: 1px 5px; display: inline-block; margin-bottom: 4px;
}
.post-desc {
  color: var(--text2); font-size: 13.5px; line-height: 1.45; margin-bottom: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.post-meta {
  font-family: var(--f-data); font-size: 11.5px; color: var(--text3);
  gap: 14px; flex-wrap: wrap; align-items: baseline;
  font-variant-numeric: tabular-nums;
}
.post-meta a { color: var(--text2); text-decoration: none; }
.post-meta a:hover { color: var(--red); }

.post-side {
  display: flex; flex-direction: column; align-items: flex-end; gap: 5px;
  text-align: right; padding-left: 6px;
}
.post-when {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--f-data); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text3); white-space: nowrap;
}
.post-when i { width: 6px; height: 6px; border-radius: 50%; background: var(--text3); display: block; }
.post-when.is-live { color: var(--live); }
.post-when.is-live i { background: var(--live); box-shadow: 0 0 0 3px rgba(111,211,155,.18); }
.post-views {
  font-family: var(--f-data); font-size: 11.5px; color: var(--text3);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}

@media (max-width: 560px) {
  .post-row { grid-template-columns: 60px minmax(0, 1fr); gap: 11px; }
  .post-side {
    grid-column: 2; align-items: flex-start; text-align: left; padding-left: 0;
    flex-direction: row; flex-wrap: wrap; gap: 10px; margin-top: 2px;
  }
}

/* ---------- sitno ---------- */
.browse-hdr { background: var(--bg2); border-bottom: 1px solid var(--line); }
.browse-hdr h1 { letter-spacing: -.03em; }
.browse-hdr h1 span { font-family: var(--f-data); font-weight: 400; font-size: .6em; color: var(--text3); }
button, .btn, input, select, textarea { border-radius: 2px; }

@media (prefers-reduced-motion: reduce) { * { transition: none !important; animation: none !important; } }
