/* =========================================================
   ARCTIC-FROST THEME — Icy, clean, crisp, minimal
   Font: Figtree
   ========================================================= */

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

:root {
    --bg: #f0f4f8;
    --surface: #e2e8f0;
    --text: #1e293b;
    --text-muted: #64748b;
    --accent: #0ea5e9;
    --accent-hover: #0284c7;
    --accent-soft: rgba(14,165,233,0.08);
    --border: #cbd5e1;
    --shadow-sm: 0 1px 2px rgba(15,23,42,0.04), 0 1px 4px rgba(15,23,42,0.06);
    --shadow-md: 0 2px 8px rgba(15,23,42,0.06), 0 4px 16px rgba(15,23,42,0.04);
    --shadow-lg: 0 4px 12px rgba(15,23,42,0.06), 0 12px 32px rgba(15,23,42,0.08);
    --radius: 8px;
    --radius-lg: 12px;
    --font: 'Figtree', -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;
}
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 --- */
.djum8 { max-width: var(--container); margin: 0 auto; padding: 0 20px; }

/* =========================================================
   HEADER
   ========================================================= */
.gnacu4 {
    background: rgba(240,244,248,0.85);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.ppacf0 {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 62px;
}
.uqace7 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text);
    white-space: nowrap;
    letter-spacing: -0.02em;
}
.uqace7:hover { color: var(--accent); }

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

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

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

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

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

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

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

/* =========================================================
   ANNONCES GRID — horizontal cards (image left, text right)
   ========================================================= */
.iqeb0 {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.kcw7 {
    display: flex;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), transform var(--transition);
}
.kcw7:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    border-color: var(--accent);
}
.jgu4 {
    width: 200px;
    min-height: 180px;
    object-fit: cover;
    flex-shrink: 0;
}
.cdp0 {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    min-width: 0;
}
.cja3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}
.cja3:hover { color: var(--accent); }
.uhu3 {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
    font-weight: 500;
}
.yfp7 {
    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 (villes, regions, departements)
   ========================================================= */
.nhicb6 { display: flex; flex-wrap: wrap; gap: 8px; }
.rdics4 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #fff;
    color: var(--accent);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 600;
    transition: all var(--transition);
}
.rdics4:hover {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}
.vgicp6 {
    background: var(--accent-soft);
    padding: 1px 7px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}
.rdics4:hover .vgicp6 { background: rgba(255,255,255,0.2); }

/* =========================================================
   FILTER BAR (region/dept/ville)
   ========================================================= */
.mqus6 {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 20px 24px;
    margin-bottom: 28px;
    display: flex;
    gap: 12px;
    align-items: center;
    box-shadow: var(--shadow-sm);
}
.ttux2 {
    flex: 1;
    padding: 12px 18px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    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);
}
.ttux2::placeholder { color: var(--text-muted); opacity: 0.7; }
.ttux2:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
    background: #fff;
}

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

/* =========================================================
   ANNONCE DETAIL PAGE
   ========================================================= */
.mvz4 {
    margin-bottom: 24px;
}
.mvz4 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
}
.pcey9 {
    color: var(--text-muted);
    font-size: 0.95rem;
    margin-top: 4px;
}

/* Gallery */
.ptc7 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.cfen1 {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--surface);
}

/* CTA */
.csm9 { margin-bottom: 32px; }
.agos3 {
    display: inline-block;
    padding: 14px 36px;
    background: var(--accent);
    color: #fff;
    font-family: var(--font);
    font-size: 1rem;
    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 4px 14px rgba(14,165,233,0.25);
}
.agos3:hover {

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

/* Tabs */
.qld5 {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--border);
}
.nmq8 {
    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);
}
.nmq8:hover { color: var(--accent); }
.nmq8.active {
    color: var(--accent);
    border-bottom-color: var(--accent);
}
.ekr4 {
    display: none;
    padding: 24px 0;
}
.ekr4.active { display: block; }
.ekr4 p {
    color: var(--text-muted);
    line-height: 1.75;
}

/* Content layout */
.yrg2 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 32px;
    align-items: start;
}

/* Sidebar */
.gwm5 {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
}
.jzp5 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--surface);
    font-size: 0.875rem;
}
.jzp5:last-child { border-bottom: none; }
.kxp1 {
    font-weight: 600;
    color: var(--text);
}
.jgee3 {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    box-shadow: var(--shadow-sm);
}
.jgee3 h3 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--text);
}
.wmech1 { display: flex; flex-wrap: wrap; gap: 6px; }
.wmech1 li {
    padding: 5px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: var(--radius);
    font-size: 0.8rem;
    font-weight: 600;
}
.wmej4 { margin-bottom: 24px; }
.wmej4 h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--text);
}
.pney0 ul { list-style: disc; padding-left: 20px; }
.pney0 li {
    color: var(--text-muted);
    margin-bottom: 6px;
    line-height: 1.6;
}

/* =========================================================
   SEARCH PAGE
   ========================================================= */
.dpecg0 {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    max-width: 600px;
}
.lrect2 {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 1rem;
    color: var(--text);
    background: #fff;
    outline: none;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.lrect2::placeholder { color: var(--text-muted); opacity: 0.7; }
.lrect2:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 3px var(--accent-soft);
}
.mqecv2 {
    padding: 14px 28px;
    background: var(--accent);
    color: #fff;
    border: none;
    border-radius: var(--radius);
    font-family: var(--font);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background var(--transition);
    white-space: nowrap;
}
.mqecv2:hover { background: var(--accent-hover); }

.xbicd3 {
    color: var(--text-muted);
    margin-bottom: 24px;
    font-size: 0.95rem;
}

/* =========================================================
   BLOG
   ========================================================= */
.ygih3 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}
.jhib4 {
    padding: 7px 16px;
    border-radius: var(--radius);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    background: #fff;
    border: 1px solid var(--border);
    transition: all var(--transition);
}
.jhib4:hover,
.ajib8 {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

/* Blog hero (first article large) */
.hmim4 {
    display: block;
    margin-bottom: 32px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.hmim4:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--accent);
}
.sqiw8 {
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.gniu7 {
    padding: 28px 32px;
}
.upic7 {
    display: inline-block;
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
}
.gniu7 h2 {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 8px;
    color: var(--text);
}
.gniu7 p {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 8px;
}
.gniu7 time {
    color: var(--text-muted);
    font-size: 0.8rem;
}

/* Blog 2-col grid */
.hliy2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 32px;
}

/* Blog list items */
.jbob4 { display: flex; flex-direction: column; gap: 18px; margin-bottom: 32px; }
.mriy5 {
    display: flex;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.mriy5:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.pxiw0 { flex-shrink: 0; }
.ywim2 {
    width: 220px;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
}
.ssie0 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.otie7 {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.ssie0 h2 {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}
.ssie0 h2 a { color: var(--text); }
.ssie0 h2 a:hover { color: var(--accent); }
.vvih8 {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 8px;
}
.ssie0 p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin-bottom: 10px;
}
.eziv2 {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--accent);
}
.eziv2:hover { text-decoration: underline; }

/* Blog cards (compact, for grids) */
.akii5 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}
.ebiq8 {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition), border-color var(--transition);
}
.ebiq8:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--accent);
}
.xfia0 {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.rcir8 { padding: 16px 20px; }
.qdiq4 {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}
.ebiq8 h3 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 6px;
}
.ebiq8 h3 a { color: var(--text); }
.ebiq8 h3 a:hover { color: var(--accent); }
.ebiq8 p {
    font-size: 0.85rem;
    color: var(--text-muted);
    line-height: 1.55;
    margin-bottom: 6px;
}
.ebiq8 time {
    font-size: 0.75rem;
    color: var(--text-muted);
}

/* Article detail */
.mweq2 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}
.mweq2 h1 {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 12px;
    color: var(--text);
}
.gzeo4 {
    display: flex;
    align-items: center;
    gap: 16px;
}
.xvec8 {
    font-size: 0.85rem;
    color: var(--text-muted);
}
.mseo0 {
    padding: 4px 12px;
    background: var(--accent-soft);
    color: var(--accent);
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
}
.mxee1 {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    margin-bottom: 32px;
    border: 1px solid var(--border);
}
.qteb2 {
    max-width: 760px;
    margin-bottom: 48px;
}
.qteb2 h2, .qteb2 h3 {
    margin-top: 28px;
    margin-bottom: 12px;
    color: var(--text);
}
.skuu8 p {
    color: var(--text-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}
.skuu8 a { font-weight: 600; text-decoration: underline; }
.skuu8 a:hover { color: var(--accent-hover); }
.skuu8 ul, .skuu8 ol {
    padding-left: 24px;
    margin-bottom: 16px;
    list-style: disc;
}
.skuu8 li {
    color: var(--text-muted);
    margin-bottom: 6px;
    line-height: 1.7;
}

/* =========================================================
   FOOTER
   ========================================================= */
.ujaco4 {
    background: #fff;
    border-top: 1px solid var(--border);
    margin-top: 40px;
    padding: 48px 0 0;
}
.lmaca6 {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}
.clach3 h4 {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 14px;
    color: var(--text);
}
.clach3 p {
    font-size: 0.875rem;
    color: var(--text-muted);
    line-height: 1.6;
}
.clach3 ul { display: flex; flex-direction: column; gap: 8px; }
.clach3 ul li a {
    font-size: 0.85rem;
    color: var(--text-muted);
    transition: color var(--transition);
}
.clach3 ul li a:hover { color: var(--accent); }
.wkacj2 {
    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
   ========================================================= */
.fpun3 {
    text-align: center;
    color: var(--text-muted);
    padding: 48px 0;
    font-size: 1rem;
}

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

@media (max-width: 768px) {
    .ppacf0 {
        flex-wrap: wrap;
        height: auto;
        padding-top: 12px;
        padding-bottom: 12px;
        gap: 10px;
    }
    .wracv2 {
        order: 3;
        width: 100%;
        overflow-x: auto;
        gap: 2px;
        padding-bottom: 4px;
    }
    .hsacy2 {
        order: 2;
        max-width: none;
        flex: 1;
    }

    .cwacw7 h1 { font-size: 1.6rem; }
    .cwacw7 p { font-size: 0.95rem; }

    .kcw7 {
        flex-direction: column;
    }
    .jgu4 {
        width: 100%;
        height: 200px;
        min-height: auto;
    }

    .hliy2 {
        grid-template-columns: 1fr;
    }
    .sqiw8 { height: 220px; }
    .gniu7 { padding: 20px; }
    .gniu7 h2 { font-size: 1.25rem; }

    .mriy5 {
        flex-direction: column;
    }
    .ywim2 {
        width: 100%;
        height: 180px;
        min-height: auto;
    }

    .lmaca6 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .dpecg0 {
        flex-direction: column;
    }

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

    .nmq8 {
        padding: 10px 14px;
        font-size: 0.8rem;
    }

    .mqus6 {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .djum8 { padding: 0 14px; }
    .cwacw7 { padding: 32px 0 28px; }
    .cwacw7 h1 { font-size: 1.35rem; }
    .hsece3 h2 { font-size: 1.15rem; }
    .mvz4 h1 { font-size: 1.5rem; }
    .mweq2 h1 { font-size: 1.5rem; }
    .agos3 { 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 */
.ghecg6 > .djum8 { display: flex; flex-direction: column; }
.rcou4 { order: 1; }
h1 { order: 2; }
.stecq7 { order: 3; }
.cweci0 { order: 90; }
.hsece3 { order: 10; }
.qxoj9 { order: 80; }
.cwacw7 { order: 2; }
.yxecd7 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.mqus6 {
    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;
}
.usuc5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.usuc5 + .usuc5 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.wvud2 {
    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;
}
.twua0 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.rfick4 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.rfick4 .vgicp6 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .mqus6 { padding: .75rem; }
  .usuc5 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .wvud2 { min-width: unset; }
}
/* ── Comments ─────────────────────────────────────────────────────────── */
.jmot5 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.rsom2 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.enog5 { color: inherit; }

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

.cnt3 { margin-top: 32px; }
.qqp7 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.fpm7 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.khue4 { display: flex; flex-direction: column; gap: 16px; }
.sdut5 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.mcuh5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.qzom0 { font-weight: 700; font-size: .95rem; }
.sfuw2 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.pbuj0 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.lgut0 { margin: 0; font-size: .9rem; line-height: 1.6; }
