/* =========================================================
   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 --- */
.pjuw9 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.gpack9 {
    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);
}
.sqacd1 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 60px;
}
.nraco2 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.03em;
}
.nraco2:hover { color: var(--accent); }

.ttacq6 {
    flex: 1;
    max-width: 380px;
    position: relative;
    margin: 0 auto;
}
.kwace3 {
    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);
}
.kwace3::placeholder { color: var(--text-muted); }
.kwace3:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
    background: var(--bg);
}
.avaca8 {
    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);
}
.avaca8:hover { color: var(--accent); }

.esacw6 {
    display: flex;
    align-items: center;
    gap: 4px;
}
.esacw6 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);
}
.esacw6 a:hover {
    color: var(--accent);
    background: var(--accent-soft);
}

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

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

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

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

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

/* =========================================================
   ANNONCES GRID — horizontal cards (image left, text right)
   ========================================================= */
.aqez4 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.zca8 {
    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);
}
.zca8:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.mgq7 {
    width: 190px;
    min-height: 170px;
    object-fit: cover;
    flex-shrink: 0;
}
.sdc2 {
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.pjj5 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
    letter-spacing: -0.01em;
}
.pjj5:hover { color: var(--accent); }
.ghv5 {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin-bottom: 8px;
    font-weight: 500;
}
.dfq7 {
    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)
   ========================================================= */
.fkicy3 { display: flex; flex-wrap: wrap; gap: 8px; }
.jgicu1 {
    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);
}
.jgicu1:hover {
    background: var(--accent);
    color: #fff;
}
.njice9 {
    background: rgba(255,255,255,0.3);
    padding: 1px 7px;
    border-radius: var(--radius);
    font-size: 0.73rem;
    font-weight: 500;
}
.jgicu1:hover .njice9 { background: rgba(255,255,255,0.2); }

/* =========================================================
   FILTER BAR (region/dept/ville)
   ========================================================= */
.kquf0 {
    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);
}
.htue0 {
    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);
}
.htue0::placeholder { color: var(--text-muted); }
.htue0:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}

/* =========================================================
   PAGINATION
   ========================================================= */
.ckecr8 {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 32px;
}
.ckecr8 a, .ckecr8 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);
}
.ckecr8 a:hover {
    background: var(--accent-soft);
    border-color: var(--accent);
    color: var(--accent);
}
.ckecr8 .znun6 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

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

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

/* CTA */
.hsi4 { margin-bottom: 28px; }
.kgom5 {
    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);
}
.kgom5:hover {

/* Floating contact CTA */
.zhob6 {
  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;
}
.zhob6.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .zhob6 {
    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 */
.nlx0 {
    display: flex;
    gap: 2px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.dmn1 {
    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);
}
.dmn1:hover { color: var(--accent); }
.dmn1.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.nkf9 {
    display: none;
    padding: 22px 0;
}
.nkf9.active { display: block; }
.nkf9 p {
    color: var(--text-muted);
    line-height: 1.75;
}

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

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

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.mrech1 {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
    max-width: 560px;
}
.xteca7 {
    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);
}
.xteca7::placeholder { color: var(--text-muted); }
.xteca7:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.xsecw0 {
    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;
}
.xsecw0:hover { background: var(--accent-hover); }

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

/* =========================================================
   BLOG
   ========================================================= */
.sgib5 {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 24px;
}
.phik2 {
    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);
}
.phik2:hover,
.cjij1 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Blog hero (first article large) */
.jmix7 {
    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);
}
.jmix7:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.eqiu9 {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.vnib3 {
    padding: 24px 28px;
}
.cpik9 {
    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;
}
.vnib3 h2 {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
    letter-spacing: -0.02em;
}
.vnib3 p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 8px;
}
.vnib3 time {
    color: var(--text-muted);
    font-size: 0.78rem;
}

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

/* Blog list items */
.iboo8 { display: flex; flex-direction: column; gap: 16px; margin-bottom: 28px; }
.drij7 {
    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);
}
.drij7:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.hxij1 { flex-shrink: 0; }
.lwie1 {
    width: 200px;
    height: 100%;
    min-height: 150px;
    object-fit: cover;
}
.bsil2 {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ftiy9 {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 4px;
}
.bsil2 h2 {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
}
.bsil2 h2 a { color: var(--text); }
.bsil2 h2 a:hover { color: var(--accent); }
.wviw3 {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 6px;
}
.bsil2 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 8px;
}
.fziq5 {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--accent);
}
.fziq5:hover { text-decoration: underline; }

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

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

/* =========================================================
   FOOTER
   ========================================================= */
.ukaco5 {
    background: var(--surface);
    border-top: 1px solid var(--border);
    margin-top: 36px;
    padding: 44px 0 0;
}
.cnacj0 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px;
}
.vmaco5 h4 {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
}
.vmaco5 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.vmaco5 ul { display: flex; flex-direction: column; gap: 7px; }
.vmaco5 ul li a {
    font-size: 0.82rem;
    color: var(--text-muted);
    transition: color var(--transition);
}
.vmaco5 ul li a:hover { color: var(--accent); }
.mlacr9 {
    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
   ========================================================= */
.zpuh4 {
    text-align: center;
    color: var(--text-muted);
    padding: 44px 0;
    font-size: 0.95rem;
}

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

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

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

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

    .dlia9 {
        grid-template-columns: 1fr;
    }
    .eqiu9 { height: 210px; }
    .vnib3 { padding: 18px; }
    .vnib3 h2 { font-size: 1.2rem; }

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

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

    .mrech1 {
        flex-direction: column;
    }

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

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

    .kquf0 {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .pjuw9 { padding: 0 14px; }
    .zxacs8 { padding: 28px 0 24px; }
    .zxacs8 h1 { font-size: 1.3rem; }
    .bvecz6 h2 { font-size: 1.1rem; }
    .evu2 h1 { font-size: 1.4rem; }
    .jwep0 h1 { font-size: 1.4rem; }
    .kgom5 { 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 */
.ljeco9 > .pjuw9 { display: flex; flex-direction: column; }
.hcow2 { order: 1; }
h1 { order: 2; }
.hwecs8 { order: 3; }
.xzecd6 { order: 90; }
.bvecz6 { order: 10; }
.exor3 { order: 80; }
.zxacs8 { order: 2; }
.vbicj0 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.kquf0 {
    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;
}
.ssum7 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.ssum7 + .ssum7 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.mvud8 {
    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;
}
.swuc9 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.xhicp9 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.xhicp9 .njice9 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .kquf0 { padding: .75rem; }
  .ssum7 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .mvud8 { min-width: unset; }
}
/* ── Comments ─────────────────────────────────────────────────────────── */
.vmop7 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.qsoi2 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.pnon9 { color: inherit; }

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

.hne3 { margin-top: 32px; }
.eqj1 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.fpq2 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.vhud5 { display: flex; flex-direction: column; gap: 16px; }
.qdur9 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.icur9 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.dzoy3 { font-weight: 700; font-size: .95rem; }
.qfux0 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.kbur0 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.mgul4 { margin: 0; font-size: .9rem; line-height: 1.6; }
