/* ==========================================================================
   WARM-SUNSET THEME
   Background: #fdf6f0, Surfaces: #fff8f2
   Text: #3d2b1f, Muted: #967a64
   Accent: #e07830, Secondary: #c4553a
   Fonts: DM Serif Display (headings), Nunito (body)
   ========================================================================== */

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

html { scroll-behavior: smooth; }

body {
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    background: #fdf6f0;
    color: #3d2b1f;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-weight: 400;
    line-height: 1.25;
    color: #3d2b1f;
}

a { color: #e07830; text-decoration: none; transition: color .2s; }
a:hover { color: #c4553a; }

img { max-width: 100%; height: auto; display: block; }

ul { list-style: none; }

/* --- Container --- */
.qjun2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.vmicd1 {
    background: linear-gradient(135deg, #e07830, #c4553a);
    padding: 6px 0;
    text-align: center;
    font-size: .8rem;
    color: rgba(255,255,255,.9);
    letter-spacing: .3px;
}

.onacc7 {
    background: #fff;
    box-shadow: 0 2px 20px rgba(61,43,31,.07);
    position: sticky;
    top: 0;
    z-index: 100;
}

.qpacb1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
    gap: 20px;
}

.sqacb3 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.5rem;
    color: #3d2b1f;
    white-space: nowrap;
}
.sqacb3:hover { color: #e07830; }

.uracw4 {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.uracw4 a {
    color: #3d2b1f;
    font-size: .9rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 2px;
}
.uracw4 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e07830;
    transition: width .25s ease;
}
.uracw4 a:hover { color: #e07830; }
.uracw4 a:hover::after { width: 100%; }

/* Search */
.tsacc9 {
    position: relative;
    display: flex;
    align-items: center;
}
.yvacv5 {
    border: 2px solid #f0e0d0;
    border-radius: 25px;
    padding: 8px 40px 8px 18px;
    font-size: .9rem;
    background: #fff8f2;
    color: #3d2b1f;
    width: 220px;
    transition: border-color .2s, width .3s;
    font-family: 'Nunito', sans-serif;
}
.yvacv5:focus {
    outline: none;
    border-color: #e07830;
    width: 260px;
}
.yvacv5::placeholder { color: #b89a80; }

.atacn5 {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #967a64;
    transition: color .2s;
}
.atacn5:hover { color: #e07830; }

/* Search dropdown */
.mnecb1 {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #f0e0d0;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(61,43,31,.12);
    z-index: 200;
    max-height: 320px;
    overflow-y: auto;
}
.mnecb1 a {
    display: block;
    padding: 10px 16px;
    color: #3d2b1f;
    font-size: .88rem;
    border-bottom: 1px solid #fdf6f0;
    transition: background .15s;
}
.mnecb1 a:last-child { border-bottom: none; }
.mnecb1 a:hover { background: #fff8f2; color: #e07830; }

/* ==========================================================================
   MAIN
   ========================================================================== */
.fhecv9 { min-height: 60vh; padding-bottom: 60px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.nwaca7 {
    background: linear-gradient(135deg, #e07830 0%, #c4553a 50%, #a33d2e 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px 70px;
    margin: -1px -20px 40px;
    border-radius: 0 0 40px 40px;
    position: relative;
    overflow: hidden;
}
.nwaca7::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.06);
    border-radius: 50%;
}
.nwaca7::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: -60px;
    width: 200px;
    height: 200px;
    background: rgba(255,255,255,.04);
    border-radius: 50%;
}
.nwaca7 h1 {
    font-size: 2.6rem;
    color: #fff;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}
.nwaca7 p {
    font-size: 1.15rem;
    opacity: .92;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.qsecm4 { margin-top: 50px; }
.qsecm4 h2 {
    font-size: 1.7rem;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}
.qsecm4 h2::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #e07830, #c4553a);
    border-radius: 3px;
}

.ttece9 { margin-top: 20px; }
.ttece9 p {
    font-size: 1.05rem;
    color: #5c4433;
    line-height: 1.8;
    max-width: 900px;
}

.txecb1 {
    background: #fff8f2;
    border-radius: 16px;
    padding: 36px;
    border: 1px solid #f0e0d0;
}
.pqict1 {
    background: #fff8f2;
    padding: 40px 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

/* ==========================================================================
   ANNONCES GRID (staggered 2-3 col)
   ========================================================================== */
.zqes2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.zqes2 .lcc7:nth-child(7n+1),
.zqes2 .lcc7:nth-child(7n+2) {
    grid-column: span 1;
}

@media (max-width: 900px) {
    .zqes2 { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}
@media (max-width: 580px) {
    .zqes2 { grid-template-columns: 1fr; gap: 16px; }
}

/* --- Annonce Card --- */
.lcc7 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(150,100,60,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}
.lcc7:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(150,100,60,.15);
}
.wgg7 {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}
.udz6 { padding: 18px 20px 20px; }
.rjl6 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.15rem;
    color: #3d2b1f;
    margin-bottom: 4px;
}
.rjl6 a { color: inherit; }
.rjl6 a:hover { color: #e07830; }
.ghp4 {
    font-size: .85rem;
    color: #967a64;
    margin-bottom: 8px;
}
.mfi7 {
    font-size: .88rem;
    color: #5c4433;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ==========================================================================
   TAGS
   ========================================================================== */
.xhicd2 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.jdicr1 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border: 1px solid #f0e0d0;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: .88rem;
    color: #3d2b1f;
    transition: all .2s;
    font-weight: 600;
}
.jdicr1:hover {
    background: #e07830;
    color: #fff;
    border-color: #e07830;
}
.jdicr1:hover .vgicb6 { color: rgba(255,255,255,.8); }
.vgicb6 {
    font-size: .78rem;
    color: #967a64;
    font-weight: 700;
    transition: color .2s;
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.ncob6 {
    font-size: .85rem;
    color: #967a64;
    margin-bottom: 24px;
    padding: 14px 0;
    border-bottom: 1px solid #f0e0d0;
}
.ncob6 a { color: #e07830; font-weight: 600; }
.ncob6 a:hover { color: #c4553a; }

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.ajecu5 {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
    flex-wrap: wrap;
}
.ajecu5 a, .ajecu5 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    font-size: .9rem;
    font-weight: 700;
    transition: all .2s;
}
.ajecu5 a {
    background: #fff;
    color: #3d2b1f;
    border: 1px solid #f0e0d0;
}
.ajecu5 a:hover {
    background: #e07830;
    color: #fff;
    border-color: #e07830;
}
.ajecu5 .onul8 {
    background: #e07830;
    color: #fff;
    border: 1px solid #e07830;
}

/* ==========================================================================
   ANNONCE DETAIL
   ========================================================================== */
.rbb7 { margin-top: 10px; }

.jvb1 {
    text-align: center;
    margin-bottom: 30px;
}
.jvb1 h1 { font-size: 2.2rem; }
.fcer4 {
    font-size: 1.05rem;
    color: #967a64;
    margin-top: 6px;
}

.ntj9 {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.bfeg8 {
    max-width: 380px;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 6px 25px rgba(150,100,60,.12);
}

.hsu2 {
    text-align: center;
    margin: 30px 0;
}

.mgod8 {
    display: inline-block;
    background: linear-gradient(135deg, #e07830, #c4553a);
    color: #fff;
    padding: 16px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    box-shadow: 0 6px 25px rgba(224,120,48,.35);
    transition: all .25s;
    letter-spacing: .3px;
}
.mgod8:hover {

/* Floating contact CTA */
.phom7 {
  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;
}
.phom7.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .phom7 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 35px rgba(224,120,48,.45);
}

.arg4 {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 36px;
    margin-top: 30px;
}
@media (max-width: 800px) {
    .arg4 { grid-template-columns: 1fr; }
}

.pmea5 {
    background: #fff8f2;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 24px;
    border: 1px solid #f0e0d0;
}
.pmea5:nth-child(even) {
    background: #fff;
}
.pmea5 h2 {
    font-size: 1.3rem;
    margin-bottom: 14px;
}
.pmea5 h2::after { display: none; }
.pmea5 p { color: #5c4433; line-height: 1.8; }

.qbeb7 {
    list-style: none;
    padding: 0;
}
.qbeb7 li {
    padding: 8px 0;
    border-bottom: 1px solid #f0e0d0;
    color: #5c4433;
}
.qbeb7 li:last-child { border-bottom: none; }

/* Sidebar */
.cpex6 {}
.gwn1 {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f0e0d0;
    box-shadow: 0 4px 15px rgba(150,100,60,.06);
    margin-bottom: 20px;
}
.uzp6 {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #fdf6f0;
    font-size: .92rem;
}
.uzp6:last-child { border-bottom: none; }
.jxc0 {
    font-weight: 700;
    color: #967a64;
}

.dgea7 {
    background: linear-gradient(135deg, #fff8f2, #fdf6f0);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f0e0d0;
}
.dgea7 h3 {
    font-size: 1.1rem;
    margin-bottom: 14px;
    color: #c4553a;
}
.vmece7 {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vmece7 li {
    background: #fff;
    border: 1px solid #f0e0d0;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: .82rem;
    color: #5c4433;
    font-weight: 600;
}

/* ==========================================================================
   LAYOUT WITH SIDEBAR (region/dept/ville)
   ========================================================================== */
.bnica1 {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    margin-top: 30px;
}
@media (max-width: 800px) {
    .bnica1 { grid-template-columns: 1fr; }
}

.uricw9 {
    position: sticky;
    top: 80px;
    align-self: start;
}
.dsicb4 {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #f0e0d0;
    box-shadow: 0 4px 15px rgba(150,100,60,.06);
    margin-bottom: 20px;
}
.dsicb4 h3 {
    font-size: 1.1rem;
    margin-bottom: 14px;
    color: #c4553a;
    font-family: 'DM Serif Display', Georgia, serif;
}
.dsicb4 ul li {
    margin-bottom: 6px;
}
.dsicb4 ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: .88rem;
    color: #3d2b1f;
    transition: all .15s;
}
.dsicb4 ul li a:hover {
    background: #fff8f2;
    color: #e07830;
}
.dsicb4 ul li a .tlicj6 {
    font-size: .78rem;
    color: #967a64;
    font-weight: 700;
}

/* ==========================================================================
   SEARCH PAGE
   ========================================================================== */
.hpecb4 {
    display: flex;
    max-width: 600px;
    margin: 24px 0 30px;
    gap: 10px;
}
.krecw7 {
    flex: 1;
    padding: 14px 22px;
    border: 2px solid #f0e0d0;
    border-radius: 14px;
    font-size: 1rem;
    background: #fff;
    color: #3d2b1f;
    font-family: 'Nunito', sans-serif;
    transition: border-color .2s;
}
.krecw7:focus {
    outline: none;
    border-color: #e07830;
}
.mqecd2 {
    background: linear-gradient(135deg, #e07830, #c4553a);
    color: #fff;
    border: none;
    padding: 14px 28px;
    border-radius: 14px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    font-family: 'Nunito', sans-serif;
    transition: opacity .2s;
}
.mqecd2:hover { opacity: .9; }

.nbicf0 {
    font-size: 1rem;
    color: #967a64;
    margin-bottom: 24px;
}

/* ==========================================================================
   BLOG
   ========================================================================== */
.ygii7 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}
.khib1 {
    padding: 8px 18px;
    border-radius: 25px;
    font-size: .88rem;
    font-weight: 600;
    background: #fff;
    color: #3d2b1f;
    border: 1px solid #f0e0d0;
    transition: all .2s;
}
.khib1:hover,
.gjib8 {
    background: #e07830;
    color: #fff;
    border-color: #e07830;
}

/* Blog Grid */
.fkid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
@media (max-width: 800px) { .fkid3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .fkid3 { grid-template-columns: 1fr; } }

.gbiv9 {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(150,100,60,.08);
    transition: transform .25s, box-shadow .25s;
}
.gbiv9:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(150,100,60,.14);
}
.yjics2 {
    position: relative;
    overflow: hidden;
}
.lfim2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .4s;
}
.gbiv9:hover .lfim2 { transform: scale(1.05); }
.hkica1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(transparent, rgba(61,43,31,.5));
    pointer-events: none;
}
.ocim0 { padding: 18px 20px 20px; }
.gbiv9 h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    font-family: 'DM Serif Display', Georgia, serif;
}
.gbiv9 h3 a { color: #3d2b1f; }
.gbiv9 h3 a:hover { color: #e07830; }
.gbiv9 p {
    font-size: .88rem;
    color: #5c4433;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}
.gbiv9 time {
    font-size: .8rem;
    color: #967a64;
}

/* Blog List */
.xboz7 {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.wrip4 {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(150,100,60,.08);
    transition: transform .25s, box-shadow .25s;
}
.wrip4:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(150,100,60,.14);
}
@media (max-width: 640px) {
    .wrip4 { grid-template-columns: 1fr; }
}
.qxis3 { display: block; overflow: hidden; }
.ewia2 {
    width: 100%;
    height: 100%;
    min-height: 200px;
    object-fit: cover;
    transition: transform .4s;
}
.wrip4:hover .ewia2 { transform: scale(1.05); }
.usih0 {
    padding: 24px 24px 24px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (max-width: 640px) {
    .usih0 { padding: 20px; }
}
.jtii6 {
    display: inline-block;
    background: linear-gradient(135deg, #e07830, #c4553a);
    color: #fff;
    padding: 3px 12px;
    border-radius: 15px;
    font-size: .75rem;
    font-weight: 700;
    margin-bottom: 10px;
    width: fit-content;
}
.usih0 h2 {
    font-size: 1.3rem;
    margin-bottom: 8px;
}
.usih0 h2 a { color: #3d2b1f; }
.usih0 h2 a:hover { color: #e07830; }
.bvio6 {
    font-size: .82rem;
    color: #967a64;
    margin-bottom: 8px;
    display: block;
}
.usih0 p {
    font-size: .92rem;
    color: #5c4433;
    margin-bottom: 12px;
}
.mzic0 {
    font-weight: 700;
    font-size: .9rem;
    color: #e07830;
}
.mzic0:hover { color: #c4553a; }

/* ==========================================================================
   ARTICLE DETAIL
   ========================================================================== */
.wres7 { margin-top: 10px; }

.pwed8 {
    text-align: center;
    margin-bottom: 30px;
}
.pwed8 h1 { font-size: 2.2rem; max-width: 800px; margin: 0 auto 14px; }
.izeb0 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-size: .88rem;
    color: #967a64;
}
.gveg0 { font-weight: 600; }
.asep9 {
    background: linear-gradient(135deg, #e07830, #c4553a);
    color: #fff;
    padding: 3px 14px;
    border-radius: 15px;
    font-size: .78rem;
    font-weight: 700;
}

.txew2 {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 36px;
    box-shadow: 0 8px 30px rgba(150,100,60,.12);
}

.dteg8 {
    max-width: 780px;
    margin: 0 auto;
}

/* Content Text (shared) */
.rkuw9 h2 {
    font-size: 1.4rem;
    margin: 28px 0 14px;
}
.rkuw9 h3 {
    font-size: 1.15rem;
    margin: 22px 0 10px;
}
.rkuw9 p {
    margin-bottom: 16px;
    line-height: 1.85;
    color: #5c4433;
}
.rkuw9 ul, .rkuw9 ol {
    margin: 14px 0;
    padding-left: 24px;
}
.rkuw9 li {
    margin-bottom: 8px;
    list-style: disc;
    color: #5c4433;
}
.rkuw9 ol li { list-style: decimal; }
.rkuw9 blockquote {
    border-left: 4px solid #e07830;
    padding: 16px 24px;
    margin: 20px 0;
    background: #fff8f2;
    border-radius: 0 12px 12px 0;
    color: #5c4433;
    font-style: italic;
}
.rkuw9 img {
    border-radius: 12px;
    margin: 20px 0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.ajace9 {
    background: #3d2b1f;
    color: #e8d5c4;
    margin-top: 60px;
    padding-top: 50px;
}
.ajace9 a { color: #e8d5c4; }
.ajace9 a:hover { color: #e07830; }

.bmacd8 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    padding-bottom: 40px;
}
@media (max-width: 800px) {
    .bmacd8 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .bmacd8 { grid-template-columns: 1fr; }
}

.ylacj7 h4 {
    font-family: 'DM Serif Display', Georgia, serif;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 400;
}
.ylacj7 p {
    font-size: .88rem;
    line-height: 1.7;
    opacity: .8;
}
.ylacj7 ul li {
    margin-bottom: 8px;
}
.ylacj7 ul li a {
    font-size: .88rem;
    opacity: .8;
    transition: opacity .2s, color .2s;
}
.ylacj7 ul li a:hover { opacity: 1; color: #e07830; }

.jkacu5 {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 20px 0;
    text-align: center;
    font-size: .82rem;
    opacity: .6;
}

/* ==========================================================================
   UTILITIES
   ========================================================================== */
.xpug9 {
    text-align: center;
    color: #967a64;
    padding: 40px 0;
    font-size: 1.05rem;
}

/* Responsive header */
@media (max-width: 768px) {
    .qpacb1 { flex-wrap: wrap; }
    .uracw4 { order: 3; width: 100%; justify-content: center; gap: 14px; padding-top: 10px; border-top: 1px solid #f0e0d0; }
    .yvacv5 { width: 160px; }
    .yvacv5:focus { width: 180px; }
    .nwaca7 { padding: 50px 20px 40px; }
    .nwaca7 h1 { font-size: 1.8rem; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.fhecv9 > .qjun2 { display: flex; flex-direction: column; }
.ncob6 { order: 1; }
h1 { order: 2; }
.ttece9 { order: 3; }
.ewecv3 { order: 90; }
.qsecm4 { order: 10; }
.txos2 { order: 80; }
.nwaca7 { order: 2; }
.txecb1 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.lqui5 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.wsux8 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.wsux8 + .wsux8 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.kvul4 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.zwuf6 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.oficq0 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.oficq0 .vgicb6 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .lqui5 { padding: .75rem; }
  .wsux8 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .kvul4 { min-width: unset; }
}

/* ── Comments ─────────────────────────────────────────────────────────── */
.vmoo6 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.msoq4 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.nnoh0 { color: inherit; }

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

.und5 { margin-top: 32px; }
.zqu6 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.tpq2 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.qhud2 { display: flex; flex-direction: column; gap: 16px; }
.zduc5 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.gcux3 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.dzor0 { font-weight: 700; font-size: .95rem; }
.pfui1 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.lbug3 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.qgui2 { margin: 0; font-size: .9rem; line-height: 1.6; }
