/* =========================================================
   TEAL-MINIMAL THEME — Ultra-clean minimal with teal accents
   Font: Manrope
   ========================================================= */

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

:root {
    --bg: #ffffff;
    --surface: #f5f7f7;
    --text: #1a1a2e;
    --text-muted: #64748b;
    --accent: #0d9488;
    --accent-hover: #0f766e;
    --accent-soft: rgba(13,148,136,0.08);
    --border: #e2e8f0;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
    --shadow-md: 0 2px 8px rgba(0,0,0,0.06);
    --shadow-lg: 0 4px 16px rgba(0,0,0,0.08);
    --radius: 8px;
    --radius-lg: 12px;
    --font: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', 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;
    -moz-osx-font-smoothing: grayscale;
}
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 --- */
.ajug8 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.zpacs3 {
    background: rgba(255,255,255,0.97);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.aqaci2 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
}
.tracb3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.03em;
}
.tracb3:hover { color: var(--accent); }

.btacp6 {
    flex: 1;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
}
.twact6 {
    width: 100%;
    padding: 8px 38px 8px 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.85rem;
    background: var(--surface);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}
.twact6::placeholder { color: var(--text-muted); }
.twact6:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
    background: var(--bg);
}
.tvacd6 {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px 8px;
    color: var(--text-muted);
    transition: color var(--transition);
}
.tvacd6:hover { color: var(--accent); }

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

/* Search Dropdown */
.jqecb4 {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    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;
}
.jqecb4 a {
    display: block;
    padding: 10px 14px;
    color: var(--text);
    font-size: 0.85rem;
    border-bottom: 1px solid var(--border);
    transition: background var(--transition);
}
.jqecb4 a:last-child { border-bottom: none; }
.jqecb4 a:hover { background: var(--accent-soft); color: var(--accent); }

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

/* =========================================================
   HERO
   ========================================================= */
.jxacz8 {
    text-align: center;
    padding: 44px 0 36px;
}
.jxacz8 h1 {
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 10px;
    color: var(--text);
}
.jxacz8 p {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

/* =========================================================
   SECTIONS
   ========================================================= */
.rveck9 { margin-bottom: 36px; }
.rveck9 h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: -0.02em;
    color: var(--text);
}
.mwecp2 { margin-bottom: 28px; }
.mwecp2 p {
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}
.mwecp2 p a { font-weight: 600; }
.pbicl6 .vkuf0 p {
    color: var(--text-muted);
    line-height: 1.75;
}

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

/* =========================================================
   ANNONCES GRID — horizontal cards (image left, text right)
   ========================================================= */
.vqer2 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.bcm8 {
    display: flex;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow var(--transition), border-color var(--transition);
}
.bcm8:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.qgl7 {
    width: 190px;
    min-height: 170px;
    object-fit: cover;
    flex-shrink: 0;
}
.adc7 {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.ejh5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
    letter-spacing: -0.01em;
}
.ejh5:hover { color: var(--accent); }
.chr7 {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    font-weight: 500;
}
.ofi4 {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========================================================
   TAGS (villes, regions, departements)
   ========================================================= */
.pkicj3 { display: flex; flex-wrap: wrap; gap: 8px; }
.mgicb8 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 600;
    transition: background var(--transition), color var(--transition);
}
.mgicb8:hover {
    background: var(--accent);
    color: #fff;
}
.ijicz7 {
    background: rgba(255,255,255,0.3);
    padding: 1px 7px;
    border-radius: var(--radius);
    font-size: 0.73rem;
    font-weight: 500;
}
.mgicb8:hover .ijicz7 { background: rgba(255,255,255,0.2); }

/* =========================================================
   FILTER BAR (region/dept/ville)
   ========================================================= */
.mqua8 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 18px 22px;
    margin-bottom: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
    border: 1px solid var(--border);
}
.atum3 {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.9rem;
    background: var(--bg);
    color: var(--text);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.atum3::placeholder { color: var(--text-muted); }
.atum3:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}

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

/* =========================================================
   ANNONCE DETAIL PAGE
   ========================================================= */
.rvj3 {
    margin-bottom: 24px;
}
.rvj3 h1 {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}
.ecej6 {
    color: var(--text-muted);
    font-size: 0.9rem;
    margin-top: 4px;
}

/* Gallery */
.yte9 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    margin-bottom: 24px;
}
.rfer0 {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--radius);
    border: 1px solid var(--border);
}

/* CTA */
.qsq0 { margin-bottom: 28px; }
.bgoj8 {
    display: inline-block;
    padding: 12px 32px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: var(--radius);
    border: none;
    cursor: pointer;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 2px 8px rgba(13,148,136,0.25);
}
.bgoj8:hover {

/* Floating contact CTA */
.ehos7 {
  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;
}
.ehos7.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .ehos7 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}    background: var(--accent-hover);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(13,148,136,0.35);
}

/* Tabs */
.qlp5 {
    display: flex;
    gap: 2px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.kml2 {
    padding: 10px 22px;
    font-family: var(--font);
    font-size: 0.85rem;
    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);
}
.kml2:hover { color: var(--accent); }
.kml2.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.akg7 {
    display: none;
    padding: 22px 0;
}
.akg7.active { display: block; }
.akg7 p {
    color: var(--text-muted);
    line-height: 1.75;
}

/* Content layout */
.irb3 {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
    align-items: start;
}

/* Sidebar */
.owx6 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 18px;
    margin-bottom: 14px;
    border: 1px solid var(--border);
}
.ozr8 {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--border);
    font-size: 0.85rem;
}
.ozr8:last-child { border-bottom: none; }
.sxa7 {
    font-weight: 600;
    color: var(--text);
}
.agec5 {
    background: var(--surface);
    border-radius: var(--radius);
    padding: 18px;
    border: 1px solid var(--border);
}
.agec5 h3 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.opeca6 { display: flex; flex-wrap: wrap; gap: 6px; }
.opeca6 li {
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    font-size: 0.78rem;
    font-weight: 600;
}
.zmej7 { margin-bottom: 22px; }
.zmej7 h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.enew6 ul { list-style: disc; padding-left: 20px; }
.enew6 li {
    color: var(--text-muted);
    margin-bottom: 5px;
    line-height: 1.6;
}

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.brecm3 {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    max-width: 560px;
}
.xtech4 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.95rem;
    color: var(--text);
    background: var(--bg);
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.xtech4::placeholder { color: var(--text-muted); }
.xtech4:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.ysecj2 {
    padding: 12px 24px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.ysecj2:hover { background: var(--accent-hover); }

.ydicz9 {
    color: var(--text-muted);
    margin-bottom: 20px;
    font-size: 0.9rem;
}

/* =========================================================
   BLOG
   ========================================================= */
.sgir5 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}
.ahio0 {
    padding: 6px 14px;
    border-radius: var(--radius);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--surface);
    border: 1px solid var(--border);
    transition: all var(--transition);
}
.ahio0:hover,
.xjit3 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Blog hero (first article large) */
.mmig8 {
    display: block;
    margin-bottom: 28px;
    border-radius: var(--radius);
    overflow: hidden;
    background: var(--bg);
    border: 1px solid var(--border);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.mmig8:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.cqiw8 {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.znit6 {
    padding: 24px 28px;
}
.vpic1 {
    display: inline-block;
    padding: 3px 10px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.znit6 h2 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
    letter-spacing: -0.02em;
}
.znit6 p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 8px;
}
.znit6 time {
    color: var(--text-muted);
    font-size: 0.78rem;
}

/* Blog 2-col grid */
.ilii3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 28px;
}

/* Blog list items */
.xbog6 { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.drig3 {
    display: flex;
    gap: 18px;
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow var(--transition), border-color var(--transition);
}
.drig3:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.ixit8 { flex-shrink: 0; }
.swif7 {
    width: 200px;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}
.isin4 {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.itie8 {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.isin4 h2 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}
.isin4 h2 a { color: var(--text); }
.isin4 h2 a:hover { color: var(--accent); }
.cvih8 {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.isin4 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
}
.pzio0 {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--accent);
}
.pzio0:hover { text-decoration: underline; }

/* Blog cards (compact, for grids) */
.okil5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}
.qbiv5 {
    background: var(--bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    transition: box-shadow var(--transition), border-color var(--transition);
}
.qbiv5:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.pfin8 {
    width: 100%;
    height: 175px;
    object-fit: cover;
}
.ocia1 { padding: 16px 18px; }
.jdil0 {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.qbiv5 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 5px;
}
.qbiv5 h3 a { color: var(--text); }
.qbiv5 h3 a:hover { color: var(--accent); }
.qbiv5 p {
    font-size: 0.82rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 5px;
}
.qbiv5 time {
    font-size: 0.73rem;
    color: var(--text-muted);
}

/* Article detail */
.jwek6 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.jwek6 h1 {
    font-size: 1.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
}
.xzea3 {
    display: flex;
    align-items: center;
    gap: 14px;
}
.sved0 {
    font-size: 0.82rem;
    color: var(--text-muted);
}
.bsep1 {
    padding: 3px 10px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    font-size: 0.72rem;
    font-weight: 700;
}
.pxel1 {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: var(--radius);
    margin-bottom: 28px;
}
.oteg4 {
    max-width: 740px;
    margin-bottom: 44px;
}
.oteg4 h2, .oteg4 h3 {
    margin-top: 24px;
    margin-bottom: 10px;
}
.vkuf0 p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 14px;
}
.vkuf0 a { font-weight: 600; text-decoration: underline; }
.vkuf0 a:hover { color: var(--accent-hover); }
.vkuf0 ul, .vkuf0 ol {
    padding-left: 22px;
    margin-bottom: 14px;
    list-style: disc;
}
.vkuf0 li {
    color: var(--text-muted);
    margin-bottom: 5px;
    line-height: 1.7;
}

/* =========================================================
   FOOTER
   ========================================================= */
.kkacz5 {
    background: var(--surface);
    border-top: 1px solid var(--border);
    margin-top: 36px;
    padding: 44px 0 0;
}
.xnacz2 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px;
}
.dmacs3 h4 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
}
.dmacs3 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.dmacs3 ul { display: flex; flex-direction: column; gap: 7px; }
.dmacs3 ul li a {
    font-size: 0.82rem;
    color: var(--text-muted);
    transition: color var(--transition);
}
.dmacs3 ul li a:hover { color: var(--accent); }
.glacw9 {
    margin-top: 28px;
    padding: 18px 0;
    border-top: 1px solid var(--border);
    font-size: 0.78rem;
    color: var(--text-muted);
    text-align: center;
}

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

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

@media (max-width: 768px) {
    .aqaci2 {
        flex-wrap: wrap;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 8px;
    }
    .tsact5 {
        order: 3;
        width: 100%;
        overflow-x: auto;
        gap: 2px;
        padding-bottom: 2px;
    }
    .btacp6 {
        order: 2;
        max-width: none;
        flex: 1;
    }

    .jxacz8 h1 { font-size: 1.55rem; }
    .jxacz8 p { font-size: 0.92rem; }

    .bcm8 {
        flex-direction: column;
    }
    .qgl7 {
        width: 100%;
        height: 190px;
        min-height: auto;
    }

    .ilii3 {
        grid-template-columns: 1fr;
    }
    .cqiw8 { height: 210px; }
    .znit6 { padding: 18px; }
    .znit6 h2 { font-size: 1.2rem; }

    .drig3 {
        flex-direction: column;
    }
    .swif7 {
        width: 100%;
        height: 170px;
        min-height: auto;
    }

    .xnacz2 {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .brecm3 {
        flex-direction: column;
    }

    .yte9 {
        grid-template-columns: 1fr;
    }

    .kml2 {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .mqua8 {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .ajug8 { padding: 0 14px; }
    .jxacz8 { padding: 28px 0 24px; }
    .jxacz8 h1 { font-size: 1.3rem; }
    .rveck9 h2 { font-size: 1.1rem; }
    .rvj3 h1 { font-size: 1.4rem; }
    .jwek6 h1 { font-size: 1.4rem; }
    .bgoj8 { 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 */
.ijecq3 > .ajug8 { display: flex; flex-direction: column; }
.jcoj4 { order: 1; }
h1 { order: 2; }
.mwecp2 { order: 3; }
.bzecq4 { order: 90; }
.rveck9 { order: 10; }
.sxor4 { order: 80; }
.jxacz8 { order: 2; }
.pbicl6 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.mqua8 {
    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;
}
.isur5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.isur5 + .isur5 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.avui3 {
    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;
}
.fwud5 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.mhicu9 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.mhicu9 .ijicz7 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .mqua8 { padding: .75rem; }
  .isur5 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .avui3 { min-width: unset; }
}
/* ── Comments ─────────────────────────────────────────────────────────── */
.kmoz2 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.zsos4 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.ynot7 { color: inherit; }

.ileo5 {
    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;
}
.gkee6 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.bjez8 { font-weight: 700; }
.bhei9 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.bhei9:hover { text-decoration: underline; }

.gnk4 { margin-top: 32px; }
.gqm1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.qpw7 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.thuu9 { display: flex; flex-direction: column; gap: 16px; }
.oduc7 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.acua0 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.zzob9 { font-weight: 700; font-size: .95rem; }
.ifuo6 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.ibuc8 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.mgup5 { margin: 0; font-size: .9rem; line-height: 1.6; }
