:root{
  --bg:#071523;
  --panel:#0a1a2a;
  --panel2:#0c2032;
  --line:#27435a;
  --text:#d6e3ef;
  --muted:#8fa8c1;
  --blue:#4da3ff;
  --green:#47ee8a;
  --amber:#f1bd27;
  --red:#f34d5e;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 50% -20%, rgba(39,98,145,.18), transparent 35%),
    linear-gradient(#071523,#06111d 78%,#050e18);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
.topbar{
  height:73px;
  border-bottom:1px solid #21384d;
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:30px;
  padding:0 38px;
  background:rgba(4,17,30,.92);
  position:sticky;
  top:0;
  z-index:10;
  backdrop-filter:blur(10px);
}
.brand{display:flex;gap:14px;align-items:center}
.brand-icon{
  font-size:28px;
  width:34px;height:34px;
  display:grid;place-items:center;
  transform:rotate(18deg);
}
.brand-title{font-size:22px;font-weight:700;letter-spacing:.2px}
.brand-subtitle{font-size:12px;color:var(--muted);margin-top:3px}
.nav{display:flex;gap:34px;font-size:13px;height:100%;align-items:center}
.nav a{height:100%;display:flex;align-items:center;border-bottom:2px solid transparent;color:#c7d4df}
.nav a.active{color:#61b2ff;border-color:#4aa8ff}
.lang{
  background:#091929;border:1px solid #24415a;color:#d7e4ef;
  border-radius:8px;padding:8px 11px;font-size:12px
}
.page{padding:12px 24px 8px}
.status-banner{
  border:1px solid #1c9f62;
  border-radius:7px;
  background:
    radial-gradient(circle at 8% 50%, rgba(68,238,138,.10), transparent 20%),
    linear-gradient(90deg,rgba(10,67,46,.38),rgba(6,30,35,.7));
  display:grid;
  grid-template-columns:370px 1fr 390px;
  align-items:center;
  min-height:94px;
  padding:0 32px;
}
.status-left{display:flex;align-items:center;gap:24px}
.status-orb{
  width:40px;height:40px;border-radius:50%;
  background:var(--green);
  box-shadow:0 0 14px rgba(71,238,138,.85),0 0 30px rgba(71,238,138,.25)
}
.eyebrow{font-size:11px;letter-spacing:1.3px;font-weight:700;color:#9cb2c7}
.eyebrow.green{color:#59f198}
.status-title{font-size:40px;line-height:.95;color:var(--green);font-weight:800;letter-spacing:1px;margin-top:4px}
.status-copy{
  border-left:1px solid #3b5d68;
  padding:12px 28px;
  font-size:15px;
}
.status-meta{
  border-left:1px solid #3b5d68;
  padding-left:32px;
  color:#b5c7d6;
  font-size:13px;
  line-height:1.6;
}
.status-meta span{color:#92abc0}
.dashboard{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:10px 14px;
  margin-top:12px;
}
.right-top{display:grid;gap:10px}
.panel{
  background:linear-gradient(180deg,rgba(10,27,43,.95),rgba(7,22,35,.95));
  border:1px solid #29475f;
  border-radius:7px;
  box-shadow:inset 0 1px rgba(255,255,255,.02);
  overflow:hidden;
}
.panel h2{font-size:13px;letter-spacing:.8px;margin:0;color:#d4e2ee}
.panel p{font-size:12px;margin:4px 0 0;color:#8eacc8}
.panel-title-row{display:flex;justify-content:space-between;align-items:flex-start}
.map-panel{min-height:440px;padding:14px 15px 0}
.map-note{
  border:1px solid #2b4f6b;
  border-radius:7px;
  padding:8px 11px;
  font-size:10px;line-height:1.6;
  color:#a9c0d3;
  position:relative;z-index:2;
}
.map-note span{color:#8ba5ba}
.map-wrap{margin:0 -15px 0; height:380px}
.nl-map{width:100%;height:100%;display:block}
.hex{stroke-width:1.35;filter:url(#glow)}
.hex.normal{fill:rgba(46,180,87,.52);stroke:#54e487}
.hex.degraded{fill:rgba(226,170,13,.80);stroke:#ffd74d}
.hex.anomaly{fill:rgba(222,63,77,.78);stroke:#ff6a7c}
.hex.insufficient{fill:rgba(93,112,130,.42);stroke:#7892a7}
.legend-bg{fill:rgba(5,19,31,.88);stroke:#28465e}
.constellation-panel{padding:15px 17px;min-height:212px}
.constellation-grid{display:grid;grid-template-columns:1.2fr .85fr;margin-top:10px}
.constellations{padding-right:28px}
.const-row{
  display:grid;grid-template-columns:18px 1fr auto;gap:10px;
  align-items:center;padding:10px 0;border-bottom:1px solid #1f384c;font-size:13px
}
.const-row:last-child{border-bottom:0}
.dot{width:14px;height:14px;border-radius:50%;display:inline-block}
.dot.ok{background:var(--green);box-shadow:0 0 10px rgba(71,238,138,.7)}
.const-row strong{color:var(--green);font-weight:500;font-size:12px}
.network-block{
  border-left:1px solid #2b4f67;padding-left:28px;
  display:grid;align-content:start;gap:4px
}
.net-icon{font-size:30px;margin-bottom:3px}
.operational{color:var(--green);font-size:18px;font-weight:700}
.sep{height:1px;background:#36526a;margin:15px 0}
.last-update-time{font-size:18px;font-weight:700}
.last-update-date{font-size:12px;color:#c3d1de}
.statistics-panel{padding:14px 16px 12px}
.small-muted{font-size:11px;color:#91aac0}
.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}
.stat-card{
  border:1px solid #294960;border-radius:7px;
  background:linear-gradient(180deg,#0c2032,#091827);
  padding:11px 12px 10px;min-height:117px
}
.stat-icon{
  width:22px;height:22px;display:grid;place-items:center;
  font-size:16px;font-weight:800;margin-bottom:13px
}
.stat-icon.red{color:var(--red);border:2px solid var(--red);border-radius:50%;font-size:12px}
.stat-icon.blue{color:#55a8ff}
.stat-icon.green{color:var(--green)}
.stat-value{font-size:23px;font-weight:800;line-height:1}
.stat-value.green-text{color:var(--green)}
.stat-label{font-size:11px;margin-top:8px}
.stat-delta{font-size:9px;color:#7996af;margin-top:7px}
.events-panel{padding:14px 14px 16px}
.view-all{font-size:11px;color:#4da3ff}
.table-wrap{margin-top:10px;overflow:auto;border:1px solid #1e3b50;border-radius:5px}
table{border-collapse:collapse;width:100%;font-size:11px;min-width:760px}
thead{background:#0d2133;color:#96abc0;font-size:9px;letter-spacing:.55px}
th,td{padding:8px 9px;border-bottom:1px solid #1c3447;text-align:left;white-space:nowrap}
tbody tr:last-child td{border-bottom:0}
.event-dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:10px;vertical-align:-1px}
.event-dot.amber{background:#f5c22d}
.event-dot.green-dot{background:#46ea89}
.conf.high{color:#ff596a}
.conf.medium{color:#ffd34c}
.conf.low{color:#4feb8b}
.pill{background:#24384a;border-radius:14px;padding:4px 13px;color:#d5e1eb}
.chart-panel{padding:14px 15px 12px;position:relative}
.chart-legend{
  border:1px solid #27475f;border-radius:6px;
  padding:7px 11px;font-size:10px;line-height:1.8;color:#c2d2df
}
.line{display:inline-block;width:22px;border-top:2px solid #4da3ff;margin-right:10px;vertical-align:3px}
.line.dashed{border-top-style:dashed}
.chart{width:100%;height:190px;margin-top:4px}
.grid line{stroke:#203a4e;stroke-width:1}
.axis-labels text{fill:#95adc2;font-size:10px}
.median,.p95{fill:none;stroke:#4da3ff;stroke-width:2.2}
.p95{stroke-dasharray:7 6;opacity:.9}
.y-label{
  position:absolute;left:-28px;top:160px;transform:rotate(-90deg);
  color:#a6b9cb;font-size:10px
}
.x-label{text-align:center;color:#9bb1c5;font-size:10px;margin-top:-8px}
.footer{
  display:grid;grid-template-columns:1.15fr 1fr auto;gap:30px;
  padding:20px 24px 25px;
  color:#6f8da6;font-size:10px
}
.footer a{text-decoration:underline;color:#88a4ba}

@media(max-width:760px){
  .topbar{grid-template-columns:1fr auto;padding:0 18px}
  .nav{display:none}
  .status-banner{grid-template-columns:300px 1fr}
  .status-meta{display:none}
  .dashboard{grid-template-columns:1fr}
  .map-panel{min-height:430px}
}
@media(max-width:740px){
  .page{padding:10px}
  .topbar{height:auto;min-height:68px}
  .brand-subtitle{display:none}
  .brand-title{font-size:16px}
  .status-banner{grid-template-columns:1fr;padding:16px 18px;gap:14px}
  .status-copy{border-left:0;border-top:1px solid #2a5b4c;padding:12px 0 0}
  .status-title{font-size:34px}
  .constellation-grid{grid-template-columns:1fr}
  .network-block{border-left:0;border-top:1px solid #2b4f67;padding:16px 0 0;margin-top:10px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .footer{grid-template-columns:1fr}
  .map-wrap{height:330px}
}


/* ==========================================================
   GNSS REAL MAP PATCH
   ========================================================== */

.map-wrap {
    position: relative;
    overflow: hidden;
    height: 380px;
    background: #071827;
}

#gnssMap {
    width: 100%;
    height: 100%;
    background: #071827;
}

/* kaart iets rustiger / SOC-achtiger */
#gnssMap .leaflet-tile-pane {
    filter:
        saturate(.55)
        brightness(.72)
        contrast(1.08);
}

#gnssMap .leaflet-control-attribution {
    background: rgba(5,17,28,.76);
    color: #67859e;
    font-size: 8px;
    padding: 1px 4px;
}

#gnssMap .leaflet-control-attribution a {
    color: #79a4c3;
}


/* legenda */
.gnss-map-legend {
    position: absolute;
    z-index: 500;
    left: 16px;
    bottom: 16px;

    min-width: 150px;

    padding: 12px 14px;

    border: 1px solid #294a62;
    border-radius: 7px;

    background: rgba(5,19,31,.92);

    box-shadow:
        0 8px 22px rgba(0,0,0,.25),
        inset 0 1px rgba(255,255,255,.02);

    color: #d6e3ef;

    font-size: 11px;
    line-height: 1.9;

    pointer-events: none;
}

.gnss-map-legend > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.legend-hex {
    width: 18px;
    height: 20px;

    display: inline-block;

    clip-path: polygon(
        25% 0,
        75% 0,
        100% 50%,
        75% 100%,
        25% 100%,
        0 50%
    );

    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.40);
}

.legend-hex.normal {
    background: #35b965;
}

.legend-hex.degraded {
    background: #e8b51e;
}

.legend-hex.anomaly {
    background: #e44c5b;
}

.legend-hex.insufficient {
    background: #536979;
}


@media(max-width:740px) {

    .map-wrap {
        height: 330px;
    }

    .gnss-map-legend {
        left: 10px;
        bottom: 10px;
        transform: scale(.9);
        transform-origin: bottom left;
    }
}



/* ===== GNSS MAP V2 — static dashboard map ===== */

.map-wrap {
    height: 390px !important;
    margin: 0 -15px 0 !important;
    position: relative !important;
    overflow: hidden !important;
    background: #071827 !important;
}

.gnss-static-map {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gnssMap,
.leaflet-container,
.gnss-map-legend {
    display: none !important;
}

@media(max-width:740px) {
    .map-wrap {
        height: 330px !important;
    }
}


/* =========================================================
   MAP REFERENCE FIX
   volledige kaart altijd zichtbaar op 100% browser zoom
   ========================================================= */

.map-wrap {
    height: clamp(350px, 26.5vw, 420px) !important;
    background:
        radial-gradient(circle at 55% 45%, #0b2536 0%, #071827 68%) !important;
    overflow: hidden !important;
}

.gnss-static-map {
    width: 100% !important;
    height: 100% !important;

    /* NOOIT meer croppen */
    object-fit: contain !important;

    object-position: center center !important;
    display: block !important;
}



/* === INTERACTIVE HEX MAP START === */

.map-wrap {
    position: relative !important;
    height: 390px !important;
    margin: 0 -15px 0 !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 48% 45%, rgba(17,43,64,.35), rgba(7,24,39,0) 45%),
        linear-gradient(180deg, #071827 0%, #071522 100%) !important;
}

.gnss-map-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.gnss-base-map {
    position: absolute;
    inset: 0;
    margin: auto;

    height: 96%;
    width: auto;
    max-width: 92%;

    display: block;
    object-fit: contain;

    opacity: .96;

    filter:
      brightness(0)
      saturate(100%)
      invert(72%)
      sepia(9%)
      saturate(675%)
      hue-rotate(171deg)
      brightness(94%)
      contrast(88%);
      
    pointer-events: none;
    user-select: none;
}

.gnss-hex-overlay {
    position: absolute;
    inset: 0;
    margin: auto;

    height: 96%;
    width: auto;
    aspect-ratio: 700 / 900;

    overflow: visible;
}

.hex-hit {
    cursor: pointer;
    outline: none;
}

.hex-shape {
    transition:
        transform .12s ease,
        fill-opacity .12s ease,
        stroke-width .12s ease,
        filter .12s ease;
}

.hex-hit:hover .hex-shape,
.hex-hit:focus .hex-shape,
.hex-hit.is-active .hex-shape {
    transform: scale(1.04);
    fill-opacity: .95 !important;
    stroke-width: 2.3 !important;
    filter: drop-shadow(0 0 8px rgba(115, 217, 236, .45));
}

.hex-label {
    font: 11px Inter, Segoe UI, Arial, sans-serif;
    fill: #dbe6ef;
    text-anchor: middle;
    pointer-events: none;
    opacity: .82;
}

.hex-tooltip {
    position: absolute;
    z-index: 20;

    min-width: 210px;
    max-width: 260px;

    padding: 12px 14px;

    border: 1px solid #2b4c66;
    border-radius: 8px;

    background: rgba(5, 18, 29, .96);
    box-shadow: 0 10px 22px rgba(0,0,0,.28);

    color: #d7e3ee;
    font-size: 12px;
    line-height: 1.45;

    pointer-events: none;
}

.hex-tooltip strong {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
}

.hex-tooltip .status-line {
    margin-top: 6px;
    color: #93afc6;
    font-size: 11px;
}

.hex-tooltip .status-pill {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
}

.status-pill.normal {
    background: rgba(54,174,96,.18);
    color: #69e993;
    border: 1px solid rgba(105,233,147,.28);
}

.status-pill.degraded {
    background: rgba(224,173,24,.18);
    color: #ffd542;
    border: 1px solid rgba(255,213,66,.28);
}

.status-pill.anomaly {
    background: rgba(223,70,86,.18);
    color: #ff7582;
    border: 1px solid rgba(255,117,130,.28);
}

.status-pill.insufficient {
    background: rgba(86,107,123,.20);
    color: #a9bbc9;
    border: 1px solid rgba(169,187,201,.22);
}

#gnssMap,
.gnss-static-map,
.gnss-map-legend,
.leaflet-container {
    display: none !important;
}

@media (max-width: 740px) {
    .map-wrap {
        height: 330px !important;
    }

    .gnss-base-map,
    .gnss-hex-overlay {
        height: 94%;
        max-width: 96%;
    }

    .hex-tooltip {
        min-width: 180px;
        max-width: 220px;
        font-size: 11px;
    }
}

/* === INTERACTIVE HEX MAP END === */



/* === GNSS CENTERED INTERACTIVE MAP START === */

.map-wrap {
    position: relative !important;
    height: 390px !important;
    margin: 0 -15px 0 !important;
    overflow: hidden !important;

    background:
      radial-gradient(
        circle at 50% 46%,
        rgba(20, 52, 75, .26),
        rgba(7, 24, 39, 0) 48%
      ),
      #071827 !important;
}

.gnss-map-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/*
 * Canvas heeft exact dezelfde verhouding als het bronplaatje.
 * Zowel IMG als SVG zitten hier bovenop elkaar.
 */
.gnss-map-canvas {
    position: absolute;

    top: 50%;
    left: 50%;

    height: 96%;
    aspect-ratio: 700 / 900;

    transform: translate(-50%, -50%);
}


/* Basiskaart */
.gnss-base-map {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: contain;

    pointer-events: none;
    user-select: none;
}


/* Overlay */
.gnss-hex-overlay {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    overflow: visible;
}


/* Iedere klikbare regio */
.gnss-hex {
    cursor: pointer;
    outline: none;
}


/* Zeshoek zelf */
.gnss-hex polygon {
    vector-effect: non-scaling-stroke;

    stroke-width: 1.7;

    transition:
        fill-opacity .12s ease,
        stroke-width .12s ease,
        filter .12s ease,
        transform .12s ease;

    transform-box: fill-box;
    transform-origin: center;
}


/* hover/click */
.gnss-hex:hover polygon,
.gnss-hex:focus polygon,
.gnss-hex.active polygon {
    stroke-width: 2.6;

    fill-opacity: .92 !important;

    filter:
        drop-shadow(0 0 6px rgba(75, 190, 255, .42));

    transform: scale(1.035);
}


/* STATUS COLORS */

.gnss-hex.normal polygon {
    fill: rgba(52, 174, 95, .50);
    stroke: #69e993;
}

.gnss-hex.degraded polygon {
    fill: rgba(224, 173, 24, .82);
    stroke: #ffd542;
}

.gnss-hex.anomaly polygon {
    fill: rgba(223, 70, 86, .86);
    stroke: #ff6878;
}

.gnss-hex.insufficient polygon {
    fill: rgba(82, 105, 123, .42);
    stroke: #8299aa;
}


/* Tooltip */

.gnss-hex-tooltip {
    position: absolute;
    z-index: 30;

    width: 220px;

    padding: 11px 13px;

    border: 1px solid #31536c;
    border-radius: 7px;

    background:
        linear-gradient(
          180deg,
          rgba(9, 29, 45, .97),
          rgba(5, 19, 31, .98)
        );

    box-shadow:
        0 12px 30px rgba(0,0,0,.35);

    color: #d9e5ef;

    font-size: 12px;
    line-height: 1.45;

    pointer-events: none;
}

.gnss-hex-tooltip strong {
    display: block;

    margin-bottom: 4px;

    color: #edf5fb;
    font-size: 13px;
}

.gnss-hex-tooltip .tooltip-status {
    display: inline-block;

    margin-top: 7px;
    padding: 2px 8px;

    border-radius: 12px;

    font-size: 10px;
    font-weight: 700;
}

.gnss-hex-tooltip .tooltip-status.normal {
    color: #69e993;
    border: 1px solid rgba(105,233,147,.32);
    background: rgba(52,174,95,.15);
}

.gnss-hex-tooltip .tooltip-status.degraded {
    color: #ffd542;
    border: 1px solid rgba(255,213,66,.32);
    background: rgba(224,173,24,.15);
}

.gnss-hex-tooltip .tooltip-status.anomaly {
    color: #ff6878;
    border: 1px solid rgba(255,104,120,.32);
    background: rgba(223,70,86,.15);
}

.gnss-hex-tooltip .tooltip-status.insufficient {
    color: #adbfcc;
    border: 1px solid rgba(173,191,204,.25);
    background: rgba(82,105,123,.18);
}


/* Oude mapvarianten definitief uit */
.gnss-static-map,
#gnssMap,
.leaflet-container,
.gnss-map-legend {
    display: none !important;
}


/* mobiele schaal */
@media(max-width:740px) {

    .map-wrap {
        height: 330px !important;
    }

    .gnss-map-canvas {
        height: 92%;
    }

}

/* === GNSS CENTERED INTERACTIVE MAP END === */



/* === GNSS MAP V3 START === */

/*
 * Contextlabels zoals in de originele mockup.
 */

.map-context {
    position: absolute;
    z-index: 8;
    pointer-events: none;
    user-select: none;
}

.map-context.north-sea {
    left: 11%;
    top: 43%;

    color: #537b9b;

    font-size: 14px;
    font-style: italic;

    letter-spacing: .48em;
}

.map-context.belgium {
    left: 31%;
    bottom: 6%;

    color: #527895;
    font-size: 13px;
}

.map-context.germany {
    right: 13%;
    top: 57%;

    color: #527895;
    font-size: 13px;
}


/*
 * Legenda
 */

.gnss-map-key {
    position: absolute;
    z-index: 10;

    left: 16px;
    bottom: 15px;

    width: 154px;

    padding: 11px 13px;

    border: 1px solid #29495f;
    border-radius: 7px;

    background: rgba(5,19,31,.91);

    box-shadow:
        0 8px 20px rgba(0,0,0,.18);

    color: #d6e3ed;

    font-size: 11px;
}

.gnss-map-key-row {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 6px 0;
}

.gnss-key-hex {
    width: 17px;
    height: 19px;

    flex: 0 0 auto;

    clip-path: polygon(
        25% 0,
        75% 0,
        100% 50%,
        75% 100%,
        25% 100%,
        0 50%
    );
}

.gnss-key-hex.normal {
    background: #3ab866;
    box-shadow: inset 0 0 0 1px #69e993;
}

.gnss-key-hex.degraded {
    background: #dcae21;
    box-shadow: inset 0 0 0 1px #ffd542;
}

.gnss-key-hex.anomaly {
    background: #df4b59;
    box-shadow: inset 0 0 0 1px #ff6878;
}

.gnss-key-hex.insufficient {
    background: #566b7b;
    box-shadow: inset 0 0 0 1px #8299aa;
}


/*
 * Schaal
 */

.gnss-scale {
    position: absolute;
    z-index: 9;

    right: 11%;
    bottom: 7%;

    width: 175px;

    color: #b8cad8;

    font-size: 9px;

    pointer-events: none;
}

.gnss-scale-labels {
    display: flex;
    justify-content: space-between;

    margin-bottom: 3px;
}

.gnss-scale-line {
    height: 7px;

    border-top: 1px solid #c5d3de;

    background:
        linear-gradient(
            90deg,
            #c5d3de 0 1px,
            transparent 1px 33.1%,
            #c5d3de 33.1% calc(33.1% + 1px),
            transparent calc(33.1% + 1px) 66.2%,
            #c5d3de 66.2% calc(66.2% + 1px),
            transparent calc(66.2% + 1px) calc(100% - 1px),
            #c5d3de calc(100% - 1px)
        );
}


/*
 * Nieuwe hexgrid.
 */

.gnss-hex polygon {
    vector-effect: non-scaling-stroke;

    stroke-width: 1.45;

    transition:
        fill-opacity .13s ease,
        stroke-width .13s ease,
        filter .13s ease,
        transform .13s ease;

    transform-box: fill-box;
    transform-origin: center;
}

.gnss-hex:hover polygon,
.gnss-hex:focus polygon,
.gnss-hex.active polygon {
    fill-opacity: .92 !important;
    stroke-width: 2.3;

    transform: scale(1.035);

    filter:
        drop-shadow(
            0 0 6px
            rgba(100,215,235,.48)
        );
}


/*
 * De kaart blijft exact centraal staan.
 */

.gnss-map-canvas {
    top: 50% !important;
    left: 50% !important;

    height: 96% !important;

    transform:
        translate(-50%, -50%) !important;
}


/* === GNSS MAP V3 END === */



/* === GNSS LAND MASK START === */

.gnss-hex-overlay {
    -webkit-mask-image: url("nl-mask.webp");
    mask-image: url("nl-mask.webp");

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;

    -webkit-mask-position: center;
    mask-position: center;
}

/* === GNSS LAND MASK END === */



/* === GNSS HEX V4 CSS START === */

/*
 * Oude raster-maskering uit.
 * Vanaf V4 wordt binnen het SVG zelf geclipt.
 */
.gnss-hex-overlay {
    -webkit-mask: none !important;
    mask: none !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
}

.gnss-hex polygon {
    stroke-width: 1.35;
    vector-effect: non-scaling-stroke;

    transition:
        fill-opacity .12s ease,
        stroke-width .12s ease,
        filter .12s ease,
        transform .12s ease;

    transform-box: fill-box;
    transform-origin: center;
}

.gnss-hex:hover polygon,
.gnss-hex:focus polygon,
.gnss-hex.active polygon {
    fill-opacity: .94 !important;
    stroke-width: 2.2;

    transform: scale(1.035);

    filter:
        drop-shadow(
            0 0 5px
            rgba(91,210,235,.48)
        );
}

/* === GNSS HEX V4 CSS END === */



/* === V5 FULL HEX OVERRIDE === */

.gnss-hex-overlay {
    mask: none !important;
    -webkit-mask: none !important;

    mask-image: none !important;
    -webkit-mask-image: none !important;

    overflow: visible !important;
}

