/* =========================================================
   GRAPHITE-MONO THEME — Monochrome editorial / newspaper
   Fonts: Source Serif 4 (headings) + Outfit (body)
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --bg: #f5f5f0;
    --surface: #ffffff;
    --text: #1a1a1a;
    --text-muted: #757575;
    --accent: #1a1a1a;
    --accent-hover: #333333;
    --accent-soft: rgba(26,26,26,0.06);
    --border: #d4d4d4;
    --border-dark: #1a1a1a;
    --shadow-sm: 0 1px 4px rgba(0,0,0,0.04);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.06);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.08);
    --radius: 0;
    --font: 'Outfit', sans-serif;
    --font-head: 'Source Serif 4', Georgia, serif;
    --container: 1100px;
    --transition: 0.15s ease;
}

html { font-size: 16px; scroll-behavior: smooth; }
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(--text); text-decoration: underline; text-underline-offset: 3px; transition: color var(--transition); }
a:hover { color: var(--text-muted); }
ul, ol { list-style: none; }

.dbui5 { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

/* ========= HEADER ========= */
.czacv2 { background: var(--surface); border-bottom: 3px solid var(--border-dark); position: sticky; top: 0; z-index: 100; }
.abecb1 { display: flex; align-items: center; gap: 20px; height: 56px; }
.acecg8 { font-family: var(--font-head); font-size: 1.3rem; font-weight: 700; color: var(--text); text-decoration: none; white-space: nowrap; letter-spacing: -0.02em; }
.acecg8:hover { color: var(--text-muted); }
.bfecf0 { flex: 1; max-width: 340px; position: relative; margin: 0 auto; }
.oheci1 {
    width: 100%; padding: 7px 38px 7px 14px; border: 1px solid var(--border);
    font-family: var(--font); font-size: 0.85rem; background: var(--bg);
    color: var(--text); outline: none; transition: border-color var(--transition);
}
.oheci1:focus { border-color: var(--border-dark); }
.cgech7 {
    position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
    background: none; border: none; font-size: 1rem; cursor: pointer;
    padding: 6px 8px; color: var(--text-muted);
}
.cgech7:hover { color: var(--text); }
.jdecn6 { display: flex; align-items: center; gap: 4px; }
.jdecn6 a {
    color: var(--text-muted); font-size: 0.82rem; font-weight: 500; padding: 6px 10px;
    text-decoration: none; transition: color var(--transition);
}
.jdecn6 a:hover { color: var(--text); }

.mreco6 {
    display: none; position: absolute; top: calc(100% + 4px); left: 0; right: 0;
    background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-lg); z-index: 200;
}
.mreco6 a {
    display: block; padding: 10px 14px; color: var(--text); font-size: 0.85rem;
    text-decoration: none; border-bottom: 1px solid var(--border); transition: background var(--transition);
}
.mreco6 a:last-child { border-bottom: none; }
.mreco6 a:hover { background: var(--accent-soft); }

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

/* ========= HERO ========= */
.zjecy5 { text-align: center; padding: 48px 0 40px; }
.zjecy5 h1 { font-family: var(--font-head); font-size: 2.4rem; font-weight: 700; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.02em; }
.zjecy5 p { font-size: 1rem; color: var(--text-muted); max-width: 520px; margin: 0 auto; }

/* ========= SECTIONS ========= */
.kwecu0 { margin-bottom: 44px; }
.kwecu0 h2 {
    font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; margin-bottom: 18px;
    padding-bottom: 12px; border-bottom: 3px solid var(--border-dark); letter-spacing: -0.01em;
}
.vxecj3 { margin-bottom: 28px; }
.vxecj3 p { font-size: 1rem; color: var(--text-muted); line-height: 1.75; max-width: 700px; }
.vxecj3 a { color: var(--text); font-weight: 600; }
.ebicf9 { margin-bottom: 40px; }
.pdico5, .gcut8 { font-size: 0.95rem; color: var(--text-muted); line-height: 1.8; }
.pdico5 h2, .pdico5 h3, .gcut8 h2, .gcut8 h3 { font-family: var(--font-head); color: var(--text); font-weight: 700; margin: 28px 0 14px; }
.pdico5 p, .gcut8 p { margin-bottom: 16px; }
.pdico5 a, .gcut8 a { color: var(--text); }
.pdico5 ul, .pdico5 ol, .gcut8 ul, .gcut8 ol { padding-left: 20px; margin-bottom: 14px; }
.pdico5 li, .gcut8 li { margin-bottom: 6px; list-style: disc; }
.pcicy4 { margin-bottom: 40px; }
.azecm0 { margin-top: 32px; margin-bottom: 40px; }

/* ========= BREADCRUMB ========= */
.sriq1 {
    display: flex; flex-wrap: wrap; align-items: center; gap: 6px;
    font-size: 0.78rem; color: var(--text-muted); margin-bottom: 20px; padding: 12px 0;
    border-bottom: 1px solid var(--border);
}
.sriq1 a { color: var(--text-muted); text-decoration: none; }
.sriq1 a:hover { color: var(--text); text-decoration: underline; }
.sriq1 span { color: var(--text); font-weight: 600; }

/* ========= CARDS GRID ========= */
.kqom6 { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }
.vxid4 {
    background: var(--surface); border: 1px solid var(--border); overflow: hidden;
    transition: box-shadow var(--transition);
}
.vxid4:hover { box-shadow: var(--shadow-md); }
.dkog1 { display: block; overflow: hidden; }
.bjob7 { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top; filter: grayscale(30%); transition: filter 0.3s; }
.vxid4:hover .bjob7 { filter: grayscale(0%); }
.qfok1 { padding: 14px 16px; }
.enok9 { font-family: var(--font-head); font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.enok9 a { color: var(--text); text-decoration: none; }
.enok9 a:hover { text-decoration: underline; }
.tlok9 { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 4px; }
.ipoz9 { font-size: 0.78rem; color: var(--text-muted); font-style: italic; }
.sgop3 { display: flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 0.78rem; }
.xmoy6 { color: var(--text); }
.fhol7 { color: var(--text-muted); }
.sduy2 { text-align: center; color: var(--text-muted); padding: 48px 0; font-size: 0.95rem; }
.wfico3 { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 20px; }

/* ========= TAGS ========= */
.tlict8 { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.dhich0 {
    display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px;
    font-size: 0.82rem; font-weight: 500; color: var(--text);
    background: var(--surface); border: 1px solid var(--border);
    text-decoration: none; transition: all var(--transition);
}
.dhich0:hover { background: var(--text); color: #fff; border-color: var(--text); }
.ijicb4 { background: var(--text); color: #fff; border-color: var(--text); }
.lkicn1 { font-size: 0.72rem; color: var(--text-muted); }
.dhich0:hover .lkicn1, .ijicb4 .lkicn1 { color: rgba(255,255,255,0.7); }

/* ========= CARD GRID ========= */
.xzix2 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 28px; }
.hcow3 {
    display: block; background: var(--surface); border: 1px solid var(--border);
    padding: 16px 20px; font-weight: 600; color: var(--text); text-decoration: none;
    transition: all var(--transition);
}
.hcow3:hover { background: var(--text); color: #fff; }
.gbok7 { color: var(--text-muted); font-weight: 400; font-size: 0.85rem; }
.hcow3:hover .gbok7 { color: rgba(255,255,255,0.7); }
.vdod8 { font-size: 0.8rem; color: var(--text-muted); font-weight: 400; margin-top: 2px; display: block; }

/* ========= ANNONCE ========= */
.jby9 { margin-bottom: 40px; }
.cnk1 { margin-bottom: 24px; border-bottom: 3px solid var(--border-dark); padding-bottom: 16px; }
.cnk1 h1 { font-family: var(--font-head); font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; }
.gti8 { color: var(--text-muted); font-size: 0.9rem; margin-top: 4px; }
.adev5 { display: flex; align-items: center; gap: 8px; margin-top: 8px; font-size: 0.88rem; }
.hced0 { color: var(--text); }
.ibec9 { font-weight: 700; }
.czl9 { color: var(--text-muted); text-decoration: none; }
.tmz9 { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 12px; margin-bottom: 20px; }
.mwg2 { width: 100%; object-fit: cover; object-position: top; border: 1px solid var(--border); }
.clo4 { margin: 20px 0; text-align: center; }
.rvij4 {
    display: inline-block; background: var(--text); color: #fff !important;
    padding: 14px 36px; font-weight: 700; font-size: 1rem; text-decoration: none;
    transition: background var(--transition);
}
.rvij4:hover { background: var(--text-muted); }
.awiq8 { font-size: 0.9rem; padding: 10px 24px; margin-top: 12px; }
.dkx8 { display: grid; grid-template-columns: 1fr 300px; gap: 32px; margin-bottom: 32px; }
.lvk9 {}
.ngeb6 {}

.fda1 { display: flex; gap: 0; border-bottom: 1px solid var(--border); margin-bottom: 20px; }
.dfa2 {
    background: none; border: none; border-bottom: 2px solid transparent; margin-bottom: -1px;
    padding: 10px 18px; font-family: var(--font); font-size: 0.85rem; font-weight: 600;
    color: var(--text-muted); cursor: pointer; transition: all var(--transition);
}
.dfa2:hover { color: var(--text); }
.dfa2.active { color: var(--text); border-bottom-color: var(--text); }
.ycw5 { display: none; }
.ycw5.active { display: block; }
.ycw5 p { margin-bottom: 14px; line-height: 1.8; color: var(--text-muted); }

.tfee9 { margin-top: 32px; }
.rpu6 { background: var(--surface); border: 1px solid var(--border); padding: 20px; margin-bottom: 16px; }
.kro1 { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 0.88rem; }
.kro1:last-child { border-bottom: none; }
.gqn5 { font-weight: 600; font-size: 0.8rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.04em; }
.exw1 { background: var(--surface); border: 1px solid var(--border); padding: 20px; margin-top: 16px; }
.exw1 h3 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.qqeck8 { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; }
.qqeck8 li { padding: 4px 12px; background: var(--accent-soft); color: var(--text); font-size: 0.78rem; font-weight: 500; border: 1px solid var(--border); }
.dsx5 { padding-left: 18px; }
.dsx5 li { list-style: disc; margin-bottom: 8px; color: var(--text-muted); font-size: 0.9rem; }

.vgb7 { margin-top: 40px; }
.bje7 { font-family: var(--font-head); font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.zhd0 { background: var(--text); color: #fff; font-size: 0.75rem; padding: 2px 10px; font-weight: 700; }
.wzos9 { display: flex; flex-direction: column; gap: 12px; }
.nvog2 { background: var(--surface); border: 1px solid var(--border); padding: 16px 20px; }
.ctoy1 { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; font-size: 0.82rem; }
.froy2 { font-weight: 700; }
.iwoe1 { color: var(--text); }
.wsoy9 { color: var(--text-muted); margin-left: auto; }
.bxoo1 { font-size: 0.88rem; color: var(--text-muted); line-height: 1.7; }

/* ========= PAGINATION ========= */
.rlecb9 { display: flex; justify-content: center; align-items: center; gap: 4px; margin: 32px 0; }
.cnecu5 {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 38px; height: 38px; padding: 0 10px; font-size: 0.85rem; font-weight: 500;
    color: var(--text-muted); background: var(--surface); border: 1px solid var(--border);
    text-decoration: none; transition: all var(--transition);
}
.cnecu5:hover { background: var(--text); color: #fff; border-color: var(--text); }
.mpecd0 { background: var(--text); color: #fff; border-color: var(--text); }

/* ========= SEARCH FORM ========= */
.vsecp5 { display: flex; gap: 8px; max-width: 600px; margin: 20px 0 28px; }
.yveca9 {
    flex: 1; padding: 12px 16px; font-family: var(--font); font-size: 0.95rem;
    border: 1px solid var(--border); background: var(--surface); color: var(--text); outline: none;
}
.yveca9:focus { border-color: var(--text); }
.jtech8 {
    padding: 12px 28px; background: var(--text); color: #fff; border: none;
    font-family: var(--font); font-weight: 600; font-size: 0.9rem; cursor: pointer;
}
.jtech8:hover { background: var(--text-muted); }

/* ========= FILTER BAR ========= */
.jfui3 { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-bottom: 20px; padding: 12px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.sgup1 { flex-wrap: wrap; }
.ujub6 {
    padding: 8px 14px; font-family: var(--font); font-size: 0.85rem;
    border: 1px solid var(--border); background: var(--surface); color: var(--text);
    outline: none; flex: 1; min-width: 200px;
}
.ujub6:focus { border-color: var(--text); }
.uhus3 { display: flex; align-items: center; gap: 6px; }
.qkuy3 { font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-muted); }
.mlud2 { display: flex; flex-wrap: wrap; gap: 6px; }
.emut8 { position: relative; }
.awux1 { cursor: pointer; user-select: none; }
.xvut2 {
    display: none; position: absolute; top: calc(100% + 4px); left: 0; min-width: 180px;
    background: var(--surface); border: 1px solid var(--border); box-shadow: var(--shadow-lg);
    z-index: 50; padding: 8px 0;
}
.xvut2 a, .xvut2 label {
    display: block; padding: 8px 14px; font-size: 0.82rem; color: var(--text);
    text-decoration: none; transition: background var(--transition); cursor: pointer;
}
.xvut2 a:hover, .xvut2 label:hover { background: var(--accent-soft); }

/* ========= BLOG ========= */
.kven7 { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.zweg9 {
    padding: 6px 14px; font-size: 0.82rem; font-weight: 500;
    color: var(--text-muted); background: var(--surface); border: 1px solid var(--border);
    text-decoration: none; transition: all var(--transition);
}
.zweg9:hover { background: var(--text); color: #fff; border-color: var(--text); }
.sxeu5 { background: var(--text); color: #fff; border-color: var(--text); }

.zqip7 { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.dhis4 {
    display: flex; gap: 24px; background: var(--surface); border: 1px solid var(--border);
    overflow: hidden; transition: box-shadow var(--transition);
}
.dhis4:hover { box-shadow: var(--shadow-md); }
.mnir6 { flex-shrink: 0; width: 220px; }
.rmiq3 { width: 100%; height: 100%; object-fit: cover; filter: grayscale(40%); transition: filter 0.3s; }
.dhis4:hover .rmiq3 { filter: grayscale(0%); }
.njii9 { padding: 18px 20px; flex: 1; }
.wkii5 {
    display: inline-block; padding: 2px 8px; background: var(--text); color: #fff;
    font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px;
}
.njii9 h2, .njii9 h3 { font-family: var(--font-head); font-size: 1.1rem; margin-bottom: 6px; }
.njii9 h2 a, .njii9 h3 a { color: var(--text); text-decoration: none; }
.njii9 h2 a:hover, .njii9 h3 a:hover { text-decoration: underline; }
.njii9 p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; margin-bottom: 6px; }
.nliu1 { font-size: 0.78rem; color: var(--text-muted); }
.kpit8 { font-size: 0.82rem; font-weight: 600; text-decoration: underline; }

.gzef1 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
.fbih3 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 32px; }
.hqeg4 { background: var(--surface); border: 1px solid var(--border); overflow: hidden; transition: box-shadow var(--transition); }
.hqeg4:hover { box-shadow: var(--shadow-md); }
.ftec9 { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: grayscale(40%); transition: filter 0.3s; }
.hqeg4:hover .ftec9 { filter: grayscale(0%); }
.ered6 { padding: 14px 16px; }
.ered6 h3 { font-family: var(--font-head); font-size: 0.95rem; margin-bottom: 6px; }
.ered6 h3 a { color: var(--text); text-decoration: none; }
.ered6 h3 a:hover { text-decoration: underline; }
.ered6 p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 4px; }
.ered6 time { font-size: 0.75rem; color: var(--text-muted); }
.usey1 { display: inline-block; padding: 2px 8px; background: var(--text); color: #fff; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 8px; }
.ocio4 { display: block; background: var(--surface); border: 1px solid var(--border); overflow: hidden; margin-bottom: 24px; text-decoration: none; transition: box-shadow var(--transition); }
.ocio4:hover { box-shadow: var(--shadow-md); }
.fgic5 { width: 100%; aspect-ratio: 21/9; object-fit: cover; filter: grayscale(30%); transition: filter 0.3s; }
.ocio4:hover .fgic5 { filter: grayscale(0%); }
.sdih6 { padding: 24px; }
.sdih6 h2 { font-family: var(--font-head); font-size: 1.4rem; margin-bottom: 8px; color: var(--text); }
.sdih6 p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 6px; }
.sdih6 time { font-size: 0.78rem; color: var(--text-muted); }
.mfio9 { display: inline-block; padding: 2px 8px; background: var(--text); color: #fff; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; }

/* ========= ARTICLE ========= */
.lheb1 { margin-bottom: 40px; }
.hmei5 { margin-bottom: 20px; border-bottom: 3px solid var(--border-dark); padding-bottom: 16px; }
.hmei5 h1 { font-family: var(--font-head); font-size: 2rem; font-weight: 700; line-height: 1.2; letter-spacing: -0.02em; }
.ypev1 { display: flex; align-items: center; gap: 12px; margin-top: 10px; font-size: 0.82rem; }
.rleg0 { color: var(--text-muted); }
.njeq9 { display: inline-block; padding: 2px 10px; background: var(--text); color: #fff; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; text-decoration: none; }
.mnej2 { width: 100%; max-height: 420px; object-fit: cover; margin-bottom: 28px; border: 1px solid var(--border); }
.vkep3 { max-width: 720px; }

/* ========= FOOTER ========= */
.oxuj4 { background: var(--surface); border-top: 3px solid var(--border-dark); margin-top: 48px; }
.zdaci4 { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding: 40px 0 32px; }
.hbacw8 h4 { font-family: var(--font-head); font-size: 0.95rem; font-weight: 700; margin-bottom: 14px; }
.hbacw8 p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
.hbacw8 ul { display: flex; flex-direction: column; gap: 6px; }
.hbacw8 li a { font-size: 0.82rem; color: var(--text-muted); text-decoration: none; }
.hbacw8 li a:hover { color: var(--text); text-decoration: underline; }
.tfact1 { display: flex; flex-wrap: wrap; gap: 8px; }
.tfact1 a { font-size: 0.82rem; color: var(--text-muted); text-decoration: none; }
.tfact1 a:hover { text-decoration: underline; }
.vcacx4 { font-size: 0.82rem; color: var(--text-muted); }
.dzuv4 { border-top: 1px solid var(--border); padding: 14px 0; text-align: center; font-size: 0.8rem; color: var(--text-muted); }

/* ========= RESPONSIVE ========= */
@media (max-width: 1024px) {
    .dkx8 { grid-template-columns: 1fr; }
    .gzef1 { grid-template-columns: repeat(2, 1fr); }
    .xzix2 { grid-template-columns: repeat(2, 1fr); }
    .zdaci4 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .abecb1 { flex-wrap: wrap; height: auto; padding: 10px 0; gap: 8px; }
    .bfecf0 { max-width: 100%; order: 3; }
    .kqom6 { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
    .gzef1, .fbih3 { grid-template-columns: 1fr; }
    .xzix2 { grid-template-columns: 1fr; }
    .dhis4 { flex-direction: column; }
    .mnir6 { width: 100%; height: 180px; }
    .zdaci4 { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 480px) {
    .dbui5 { padding: 0 14px; }
    .zjecy5 h1 { font-size: 1.6rem; }
    .cnk1 h1 { font-size: 1.4rem; }
    .tmz9 { grid-template-columns: 1fr; }
    .kqom6 { grid-template-columns: 1fr; gap: 12px; }
}
