.sdpt4{
  --sdpt-bg:#fff;
  --sdpt-soft:#f7f8fa;
  --sdpt-soft-2:#eef1f4;
  --sdpt-line:#e1e5e9;
  --sdpt-text:#171a1f;
  --sdpt-muted:#68707b;
  --sdpt-blue:#3267d6;
  --sdpt-gold:#b07a13;
  --sdpt-red:#b64a4a;
  --sdpt-green:#16794b;
  --sdpt-radius:16px;
  color:var(--sdpt-text);
  font-family:inherit;
  max-width:1180px;
  margin:0 auto;
  line-height:1.45;
}
.sdpt4 *{box-sizing:border-box}
.sdpt4 [hidden]{display:none!important}
.sdpt4 button,.sdpt4 summary{font:inherit}
.sdpt4-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 22px}
.sdpt4-title{min-width:0}
.sdpt4-kicker,.sdpt4-eyebrow{display:block;color:var(--sdpt-muted);font-size:11px;font-weight:800;letter-spacing:.13em;line-height:1.2}
.sdpt4 h2{color:var(--sdpt-text);font-size:clamp(28px,4vw,40px);letter-spacing:-.035em;line-height:1.08;margin:8px 0 9px}
.sdpt4-title p{color:var(--sdpt-muted);font-size:15px;margin:0;max-width:760px}
.sdpt4-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;min-width:210px;padding:4px;border:1px solid var(--sdpt-line);border-radius:13px;background:var(--sdpt-soft)}
.sdpt4-tabs button{appearance:none;border:0;border-radius:9px;background:transparent;color:var(--sdpt-muted);cursor:pointer;font-size:14px;font-weight:750;min-height:42px;padding:0 20px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.sdpt4-tabs button:hover{color:var(--sdpt-text)}
.sdpt4-tabs button:focus-visible,.sdpt4-action:focus-visible,.sdpt4-methodology summary:focus-visible{outline:3px solid rgba(50,103,214,.28);outline-offset:2px}
.sdpt4-tabs button.is-active{background:var(--sdpt-text);box-shadow:0 1px 3px rgba(0,0,0,.14);color:#fff}
.sdpt4-status-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 13px}
.sdpt4-freshness{display:flex;align-items:center;gap:8px;color:var(--sdpt-muted);font-size:12px;min-width:0}
.sdpt4-freshness strong{color:var(--sdpt-text);font-size:12px}
.sdpt4-status-dot{width:9px;height:9px;border-radius:50%;background:#9aa2ac;box-shadow:0 0 0 4px rgba(154,162,172,.12);flex:0 0 auto}
.sdpt4-freshness.is-current .sdpt4-status-dot{background:#35a46a;box-shadow:0 0 0 4px rgba(53,164,106,.12)}
.sdpt4-freshness.is-delayed .sdpt4-status-dot{background:#d69725;box-shadow:0 0 0 4px rgba(214,151,37,.13)}
.sdpt4-freshness.is-stale .sdpt4-status-dot{background:#cf5555;box-shadow:0 0 0 4px rgba(207,85,85,.12)}
.sdpt4-checked{color:var(--sdpt-muted);font-size:12px;white-space:nowrap}
.sdpt4-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:11px;margin-bottom:12px}
.sdpt4-card{background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%);border:1px solid var(--sdpt-line);border-radius:var(--sdpt-radius);min-width:0;padding:17px 16px;box-shadow:0 1px 1px rgba(19,27,38,.02)}
.sdpt4-card-label,.sdpt4-combined span,.sdpt4-insights span{display:block;color:var(--sdpt-muted);font-size:10.5px;font-weight:800;letter-spacing:.075em;line-height:1.3;text-transform:uppercase}
.sdpt4-card>strong{display:block;color:var(--sdpt-text);font-size:clamp(21px,2.2vw,28px);font-variant-numeric:tabular-nums;letter-spacing:-.025em;line-height:1.08;margin:10px 0 7px;overflow-wrap:anywhere}
.sdpt4-card small{display:block;color:var(--sdpt-muted);font-size:11px;line-height:1.4;margin-top:7px}
.sdpt4-delta{display:block;color:var(--sdpt-muted);font-size:10.5px;font-variant-numeric:tabular-nums;line-height:1.3}
.sdpt-pos{color:var(--sdpt-green)!important}
.sdpt-neg{color:var(--sdpt-red)!important}
.sdpt4-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0 0 14px;background:var(--sdpt-line);border:1px solid var(--sdpt-line);border-radius:14px;overflow:hidden}
.sdpt4-insights>div{background:var(--sdpt-soft);padding:13px 16px;min-width:0}
.sdpt4-insights strong{display:block;font-size:16px;line-height:1.25;margin:5px 0 2px;overflow-wrap:anywhere}
.sdpt4-insights small{color:var(--sdpt-muted);font-size:11px}
.sdpt4-panel{background:var(--sdpt-bg);border:1px solid var(--sdpt-line);border-radius:var(--sdpt-radius);box-shadow:0 2px 8px rgba(19,27,38,.025);margin:14px 0;padding:20px}
.sdpt4-panel--chart{background:linear-gradient(180deg,#fff,#fbfcfd)}
.sdpt4-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 15px}
.sdpt4-panel-head h3{color:var(--sdpt-text);font-size:20px;letter-spacing:-.02em;line-height:1.2;margin:5px 0 0}
.sdpt4-panel-head>span{color:var(--sdpt-muted);font-size:12px;white-space:nowrap}
.sdpt4-structure{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin:0 0 13px}
.sdpt4-structure>div{background:var(--sdpt-soft);border-radius:10px;min-width:0;padding:10px 11px}
.sdpt4-structure span{display:block;color:var(--sdpt-muted);font-size:10px;line-height:1.25}
.sdpt4-structure strong{display:block;font-size:15px;font-variant-numeric:tabular-nums;margin-top:4px}
.sdpt4-table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.sdpt4-table{border:0;border-collapse:separate;border-spacing:0;color:var(--sdpt-text);font-size:13px;margin:0;width:100%}
.sdpt4-table th,.sdpt4-table td{background:transparent;border:0;border-bottom:1px solid var(--sdpt-line);font-variant-numeric:tabular-nums;padding:11px 9px;text-align:right;white-space:nowrap}
.sdpt4-table th{color:var(--sdpt-muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.sdpt4-table th:first-child,.sdpt4-table td:first-child{text-align:left}
.sdpt4-table tbody tr:last-child td{border-bottom:0}
.sdpt4-table tbody tr:hover td{background:rgba(50,103,214,.025)}
.sdpt4-table td:first-child{font-weight:700}
.sdpt4-footnote,.sdpt4-source-note{color:var(--sdpt-muted);font-size:11px;line-height:1.55;margin:12px 0 0}
.sdpt4-combined{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
.sdpt4-combined>div{background:var(--sdpt-soft);border:1px solid transparent;border-radius:12px;min-width:0;padding:14px}
.sdpt4-combined strong{display:block;font-size:21px;font-variant-numeric:tabular-nums;letter-spacing:-.02em;line-height:1.2;margin:7px 0 4px;overflow-wrap:anywhere}
.sdpt4-combined small{color:var(--sdpt-muted);font-size:10.5px}
.sdpt4-chart-legend{display:flex;align-items:center;flex-wrap:wrap;gap:10px 20px;margin:0 0 8px}
.sdpt4-chart-legend span{display:flex;align-items:center;gap:6px;color:var(--sdpt-muted);font-size:11px}
.sdpt4-chart-legend i{background:currentColor;border-radius:50%;display:inline-block;height:8px;width:8px}
.sdpt4-chart-legend strong{color:var(--sdpt-text);font-variant-numeric:tabular-nums;margin-left:2px}
.sdpt4-chart-legend .is-managed{color:var(--sdpt-blue)}
.sdpt4-chart-legend .is-producer{color:var(--sdpt-gold)}
.sdpt4-chart-legend .is-swap{color:var(--sdpt-red)}
.sdpt4-chart-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.sdpt4-chart{display:block;height:auto;min-width:700px;width:100%}
.sdpt4-chart .grid{stroke:var(--sdpt-text);stroke-width:1;opacity:.08}
.sdpt4-chart .zero{stroke:var(--sdpt-text);stroke-width:1.25;opacity:.25}
.sdpt4-chart .series{stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;vector-effect:non-scaling-stroke}
.sdpt4-chart .series-managed{stroke:var(--sdpt-blue)}
.sdpt4-chart .series-producer{stroke:var(--sdpt-gold)}
.sdpt4-chart .series-swap{stroke:var(--sdpt-red)}
.sdpt4-chart .point-managed{fill:var(--sdpt-blue)}
.sdpt4-chart .point-producer{fill:var(--sdpt-gold)}
.sdpt4-chart .point-swap{fill:var(--sdpt-red)}
.sdpt4-chart text{fill:var(--sdpt-muted);font:11px system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.sdpt4-methodology{border:1px solid var(--sdpt-line);border-radius:13px;background:var(--sdpt-soft);margin:14px 0;overflow:hidden}
.sdpt4-methodology summary{color:var(--sdpt-text);cursor:pointer;font-size:13px;font-weight:750;list-style-position:inside;padding:14px 16px}
.sdpt4-methodology>div{border-top:1px solid var(--sdpt-line);color:var(--sdpt-muted);font-size:12px;padding:2px 16px 12px}
.sdpt4-methodology p{margin:11px 0}
.sdpt4-methodology a{color:var(--sdpt-blue)}
.sdpt4-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:18px 0 7px}
.sdpt4-action{appearance:none;background:#fff;border:1px solid #d7dce1;border-radius:9px;color:#252a31;cursor:pointer;font-size:12px;font-weight:750;min-height:42px;padding:0 16px;transition:background .18s ease,border-color .18s ease,transform .12s ease}
.sdpt4-action:hover{background:var(--sdpt-soft);border-color:#bcc3cb}
.sdpt4-action:active{transform:translateY(1px)}
.sdpt4-source-note{text-align:center;margin:0 auto;max-width:850px}
.sdpt4-empty{color:var(--sdpt-muted);font-size:13px;padding:38px 16px;text-align:center}
.sdpt4-toast{background:#171a1f;border-radius:9px;bottom:18px;box-shadow:0 8px 28px rgba(0,0,0,.24);color:#fff;font-size:12px;font-weight:700;left:50%;padding:11px 16px;position:fixed;transform:translateX(-50%);z-index:99999}
.sdpt4-sr-only{height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}

@media(max-width:1040px){
  .sdpt4-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sdpt4-structure{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:760px){
  .sdpt4-head{align-items:stretch;display:block}
  .sdpt4-tabs{margin-top:16px;min-width:0;width:100%}
  .sdpt4-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sdpt4-insights{grid-template-columns:1fr}
  .sdpt4-insights>div{padding:12px 14px}
  .sdpt4-panel{padding:16px}
  .sdpt4-panel-head{align-items:flex-start}
  .sdpt4-combined{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sdpt4-structure{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sdpt4-table--cards,.sdpt4-table--cards tbody,.sdpt4-table--cards tr,.sdpt4-table--cards td{display:block;width:100%}
  .sdpt4-table--cards thead{height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px;clip:rect(0,0,0,0)}
  .sdpt4-table--cards tbody{display:grid;gap:9px}
  .sdpt4-table--cards tr{background:var(--sdpt-soft);border:1px solid var(--sdpt-line);border-radius:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;padding:10px 12px}
  .sdpt4-table--cards td,.sdpt4-table--cards td:first-child{align-items:center;border:0;display:flex;justify-content:space-between;gap:10px;padding:6px 4px;text-align:right;white-space:normal}
  .sdpt4-table--cards td:first-child{border-bottom:1px solid var(--sdpt-line);font-size:14px;grid-column:1/-1;margin:0 0 4px;padding:3px 4px 9px;text-align:left}
  .sdpt4-table--cards td:not(:first-child)::before{color:var(--sdpt-muted);content:attr(data-label);font-size:9px;font-weight:800;letter-spacing:.05em;text-align:left;text-transform:uppercase}
  .sdpt4-table tbody tr:hover td{background:transparent}
  .sdpt4-history-wrap{border:1px solid var(--sdpt-line);border-radius:11px}
  .sdpt4-table--history{min-width:620px}
  .sdpt4-table--history th:first-child,.sdpt4-table--history td:first-child{background:var(--sdpt-bg);left:0;position:sticky;z-index:1}
}

@media(max-width:460px){
  .sdpt4 h2{font-size:28px}
  .sdpt4-status-row{align-items:flex-start;display:block}
  .sdpt4-freshness{align-items:flex-start;flex-wrap:wrap}
  .sdpt4-freshness span:last-child{flex-basis:100%;padding-left:17px}
  .sdpt4-checked{margin:7px 0 0 17px}
  .sdpt4-cards{gap:8px}
  .sdpt4-card{padding:14px 12px}
  .sdpt4-card>strong{font-size:21px}
  .sdpt4-combined{grid-template-columns:1fr 1fr;gap:7px}
  .sdpt4-combined>div{padding:12px}
  .sdpt4-combined strong{font-size:18px}
  .sdpt4-panel{border-radius:14px;padding:14px}
  .sdpt4-panel-head h3{font-size:18px}
  .sdpt4-panel-head>span{font-size:10px}
  .sdpt4-structure{gap:6px}
  .sdpt4-structure>div{padding:9px}
  .sdpt4-table--cards tr{grid-template-columns:1fr}
  .sdpt4-table--cards td:first-child{grid-column:1}
  .sdpt4-action{flex:1 1 calc(50% - 8px);padding:0 9px}
}

@media(prefers-reduced-motion:reduce){
  .sdpt4 *{scroll-behavior:auto!important;transition:none!important}
}

/* v4.1.2 compact homepage COT shortcode — subtle desktop hover lift, larger metric labels */
.sdptc{
  --ink:#20242a;
  --muted:#69707a;
  --line:#e6e9ed;
  --gold-border:#c9a64b;
  --gold-border-hover:#a98228;
  width:100%;
  box-sizing:border-box;
  padding:16px;
  border:1px solid var(--gold-border);
  border-radius:14px;
  background:#fff;
  color:var(--ink);
  font-family:inherit;
  cursor:pointer;
  transition:border-color .16s ease, transform .18s ease;
}
@media(hover:hover) and (pointer:fine){.sdptc:hover{border-color:var(--gold-border-hover);transform:translateY(-2px) scale(1.015)}}
.sdptc *{box-sizing:border-box}
.sdptc__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 11px}
.sdptc__head h3{margin:0;font-size:17px;line-height:1.25;font-weight:800;color:var(--ink)}
.sdptc__toggle{display:flex;flex:0 0 auto;padding:2px;border:1px solid var(--line);border-radius:999px;background:#f7f8f9}
.sdptc__toggle button{min-height:28px;padding:0 10px;border:0;border-radius:999px;background:transparent;color:var(--muted);font:700 11px/1 inherit;cursor:pointer}
.sdptc__toggle button.is-active{background:#20242a;color:#fff}
.sdptc__rows{display:grid;gap:0;border-top:1px solid #eef0f2}
.sdptc__row{display:grid;grid-template-columns:minmax(72px,.8fr) minmax(100px,1.2fr) 66px;align-items:center;gap:10px;min-height:45px;border-bottom:1px solid #eef0f2}
.sdptc__row:last-child{border-bottom:0}
.sdptc__metric{font-size:14px;font-weight:800;color:var(--muted)}
.sdptc__value{font-size:16px;line-height:1.15;text-align:right;white-space:nowrap;color:var(--ink)}
.sdptc__value.sdpt-pos{color:#157347}.sdptc__value.sdpt-neg{color:#b02a37}
.sdptc__change{font-size:12px;font-weight:800;text-align:right;white-space:nowrap}
.sdptc__change.up{color:#157347}.sdptc__change.down{color:#b02a37}.sdptc__change.flat,.sdptc__change.muted{color:var(--muted)}

.sdptc__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:8px;padding-top:8px;border-top:1px solid #eef0f2;color:var(--muted);font-size:12px;font-weight:800;line-height:1.2}
.sdptc__updated{display:block;min-width:0;white-space:nowrap;color:#5F6F82;font-family:ui-monospace,"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;font-weight:500;line-height:1.2;letter-spacing:.01em}
.sdptc__cta{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:4px;color:var(--muted);font-size:12px;font-weight:800;line-height:1.2;text-decoration:none;white-space:nowrap;transition:color .16s ease}
@media(hover:hover) and (pointer:fine){.sdptc__cta:hover{color:var(--gold-border-hover)}}
.sdptc__cta:focus-visible{outline:2px solid var(--gold-border);outline-offset:3px;border-radius:4px}
@media(max-width:520px){
  .sdptc{padding:14px}
  .sdptc__head{gap:8px}
  .sdptc__head h3{font-size:16px}
  .sdptc__toggle button{padding:0 9px}
  .sdptc__footer{gap:8px}
  .sdptc__updated,.sdptc__cta{font-size:11px}
  .sdptc__row{grid-template-columns:68px minmax(88px,1fr) 62px;gap:7px;min-height:43px}
  .sdptc__metric{font-size:13px}
  .sdptc__value{font-size:15px}
}
