:root{--green:#178a45;--green-dark:#0c3d22;--gold:#e2ae2a;--muted:#5d6d62;--cream:#f3efe4;--line:#e2e6df;--shadow:0 18px 40px rgba(12,61,34,.1);--font:"Manrope",system-ui,sans-serif;--serif:"Fraunces",Georgia,serif}
.cfro-ev-atlas .container{width:min(1160px,calc(100% - 32px));margin-inline:auto}
.cfro-ev-atlas .text-link{color:var(--green);font-weight:800;text-decoration:none}
.cfro-ev-atlas .empty{color:var(--muted)}
.atlas { padding-top: 48px; }
.atlas__grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: start; }
.atlas__map, .atlas__list { background: #fff; border-radius: 28px; padding: 22px; box-shadow: var(--shadow); border: 1px solid var(--line); }
.atlas__head h2, .atlas__list-head h2 { font-family: var(--serif); margin: 0 0 6px; color: var(--green-dark); font-size: 1.7rem; }
.atlas__head p, .atlas__list-head p { margin: 0; color: var(--muted); }
.atlas__list-head { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; margin-bottom: 16px; }
.atlas__stage {
    background:
        radial-gradient(circle at 88% 62%, rgba(23, 138, 69, .12), transparent 34%),
        linear-gradient(180deg, #eef6f0 0%, #e4eee6 100%);
    border-radius: 22px;
    padding: 12px 8px 4px;
    border: 1px solid #d5e6da;
}
.ro-map { width: 100%; height: auto; display: block; overflow: visible; }
.ro-map__region { cursor: pointer; }
.ro-map__region path {
    fill: var(--fill, #178a45);
    stroke: #f7f4ee;
    stroke-width: 2.6;
    stroke-linejoin: round;
    paint-order: stroke fill;
}
.ro-map__region[data-region="nord-vest"] { --fill: #0e4d2a; }
.ro-map__region[data-region="nord-est"] { --fill: #1f7a40; }
.ro-map__region[data-region="centru"] { --fill: #c9a227; }
.ro-map__region[data-region="vest"] { --fill: #146c36; }
.ro-map__region[data-region="sud-vest"] { --fill: #4d7c32; }
.ro-map__region[data-region="sud-muntenia"] { --fill: #e2ae2a; }
.ro-map__region[data-region="sud-est"] { --fill: #178a45; }
.ro-map__region[data-region="bucuresti-ilfov"] { --fill: #5c4310; }
.ro-map__region:hover path { filter: brightness(1.12); stroke: #fff; }
.ro-map__region.is-on path { fill: #0c3d22; stroke: var(--gold); stroke-width: 4.2; }
.ro-map__label {
    font-family: var(--font);
    font-size: 15px;
    font-weight: 800;
    fill: #fff;
    text-anchor: middle;
    pointer-events: none;
    paint-order: stroke;
    stroke: rgba(6, 20, 14, .45);
    stroke-width: 3px;
}
.ro-map__label--sm { font-size: 11px; }
.ro-map__badge { pointer-events: none; }
.ro-map__badge circle { fill: #fff; stroke: var(--green-dark); stroke-width: 1.5; }
.ro-map__badge text { fill: var(--green-dark); font-size: 11px; font-weight: 800; text-anchor: middle; font-family: var(--font); }
.atlas__legend { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 14px 0 0; margin: 0; }
.atlas__chip {
    display: flex; align-items: center; gap: 8px;
    text-decoration: none; font-size: 13px; font-weight: 700;
    padding: 8px 10px; border-radius: 12px; background: var(--cream);
}
.atlas__chip b { margin-left: auto; color: var(--green-dark); }
.atlas__chip.is-on, .atlas__chip:hover { background: #e7f4ea; }
.atlas__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.atlas__dot--nord-vest { background: #0e4d2a; }
.atlas__dot--nord-est { background: #1f7a40; }
.atlas__dot--centru { background: #c9a227; }
.atlas__dot--vest { background: #146c36; }
.atlas__dot--sud-vest { background: #4d7c32; }
.atlas__dot--sud-muntenia { background: #e2ae2a; }
.atlas__dot--sud-est { background: #178a45; }
.atlas__dot--bucuresti-ilfov { background: #5c4310; }
.atlas .agenda__row { grid-template-columns: 108px 1fr; align-items: start; }
.atlas .agenda__photo { height: 108px; }
.agenda__row[hidden], .atlas [hidden] { display: none !important; }

@media (max-width: 980px) {
    .dossier__grid, .mosaic, .video-grid, .agenda__row, .atlas__grid { grid-template-columns: 1fr; }
    .faculty, .faculty--team, .dossier--team .faculty { grid-template-columns: repeat(2, 1fr); }
    .mosaic button:nth-child(1) { grid-column: auto; grid-row: auto; min-height: 200px; }
    .atlas__map, .atlas__list { padding: 16px; border-radius: 22px; }
    .ro-map__label { font-size: 18px; }
    .film { min-height: 380px; }
    .film__copy { padding: 72px 0 36px; }
    .film--stage, .dossier--manifest .film { min-height: 420px; }
}
@media (max-width: 720px) {
    .topbar__broker { display: none; }
    .topbar__inner { justify-content: center; }
    .stats { padding: 48px 0; }
    .stats__grid { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr; }
    .cta { padding: 0 0 48px; }
    .cta__box { padding: 24px; border-radius: 22px; }
    .atlas__legend { grid-template-columns: 1fr; }
.agenda { display: grid; gap: 14px; }
.agenda__row { display: grid; grid-template-columns: 140px 110px 1fr; gap: 18px; align-items: center; background: #fff; border-radius: 20px; overflow: hidden; text-decoration: none; box-shadow: var(--shadow); }
.agenda__photo { height: 110px; background: #0c3d22 center/cover no-repeat; }
.agenda__row time { font-weight: 800; color: var(--green); }
.agenda__row h3 { margin: 0 0 4px; font-family: var(--serif); }
.agenda__row p { margin: 0; color: var(--muted); }

.atlas__panel {
    margin-top: 14px;
    display: grid;
    gap: 8px;
    padding: 12px;
    border-radius: 16px;
    background: #eef6f0;
    border: 1px solid #d5e6da;
}
.atlas__panel[hidden] { display: none !important; }
.atlas__panel-head { margin: 0 0 4px; color: var(--green-dark); font-size: 14px; }
.atlas__panel-empty { margin: 0; color: var(--muted); font-size: 14px; }
.atlas__panel-item {
    display: flex; align-items: center; justify-content: space-between; gap: 10px;
    text-decoration: none; color: var(--green-dark);
    background: #fff; border-radius: 12px; padding: 10px 12px;
    font-weight: 700; font-size: 13px; box-shadow: 0 6px 16px rgba(12,61,34,.06);
}
.atlas__panel-item em { font-style: normal; color: #9a6c00; white-space: nowrap; }
.atlas__panel-item:hover { background: #f7f4ee; }
.agenda__row.is-filtered-in { outline: 2px solid var(--gold); outline-offset: 2px; }
.agenda__row.is-filtered-out,
.agenda__row[hidden] { display: none !important; }
