:root{
  --wpr-navy:#071b2c;
  --wpr-navy-2:#0b2940;
  --wpr-blue:#0e5ea8;
  --wpr-cyan:#17a5d8;
  --wpr-teal:#0e9797;
  --wpr-ink:#102a3e;
  --wpr-text:#28475e;
  --wpr-muted:#6f8493;
  --wpr-line:#dce7ee;
  --wpr-soft:#f4f8fb;
  --wpr-white:#fff;
  --wpr-green:#2a9c72;
  --wpr-gold:#d79a24;
  --wpr-orange:#d87731;
  --wpr-purple:#6956c7;
  --wpr-red:#c85050;
  --wpr-shadow:0 18px 50px rgba(7,27,44,.10);
}

body.su-wpr-page .site-content,
body.su-wpr-page #content{max-width:none!important;padding:0!important}
body.su-wpr-page .entry-header,
body.su-wpr-page .sidebar,
body.su-wpr-page #secondary{display:none!important}
.su-wpr-template-main{width:100%;max-width:none;margin:0;padding:0}

.su-wpr{
  max-width:1440px;
  margin:28px auto 60px;
  background:#fff;
  color:var(--wpr-text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  border:1px solid #dbe6ed;
  border-radius:24px;
  box-shadow:var(--wpr-shadow);
  overflow:hidden;
  position:relative;
}
.su-wpr *{box-sizing:border-box}
.su-wpr button,.su-wpr input,.su-wpr select{font:inherit}
.su-wpr button{cursor:pointer}

/* Intelligence-style hero */
.su-wpr-hero{
  background:linear-gradient(135deg,#061827 0%,#0a2a42 55%,#0d4266 100%)!important;
  color:#fff!important;
  padding:26px 30px 28px;
  position:relative;
  overflow:hidden;
  border-radius:23px 23px 0 0!important;
}
.su-wpr-hero:after{
  content:"";
  position:absolute;
  right:-90px;
  top:-140px;
  width:420px;
  height:420px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.018);
  pointer-events:none;
}
.su-wpr-hero-topline{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.11em;position:relative;z-index:1}
.su-wpr-live-dot{width:9px;height:9px;border-radius:50%;background:#31d17c;box-shadow:0 0 0 5px rgba(49,209,124,.13)}
.su-wpr-hero-updated{margin-left:auto;color:#b8cedd;font-weight:600;letter-spacing:0}
.su-wpr-hero-content{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;margin-top:27px;position:relative;z-index:1}
.su-wpr-kicker,.su-wpr-eyebrow{margin:0 0 7px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:11px;color:#62c7ec}
.su-wpr-hero h1{margin:0;font-size:clamp(30px,4vw,52px);line-height:1.02;letter-spacing:-.04em;max-width:840px;color:#fff!important}
.su-wpr-subtitle{max-width:840px;margin:13px 0 0;color:#c7d9e6!important;font-size:16px;line-height:1.65}
.su-wpr-pulse{width:150px;height:150px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(255,255,255,.045);backdrop-filter:blur(6px);box-shadow:inset 0 0 0 10px rgba(255,255,255,.018)}
.su-wpr-pulse-label{font-size:9px;letter-spacing:.12em;color:#acc6d8;font-weight:800}
.su-wpr-pulse strong{font-size:42px;line-height:1;margin:7px 0 4px;color:#fff!important}
.su-wpr-pulse span:last-child{font-size:10px;color:#55d797;text-transform:uppercase;font-weight:800;text-align:center;max-width:105px;line-height:1.25}
.su-wpr-stats{display:grid;grid-template-columns:repeat(5,1fr);margin-top:28px;border:1px solid rgba(255,255,255,.12);border-radius:14px;overflow:hidden;position:relative;z-index:1}
.su-wpr-stat{padding:18px 20px;background:rgba(255,255,255,.035);border:0;border-right:1px solid rgba(255,255,255,.12);text-align:left;color:#fff;transition:.16s ease}
.su-wpr-stat:last-child{border-right:0}
.su-wpr-stat:hover{background:rgba(255,255,255,.075)}
.su-wpr-stat strong{display:block;color:#fff!important;font-size:25px;line-height:1.05}
.su-wpr-stat span{display:block;color:#a9c1d1!important;font-size:12px;margin-top:5px}

/* Tabs + filtering */
.su-wpr-tabs{display:flex!important;flex-wrap:nowrap!important;align-items:center;gap:6px;width:100%;padding:11px 18px;background:#fff;border-bottom:1px solid var(--wpr-line);overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.su-wpr-tabs::-webkit-scrollbar{height:5px}.su-wpr-tabs::-webkit-scrollbar-track{background:#f3f7fa}.su-wpr-tabs::-webkit-scrollbar-thumb{background:#b8cad6;border-radius:999px}
.su-wpr-tab{flex:0 0 auto;border:0;background:transparent;color:#607988;padding:12px 16px;border-radius:9px;font-weight:750;white-space:nowrap;transition:.2s ease}
.su-wpr-tab:hover{background:#f1f6f9;color:var(--wpr-ink)}
.su-wpr-tab.is-active{background:var(--wpr-navy);color:#fff;box-shadow:0 6px 16px rgba(7,27,44,.18)}

.su-wpr-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) repeat(3,minmax(150px,190px)) auto;gap:9px;padding:15px 22px;border-bottom:1px solid var(--wpr-line);background:#fbfdfe}
.su-wpr-search-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--wpr-line);border-radius:10px;padding:0 12px}
.su-wpr-search-wrap span{font-size:22px;color:#7590a2}
.su-wpr-search-wrap input{width:100%;border:0;outline:0;background:transparent;padding:12px 0;color:#111820;font-size:15px;font-weight:650}
.su-wpr-toolbar select,.su-wpr-reset{border:1px solid #c5d2da;border-radius:10px;background:#fff;color:#111820;padding:12px 12px;outline:0;font-size:14px;font-weight:750}
.su-wpr-reset{color:var(--wpr-blue);font-weight:800}
.su-wpr-toolbar select:focus,.su-wpr-search-wrap:focus-within,.su-wpr-secondary-filters select:focus{border-color:#9cc5da;box-shadow:0 0 0 3px rgba(23,165,216,.10)}

.su-wpr-secondary-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) auto;gap:9px;padding:11px 22px 13px;background:#fff;border-bottom:1px solid var(--wpr-line);align-items:end}
.su-wpr-secondary-filters label{display:block;margin:0 0 7px;color:#172129;font-size:13px;font-weight:850;letter-spacing:.015em;text-transform:none}
.su-wpr-secondary-filters select{width:100%;min-width:0;border:1px solid #c5d2da;border-radius:9px;background:#fff;color:#111820;padding:12px 10px;font-size:14px;font-weight:700;outline:0}
.su-wpr-quick-actions{display:flex;gap:6px;align-items:flex-end;justify-content:flex-end;flex-wrap:wrap}
.su-wpr-quick-actions button{border:1px solid #c5d2da;background:#fff;color:#172129;border-radius:9px;padding:11px 12px;font-size:13px;font-weight:850;white-space:nowrap}
.su-wpr-quick-actions button:hover{background:#f6fafc;border-color:#b8cfdd}
.su-wpr-quick-actions button.is-active{background:var(--wpr-navy);border-color:var(--wpr-navy);color:#fff}
.su-wpr-count-badge{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:99px;background:#e7f0f5;color:#1c2d38;padding:0 7px;margin-left:4px;font-size:12px;font-weight:900}
.su-wpr-quick-actions button.is-active .su-wpr-count-badge{background:#fff;color:var(--wpr-navy)}

/* Main shell */
.su-wpr-main{padding:22px;background:linear-gradient(#fff,#fbfdfe)}
.su-wpr-view{display:none}
.su-wpr-view.is-active{display:block}
.su-wpr-since-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:14px 16px;border:1px solid #bfd8e8;border-radius:14px;background:linear-gradient(110deg,#f8fcff,#eef7fc);box-shadow:0 5px 14px rgba(20,52,75,.04)}
.su-wpr-since-card[hidden]{display:none!important}
.su-wpr-since-card>div{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.su-wpr-since-card .su-wpr-eyebrow{margin:0}
.su-wpr-since-card strong{font-size:16px;color:var(--wpr-ink)}
.su-wpr-since-card #su-wpr-since-detail{font-size:12px;color:#617b8c;font-weight:750}
.su-wpr-since-card button{border:1px solid #0e5ea8;border-radius:9px;background:#0e5ea8;color:#fff;padding:8px 10px;font-size:11px;font-weight:850}

.su-wpr-map-card,.su-wpr-table-card,.su-wpr-section-intro,.su-wpr-provider-card,.su-wpr-project-card,.su-wpr-performance-summary>div{background:#fff;border:1px solid var(--wpr-line);border-radius:16px;box-shadow:0 6px 18px rgba(20,52,75,.045)}
.su-wpr-map-card,.su-wpr-table-card{overflow:hidden}
.su-wpr-map-card{margin-bottom:18px;border-color:#d7e2e8}
.su-wpr-map-card .su-wpr-card-heading{background:#f7f9fb;border-bottom-color:#d7e2e8}
.su-wpr-card-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:17px 18px;border-bottom:1px solid var(--wpr-line)}
.su-wpr-card-heading h2,.su-wpr-section-intro h2{margin:0;color:#0b1720;font-size:22px;letter-spacing:-.02em}
.su-wpr-card-heading p{margin:7px 0 0;color:#25333c;font-size:15px;line-height:1.55;max-width:820px}
.su-wpr-card-heading .su-wpr-eyebrow,.su-wpr-section-intro .su-wpr-eyebrow{margin-bottom:5px;color:#172129;font-size:12px;font-weight:900}
.su-wpr-map-heading{align-items:flex-start}
.su-wpr-map-heading-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;max-width:70%}
.su-wpr-map-count{display:block;margin-top:6px;color:#172129;font-size:14px;font-weight:850}
.su-wpr-map-layers{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}
.su-wpr-map-layers button{border:1px solid #c5d2da;background:#fff;color:#172129;border-radius:999px;padding:9px 12px;font-size:13px;font-weight:850;line-height:1;white-space:nowrap}
.su-wpr-map-layers button:hover{border-color:#9fb6c4;background:#f2f6f8}
.su-wpr-map-layers button.is-active{background:var(--wpr-navy);border-color:var(--wpr-navy);color:#fff}
.su-wpr-map-legend{display:flex;gap:14px;flex-wrap:wrap;font-size:14px;color:#111820;font-weight:900}
.su-wpr-map-legend span{display:flex;align-items:center;gap:5px}
.su-wpr-dot{width:9px;height:9px;border-radius:50%;display:inline-block;border:1px solid rgba(255,255,255,.85);box-shadow:0 1px 4px rgba(0,0,0,.15)}
.su-wpr-dot.operational{background:var(--wpr-green)}
.su-wpr-dot.install{background:var(--wpr-gold)}
.su-wpr-dot.ordered{background:var(--wpr-blue)}
.su-wpr-dot.wind-ready{background:var(--wpr-purple)}
.su-wpr-map{height:525px;background:#e8edf1}
/* Keep the base map neutral and readable. No color tint/filter. */
.su-wpr #su-wpr-map .leaflet-tile-pane{filter:none!important}
.su-wpr .leaflet-container{font-family:inherit}
.su-wpr .leaflet-control-attribution{font-size:9px}
.su-wpr-marker{width:18px;height:18px;border-radius:50%;border:3px solid #fff;box-shadow:0 2px 10px rgba(0,0,0,.38);position:relative;transform:translate(var(--wpr-marker-x,0px),var(--wpr-marker-y,0px));will-change:transform}
.su-wpr-marker:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid currentColor;opacity:.28}
.su-wpr-marker[data-kind="operational"]{background:var(--wpr-green);color:var(--wpr-green)}
.su-wpr-marker[data-kind="install"]{background:var(--wpr-gold);color:var(--wpr-gold)}
.su-wpr-marker[data-kind="ordered"]{background:var(--wpr-blue);color:var(--wpr-blue)}
.su-wpr-marker[data-kind="wind-ready"]{background:var(--wpr-purple);color:var(--wpr-purple)}
.su-wpr-marker[data-kind="inactive"]{background:#8798a4;color:#8798a4}
.su-wpr-popup .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.su-wpr-popup .leaflet-popup-content{margin:13px 14px;width:250px!important}
.su-wpr-popup-meta{font-size:9px;color:#6b8495;text-transform:uppercase;font-weight:850;letter-spacing:.04em}
.su-wpr-popup-title{font-weight:850;color:var(--wpr-ink);font-size:13px;line-height:1.3;margin:6px 0}
.su-wpr-popup-more{display:inline-block;margin-top:8px;color:#0e5ea8;font-size:11px;font-weight:850;cursor:pointer}

/* Fleet table */
.su-wpr-result-count{min-width:86px;text-align:center;border-radius:999px;background:#eef5fa;color:var(--wpr-blue);padding:7px 10px;font-size:11px;font-weight:850;white-space:nowrap}
.su-wpr-table-card .su-wpr-card-heading .su-wpr-eyebrow{color:#4187b7}
.su-wpr-table-shell{position:relative;background:#fff;overflow:hidden}
.su-wpr-scrollbar-top{overflow-x:auto;overflow-y:hidden;height:13px;border-bottom:1px solid #edf1f3;background:#fafcfc}
.su-wpr-scrollbar-top>div{height:1px}
.su-wpr-table-wrap{overflow-x:auto;background:#fff}
.su-wpr-table{width:100%;min-width:1220px;border-collapse:collapse;font-size:13px}
.su-wpr-table th{position:sticky;top:0;background:#f4f8fb;color:#526b7a;text-transform:uppercase;letter-spacing:.055em;font-size:10px;text-align:left;padding:11px 12px;border-bottom:1px solid var(--wpr-line)}
.su-wpr-table td{padding:13px 12px;border-bottom:1px solid #e8eef1;vertical-align:top;color:#2e485a}
.su-wpr-table tbody tr:hover{background:#f9fcfd}
.su-wpr-table tbody tr:last-child td{border-bottom:0}
.su-wpr-vessel strong{display:block;color:#0b2232;font-size:14px}
.su-wpr-vessel small,.su-wpr-table small{display:block;color:#748b99;margin-top:3px}
.su-wpr-status{display:inline-flex;align-items:center;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900;letter-spacing:.045em;background:#eaf0f2;color:#455964;white-space:nowrap}
.su-wpr-status[data-status="OPERATIONAL"]{background:#dff3ea;color:#16704f}
.su-wpr-status[data-status="UNDER INSTALLATION"],.su-wpr-status[data-status="UNDER CONSTRUCTION"]{background:#fff0d0;color:#8d6112}
.su-wpr-status[data-status="ORDERED"]{background:#e4edf9;color:#315f93}
.su-wpr-status[data-status="WIND READY"]{background:#eee8fb;color:#6349a1}
.su-wpr-status[data-status="TRIAL / DEMONSTRATOR"]{background:#f3eafe;color:#7653a1}
.su-wpr-status[data-status="PROPOSED"]{background:#edf2f5;color:#647681}
.su-wpr-status[data-status="CANCELLED / INACTIVE"]{background:#f2e4e4;color:#8d4343}
.su-wpr-new,.su-wpr-updated{display:inline-flex;align-items:center;border-radius:999px;padding:3px 6px;margin-left:5px;font-size:8px;line-height:1;font-weight:900;letter-spacing:.065em;text-transform:uppercase;vertical-align:2px}
.su-wpr-new{background:#e5f7ee;color:#12653f;border:1px solid #bfe8d2}
.su-wpr-updated{background:#fff1dc;color:#7a4b00;border:1px solid #edd09d}
.su-wpr-open{border:1px solid #cbd8de;background:#fff;border-radius:8px;padding:7px 9px;font-weight:800;color:#17303e}
.su-wpr-open:hover{background:#f4f9fc;border-color:#abc9da}

.su-wpr-empty{text-align:center;padding:54px 20px;background:#f8fbfc;border-top:1px dashed #bfd0d8}
.su-wpr-empty-icon{font-size:44px;color:var(--wpr-teal);line-height:1}
.su-wpr-empty h3{font-size:20px;margin:8px 0;color:var(--wpr-navy)}
.su-wpr-empty p{max-width:700px;margin:0 auto;color:var(--wpr-muted);line-height:1.55;font-size:13px}
.su-wpr-inline-empty{border:1px dashed #bfd0d8;border-radius:14px;margin-top:14px}

/* Other sections */
.su-wpr-section-intro{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:23px 25px;margin-bottom:17px;background:linear-gradient(120deg,#fff 60%,#f2f8fc)}
.su-wpr-section-intro p{margin:7px 0 0;max-width:760px;font-size:14px;color:var(--wpr-muted);line-height:1.55}
.su-wpr-big-metric{text-align:right;min-width:180px}
.su-wpr-big-metric strong{display:block;font-size:34px;color:var(--wpr-ink);line-height:1}
.su-wpr-big-metric span{display:block;margin-top:5px;color:#718695;font-size:10px;text-transform:uppercase;font-weight:850;letter-spacing:.05em}
.su-wpr-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.su-wpr-provider-card{padding:17px}
.su-wpr-provider-card h3{font-size:18px;margin:0 0 12px;color:var(--wpr-navy)}
.su-wpr-provider-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.su-wpr-provider-metrics div{background:#f4f8fb;border-radius:9px;padding:9px}
.su-wpr-provider-metrics strong{display:block;font-size:19px;color:var(--wpr-ink)}
.su-wpr-provider-metrics span{font-size:9px;text-transform:uppercase;font-weight:850;color:#6b7a83}
.su-wpr-provider-types{font-size:12px;color:#667681;margin:11px 0;line-height:1.45}
.su-wpr-provider-card button{border:0;background:var(--wpr-navy);color:#fff;border-radius:8px;padding:8px 10px;font-weight:800;font-size:12px}
.su-wpr-card-list{display:grid;gap:10px}
.su-wpr-project-card{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(170px,1fr) minmax(180px,1fr) auto;gap:14px;align-items:center;padding:14px 15px}
.su-wpr-project-card h3{font-size:15px;margin:0 0 4px;color:var(--wpr-navy)}
.su-wpr-project-card p{font-size:12px;color:var(--wpr-muted);margin:0}
.su-wpr-project-card .metric-label{font-size:9px;text-transform:uppercase;font-weight:850;color:#7b8991;display:block}
.su-wpr-project-card .metric-value{font-size:13px;font-weight:800;color:#253640;line-height:1.35}
.su-wpr-performance-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:4px 0 13px}
.su-wpr-performance-summary>div{padding:13px}
.su-wpr-performance-summary strong{display:block;font-size:24px;color:var(--wpr-navy)}
.su-wpr-performance-summary span{font-size:10px;text-transform:uppercase;font-weight:850;color:#6b7a83}

/* Drawer */
.su-wpr-drawer{position:fixed;right:0;top:0;height:100vh;width:min(640px,94vw);background:#fff;z-index:999999;transform:translateX(104%);transition:transform .22s ease;box-shadow:-24px 0 60px rgba(5,23,34,.22);overflow-y:auto;padding:28px}
.su-wpr-drawer.is-open{transform:translateX(0)}
.su-wpr-overlay{display:none;position:fixed;inset:0;background:rgba(3,15,23,.52);z-index:999998}
.su-wpr-overlay.is-open{display:block}
.su-wpr-drawer-close{position:absolute;right:17px;top:14px;width:38px;height:38px;border:0;background:#eef3f5;border-radius:50%;font-size:26px;line-height:1;color:#17313f}
.su-wpr-profile-eyebrow{font-size:11px;letter-spacing:.09em;font-weight:850;color:#0b8585;margin-top:10px}
.su-wpr-profile-title{font-size:31px;line-height:1.05;color:var(--wpr-navy);margin:6px 48px 8px 0}
.su-wpr-profile-sub{font-size:14px;color:#697982;margin-bottom:14px}
.su-wpr-profile-summary{font-size:15px;line-height:1.58;color:#273842;padding:15px;background:#f4f8f9;border-radius:12px}
.su-wpr-profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:14px 0}
.su-wpr-profile-box{background:#f7f9fa;border:1px solid #e0e7ea;border-radius:10px;padding:10px}
.su-wpr-profile-box span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:850;color:#78868e}
.su-wpr-profile-box strong{display:block;margin-top:3px;font-size:14px;color:#132833}
.su-wpr-perf-block{border:1px solid var(--wpr-line);border-radius:13px;padding:14px;margin:12px 0}
.su-wpr-perf-block h4{margin:0 0 8px;font-size:15px;color:var(--wpr-navy)}
.su-wpr-perf-columns{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.su-wpr-perf-cell{padding:10px;border-radius:9px;background:#f7f9fa}
.su-wpr-perf-cell span{font-size:9px;text-transform:uppercase;font-weight:850;color:#77868e}
.su-wpr-perf-cell strong{display:block;margin-top:3px;font-size:18px;color:#132833}
.su-wpr-profile-source{border-top:1px solid var(--wpr-line);margin-top:16px;padding-top:13px;font-size:12px;color:#60717b}
.su-wpr-profile-source a{color:#0a6f79;font-weight:800}
.su-wpr-watch-btn{border:1px solid #b9cbd2;background:#fff;border-radius:9px;padding:8px 10px;font-weight:850;color:#17313f}
.su-wpr-watch-btn.is-watched{background:#0b2232;color:#fff;border-color:#0b2232}


/* v1.1.1 readability + map-density refinements */
.su-wpr-toolbar select option,.su-wpr-secondary-filters select option{color:#111820;background:#fff;font-size:14px}
.su-wpr-quick-actions{color:#111820}
.su-wpr-map-legend span{color:#111820}
.su-wpr-map-legend .su-wpr-dot{width:10px;height:10px}
.su-wpr-map-note{font-size:13px;line-height:1.5;color:#2b3942;font-weight:700}
.su-wpr .leaflet-control-zoom a{color:#111!important}
.su-wpr .leaflet-control-attribution{color:#3b4650!important;background:rgba(255,255,255,.9)!important}
@media(max-width:1180px){
  .su-wpr-toolbar{grid-template-columns:1fr 1fr 1fr}.su-wpr-search-wrap{grid-column:1/-1}.su-wpr-reset{grid-column:auto}
  .su-wpr-secondary-filters{grid-template-columns:repeat(3,1fr)}.su-wpr-quick-actions{grid-column:1/-1;justify-content:flex-start}
  .su-wpr-provider-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .su-wpr-map-heading{flex-direction:column}.su-wpr-map-heading-right{max-width:none;align-items:flex-start}.su-wpr-map-layers{justify-content:flex-start}
}

@media(max-width:760px){
  .su-wpr{width:calc(100% - 12px);max-width:calc(100% - 12px);margin:6px auto 40px!important;border-radius:18px!important;overflow:hidden!important}
  .su-wpr-hero{padding:22px 18px;border-radius:17px 17px 0 0!important}
  .su-wpr-hero-topline{flex-wrap:wrap}.su-wpr-hero-updated{width:100%;margin:3px 0 0}
  .su-wpr-hero-content{grid-template-columns:1fr;gap:16px;align-items:stretch}
  .su-wpr-pulse{position:relative;width:100%;height:auto;min-height:72px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:12px;padding:12px 15px;border-radius:14px}
  .su-wpr-pulse strong{font-size:32px;margin:0}.su-wpr-pulse span:last-child{max-width:none;text-align:left}
  .su-wpr-subtitle{font-size:14px}
  .su-wpr-stats{grid-template-columns:1fr 1fr}.su-wpr-stat:nth-child(2n){border-right:0}.su-wpr-stat{border-bottom:1px solid rgba(255,255,255,.12)}.su-wpr-stat:last-child{grid-column:1/-1;border-bottom:0}
  .su-wpr-tabs{padding:9px 10px 10px;gap:5px}.su-wpr-tab{padding:10px 13px;font-size:13px}
  .su-wpr-toolbar{grid-template-columns:1fr 1fr;padding:12px}.su-wpr-search-wrap{grid-column:1/-1}.su-wpr-reset{grid-column:1/-1}
  .su-wpr-secondary-filters{grid-template-columns:1fr 1fr;padding:11px 12px}.su-wpr-quick-actions{grid-column:1/-1;justify-content:flex-start}
  .su-wpr-main{padding:12px}
  .su-wpr-since-card{align-items:flex-start;flex-direction:column}
  .su-wpr-card-heading{align-items:flex-start}.su-wpr-map-heading-right{width:100%}.su-wpr-map-layers{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.su-wpr-map-legend{overflow-x:auto;flex-wrap:nowrap;width:100%;padding-bottom:2px}.su-wpr-map-legend span{white-space:nowrap}
  .su-wpr-map{height:410px}
  .su-wpr-section-intro{align-items:flex-start;flex-direction:column;padding:18px}.su-wpr-big-metric{text-align:left;min-width:0}
  .su-wpr-provider-grid{grid-template-columns:1fr}
  .su-wpr-project-card{grid-template-columns:1fr 1fr}
  .su-wpr-performance-summary{grid-template-columns:1fr}
  .su-wpr-profile-grid,.su-wpr-perf-columns{grid-template-columns:1fr}
  .su-wpr-drawer{padding:24px 18px}.su-wpr-profile-title{font-size:27px}
}

@media(max-width:480px){
  .su-wpr-secondary-filters{grid-template-columns:1fr}
  .su-wpr-quick-actions{grid-column:auto}
  .su-wpr-project-card{grid-template-columns:1fr}
  .su-wpr-stat{padding:14px}.su-wpr-stat strong{font-size:22px}.su-wpr-stat span{font-size:10px}
}

/* v2.0 news-first intelligence layout */
.su-wpr-news-filter label{color:#111820;font-size:14px;font-weight:900}
.su-wpr-toolbar select,.su-wpr-secondary-filters select{font-size:15px!important;color:#111820!important;font-weight:750!important}
.su-wpr-secondary-filters label{font-size:14px!important;color:#111820!important;font-weight:900!important}
.su-wpr-quick-actions button{font-size:14px!important;color:#111820;font-weight:900}
.su-wpr-tab{font-size:14px;font-weight:800}
.su-wpr-card-heading h3{margin:0;color:#0b1720;font-size:19px;letter-spacing:-.01em}
.su-wpr-news-intro{background:linear-gradient(120deg,#fff 65%,#f1f7fb)}
.su-wpr-news-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);gap:16px;align-items:start}
.su-wpr-news-feed-card,.su-wpr-market-pulse,.su-wpr-mini-map-card{background:#fff;border:1px solid var(--wpr-line);border-radius:16px;box-shadow:0 6px 18px rgba(20,52,75,.045);overflow:hidden}
.su-wpr-news-feed{display:block}
.su-wpr-news-item{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;padding:20px 20px 19px;border-bottom:1px solid #e5edf2;background:#fff;transition:.16s ease}
.su-wpr-news-item:last-child{border-bottom:0}
.su-wpr-news-item:hover{background:#f9fcfd}
.su-wpr-news-date{border-right:1px solid #e1e9ee;padding-right:14px}
.su-wpr-news-date strong{display:block;color:#0c2a3e;font-size:14px;line-height:1.25}
.su-wpr-news-date span{display:block;margin-top:5px;color:#586a76;font-size:12px;font-weight:700}
.su-wpr-news-meta{color:#1a678d;font-size:11px;line-height:1.4;font-weight:900;letter-spacing:.055em;text-transform:uppercase}
.su-wpr-news-body h3{margin:5px 0 7px;color:#101820;font-size:20px;line-height:1.28;letter-spacing:-.018em}
.su-wpr-news-body p{margin:0;color:#303a42;font-size:15px;line-height:1.62}
.su-wpr-news-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}
.su-wpr-news-source{color:#425966;font-size:12px;font-weight:800;text-decoration:none}
.su-wpr-news-source:hover{color:#0e5ea8;text-decoration:underline}
.su-wpr-news-open{border:0;background:transparent;color:#0e5ea8;font-size:12px;font-weight:900;padding:0;text-decoration:none;cursor:pointer}
.su-wpr-news-open:hover{text-decoration:underline}
.su-wpr-news-side{display:grid;gap:16px}
.su-wpr-market-pulse{padding:18px}
.su-wpr-market-pulse h3{margin:0 0 14px;color:#0b1720;font-size:19px}
.su-wpr-pulse-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.su-wpr-pulse-grid>div{background:#f4f8fb;border:1px solid #e1eaf0;border-radius:11px;padding:13px}
.su-wpr-pulse-grid strong{display:block;color:#0b2232;font-size:25px;line-height:1}
.su-wpr-pulse-grid span{display:block;margin-top:5px;color:#344854;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.035em}
.su-wpr-mini-map-card .su-wpr-card-heading{padding:15px 16px;background:#f7f9fb}
.su-wpr-mini-map-card .su-wpr-card-heading p{font-size:13px;line-height:1.5;color:#39454d}
.su-wpr-news-map{height:340px;background:#e8edf1}
.su-wpr #su-wpr-news-map .leaflet-tile-pane,.su-wpr #su-wpr-map .leaflet-tile-pane{filter:none!important}
.su-wpr-map-error{padding:26px;color:#2f3d46;font-size:14px;font-weight:750;background:#eef3f6}

@media(max-width:980px){
  .su-wpr-news-layout{grid-template-columns:1fr}
  .su-wpr-news-side{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .su-wpr-news-side{grid-template-columns:1fr}
  .su-wpr-news-item{grid-template-columns:1fr;gap:8px;padding:17px}
  .su-wpr-news-date{border-right:0;border-bottom:1px solid #e1e9ee;padding:0 0 8px;display:flex;align-items:center;gap:8px}
  .su-wpr-news-date span{margin:0}
  .su-wpr-news-body h3{font-size:18px}
  .su-wpr-news-body p{font-size:15px}
  .su-wpr-news-map{height:310px}
}

/* v2.1.0 map-first rebuild */
.su-wpr[data-active-tab="map"] .su-wpr-toolbar,
.su-wpr[data-active-tab="map"] .su-wpr-secondary-filters{display:none!important}
.su-wpr[data-active-tab="news"] .su-wpr-secondary-filters{display:none!important}
.su-wpr-secondary-filters{grid-template-columns:repeat(5,minmax(150px,1fr))!important}

/* Larger, darker controls */
.su-wpr-toolbar select,.su-wpr-secondary-filters select,.su-wpr-search-wrap input{font-size:16px!important;color:#111820!important;font-weight:750!important}
.su-wpr-secondary-filters label{font-size:15px!important;color:#111820!important;font-weight:900!important;margin-bottom:8px!important}
.su-wpr-toolbar select,.su-wpr-secondary-filters select{min-height:46px}
.su-wpr-search-wrap{min-height:46px}
.su-wpr-card-heading h2,.su-wpr-section-intro h2{color:#0c1820!important}
.su-wpr-card-heading p,.su-wpr-section-intro p,.su-wpr-map-note{color:#2b3942!important;font-size:15px!important;line-height:1.55!important}

/* Primary global map */
.su-wpr-map-card--primary{margin-bottom:20px!important;border-color:#cfdbe2!important}
.su-wpr-map-card--primary .su-wpr-map-heading{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(430px,620px);gap:22px;align-items:start;padding:22px 24px;background:#f7fafc!important}
.su-wpr-map-copy h2{font-size:28px!important;line-height:1.12!important;margin:3px 0 5px!important}
.su-wpr-map-count{font-size:15px!important;color:#172129!important}
.su-wpr-map-controls{display:grid;gap:12px}
.su-wpr-map-control-group>span{display:block;margin-bottom:7px;color:#354651;font-size:11px;font-weight:950;letter-spacing:.08em}
.su-wpr-map-scope,.su-wpr-map-layers{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px}
.su-wpr-map-scope button,.su-wpr-map-layers button{border:1px solid #bfcdd6;background:#fff;color:#172129;border-radius:999px;padding:10px 13px;font-size:14px;font-weight:900;line-height:1;white-space:nowrap}
.su-wpr-map-scope button:hover,.su-wpr-map-layers button:hover{background:#eef4f7;border-color:#98adba}
.su-wpr-map-scope button.is-active,.su-wpr-map-layers button.is-active{background:#0b2638;border-color:#0b2638;color:#fff}
.su-wpr-map-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.su-wpr-map-control-grid label{display:grid;gap:6px;color:#354651;font-size:12px;font-weight:900}
.su-wpr-map-control-grid select{width:100%;min-height:44px;border:1px solid #bfcdd6;border-radius:9px;background:#fff;color:#111820;padding:9px 10px;font-size:15px;font-weight:800}
.su-wpr-map-legend--bar{padding:11px 20px!important;border-bottom:1px solid #dbe4e9;background:#fff;justify-content:flex-start!important;font-size:14px!important;color:#101820!important}
.su-wpr-dot.news{background:#c73b35}
.su-wpr-marker[data-kind="news"]{background:#c73b35;color:#c73b35;width:14px;height:14px;border:2px solid #fff;box-shadow:0 0 0 2px rgba(199,59,53,.24),0 2px 8px rgba(25,35,42,.24)}
.su-wpr-popup-meta--news{color:#a32c28!important;font-weight:900!important}
.su-wpr-map--primary{height:590px!important;background:#e8edf1!important}
.su-wpr #su-wpr-map .leaflet-tile-pane{filter:none!important;opacity:1!important}
.su-wpr-map-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid #dbe4e9;background:#f8fafb}
.su-wpr-map-footer>div{padding:13px 18px;border-right:1px solid #dbe4e9;display:flex;gap:8px;align-items:baseline;color:#33434e}
.su-wpr-map-footer>div:last-child{border-right:0}
.su-wpr-map-footer strong{font-size:20px;color:#101820}.su-wpr-map-footer span{font-size:13px;font-weight:750}

/* Latest intelligence under opening map */
.su-wpr-map-latest{background:#fff;border:1px solid var(--wpr-line);border-radius:16px;overflow:hidden;box-shadow:0 6px 18px rgba(20,52,75,.045)}
.su-wpr-map-news-link{border:1px solid #bfcdd6;background:#fff;color:#0e5ea8;border-radius:9px;padding:10px 13px;font-size:13px;font-weight:900;white-space:nowrap}
.su-wpr-map-latest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.su-wpr-map-latest-card{padding:19px 20px;border-right:1px solid #e2eaef;border-top:1px solid #e2eaef;min-width:0}
.su-wpr-map-latest-card:nth-child(3n){border-right:0}
.su-wpr-map-latest-card>span{display:block;color:#6a7b86;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.su-wpr-map-latest-card h3{margin:7px 0 8px;color:#101820;font-size:17px;line-height:1.28}
.su-wpr-map-latest-card p{margin:0 0 11px;color:#35444e;font-size:14px;line-height:1.48;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.su-wpr-map-latest-card button,.su-wpr-map-latest-card a{border:0;background:transparent;color:#0e5ea8;padding:0;font-size:12px;font-weight:900;text-decoration:none;cursor:pointer}

/* Fleet-only utilities; no longer interrupt the main Radar */
.su-wpr-fleet-heading{align-items:flex-start!important}
.su-wpr-fleet-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.su-wpr-fleet-actions button{border:1px solid #c5d2da;background:#fff;color:#172129;border-radius:9px;padding:9px 10px;font-size:12px;font-weight:850;white-space:nowrap}
.su-wpr-fleet-actions button:hover{background:#f3f7f9}.su-wpr-fleet-actions button.is-active{background:#0b2638;color:#fff;border-color:#0b2638}

@media(max-width:1050px){
  .su-wpr-map-card--primary .su-wpr-map-heading{grid-template-columns:1fr!important}
  .su-wpr-map-latest-grid{grid-template-columns:1fr 1fr}
  .su-wpr-map-latest-card:nth-child(3n){border-right:1px solid #e2eaef}.su-wpr-map-latest-card:nth-child(2n){border-right:0}
  .su-wpr-secondary-filters{grid-template-columns:repeat(3,minmax(150px,1fr))!important}
}
@media(max-width:720px){
  .su-wpr-map-card--primary .su-wpr-map-heading{padding:17px 15px!important}
  .su-wpr-map-copy h2{font-size:23px!important}
  .su-wpr-map-control-grid{grid-template-columns:1fr}
  .su-wpr-map-scope,.su-wpr-map-layers{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}
  .su-wpr-map--primary{height:440px!important}
  .su-wpr-map-footer{grid-template-columns:1fr}.su-wpr-map-footer>div{border-right:0;border-bottom:1px solid #dbe4e9}.su-wpr-map-footer>div:last-child{border-bottom:0}
  .su-wpr-map-latest-grid{grid-template-columns:1fr}.su-wpr-map-latest-card{border-right:0!important}
  .su-wpr-secondary-filters{grid-template-columns:1fr 1fr!important}
  .su-wpr-fleet-actions{justify-content:flex-start;width:100%}
}
@media(max-width:480px){.su-wpr-secondary-filters{grid-template-columns:1fr!important}}
