.pgm-fsa-wrapper {
  --pgm-fsa-primary: #063b73;
  --pgm-fsa-gold: #d59b00;
  --pgm-fsa-teal: #087f7c;
  --pgm-fsa-ink: #102748;
  --pgm-fsa-muted: #5e6a7c;
  --pgm-fsa-line: #e5e9ef;
  --pgm-fsa-soft: #f6f8fa;
  color: var(--pgm-fsa-ink);
  background: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.55;
  width: 100%;
}

.pgm-fsa-wrapper *, .pgm-fsa-wrapper *::before, .pgm-fsa-wrapper *::after { box-sizing: border-box; }
.pgm-fsa-wrapper img { display: block; max-width: 100%; }
.pgm-fsa-wrapper a { color: inherit; text-decoration: none; }
.pgm-fsa-remove-theme-spacing { margin-top: calc(-1 * var(--pgm-fsa-theme-gap, 54px)); }
.pgm-fsa-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.pgm-fsa-width-medium {
  left: 50%;
  max-width: none;
  position: relative;
  transform: translateX(-50%);
  width: min(1440px, 94vw);
}
.pgm-fsa-width-medium .pgm-fsa-container { width: min(1340px, calc(100% - 40px)); }
.pgm-fsa-width-full {
  left: 50%;
  max-width: none;
  overflow-x: clip;
  position: relative;
  transform: translateX(-50%);
  width: 100vw;
}
.pgm-fsa-width-full .pgm-fsa-container {
  max-width: 1680px;
  padding-inline: clamp(20px, 3.2vw, 58px);
  width: 100%;
}
.pgm-fsa-width-medium.pgm-fsa-standalone,
.pgm-fsa-width-full.pgm-fsa-standalone { padding-inline: clamp(16px, 3vw, 44px); }
.pgm-fsa-hero {
  background-color: #f6efe3;
  background-position: center;
  background-size: cover;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}
.pgm-fsa-hero:not(.pgm-fsa-hero-has-image) {
  background-image: radial-gradient(circle at 74% 55%, rgba(255,255,255,.95) 0 8%, rgba(244,196,91,.32) 20%, transparent 40%), linear-gradient(110deg,#fff 0%,#f8f2e7 58%,#d9e3ea 100%);
}
.pgm-fsa-hero:not(.pgm-fsa-hero-has-image)::after {
  color: rgba(64,48,32,.32);
  content: "✝";
  font-family: Georgia, serif;
  font-size: 145px;
  line-height: 1;
  position: absolute;
  right: max(8%, calc((100% - 1180px)/2));
  text-shadow: 0 12px 25px rgba(0,0,0,.15);
  top: 45px;
}
.pgm-fsa-hero-overlay { background: var(--pgm-fsa-overlay, #fff); inset: 0; opacity: var(--pgm-fsa-overlay-opacity, .36); position: absolute; }
.pgm-fsa-hero-content { padding-block: 42px 48px; position: relative; z-index: 1; }
.pgm-fsa-breadcrumb { align-items: center; display: flex; flex-wrap: wrap; font-size: 13px; font-weight: 700; gap: 12px; margin-bottom: 10px; }
.pgm-fsa-breadcrumb a { color: var(--pgm-fsa-primary); }
.pgm-fsa-hero h1 { color: var(--pgm-fsa-primary); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(38px, 5vw, 64px); font-weight: 700; letter-spacing: -.025em; line-height: 1.08; margin: 0; max-width: 760px; }
.pgm-fsa-hero h1::after { background: var(--pgm-fsa-gold); content: ""; display: block; height: 3px; margin-top: 10px; width: 105px; }
.pgm-fsa-hero p { color: #253a55; font-size: clamp(16px, 1.7vw, 19px); margin: 10px 0 0; max-width: 650px; }
.pgm-fsa-content { padding-block: 34px 40px; }
.pgm-fsa-standalone { padding: 12px 0; }
.pgm-fsa-layout { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(0, 2.2fr) minmax(280px, .85fr); }
.pgm-fsa-main, .pgm-fsa-sidebar { display: grid; gap: 24px; min-width: 0; }
.pgm-fsa-card { background: #fff; border: 1px solid var(--pgm-fsa-line); border-radius: 16px; box-shadow: 0 5px 22px rgba(24,46,76,.045); overflow: hidden; padding: 20px; }
.pgm-fsa-section-heading { align-items: center; border-bottom: 1px solid var(--pgm-fsa-line); display: flex; gap: 11px; margin: -2px 0 18px; padding-bottom: 13px; }
.pgm-fsa-section-heading h2 { color: var(--pgm-fsa-primary); font-size: 16px; font-weight: 750; line-height: 1.25; margin: 0; }
.pgm-fsa-heading-icon { align-items: center; background: var(--pgm-fsa-primary); border-radius: 50%; color: white; display: inline-flex; flex: 0 0 34px; font-size: 18px; height: 34px; justify-content: center; }
.pgm-fsa-latest .pgm-fsa-heading-icon { background: var(--pgm-fsa-gold); }
.pgm-fsa-highlights .pgm-fsa-heading-icon, .pgm-fsa-resources .pgm-fsa-heading-icon { background: var(--pgm-fsa-teal); }
.pgm-fsa-latest-grid { align-items: start; display: grid; gap: 24px; grid-template-columns: minmax(300px, 1.2fr) minmax(270px, .9fr); }
.pgm-fsa-latest-media { aspect-ratio: 16/10.5; background: linear-gradient(140deg, #102849, #3e5976); border-radius: 12px; display: block; overflow: hidden; position: relative; }
.pgm-fsa-latest-media img { height: 100%; object-fit: cover; width: 100%; }
.pgm-fsa-inline-player { aspect-ratio: 16/9; background: #000; border-radius: 12px; overflow: hidden; width: 100%; }
.pgm-fsa-inline-player iframe,.pgm-fsa-inline-player video { border: 0; height: 100%; object-fit: contain; width: 100%; }
.pgm-fsa-placeholder { align-items: center; color: rgba(255,255,255,.42); display: flex; font-family: Georgia, serif; font-size: 88px; height: 100%; justify-content: center; }
.pgm-fsa-play { align-items: center; background: rgba(5,31,62,.72); border: 4px solid #fff; border-radius: 50%; color: white; display: flex; font-size: 24px; height: 72px; justify-content: center; left: 50%; padding-left: 4px; position: absolute; top: 50%; transform: translate(-50%,-50%); transition: transform .2s, background .2s; width: 72px; }
a.pgm-fsa-latest-media:hover .pgm-fsa-play, a.pgm-fsa-latest-media:focus .pgm-fsa-play { background: var(--pgm-fsa-primary); transform: translate(-50%,-50%) scale(1.06); }
.pgm-fsa-latest-copy h3 { color: var(--pgm-fsa-primary); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(23px, 2.2vw, 30px); line-height: 1.2; margin: 0 0 6px; }
.pgm-fsa-speaker { font-weight: 700; margin: 0 0 7px; }
.pgm-fsa-meta { color: var(--pgm-fsa-muted); display: flex; flex-wrap: wrap; font-size: 13px; gap: 5px 10px; }
.pgm-fsa-description-wrap { margin: 12px 0 14px; }
.pgm-fsa-description { -webkit-box-orient: vertical; -webkit-line-clamp: 5; color: var(--pgm-fsa-muted); display: -webkit-box; font-size: 14px; margin: 0; overflow: hidden; }
.pgm-fsa-full-description { color: var(--pgm-fsa-muted); display: none; font-size: 14px; max-height: 560px; overflow: auto; padding-right: 8px; }
.pgm-fsa-full-description p { margin: 0 0 12px; }
.pgm-fsa-message-overview h4 { color: var(--pgm-fsa-primary); font-size: 14px; margin: 18px 0 8px; }
.pgm-fsa-message-overview > h4 { margin-top: 0; }
.pgm-fsa-overview-section { border-top: 1px solid var(--pgm-fsa-border); margin-top: 16px; padding-top: 2px; }
.pgm-fsa-overview-section ul { margin: 0 0 10px 20px; padding: 0; }
.pgm-fsa-overview-section li { margin-bottom: 6px; }
.pgm-fsa-chapters > div { display: grid; gap: 7px; }
.pgm-fsa-chapter { align-items: center; background: #f5f8fb; border: 1px solid var(--pgm-fsa-border); border-radius: 6px; color: var(--pgm-fsa-primary); display: flex; gap: 10px; padding: 8px 10px; text-decoration: none; }
.pgm-fsa-chapter:hover { background: #eaf3f7; }
.pgm-fsa-chapter span { background: var(--pgm-fsa-primary); border-radius: 4px; color: #fff; font-size: 11px; font-weight: 800; padding: 3px 6px; }
.pgm-fsa-latest-copy.pgm-fsa-description-expanded .pgm-fsa-description { -webkit-line-clamp: unset; display: block; overflow: visible; }
.pgm-fsa-latest-copy.pgm-fsa-description-expanded .pgm-fsa-full-description { display: block; margin-top: 12px; }
.pgm-fsa-read-more { background: transparent; border: 0; color: var(--pgm-fsa-primary); cursor: pointer; font: 750 12px/1.3 inherit; margin: 5px 0 0; padding: 2px 0; text-decoration: underline; text-underline-offset: 2px; }
.pgm-fsa-read-more span { display: inline-block; transition: transform .2s; }
.pgm-fsa-description-expanded .pgm-fsa-read-more span { transform: rotate(90deg); }
.pgm-fsa-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.pgm-fsa-button { align-items: center; border: 1px solid transparent; border-radius: 5px; cursor: pointer; display: inline-flex; font-family: inherit; font-size: 13px; font-weight: 750; gap: 6px; justify-content: center; line-height: 1.2; min-height: 42px; padding: 10px 17px; transition: filter .2s, transform .2s; }
.pgm-fsa-button:hover, .pgm-fsa-button:focus { filter: brightness(1.08); transform: translateY(-1px); }
.pgm-fsa-button-primary { background: var(--pgm-fsa-primary); color: white !important; }
.pgm-fsa-button-audio { background: var(--pgm-fsa-teal); color: white !important; }
.pgm-fsa-button-outline { background: white; border-color: #9aa9b9; color: var(--pgm-fsa-primary) !important; }
.pgm-fsa-button-teal { background: var(--pgm-fsa-teal); color: white !important; width: 100%; }
.pgm-fsa-button-gold { background: var(--pgm-fsa-gold); color: white !important; width: 100%; }
.pgm-fsa-archive { margin-top: 24px; }
.pgm-fsa-table-wrap { overflow-x: auto; width: 100%; }
.pgm-fsa-table { border: 0; border-collapse: collapse; color: var(--pgm-fsa-ink); font-size: 12.5px; margin: 0; table-layout: auto; width: 100%; }
.pgm-fsa-table th { border: 0; color: #697486; font-size: 11px; font-weight: 650; padding: 0 8px 10px; text-align: left; white-space: nowrap; }
.pgm-fsa-table td { border: 0; border-top: 1px solid var(--pgm-fsa-line); padding: 10px 8px; vertical-align: middle; }
.pgm-fsa-table td:first-child { min-width: 260px; width: 38%; }
.pgm-fsa-table th:not(:first-child), .pgm-fsa-table td:not(:first-child) { white-space: nowrap; }
.pgm-fsa-title-cell { align-items: center; display: flex; gap: 10px; }
.pgm-fsa-title-cell strong { color: var(--pgm-fsa-primary); line-height: 1.25; }
.pgm-fsa-mini-thumb { background: #17304c; border-radius: 5px; display: block; flex: 0 0 58px; height: 38px; overflow: hidden; position: relative; }
.pgm-fsa-mini-thumb img { height: 100%; object-fit: cover; width: 100%; }
.pgm-fsa-mini-placeholder { align-items: center; color: rgba(255,255,255,.65); display: flex; font-size: 20px; height: 100%; justify-content: center; }
.pgm-fsa-mini-play { align-items: center; background: white; border-radius: 50%; color: var(--pgm-fsa-primary); display: flex; font-size: 8px; height: 17px; justify-content: center; left: 50%; padding-left: 1px; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 17px; }
.pgm-fsa-icon-actions { display: flex; gap: 5px; }
.pgm-fsa-icon-button { align-items: center; border: 1px solid var(--pgm-fsa-line); border-radius: 50%; color: var(--pgm-fsa-primary) !important; display: inline-flex; height: 30px; justify-content: center; width: 30px; }
.pgm-fsa-icon-button:hover, .pgm-fsa-icon-button:focus { background: var(--pgm-fsa-primary); color: white !important; }
.pgm-fsa-audio-icon-button { color: var(--pgm-fsa-teal) !important; }
.pgm-fsa-audio-icon-button:hover, .pgm-fsa-audio-icon-button:focus { background: var(--pgm-fsa-teal); }
.pgm-fsa-filters form { display: grid; gap: 8px; }
.pgm-fsa-filters label { color: var(--pgm-fsa-ink); font-size: 12px; font-weight: 750; margin-top: 2px; }
.pgm-fsa-filters input, .pgm-fsa-filters select { appearance: auto; background: white; border: 1px solid var(--pgm-fsa-line); border-radius: 5px; color: var(--pgm-fsa-ink); font-family: inherit; font-size: 13px; height: 42px; margin: 0; padding: 7px 10px; width: 100%; }
.pgm-fsa-filters .pgm-fsa-button { margin-top: 8px; }
.pgm-fsa-clear { color: var(--pgm-fsa-primary) !important; font-size: 12px; font-weight: 700; text-align: center; text-decoration: underline !important; }
.pgm-fsa-filters form[aria-busy="true"] { opacity: .72; pointer-events: none; }
.pgm-fsa-filter-error { background: #fff0f0; border: 1px solid #dba6a6; border-radius: 5px; color: #8a1f1f; font-size: 11px; margin: 6px 0 0; padding: 8px; }
.pgm-fsa-results-summary { align-items: center; background: #f1f6fa; border-radius: 7px; color: var(--pgm-fsa-muted); display: flex; font-size: 12px; justify-content: space-between; margin: -6px 0 12px; padding: 9px 11px; }
.pgm-fsa-results-summary a { color: var(--pgm-fsa-primary) !important; font-weight: 750; text-decoration: underline !important; }
.pgm-fsa-insights .pgm-fsa-heading-icon { background: var(--pgm-fsa-gold); }
.pgm-fsa-stat-grid { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.pgm-fsa-stat-grid > div { background: var(--pgm-fsa-soft); border: 1px solid var(--pgm-fsa-line); border-radius: 8px; display: flex; flex-direction: column; padding: 10px; text-align: center; }
.pgm-fsa-stat-grid strong { color: var(--pgm-fsa-primary); font: 750 21px/1.1 Georgia, serif; }
.pgm-fsa-stat-grid span { color: var(--pgm-fsa-muted); font-size: 10px; margin-top: 3px; }
.pgm-fsa-insights h3 { color: var(--pgm-fsa-primary); font-size: 12px; margin: 15px 0 7px; }
.pgm-fsa-topic-links, .pgm-fsa-year-links { display: flex; flex-wrap: wrap; gap: 6px; }
.pgm-fsa-topic-links a, .pgm-fsa-year-links a { background: #f2f6fa; border: 1px solid var(--pgm-fsa-line); border-radius: 999px; color: var(--pgm-fsa-primary) !important; font-size: 10.5px; font-weight: 700; padding: 5px 8px; }
.pgm-fsa-topic-links a:hover, .pgm-fsa-year-links a:hover { background: var(--pgm-fsa-primary); color: #fff !important; }
.pgm-fsa-topic-links span { color: var(--pgm-fsa-muted); font-size: 9px; margin-left: 2px; }
.pgm-fsa-quick-links { border-top: 1px solid var(--pgm-fsa-line); display: grid; gap: 4px; margin-top: 15px; padding-top: 10px; }
.pgm-fsa-quick-links a { color: var(--pgm-fsa-primary) !important; font-size: 11.5px; font-weight: 700; padding: 4px 0; }
.pgm-fsa-more-services .pgm-fsa-heading-icon { background: var(--pgm-fsa-teal); }
.pgm-fsa-recent-list { display: grid; gap: 0; }
.pgm-fsa-recent-service { align-items: center; display: grid; gap: 14px; grid-template-columns: 132px minmax(0,1fr) 70px; padding: 13px 0; }
.pgm-fsa-recent-service + .pgm-fsa-recent-service { border-top: 1px solid var(--pgm-fsa-line); }
.pgm-fsa-recent-service .pgm-fsa-mini-thumb { border-radius: 7px; height: 76px; width: 132px; }
.pgm-fsa-recent-service h3 { color: var(--pgm-fsa-primary); font: 750 15px/1.3 Georgia, serif; margin: 0 0 5px; }
.pgm-fsa-recent-service p { color: var(--pgm-fsa-muted); font-size: 11px; margin: 1px 0; }
.pgm-fsa-browse-speakers { border-top: 1px solid var(--pgm-fsa-line); margin-top: 6px; padding-top: 13px; }
.pgm-fsa-browse-speakers h3 { color: var(--pgm-fsa-primary); font-size: 12px; margin: 0 0 8px; }
.pgm-fsa-browse-speakers > div { display: flex; flex-wrap: wrap; gap: 6px; }
.pgm-fsa-browse-speakers a { background: #f2f6fa; border: 1px solid var(--pgm-fsa-line); border-radius: 999px; color: var(--pgm-fsa-primary) !important; font-size: 10.5px; font-weight: 700; padding: 5px 9px; }
.pgm-fsa-browse-speakers a:hover { background: var(--pgm-fsa-primary); color: #fff !important; }
.pgm-fsa-browse-speakers span { color: var(--pgm-fsa-muted); font-size: 9px; }
.pgm-fsa-archive-help { align-items: center; background: linear-gradient(105deg,#f1f6fa,#fbf8ef); border-left: 3px solid var(--pgm-fsa-gold); border-radius: 5px; display: flex; gap: 12px; margin-top: 14px; padding: 11px 13px; }
.pgm-fsa-archive-help strong { color: var(--pgm-fsa-primary); flex: 0 0 auto; font-size: 11.5px; }
.pgm-fsa-archive-help span { color: var(--pgm-fsa-muted); font-size: 10.5px; }
.pgm-fsa-highlight { align-items: center; display: grid; gap: 10px; grid-template-columns: 78px 1fr; padding: 10px 0; }
.pgm-fsa-highlight + .pgm-fsa-highlight { border-top: 1px solid var(--pgm-fsa-line); }
.pgm-fsa-highlight .pgm-fsa-mini-thumb { height: 54px; width: 78px; }
.pgm-fsa-highlight h3 { color: var(--pgm-fsa-primary); font-size: 12px; line-height: 1.35; margin: 0 0 5px; }
.pgm-fsa-highlight p { color: var(--pgm-fsa-muted); font-size: 11px; margin: 0; }
.pgm-fsa-resources { margin-top: 24px; }
.pgm-fsa-resource-grid { display: grid; gap: 13px; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pgm-fsa-resource { border: 1px solid var(--pgm-fsa-line); border-radius: 9px; display: flex; flex-direction: column; min-width: 0; padding: 14px 12px 12px; }
.pgm-fsa-file-badge { align-items: flex-end; background: #f4f6f9; border: 1px solid #dce2e8; border-radius: 4px; color: #c91722; display: flex; font-size: 10px; font-weight: 800; height: 48px; justify-content: center; margin-bottom: 10px; padding: 3px; position: relative; width: 39px; }
.pgm-fsa-file-badge::after { border-left: 9px solid transparent; border-top: 9px solid white; content: ""; position: absolute; right: 0; top: 0; }
.pgm-fsa-resource-copy { flex: 1; min-width: 0; }
.pgm-fsa-resource h3 { color: var(--pgm-fsa-primary); font-size: 12px; line-height: 1.35; margin: 0 0 4px; overflow-wrap: anywhere; }
.pgm-fsa-resource p { color: var(--pgm-fsa-muted); font-size: 10.5px; margin: 1px 0; }
.pgm-fsa-file-meta { font-weight: 750; padding-top: 3px; }
.pgm-fsa-resource .pgm-fsa-button { font-size: 11px; margin-top: 10px; min-height: 34px; padding: 8px; }
.pgm-fsa-empty { color: var(--pgm-fsa-muted); padding: 14px 5px; }
.pgm-fsa-empty h3 { color: var(--pgm-fsa-primary); margin: 0 0 4px; }
.pgm-fsa-pagination { margin-top: 18px; }
.pgm-fsa-pagination ul { display: flex; gap: 5px; justify-content: center; list-style: none; margin: 0; padding: 0; }
.pgm-fsa-pagination a, .pgm-fsa-pagination span { align-items: center; border: 1px solid var(--pgm-fsa-line); border-radius: 4px; display: flex; height: 34px; justify-content: center; min-width: 34px; padding: 0 7px; }
.pgm-fsa-pagination .current { background: var(--pgm-fsa-primary); color: white; }
.pgm-fsa-wrapper :focus-visible { outline: 3px solid color-mix(in srgb, var(--pgm-fsa-gold) 80%, white); outline-offset: 2px; }
.pgm-fsa-screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }

body.pgm-fsa-player-open { overflow: hidden; }
.pgm-fsa-player-modal[hidden] { display: none; }
.pgm-fsa-player-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  padding: 28px;
  position: fixed;
  transition: opacity .18s ease;
  z-index: 999999;
}
.pgm-fsa-player-modal.pgm-fsa-player-visible { opacity: 1; }
.pgm-fsa-player-backdrop { background: rgba(3,10,21,.88); inset: 0; position: absolute; }
.pgm-fsa-player-dialog {
  background: #090d14;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 15px;
  box-shadow: 0 28px 85px rgba(0,0,0,.58);
  color: #fff;
  max-height: calc(100vh - 56px);
  max-width: 1080px;
  overflow: hidden;
  position: relative;
  transform: translateY(12px) scale(.985);
  transition: transform .18s ease;
  width: 100%;
  z-index: 1;
}
.pgm-fsa-player-visible .pgm-fsa-player-dialog { transform: translateY(0) scale(1); }
.pgm-fsa-player-close {
  align-items: center;
  background: rgba(5,10,18,.84);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font: 300 28px/1 Arial, sans-serif;
  height: 42px;
  justify-content: center;
  padding: 0 0 3px;
  position: absolute;
  right: 14px;
  top: 14px;
  transition: background .2s, transform .2s;
  width: 42px;
  z-index: 3;
}
.pgm-fsa-player-close:hover, .pgm-fsa-player-close:focus-visible { background: #0b6eaa; outline: 3px solid rgba(255,255,255,.55); outline-offset: 2px; transform: scale(1.04); }
.pgm-fsa-player-stage { aspect-ratio: 16 / 9; background: #000; position: relative; width: 100%; }
.pgm-fsa-player-stage iframe, .pgm-fsa-player-stage video { border: 0; height: 100%; inset: 0; object-fit: contain; position: absolute; width: 100%; }
.pgm-fsa-audio-mode .pgm-fsa-player-dialog { max-width: 680px; }
.pgm-fsa-audio-mode .pgm-fsa-player-stage { align-items: center; aspect-ratio: auto; background: radial-gradient(circle at 50% 20%,#263d59,#07101d 72%); display: flex; flex-direction: column; justify-content: center; min-height: 330px; padding: 34px 28px 28px; }
.pgm-fsa-audio-visual { background: #11243a; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 15px 40px rgba(0,0,0,.38); height: 190px; margin-bottom: 28px; overflow: hidden; position: relative; width: 190px; }
.pgm-fsa-audio-visual img { height: 100%; object-fit: cover; width: 100%; }
.pgm-fsa-audio-visual span { align-items: center; background: rgba(4,19,37,.72); border-radius: 50%; color: #fff; display: flex; font-size: 34px; height: 66px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 66px; }
.pgm-fsa-audio-mode .pgm-fsa-player-stage audio { display: block; max-width: 520px; width: 100%; }
.pgm-fsa-player-bar { align-items: center; background: linear-gradient(180deg,#111a27,#0b111a); display: flex; gap: 20px; justify-content: space-between; min-height: 62px; padding: 14px 20px; }
.pgm-fsa-player-title { font: 650 15px/1.35 inherit; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pgm-fsa-player-external { color: #b7c8db !important; flex: 0 0 auto; font: 600 12px/1.3 inherit; text-decoration: none !important; }
.pgm-fsa-player-external:hover, .pgm-fsa-player-external:focus { color: #fff !important; text-decoration: underline !important; }

@media (max-width: 1060px) {
  .pgm-fsa-layout { grid-template-columns: minmax(0, 1.7fr) minmax(250px, .75fr); }
  .pgm-fsa-latest-grid { align-items: start; grid-template-columns: 1fr; }
  .pgm-fsa-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  .pgm-fsa-container { width: min(100% - 28px, 650px); }
  .pgm-fsa-width-medium { width: 96vw; }
  .pgm-fsa-width-full .pgm-fsa-container { padding-inline: 14px; width: 100%; }
  .pgm-fsa-hero { min-height: 220px; }
  .pgm-fsa-hero-content { padding-block: 34px 40px; }
  .pgm-fsa-hero:not(.pgm-fsa-hero-has-image)::after { font-size: 105px; opacity: .7; right: 20px; top: 70px; }
  .pgm-fsa-layout { display: flex; flex-direction: column; }
  .pgm-fsa-main, .pgm-fsa-sidebar { width: 100%; }
  .pgm-fsa-sidebar { order: -1; }
  .pgm-fsa-filters { order: 0; }
  .pgm-fsa-highlights { order: 1; }
  .pgm-fsa-table, .pgm-fsa-table tbody { display: block; }
  .pgm-fsa-table thead { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
  .pgm-fsa-table tr { border: 1px solid var(--pgm-fsa-line); border-radius: 9px; display: grid; gap: 5px; margin-bottom: 12px; padding: 12px; }
  .pgm-fsa-table td, .pgm-fsa-table td:first-child { align-items: start; border: 0; display: grid; font-size: 13px; gap: 10px; grid-template-columns: 84px 1fr; min-width: 0; padding: 2px 0; }
  .pgm-fsa-table td:not(:first-child) { white-space: normal; }
  .pgm-fsa-table td::before { color: var(--pgm-fsa-muted); content: attr(data-label); font-size: 11px; font-weight: 750; padding-top: 2px; }
  .pgm-fsa-table td:first-child { display: block; margin-bottom: 5px; }
  .pgm-fsa-table td:first-child::before { display: none; }
  .pgm-fsa-title-cell .pgm-fsa-mini-thumb { flex-basis: 82px; height: 52px; }
  .pgm-fsa-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .pgm-fsa-hero h1 { font-size: 36px; }
  .pgm-fsa-hero p { font-size: 15px; }
  .pgm-fsa-content { padding-block: 20px 28px; }
  .pgm-fsa-card { border-radius: 12px; padding: 15px; }
  .pgm-fsa-latest-grid { gap: 17px; }
  .pgm-fsa-latest-media { aspect-ratio: 16/10; }
  .pgm-fsa-play { border-width: 3px; height: 58px; width: 58px; }
  .pgm-fsa-actions .pgm-fsa-button { flex: 1 1 100%; }
  .pgm-fsa-resource-grid { grid-template-columns: 1fr; }
  .pgm-fsa-resource { display: grid; gap: 0 12px; grid-template-columns: 48px 1fr; }
  .pgm-fsa-resource-copy { grid-column: 2; grid-row: 1; }
  .pgm-fsa-resource .pgm-fsa-button { grid-column: 1 / -1; }
  .pgm-fsa-recent-service { gap: 10px; grid-template-columns: 94px minmax(0,1fr) 66px; }
  .pgm-fsa-recent-service .pgm-fsa-mini-thumb { height: 58px; width: 94px; }
  .pgm-fsa-recent-service h3 { font-size: 13px; }
  .pgm-fsa-archive-help { align-items: flex-start; flex-direction: column; gap: 2px; }
  .pgm-fsa-player-modal { padding: 10px; }
  .pgm-fsa-player-dialog { border-radius: 10px; max-height: calc(100vh - 20px); }
  .pgm-fsa-player-close { height: 38px; right: 9px; top: 9px; width: 38px; }
  .pgm-fsa-player-bar { align-items: flex-start; flex-direction: column; gap: 4px; min-height: 70px; padding: 11px 14px; }
  .pgm-fsa-player-title { max-width: 100%; }
  .pgm-fsa-audio-mode .pgm-fsa-player-stage { min-height: 290px; padding: 28px 18px 22px; }
  .pgm-fsa-audio-visual { height: 155px; margin-bottom: 24px; width: 155px; }
}

@media (prefers-reduced-motion: reduce) {
  .pgm-fsa-wrapper *, .pgm-fsa-wrapper *::before, .pgm-fsa-wrapper *::after { scroll-behavior: auto !important; transition: none !important; }
  .pgm-fsa-player-modal, .pgm-fsa-player-dialog { transition: none !important; }
}
