/* =========================================================
   FOREST-DARK THEME — Deep woodland greens / Font: Bitter + Source Sans 3
   ========================================================= */

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg: #0f1a0f;
    --surface: #162016;
    --text: #d4ddd0;
    --text-muted: #7d9a7d;
    --accent: #4ade80;
    --accent-hover: #22c55e;
    --accent-soft: rgba(74,222,128,0.1);
    --border: #233023;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.1);
    --radius: 8px;
    --radius-lg: 12px;
    --font: 'Source Sans 3', sans-serif;
    --container: 1140px;
    --transition: 0.2s ease;
}

html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    font-family: var(--font);
    color: var(--text);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent-hover); }
ul, ol { list-style: none; }

/* --- Container --- */
.xjuj4 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.ypacm5 {
    background: var(--bg);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(15,26,15,0.95);
}
.jqacq6 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 64px;
}
.vracx0 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.vracx0:hover { color: var(--accent); }

.itacf0 {
    flex: 1;
    max-width: 400px;
    position: relative;
    margin: 0 auto;
}
.pwach1 {
    width: 100%;
    padding: 9px 40px 9px 16px;
    border: 1px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.875rem;
    background: var(--surface);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.pwach1:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
    background: var(--bg);
}
.yvacx3 {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 6px 10px;
    color: var(--text-muted);
    transition: color var(--transition);
}
.yvacx3:hover { color: var(--accent); }

.dsaco7 {
    display: flex;
    align-items: center;
    gap: 6px;
}
.dsaco7 a {
    color: var(--text-muted);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 6px;
    transition: color var(--transition), background var(--transition);
}
.dsaco7 a:hover {
    color: var(--accent);
    background: var(--accent-soft);
}

/* Search Dropdown */
.apecn4 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow-lg);
    z-index: 200;
    overflow: hidden;
}
.apecn4 a {
    display: block;
    padding: 10px 16px;
    color: var(--text);
    font-size: 0.875rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
}
.apecn4 a:last-child { border-bottom: none; }
.apecn4 a:hover { background: var(--accent-soft); color: var(--accent); }

/* =========================================================
   MAIN
   ========================================================= */
.xjeco6 { min-height: 60vh; padding: 32px 0 60px; }

/* =========================================================
   HERO
   ========================================================= */
.uxacs1 {
    text-align: center;
    padding: 48px 0 40px;
}
.uxacs1 h1 {
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--text);
}
.uxacs1 p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 560px;
    margin: 0 auto;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.stecj6 { margin-bottom: 40px; }
.stecj6 h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.yvecx0 { margin-bottom: 32px; }
.yvecx0 p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.yvecx0 p a { font-weight: 600; }
.xzecb7 .hkuc2 p {
    color: var(--text-muted);
    line-height: 1.75;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */
.jcod0 {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 24px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}
.jcod0 a { color: var(--accent); font-weight: 500; }

/* =========================================================
   ANNONCES GRID
   ========================================================= */
.cqei0 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.fcz7 {
    display: flex;
    background: var(--bg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--accent);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.fcz7:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.ugh0 {
    width: 200px;
    min-height: 180px;
    object-fit: cover;
    flex-shrink: 0;
}
.ids8 {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.ojp1 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.ojp1:hover { color: var(--accent); }
.qhh1 {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 500;
}
.ufb6 {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS
   ========================================================= */
.ajicy5 { display: flex; flex-wrap: wrap; gap: 8px; }
.qficu1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    transition: background var(--transition), color var(--transition);
}
.qficu1:hover {
    background: var(--accent);
    color: #fff;
}
.qhicq0 {
    background: rgba(255,255,255,0.3);
    padding: 1px 7px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 500;
}
.qficu1:hover .qhicq0 { background: rgba(255,255,255,0.25); }

/* =========================================================
   FILTER BAR
   ========================================================= */
.zqum7 {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 28px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.vtuk6 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.vtuk6:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}

/* =========================================================
   PAGINATION
   ========================================================= */
.qkecw9 {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
}
.qkecw9 a, .qkecw9 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid var(--border);
    color: var(--text-muted);
    transition: all var(--transition);
}
.qkecw9 a:hover {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}
.qkecw9 .pnul5 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* =========================================================
   ANNONCE DETAIL PAGE
   ========================================================= */
.qvw4 { margin-bottom: 24px; }
.qvw4 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.lcem9 {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 4px;
}
.xty0 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.bfee2 {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}
.csi9 { margin-bottom: 32px; }
.kgoo2 {
    display: inline-block;
    padding: 14px 36px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font);
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 4px 14px rgba(74,222,128,0.3);
}
.kgoo2:hover {

/* Floating contact CTA */
.phop6 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  padding: .85rem 2rem;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
.phop6.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .phop6 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(74,222,128,0.3);
}
.hli1 {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.emx6 {
    padding: 12px 24px;
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    background: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: color var(--transition), border-color var(--transition);
}
.emx6:hover { color: var(--accent); }
.emx6.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.dkz8 { display: none; padding: 24px 0; }
.dkz8.active { display: block; }
.dkz8 p { color: var(--text-muted); line-height: 1.75; }
.orq1 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}
.bwi9 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
}
.bzq4 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.875rem;
}
.bzq4:last-child { border-bottom: none; }
.pxk1 { font-weight: 600; color: var(--text); }
.ogel6 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 20px;
}
.ogel6 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.ynecq8 { display: flex; flex-wrap: wrap; gap: 6px; }
.ynecq8 li {
    padding: 5px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}
.pmeu7 { margin-bottom: 24px; }
.pmeu7 h2 { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; }
.vnec4 ul { list-style: disc; padding-left: 20px; }
.vnec4 li { color: var(--text-muted); margin-bottom: 6px; line-height: 1.6; }

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.sqece0 { display: flex; gap: 12px; margin-bottom: 28px; max-width: 600px; }
.nsecm6 {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid var(--border);
    border-radius: 50px;
    font-family: var(--font);
    font-size: 1rem;
    color: var(--text);
    background: var(--bg);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.nsecm6:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}
.wreco5 {
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.wreco5:hover { background: var(--accent-hover); }
.fcicg0 { color: var(--text-muted); margin-bottom: 24px; font-size: 0.95rem; }

/* =========================================================
   BLOG
   ========================================================= */
.tgiy5 { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.mhib4 {
    padding: 7px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--surface);
    transition: all var(--transition);
}
.mhib4:hover,
.pjic2 {
    background: var(--accent);
    color: #fff;
}
.ymis6 {
    display: block;
    margin-bottom: 32px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--bg);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition);
}
.ymis6:hover { box-shadow: var(--shadow-lg); }
.nqil1 { width: 100%; height: 340px; object-fit: cover; }
.unie3 { padding: 28px 32px; }
.xpim8 {
    display: inline-block;
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.unie3 h2 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
}
.unie3 p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.6; margin-bottom: 8px; }
.unie3 time { color: var(--text-muted); font-size: 0.8rem; }
.elir4 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.pbor5 { display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }
.ario1 {
    display: flex;
    gap: 20px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.ario1:hover { box-shadow: var(--shadow-md); }
.hxio2 { flex-shrink: 0; }
.rwit1 { width: 220px; height: 100%; min-height: 160px; object-fit: cover; }
.asil8 { padding: 20px; display: flex; flex-direction: column; justify-content: center; }
.htik5 {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.asil8 h2 { font-size: 1.1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.asil8 h2 a { color: var(--text); }
.asil8 h2 a:hover { color: var(--accent); }
.nvif4 { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 8px; }
.asil8 p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 10px; }
.izie4 { font-size: 0.85rem; font-weight: 600; color: var(--accent); }
.izie4:hover { text-decoration: underline; }
.xkir9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.dbid9 {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition);
}
.dbid9:hover { box-shadow: var(--shadow-md); }
.jfio9 { width: 100%; height: 180px; object-fit: cover; }
.bcin2 { padding: 16px 20px; }
.mdim0 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.dbid9 h3 { font-size: 1rem; font-weight: 700; line-height: 1.35; margin-bottom: 6px; }
.dbid9 h3 a { color: var(--text); }
.dbid9 h3 a:hover { color: var(--accent); }
.dbid9 p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.55; margin-bottom: 6px; }
.dbid9 time { font-size: 0.75rem; color: var(--text-muted); }
.rwew4 { margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.rwew4 h1 { font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.25; margin-bottom: 12px; }
.zzee5 { display: flex; align-items: center; gap: 16px; }
.ovev3 { font-size: 0.85rem; color: var(--text-muted); }
.msei2 { padding: 4px 12px; background: var(--accent-soft); color: var(--accent); border-radius: 50px; font-size: 0.75rem; font-weight: 700; }
.oxew8 { width: 100%; max-height: 460px; object-fit: cover; border-radius: var(--radius-lg); margin-bottom: 32px; }
.itew2 { max-width: 760px; margin-bottom: 48px; }
.itew2 h2, .itew2 h3 { margin-top: 28px; margin-bottom: 12px; }
.hkuc2 p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.hkuc2 a { font-weight: 600; text-decoration: underline; }
.hkuc2 ul, .hkuc2 ol { padding-left: 24px; margin-bottom: 16px; list-style: disc; }
.hkuc2 li { color: var(--text-muted); margin-bottom: 6px; line-height: 1.7; }

/* =========================================================
   FOOTER
   ========================================================= */
.hkacu9 {
    background: var(--surface);
    border-top: 1px solid var(--border);
    margin-top: 40px;
    padding: 48px 0 0;
}
.pnacy4 { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; }
.hmaci3 h4 { font-size: 0.95rem; font-weight: 700; margin-bottom: 14px; color: var(--text); }
.hmaci3 p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
.hmaci3 ul { display: flex; flex-direction: column; gap: 8px; }
.hmaci3 ul li a { font-size: 0.85rem; color: var(--text-muted); transition: color var(--transition); }
.hmaci3 ul li a:hover { color: var(--accent); }
.mlacq7 {
    margin-top: 32px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    font-size: 0.8rem;
    color: var(--text-muted);
    text-align: center;
}

/* =========================================================
   EMPTY STATE
   ========================================================= */
.ipus8 { text-align: center; color: var(--text-muted); padding: 48px 0; font-size: 1rem; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1024px) {
    .orq1 { grid-template-columns: 1fr; }
    .pnacy4 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
    .jqacq6 { flex-wrap: wrap; height: auto; padding-top: 12px; padding-bottom: 12px; gap: 10px; }
    .dsaco7 { order: 3; width: 100%; overflow-x: auto; gap: 2px; padding-bottom: 4px; }
    .itacf0 { order: 2; max-width: none; flex: 1; }
    .uxacs1 h1 { font-size: 1.6rem; }
    .uxacs1 p { font-size: 0.95rem; }
    .fcz7 { flex-direction: column; }
    .ugh0 { width: 100%; height: 200px; min-height: auto; }
    .elir4 { grid-template-columns: 1fr; }
    .nqil1 { height: 220px; }
    .unie3 { padding: 20px; }
    .unie3 h2 { font-size: 1.25rem; }
    .ario1 { flex-direction: column; }
    .rwit1 { width: 100%; height: 180px; min-height: auto; }
    .pnacy4 { grid-template-columns: 1fr; gap: 28px; }
    .sqece0 { flex-direction: column; }
    .xty0 { grid-template-columns: 1fr; }
    .emx6 { padding: 10px 14px; font-size: 0.8rem; }
    .zqum7 { flex-direction: column; }
}

@media (max-width: 480px) {
    .xjuj4 { padding: 0 14px; }
    .uxacs1 { padding: 32px 0 28px; }
    .uxacs1 h1 { font-size: 1.35rem; }
    .stecj6 h2 { font-size: 1.15rem; }
    .qvw4 h1 { font-size: 1.5rem; }
    .rwew4 h1 { font-size: 1.5rem; }
    .kgoo2 { width: 100%; text-align: center; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.xjeco6 > .xjuj4 { display: flex; flex-direction: column; }
.jcod0 { order: 1; }
h1 { order: 2; }
.yvecx0 { order: 3; }
.cxeco3 { order: 90; }
.stecj6 { order: 10; }
.oxoj8 { order: 80; }
.uxacs1 { order: 2; }
.xzecb7 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.zqum7 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius, 8px);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.usus1 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.usus1 + .usus1 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.zvun4 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted, var(--text-muted, #888));
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.rwul5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.rgicd2 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.rgicd2 .qhicq0 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .zqum7 { padding: .75rem; }
  .usus1 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .zvun4 { min-width: unset; }
}
/* ── Comments ─────────────────────────────────────────────────────────── */
.smon2 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.isom9 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.gnoq9 { color: inherit; }

.flek9 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-surface, rgba(255,255,255,.08));
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 8px;
    font-size: .9rem;
}
.ykek5 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.pjej5 { font-weight: 700; }
.vhes1 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.vhes1:hover { text-decoration: underline; }

.knz5 { margin-top: 32px; }
.tqp1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.jpn8 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.qhun3 { display: flex; flex-direction: column; gap: 16px; }
.fdud9 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.ncut4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.czod2 { font-weight: 700; font-size: .95rem; }
.qfuc7 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.ebuq8 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.fguq0 { margin: 0; font-size: .9rem; line-height: 1.6; }
