/* ============================================================
   NudeHot.fr — style.css v3
   Police : Space Grotesk + Inter
   Dark mode · Mobile-first · Inspiré du design actuel
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --bg:         #0c0c0e;
  --bg2:        #121216;
  --bg3:        #19191f;
  --bg4:        #212128;
  --border:     #272730;
  --border2:    #333340;
  --accent:     #e8364f;
  --accent-h:   #c92c41;
  --accent2:    #ff6a3c;
  --gold:       #f5b942;
  --text:       #f0f0f4;
  --text2:      #b8b8c8;
  --muted:      #6a6a7e;
  --green:      #2ec87a;
  --radius:     10px;
  --radius-lg:  16px;
  --radius-xl:  22px;
  --ff-head:    'Space Grotesk', sans-serif;
  --ff-body:    'Inter', sans-serif;
  --shadow-sm:  0 2px 8px rgba(0,0,0,.35);
  --shadow-md:  0 4px 20px rgba(0,0,0,.5);
  --shadow-acc: 0 6px 24px rgba(232,54,79,.3);
}

/* ── Reset ─────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  min-height: 100vh;
}
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
textarea { resize: vertical; }

/* ── Age Gate ───────────────────────────────────────────── */
#age-gate {
  position: fixed; inset: 0; z-index: 9999;
  display: flex; align-items: center; justify-content: center;
  background: rgba(6,6,8,.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 1rem;
}
.agegate-box {
  background: var(--bg2);
  border: 1px solid var(--border2);
  border-top: 2px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 2.5rem 2rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
  box-shadow: var(--shadow-md), 0 0 60px rgba(232,54,79,.08);
  animation: slideUp .3s ease;
}
@keyframes slideUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.agegate-logo {
  height: 40px; width: auto;
  display: block; margin: 0 auto 1.25rem;
}
.agegate-box h2 {
  font-family: var(--ff-head);
  font-size: 1.4rem; font-weight: 700;
  color: var(--text); margin-bottom: .75rem;
  letter-spacing: -.03em;
}
.agegate-box p {
  font-size: .88rem; color: var(--text2);
  margin-bottom: 1.75rem; line-height: 1.7;
}
.agegate-enter { width: 100%; text-align: center; justify-content: center; margin-bottom: .75rem; }
.btn-leave {
  display: block; color: var(--muted); font-size: .82rem;
  padding: .4rem; transition: color .15s; margin-top: .25rem;
}
.btn-leave:hover { color: var(--text2); text-decoration: none; }

/* ── Layout ─────────────────────────────────────────────── */
.site-header {
  max-width: 100%;
  padding: .85rem 1.25rem;
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 100;
  background: rgba(12,12,14,.93);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex; align-items: center;
  gap: .75rem;
}
main         { max-width: 1140px; margin: 0 auto; padding: 1.5rem 1.25rem 4rem; }
.site-footer { max-width: 1140px; margin: 0 auto; }

/* ── Header ─────────────────────────────────────────────── */
.logo { display: flex; align-items: center; gap: .45rem; flex-shrink: 0; text-decoration: none !important; }
.logo-img { height: 28px; width: auto; display: block; flex-shrink: 0; }
.logo-text {
  font-family: var(--ff-head);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  letter-spacing: -.04em;
  line-height: 1;
}
.logo-hot { color: var(--accent); }
.logo-fallback {
  font-family: var(--ff-head); font-size: 1.35rem; font-weight: 700;
  color: var(--text); letter-spacing: -.04em;
}
.logo-fallback span { color: var(--accent); }
.footer-logo-link { text-decoration: none !important; }

.top-nav { display: flex; gap: .3rem; flex-wrap: wrap; align-items: center; flex: 1; }
.top-nav a {
  font-family: var(--ff-head); font-size: .8rem; font-weight: 500;
  color: var(--text2); padding: .32rem .65rem;
  border-radius: 6px; transition: background .15s, color .15s; white-space: nowrap;
}
.top-nav a:hover { color: var(--text); background: var(--bg3); text-decoration: none; }
.nav-cta {
  color: var(--accent) !important;
  border: 1px solid rgba(232,54,79,.4) !important;
  border-radius: 20px !important;
}
.nav-cta:hover { background: var(--accent) !important; color: #fff !important; border-color: var(--accent) !important; }

.header-right { display: flex; align-items: center; gap: .5rem; flex-shrink: 0; }

/* ── Lang switcher ──────────────────────────────────────── */
.lang-dropdown { position: relative; }
.lang-btn {
  background: var(--bg3); border: 1px solid var(--border);
  color: var(--text2); font-family: var(--ff-body); font-size: .77rem; font-weight: 500;
  padding: .28rem .6rem; border-radius: 6px; cursor: pointer;
  white-space: nowrap; transition: border-color .15s, color .15s;
  display: flex; align-items: center; gap: .25rem;
}
.lang-btn:hover { border-color: var(--border2); color: var(--text); }
.caret { font-size: .6rem; opacity: .6; }
.lang-menu {
  display: none; position: absolute; right: 0; top: calc(100% + 5px);
  background: var(--bg3); border: 1px solid var(--border2);
  border-radius: var(--radius); list-style: none; min-width: 130px;
  box-shadow: var(--shadow-md); z-index: 200; overflow: hidden;
}
.lang-menu.open { display: block; animation: fadeIn .15s ease; }
@keyframes fadeIn { from { opacity:0; transform:translateY(-4px); } to { opacity:1; transform:translateY(0); } }
.lang-menu li a {
  display: block; padding: .5rem .9rem;
  font-size: .82rem; color: var(--text2);
  transition: background .1s, color .1s;
}
.lang-menu li a:hover { background: var(--bg4); color: var(--text); text-decoration: none; }
.lang-menu li.active a { color: var(--accent); font-weight: 600; }

/* Copy button (Discord & Telegram) */
.btn-copy-handle {
  cursor: pointer; background: var(--bg3); border: 1px solid var(--border);
  font-family: var(--ff-body); display: inline-flex; align-items: center; gap: .4rem;
  padding: .3rem .7rem; border-radius: 7px; color: var(--text);
  font-size: .8rem; font-weight: 500; transition: border-color .12s, background .12s;
}
.social-discord.btn-copy-handle:hover  { border-color: #5865F2; background: rgba(88,101,242,.08); }
.social-telegram.btn-copy-handle:hover { border-color: #26A5E4; background: rgba(38,165,228,.08); }

/* ── My post owner actions ──────────────────────────────── */
.my-post-actions {
  display: flex; gap: .4rem; align-items: center;
  margin-top: .1rem; width: 100%;
  padding-top: .5rem; border-top: 1px dashed var(--border2);
}
.btn-my-edit, .btn-my-delete {
  display: inline-flex; align-items: center; gap: .25rem;
  font-size: .75rem; font-weight: 600; font-family: var(--ff-head);
  padding: .28rem .65rem; border-radius: 6px; cursor: pointer;
  text-decoration: none !important; transition: all .12s; white-space: nowrap;
  border: 1px solid;
}
.btn-my-edit {
  color: var(--text2); border-color: var(--border2); background: var(--bg3);
}
.btn-my-edit:hover { border-color: #5eb5ff; color: #5eb5ff; background: rgba(94,181,255,.08); }
.btn-my-delete {
  color: var(--muted); border-color: var(--border); background: transparent;
}
.btn-my-delete:hover { border-color: var(--accent); color: var(--accent); background: rgba(232,54,79,.06); }

/* ── Hero compact ───────────────────────────────────────── */
.hero { text-align: center; padding: 2rem 1rem 1.75rem; }
.hero-badges {
  display: flex; justify-content: center; gap: .5rem;
  flex-wrap: wrap; margin-bottom: 1.25rem;
}
.badge-pill {
  font-family: var(--ff-body); font-size: .75rem; font-weight: 500;
  padding: .25rem .75rem; border-radius: 20px;
  background: var(--bg3); border: 1px solid var(--border2); color: var(--text2);
}
.hero h1 {
  font-family: var(--ff-head);
  font-size: clamp(1.4rem, 4.5vw, 2.4rem);
  font-weight: 700; line-height: 1.12; letter-spacing: -.04em;
  color: var(--text); margin-bottom: .7rem;
}
.hero h1 .hero-filter {
  display: block; font-size: .6em; color: var(--accent);
  font-weight: 600; margin-top: .3rem;
}
.hero-sub {
  font-size: .92rem; color: var(--text2);
  max-width: 480px; margin: 0 auto 1.5rem; line-height: 1.65;
}
.seo-hero {
  background: linear-gradient(180deg, rgba(232,54,79,.05) 0%, transparent 100%);
  border-radius: var(--radius-lg); padding: 1.75rem 1.25rem 1.5rem;
  text-align: center; margin-bottom: 1.25rem;
}
.seo-hero h1 {
  font-family: var(--ff-head);
  font-size: clamp(1.25rem, 3.5vw, 1.9rem);
  font-weight: 700; letter-spacing: -.04em;
  color: var(--text); margin-bottom: .55rem;
}
.seo-hero p { color: var(--text2); font-size: .88rem; margin-bottom: 1.25rem; }

/* ── Buttons ────────────────────────────────────────────── */
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent); color: #fff !important;
  font-family: var(--ff-head); font-weight: 600; font-size: .92rem;
  padding: .72rem 1.75rem; border-radius: 50px; border: none; cursor: pointer;
  transition: background .15s, transform .12s, box-shadow .15s;
  text-decoration: none !important; letter-spacing: -.01em; gap: .4rem;
}
.btn-primary:hover {
  background: var(--accent-h);
  transform: translateY(-2px); box-shadow: var(--shadow-acc);
}
.btn-danger {
  display: inline-flex; align-items: center; gap: .35rem;
  background: transparent; color: var(--muted) !important;
  font-family: var(--ff-head); font-size: .85rem; font-weight: 500;
  padding: .65rem 1.25rem; border-radius: 50px;
  border: 1px solid var(--border2); cursor: pointer;
  transition: color .15s, border-color .15s; text-decoration: none !important;
}
.btn-danger:hover { color: var(--accent) !important; border-color: var(--accent); }

/* ── No-photos warning ──────────────────────────────────── */
.no-photos-warning {
  background: rgba(232,54,79,.07);
  border-left: 3px solid var(--accent);
  color: #ff8a96; font-size: .85rem; font-weight: 500;
  padding: .8rem 1rem; border-radius: 0 var(--radius) var(--radius) 0;
  margin-bottom: 1.25rem; line-height: 1.6;
}

/* ── Filter bar ─────────────────────────────────────────── */
.filter-bar {
  display: flex; flex-wrap: wrap; gap: .5rem;
  margin: 1rem 0 1.5rem; align-items: center;
}
.filter-bar select {
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); padding: .5rem .9rem;
  border-radius: var(--radius); font-family: var(--ff-body); font-size: .87rem;
  flex: 1; min-width: 130px; cursor: pointer; transition: border-color .15s;
}
.filter-bar select:focus { outline: none; border-color: var(--accent); }
.btn-filter {
  background: var(--bg3); border: 1px solid var(--border); color: var(--text);
  padding: .5rem 1.2rem; border-radius: var(--radius); cursor: pointer;
  font-family: var(--ff-body); font-size: .87rem;
  transition: background .15s, border-color .15s; white-space: nowrap;
}
.btn-filter:hover { background: var(--bg4); border-color: var(--border2); }

/* ── Post grid ──────────────────────────────────────────── */
.post-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 1rem; margin-top: 1rem;
}
.empty { color: var(--muted); padding: 2.5rem 0; font-size: .95rem; }
.empty a { color: var(--accent); }

/* ── Post card ──────────────────────────────────────────── */
.post-card {
  background: var(--bg2);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem;
  display: flex; flex-direction: column; gap: .7rem;
  transition: border-color .2s, transform .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.post-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent2));
  opacity: 0; transition: opacity .2s;
}
.post-card:hover {
  border-color: rgba(232,54,79,.4);
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(0,0,0,.4), 0 0 0 1px rgba(232,54,79,.1);
}
.post-card:hover::before { opacity: 1; }

.post-meta { display: flex; gap: .35rem; flex-wrap: wrap; align-items: center; }
.cat {
  font-family: var(--ff-head); font-size: .68rem; font-weight: 600;
  padding: .18rem .5rem; border-radius: 20px;
  text-transform: uppercase; letter-spacing: .06em;
}
.cat-F      { background: rgba(255,105,180,.12); color: #ff7ec2; border: 1px solid rgba(255,105,180,.18); }
.cat-M      { background: rgba(64,160,255,.12);  color: #5eb5ff; border: 1px solid rgba(64,160,255,.18); }
.cat-Couple { background: rgba(245,185,66,.12);  color: #f5c947; border: 1px solid rgba(245,185,66,.18); }
.cat-Other  { background: rgba(160,120,255,.12); color: #bb94ff; border: 1px solid rgba(160,120,255,.18); }
.orientation {
  font-size: .68rem; color: var(--muted);
  padding: .18rem .5rem; border: 1px solid var(--border); border-radius: 20px;
}
.ephemeral-tag {
  font-size: .67rem; color: var(--muted); margin-left: auto;
  font-family: var(--ff-body);
}
.country-tag {
  font-size: .72rem; color: var(--text2);
  padding: .18rem .5rem; border-radius: 20px;
  background: var(--bg3); border: 1px solid var(--border);
  font-family: var(--ff-body); white-space: nowrap;
}

.post-username {
  font-family: var(--ff-head); font-size: 1.05rem; font-weight: 700;
  color: var(--text); letter-spacing: -.025em; word-break: break-word;
}

.post-description {
  font-size: .83rem; color: var(--text2); line-height: 1.6;
  font-style: italic; border-left: 2px solid var(--border2);
  padding-left: .65rem; margin: .1rem 0;
}

/* ── Social links with handle shown ────────────────────── */
.post-links { display: flex; flex-wrap: wrap; gap: .35rem; }
.social-link {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--bg3); color: var(--text) !important;
  font-size: .8rem; font-weight: 500;
  padding: .3rem .7rem; border-radius: 7px;
  border: 1px solid var(--border);
  transition: background .12s, border-color .12s, transform .1s;
  text-decoration: none !important; max-width: 100%;
}
.social-link:hover {
  border-color: var(--border2); background: var(--bg4);
  transform: translateY(-1px);
}
.social-handle {
  font-weight: 600; overflow: hidden; text-overflow: ellipsis;
  white-space: nowrap; max-width: 120px;
}
/* Platform accent colors on hover */
.social-snapchat:hover  { border-color: #FFFC00; background: rgba(255,252,0,.07); }
.social-instagram:hover { border-color: #E1306C; background: rgba(225,48,108,.07); }
.social-twitter:hover   { border-color: #1DA1F2; background: rgba(29,161,242,.07); }
.social-onlyfans:hover  { border-color: #00AFF0; background: rgba(0,175,240,.07); }
.social-telegram:hover  { border-color: #26A5E4; background: rgba(38,165,228,.07); }
.social-discord:hover   { border-color: #5865F2; background: rgba(88,101,242,.07); }

/* ── Post footer ────────────────────────────────────────── */
.post-footer {
  display: flex; flex-wrap: wrap; gap: .4rem;
  align-items: center; margin-top: auto;
  padding-top: .6rem; border-top: 1px solid var(--border);
}
.timer { font-size: .73rem; color: var(--muted); flex: 1; min-width: 70px; }
.bump-form { display: inline-flex; }
.btn-bump {
  background: transparent; border: 1px solid var(--border);
  color: var(--muted); font-size: .73rem; padding: .22rem .6rem;
  border-radius: 6px; cursor: pointer; font-family: var(--ff-body);
  transition: all .12s; white-space: nowrap;
}
.btn-bump:hover { border-color: var(--gold); color: var(--gold); }

.report-details { display: inline-block; }
.report-details summary {
  list-style: none; cursor: pointer;
  color: var(--muted); font-size: .72rem; font-family: var(--ff-body);
  padding: .22rem .4rem; border-radius: 4px; transition: color .12s;
}
.report-details summary::-webkit-details-marker { display: none; }
.report-details summary:hover { color: var(--accent); }
.report-form {
  display: flex; gap: .3rem; align-items: center;
  margin-top: .4rem; padding: .5rem; background: var(--bg3);
  border: 1px solid var(--border); border-radius: var(--radius);
}
.report-form input[type=text] {
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); padding: .22rem .5rem; border-radius: 5px;
  font-size: .75rem; width: 100px; font-family: var(--ff-body); flex: 1;
}
.report-form button {
  background: var(--accent); color: #fff; border: none;
  padding: .22rem .55rem; border-radius: 5px; cursor: pointer; font-size: .78rem;
}

/* ── Comments ───────────────────────────────────────────── */
.comments-section {
  margin-top: .75rem; padding-top: .75rem;
  border-top: 1px solid var(--border);
}
.comments-title {
  font-family: var(--ff-head); font-size: .8rem; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: .07em;
  margin-bottom: .6rem;
}
.comments-list { list-style: none; display: flex; flex-direction: column; gap: .5rem; margin-bottom: .65rem; }
.comment-item {
  background: var(--bg3); border-radius: 8px;
  padding: .55rem .75rem; font-size: .8rem;
}
.comment-author { font-weight: 600; color: var(--text2); font-family: var(--ff-head); }
.comment-time   { font-size: .7rem; color: var(--muted); margin-left: .4rem; }
.comment-body   { color: var(--text2); margin-top: .2rem; line-height: 1.5; word-break: break-word; }
.no-comments    { font-size: .8rem; color: var(--muted); margin-bottom: .5rem; }
.comment-input-row {
  display: flex; gap: .3rem; flex-wrap: wrap; align-items: center;
}
.comment-input-row input {
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); padding: .38rem .65rem; border-radius: 6px;
  font-family: var(--ff-body); font-size: .8rem;
  transition: border-color .15s;
}
.comment-input-row input:first-child { width: 90px; flex-shrink: 0; }
.comment-input-row input:nth-child(2) { flex: 1; min-width: 100px; }
.comment-input-row input:focus { outline: none; border-color: var(--accent); }
.btn-comment {
  background: var(--bg4); border: 1px solid var(--border2); color: var(--text2);
  padding: .38rem .75rem; border-radius: 6px; cursor: pointer;
  font-family: var(--ff-body); font-size: .8rem;
  transition: background .12s, color .12s; white-space: nowrap;
}
.btn-comment:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.comment-hint { font-size: .7rem; color: var(--muted); margin-top: .3rem; }

/* ── Form section ───────────────────────────────────────── */
.form-section { max-width: 640px; margin: 0 auto; padding: 2.5rem 0; }
.form-section.center { text-align: center; }
.form-section h1 {
  font-family: var(--ff-head);
  font-size: clamp(1.4rem, 4vw, 2rem); font-weight: 700;
  margin-bottom: .5rem; letter-spacing: -.04em;
}
.form-intro { color: var(--text2); margin-bottom: 1.75rem; font-size: .93rem; }

.expires-info {
  background: var(--bg3); border: 1px solid var(--border);
  border-radius: var(--radius); padding: .65rem 1rem;
  font-size: .85rem; color: var(--text2); margin-bottom: 1.25rem;
}
.expires-info strong { color: var(--text); }

.submit-form, .edit-form { display: flex; flex-direction: column; gap: 1rem; }

.submit-form label, .edit-form label {
  display: flex; flex-direction: column; gap: .35rem;
  font-size: .83rem; font-weight: 500; color: var(--text2);
  font-family: var(--ff-head); letter-spacing: -.01em;
}
.submit-form input[type=text],
.submit-form input[type=url],
.submit-form select,
.submit-form textarea,
.edit-form input[type=text],
.edit-form input[type=url],
.edit-form select,
.edit-form textarea {
  background: var(--bg2); border: 1px solid var(--border);
  color: var(--text); padding: .65rem .95rem;
  border-radius: var(--radius); font-family: var(--ff-body); font-size: .9rem;
  transition: border-color .15s, box-shadow .15s; width: 100%;
}
.submit-form input:focus,
.submit-form select:focus,
.submit-form textarea:focus,
.edit-form input:focus,
.edit-form select:focus,
.edit-form textarea:focus {
  outline: none; border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232,54,79,.1);
}
.submit-form input::placeholder,
.submit-form textarea::placeholder { color: var(--muted); font-size: .85rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.links-fieldset {
  border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.1rem; display: flex; flex-direction: column; gap: .75rem;
  background: var(--bg2);
}
.links-fieldset legend {
  font-family: var(--ff-head); font-size: .82rem; font-weight: 600;
  color: var(--text2); padding: 0 .5rem; letter-spacing: -.01em;
}
.links-fieldset legend em { font-weight: 400; opacity: .65; }

.checkbox-label {
  display: flex !important; flex-direction: row !important;
  gap: .65rem !important; align-items: flex-start;
  font-size: .87rem !important; color: var(--text) !important;
  font-family: var(--ff-body) !important; font-weight: 400 !important;
}
.checkbox-label input[type=checkbox] {
  width: 16px; height: 16px; margin-top: .2rem;
  flex-shrink: 0; accent-color: var(--accent); cursor: pointer;
}

.btn-submit { align-self: flex-start; margin-top: .5rem; font-size: .95rem; padding: .78rem 2.1rem; }

.edit-actions {
  display: flex; gap: .75rem; align-items: center;
  margin-top: .5rem; flex-wrap: wrap;
}

/* ── Success links ──────────────────────────────────────── */
.success-links { display: flex; flex-direction: column; gap: .6rem; margin-top: .5rem; }
.success-link-row { display: flex; flex-direction: column; gap: .2rem; }
.success-link-row span { font-size: .8rem; color: var(--text2); font-weight: 500; }

/* ── Alerts ─────────────────────────────────────────────── */
.alert {
  padding: 1.15rem 1.3rem; border-radius: var(--radius);
  margin-bottom: 1.5rem; line-height: 1.7; font-size: .9rem;
  transition: opacity .5s;
}
.alert-success {
  background: rgba(46,200,122,.07); border: 1px solid rgba(46,200,122,.22); color: #3de08a;
}
.alert-error {
  background: rgba(232,54,79,.07); border: 1px solid rgba(232,54,79,.22); color: #ff7a8a;
}
.alert-error ul { list-style: none; }
.alert-error li::before { content: '✗ '; }
.delete-link {
  display: block; word-break: break-all;
  background: var(--bg3); padding: .6rem .95rem; border-radius: 7px;
  font-size: .78rem; color: var(--text2); border: 1px solid var(--border);
  font-family: monospace; margin-top: .3rem;
}

/* ── Disclaimer ─────────────────────────────────────────── */
.disclaimer-box {
  background: var(--bg2); border: 1px solid var(--border);
  border-radius: var(--radius); padding: .9rem 1.15rem; margin-bottom: 1rem;
}
.disclaimer-box p { font-size: .72rem; color: var(--muted); line-height: 1.75; }

/* ── Related pages ──────────────────────────────────────── */
.related-pages {
  margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border);
}
.related-pages h2 {
  font-family: var(--ff-head); font-size: .8rem; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .8rem;
}
.related-links { display: flex; flex-wrap: wrap; gap: .35rem; }
.related-tag {
  font-size: .77rem; color: var(--muted); padding: .2rem .6rem;
  border: 1px solid var(--border); border-radius: 20px;
  transition: color .12s, border-color .12s; text-decoration: none;
}
.related-tag:hover { color: var(--accent); border-color: rgba(232,54,79,.4); }

/* ── Footer ─────────────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--border); margin-top: 3rem; }
.footer-inner { padding: 2rem 1.25rem; }
.footer-logo { margin-bottom: 1.1rem; }
.footer-logo img { height: 24px; opacity: .85; }
.footer-logo .logo-text { font-size: 1.1rem; opacity: .8; }
.seo-links {
  font-size: .78rem; color: var(--muted); margin-bottom: 1.1rem; line-height: 2.3;
}
.seo-links strong { color: var(--text2); margin-right: .3rem; }
.seo-links a { color: var(--muted); margin: 0 .2rem; }
.seo-links a:hover { color: var(--accent); text-decoration: none; }
.footer-legal { font-size: .73rem; color: var(--muted); opacity: .6; margin-top: .75rem; }
.footer-legal a { color: var(--muted); }
.footer-legal a:hover { color: var(--accent); }

/* ── Mobile ─────────────────────────────────────────────── */
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .top-nav a:not(.nav-cta) { display: none; }
  .hero { padding: 2.5rem .5rem 2rem; }
  .btn-submit { width: 100%; justify-content: center; }
  .agegate-box { padding: 2rem 1.25rem; }
  .edit-actions { flex-direction: column; }
  .edit-actions .btn-primary,
  .edit-actions .btn-danger { width: 100%; justify-content: center; }
  .comment-input-row { flex-direction: column; }
  .comment-input-row input { width: 100% !important; }
}
@media (max-width: 400px) {
  .social-handle { max-width: 80px; }
}

/* ── Cookie consent banner ──────────────────────────────── */
#cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 8000;
  background: var(--bg2); border-top: 1px solid var(--border2);
  padding: 1rem 1.25rem; box-shadow: 0 -4px 24px rgba(0,0,0,.5);
  display: flex; justify-content: center;
}
.cookie-inner {
  max-width: 900px; width: 100%;
  display: flex; flex-wrap: wrap; gap: .75rem;
  align-items: center; justify-content: space-between;
}
.cookie-text {
  font-size: .82rem; color: var(--text2); flex: 1; min-width: 220px; line-height: 1.6;
}
.cookie-link { color: var(--accent); }
.cookie-btns { display: flex; gap: .5rem; flex-shrink: 0; }
.btn-cookie-accept {
  background: var(--accent); color: #fff; border: none;
  padding: .45rem 1.1rem; border-radius: 6px; cursor: pointer;
  font-family: var(--ff-head); font-size: .82rem; font-weight: 600;
  transition: background .15s;
}
.btn-cookie-accept:hover { background: var(--accent-h); }
.btn-cookie-reject {
  background: transparent; color: var(--muted); border: 1px solid var(--border2);
  padding: .45rem 1.1rem; border-radius: 6px; cursor: pointer;
  font-family: var(--ff-head); font-size: .82rem;
  transition: color .15s, border-color .15s;
}
.btn-cookie-reject:hover { color: var(--text2); border-color: var(--border); }

