.sps-pub {
  --sps-pub-blue: #263c92;
  --sps-pub-deep: #071f54;
  --sps-pub-navy: #031a46;
  --sps-pub-yellow: #ffd400;
  --sps-pub-ink: #17213a;
  --sps-pub-muted: #667085;
  --sps-pub-line: #dfe5ee;
  --sps-pub-soft: #f5f7fb;
  --sps-pub-shadow: 0 24px 60px rgba(4, 28, 78, .14);
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  color: var(--sps-pub-ink);
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.6;
}
.sps-pub *, .sps-pub *::before, .sps-pub *::after { box-sizing: border-box; }
.sps-pub img { display: block; max-width: 100%; }
.sps-pub a { color: inherit; text-decoration: none; }
.sps-pub button, .sps-pub select { font: inherit; }
.sps-pub__container { width: min(1170px, calc(100% - 48px)); margin-inline: auto; }
.sps-pub__eyebrow { margin: 0 0 11px; color: var(--sps-pub-blue); font-size: .75rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.sps-pub__head { color: #fff; background: linear-gradient(115deg, var(--sps-pub-navy), #123889 75%, #254dad); border-bottom: 6px solid var(--sps-pub-yellow); }
.sps-pub__head-inner { min-height: 285px; display: grid; grid-template-columns: 1.05fr .8fr; align-items: end; gap: 80px; padding-block: 74px 62px; }
.sps-pub__head .sps-pub__eyebrow { color: #b9cbff; }
.sps-pub__head h1 { margin: 0; color: #fff; font-family: inherit; font-size: clamp(2.9rem, 6vw, 5.1rem); font-weight: 700; line-height: .98; letter-spacing: -.045em; }
.sps-pub__head-inner > p { margin: 0 0 8px; color: rgba(255,255,255,.78); font-size: 1.05rem; line-height: 1.75; }

.sps-pub__tabs { background: #fff; border-bottom: 1px solid var(--sps-pub-line); box-shadow: 0 12px 35px rgba(5,31,82,.07); }
.sps-pub__tab-list { display: grid; grid-template-columns: 1fr 1fr; }
.sps-pub__tab { position: relative; min-height: 108px; display: grid; grid-template-columns: 44px auto 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 15px; padding: 20px 28px; border-inline: 1px solid var(--sps-pub-line); }
.sps-pub__tab + .sps-pub__tab { border-left: 0; }
.sps-pub__tab::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: var(--sps-pub-yellow); transform: scaleX(0); transition: transform .2s; }
.sps-pub__tab span { grid-row: 1 / 3; align-self: center; color: #9aa6b8; font-family: inherit; font-size: 1rem; font-weight: 700; }
.sps-pub__tab strong { color: var(--sps-pub-deep); font-family: inherit; font-size: 1.2rem; font-weight: 700; }
.sps-pub__tab small { color: var(--sps-pub-muted); font-size: .78rem; }
.sps-pub__tab:hover, .sps-pub__tab.is-active { background: #f8faff; }
.sps-pub__tab.is-active::after { transform: scaleX(1); }
.sps-pub__tab.is-active span { color: var(--sps-pub-blue); }

.sps-pub__latest { padding-block: 86px 96px; }
.sps-pub__heading { margin-bottom: 32px; }
.sps-pub__heading h2, .sps-pub__archive-heading h2 { margin: 0; color: var(--sps-pub-deep); font-family: inherit; font-size: clamp(2.2rem, 4vw, 3.3rem); font-weight: 700; line-height: 1.05; letter-spacing: -.035em; }
.sps-pub__latest-card { display: grid; grid-template-columns: minmax(320px, .78fr) 1.22fr; min-height: 615px; background: var(--sps-pub-soft); border: 1px solid #e0e6ef; border-radius: 4px; overflow: hidden; }
.sps-pub__cover-stage { position: relative; display: grid; place-items: center; padding: 52px; background: linear-gradient(135deg, #46511a, #101907); overflow: hidden; }
.sps-pub__cover-stage::before { content: ""; position: absolute; inset: 0; opacity: .25; background: linear-gradient(35deg, transparent 40%, rgba(255,255,255,.3)); }
.sps-pub__cover-stage--blue { background: linear-gradient(135deg, #172a6d, #294ca8); }
.sps-pub__cover-stage > img { position: relative; width: min(340px, 88%); aspect-ratio: 376 / 532; object-fit: cover; box-shadow: 0 30px 55px rgba(0,0,0,.38); }
.sps-pub__cover-stage > span { position: absolute; z-index: 2; left: 22px; top: 22px; padding: 7px 11px; color: var(--sps-pub-deep); background: var(--sps-pub-yellow); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.sps-pub__cover-missing { position: relative; width: min(340px, 88%); aspect-ratio: 376 / 532; display: grid; place-content: center; gap: 10px; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.3); text-align: center; }
.sps-pub__cover-missing svg { width: 48px; margin-inline: auto; fill: none; stroke: currentColor; stroke-width: 1.5; }
.sps-pub__cover-missing strong { font-size: 1.4rem; }
.sps-pub__cover-missing small { font-size: .75rem; }
.sps-pub__latest-copy { align-self: center; padding: 56px 62px; }
.sps-pub__kind { margin: 0 0 10px; color: var(--sps-pub-blue); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sps-pub__latest-copy h3 { max-width: 640px; margin: 0; color: var(--sps-pub-deep); font-family: inherit; font-size: clamp(2.35rem, 5vw, 4.25rem); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; }
.sps-pub__meta { margin: 18px 0 26px; color: var(--sps-pub-muted); font-size: .84rem; font-weight: 600; }
.sps-pub__editorial { padding: 23px 0 3px; border-top: 1px solid #d8dfe9; }
.sps-pub__editorial h4 { margin: 0 0 8px; color: var(--sps-pub-deep); font-size: .82rem; letter-spacing: .05em; text-transform: uppercase; }
.sps-pub__editorial p { margin: 0; color: #536078; font-size: .95rem; line-height: 1.75; }
.sps-pub__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; }
.sps-pub__button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 18px; border: 1px solid transparent; border-radius: 4px; font-size: .84rem; font-weight: 800; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.sps-pub__button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.sps-pub__button--primary { color: #fff; background: var(--sps-pub-blue); }
.sps-pub__button--secondary { color: var(--sps-pub-blue); background: #fff; border-color: #b9c4d8; }
.sps-pub__button--yellow { color: var(--sps-pub-deep); background: var(--sps-pub-yellow); }
.sps-pub__button--quiet { color: #fff; border-color: rgba(255,255,255,.42); }
.sps-pub__button:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(6,31,82,.13); }

.sps-pub__archive { padding-block: 88px 104px; background: var(--sps-pub-soft); border-top: 1px solid #e5eaf1; }
.sps-pub__archive-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.sps-pub__archive-intro { margin: 13px 0 0; color: var(--sps-pub-muted); font-size: .92rem; }
.sps-pub__year { display: flex; align-items: center; gap: 11px; color: #49566c; font-size: .82rem; font-weight: 700; }
.sps-pub__year select { min-width: 120px; height: 42px; padding-inline: 12px 30px; color: var(--sps-pub-deep); background: #fff; border: 1px solid #ccd4e1; border-radius: 3px; font-weight: 700; }
.sps-pub__issue-list { background: #fff; border: 1px solid #dfe5ee; border-top: 4px solid var(--sps-pub-blue); }
.sps-pub__issue-row { min-height: 132px; display: grid; grid-template-columns: 125px minmax(0, 1fr) auto; align-items: center; gap: 28px; padding: 25px 30px; border-bottom: 1px solid #e2e7ef; }
.sps-pub__issue-row:last-child { border-bottom: 0; }
.sps-pub__issue-row:hover { background: #f9faff; }
.sps-pub__issue-number { align-self: stretch; display: grid; place-content: center; padding-right: 28px; border-right: 1px solid #e0e5ed; text-align: center; }
.sps-pub__issue-number span { display: block; color: var(--sps-pub-muted); font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.sps-pub__issue-number strong { display: block; margin-top: 1px; color: var(--sps-pub-deep); font-family: inherit; font-size: 2rem; font-weight: 700; line-height: 1; }
.sps-pub__issue-summary > p { margin: 0 0 3px; color: var(--sps-pub-blue); font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.sps-pub__issue-summary h3 { margin: 0; color: var(--sps-pub-deep); font-family: inherit; font-size: 1.35rem; font-weight: 700; line-height: 1.25; }
.sps-pub__issue-summary h3 a:hover { text-decoration: underline; text-underline-offset: 3px; }
.sps-pub__issue-summary small { display: block; margin-top: 7px; color: var(--sps-pub-muted); }
.sps-pub__issue-actions { display: flex; align-items: center; gap: 8px; }
.sps-pub__issue-actions a { min-width: 96px; padding: 10px 13px; color: var(--sps-pub-blue); background: #fff; border: 1px solid #bac5d8; border-radius: 3px; font-size: .76rem; font-weight: 800; text-align: center; }
.sps-pub__issue-actions a:first-child { color: #fff; background: var(--sps-pub-blue); border-color: var(--sps-pub-blue); }
.sps-pub__issue-actions a:hover { box-shadow: 0 6px 16px rgba(6,31,82,.12); }
.sps-pub__empty { grid-column: 1 / -1; padding: 40px; color: var(--sps-pub-muted); background: #fff; border: 1px dashed #bcc7d8; text-align: center; }
.sps-pub__empty h2, .sps-pub__empty h3 { margin-top: 0; color: var(--sps-pub-deep); }
.sps-pub__empty a { color: var(--sps-pub-blue); font-weight: 800; }

.sps-pub--viewer { min-height: 80vh; background: #e6e9ef; }
.sps-pub__viewer-bar { min-height: 92px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; padding: 15px max(24px, calc((100vw - 1170px) / 2)); color: #fff; background: var(--sps-pub-navy); border-bottom: 4px solid var(--sps-pub-yellow); }
.sps-pub__viewer-bar small, .sps-pub__viewer-bar h1 { display: block; }
.sps-pub__viewer-bar small { color: #b8caff; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.sps-pub__viewer-bar h1 { margin: 2px 0 0; color: #fff; font-family: inherit; font-size: 1.15rem; font-weight: 700; }
.sps-pub__viewer-bar > div:last-child { display: flex; gap: 8px; }
.sps-pub__reader { height: calc(100vh - 110px); min-height: 650px; padding: 18px; }
.sps-pub__reader object { width: 100%; height: 100%; background: #fff; border: 0; box-shadow: 0 8px 35px rgba(2,19,52,.15); }
.sps-pub__demo-warning { padding: 10px 24px; color: #5a4900; background: #fff2a8; border-bottom: 1px solid #e0c948; font-size: .8rem; text-align: center; }
.sps-pub :focus-visible { outline: 3px solid #d8b400; outline-offset: 3px; }

@media (max-width: 1024px) {
  .sps-pub__latest-card { grid-template-columns: .85fr 1.15fr; }
  .sps-pub__cover-stage { padding: 42px 28px; }
  .sps-pub__latest-copy { padding: 45px 38px; }
  .sps-pub__issue-row { grid-template-columns: 105px minmax(0, 1fr) auto; gap: 22px; padding-inline: 24px; }
}
@media (max-width: 720px) {
  .sps-pub__container { width: min(100% - 30px, 560px); }
  .sps-pub__head-inner { min-height: 250px; display: block; padding-block: 66px 48px; }
  .sps-pub__head h1 { font-size: 3.25rem; }
  .sps-pub__head-inner > p { margin-top: 24px; font-size: .95rem; }
  .sps-pub__tab { min-height: 92px; grid-template-columns: 30px 1fr; padding: 16px; }
  .sps-pub__tab span { grid-row: 1 / 3; }
  .sps-pub__latest { padding-block: 60px 70px; }
  .sps-pub__latest-card { display: block; }
  .sps-pub__cover-stage { min-height: 535px; padding: 42px; }
  .sps-pub__cover-stage > img { width: min(310px, 88%); }
  .sps-pub__latest-copy { padding: 35px 25px 40px; }
  .sps-pub__latest-copy h3 { font-size: 2.65rem; }
  .sps-pub__archive { padding-block: 62px 76px; }
  .sps-pub__issue-row { grid-template-columns: 72px minmax(0, 1fr); gap: 18px; padding: 22px 18px; }
  .sps-pub__issue-number { padding-right: 18px; }
  .sps-pub__issue-actions { grid-column: 2; justify-content: flex-start; }
  .sps-pub__viewer-bar { grid-template-columns: 1fr; padding: 15px; }
  .sps-pub__viewer-bar > div:last-child { justify-content: stretch; }
  .sps-pub__viewer-bar .sps-pub__button { flex: 1; }
  .sps-pub__reader { height: 78vh; min-height: 540px; padding: 8px; }
}
@media (max-width: 440px) {
  .sps-pub__tab small { display: none; }
  .sps-pub__tab { grid-template-rows: auto; align-items: center; }
  .sps-pub__tab span { grid-row: auto; }
  .sps-pub__cover-stage { min-height: 500px; padding-inline: 22px; }
  .sps-pub__archive-heading { align-items: start; flex-direction: column; }
  .sps-pub__issue-summary h3 { font-size: 1.1rem; }
  .sps-pub__issue-actions { flex-wrap: wrap; }
  .sps-pub__issue-actions a { min-width: 88px; }
}
@media (prefers-reduced-motion: reduce) {
  .sps-pub *, .sps-pub *::before, .sps-pub *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
