:root {
  --pte-rad-navy: #071a36;
  --pte-rad-navy-2: #0b2a55;
  --pte-rad-blue: #4096f6;
  --pte-rad-sky: #32c7ff;
  --pte-rad-green: #24b99d;
  --pte-rad-gold: #ffb650;
  --pte-rad-red: #f43f6c;
  --pte-rad-page: #eaf2fb;
  --pte-rad-text: #102238;
  --pte-rad-muted: #52637a;
  --pte-rad-line: #d7e0eb;
  --pte-rad-shadow: 0 16px 38px rgba(26, 43, 66, .08);
}

html { scroll-behavior: smooth; }
body.pte-playbook-standalone-body { margin: 0 !important; background: var(--pte-rad-page) !important; }
body.pte-playbook-nav-open { overflow: hidden; }
.pte-playbook-route { margin: 0; padding: 0; max-width: none; }

.pte-rad {
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(180deg, #f8fbff 0%, var(--pte-rad-page) 100%);
  color: var(--pte-rad-text);
  font-family: Raleway, Inter, Arial, Helvetica, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.pte-rad *, .pte-rad *::before, .pte-rad *::after { box-sizing: border-box; }
.pte-rad button, .pte-rad input, .pte-rad select, .pte-rad a { font: inherit; }
.pte-rad button { cursor: pointer; }
.pte-rad img { max-width: 100%; }
.pte-rad [hidden] { display: none !important; }
.pte-rad a:focus-visible,
.pte-rad button:focus-visible,
.pte-rad input:focus-visible,
.pte-rad select:focus-visible {
  outline: 4px solid rgba(50, 199, 255, .34);
  outline-offset: 2px;
}

/* Exact Resource Dashboard header */
.pte-rad-top {
  min-height: 72px;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #071a36 0%, #0b2a55 58%, #0e3d78 100%);
  color: #fff;
  box-shadow: 0 2px 10px rgba(20, 36, 58, .18);
}
.admin-bar .pte-rad-top { top: 32px; }

.pte-rad-brand {
  width: 324px;
  min-height: 72px;
  flex: 0 0 324px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.pte-rad-logo {
  display: block;
  width: 238px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .36));
}

.pte-rad-nav {
  display: flex;
  gap: 18px;
  padding: 0 18px;
  flex: 1;
  align-items: center;
}

.pte-rad-nav a,
.pte-rad-nav button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.pte-rad-nav a:hover,
.pte-rad-nav button:hover { color: #7ce7ff; }

.pte-rad-top-actions {
  min-height: 72px;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.pte-rad-top-actions span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, .15);
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.pte-rad-mobile-actions { display: none; margin-left: auto; padding-right: 14px; }
.pte-rad-mobile-actions button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 9px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-size: 20px;
}

/* Exact Resource Dashboard shell and sidebar */
.pte-rad-shell {
  display: grid;
  grid-template-columns: 324px minmax(0, 1fr);
  min-height: calc(100vh - 72px);
}

.pte-rad-sidebar {
  position: sticky;
  top: 72px;
  height: calc(100vh - 72px);
  overflow: hidden;
  z-index: 100;
  background: linear-gradient(180deg, #f8fafc 0%, #eef3f8 52%, #e4ebf3 100%);
  border-right: 1px solid #c9d3df;
  box-shadow: 10px 0 28px rgba(37, 48, 68, .14);
}
.admin-bar .pte-rad-sidebar { top: 104px; height: calc(100vh - 104px); }

.pte-rad-side-section { padding: 10px 6px 8px; }
.pte-rad-side-title {
  margin: 8px 0 7px;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #4096f6, #2776d4);
  border-top: 1px solid rgba(255, 255, 255, .35);
  border-bottom: 1px solid #1857a5;
  box-shadow: 0 2px 8px rgba(24, 87, 165, .18);
}
.pte-playbook-side-group { margin-top: 12px; }

.pte-rad-category-note {
  margin: 0 4px 9px;
  padding: 9px 10px;
  border-radius: 7px;
  background: #eaf6ff;
  border: 1px solid #bfdbfe;
  color: #18446f;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pte-rad-category-scroll {
  height: calc(100vh - 188px);
  overflow-y: auto;
  padding: 0 4px 14px 0;
  scrollbar-width: thin;
  scrollbar-color: #8fb4dc #e4ebf3;
}
.pte-rad-category-scroll::-webkit-scrollbar { width: 8px; }
.pte-rad-category-scroll::-webkit-scrollbar-track { background: #e4ebf3; border-radius: 999px; }
.pte-rad-category-scroll::-webkit-scrollbar-thumb { background: #8fb4dc; border-radius: 999px; }

.pte-rad-side-link {
  min-height: 38px;
  margin: 4px 0;
  padding: 8px 12px 8px 23px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #102238;
  border: 1px solid #bfc8d4;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 850;
  font-size: 12px;
  background: linear-gradient(180deg, #fff 0%, #f6f8fb 45%, #e4e9f0 100%);
  box-shadow: inset 0 1px 0 #fff, 0 2px 5px rgba(33, 43, 58, .16);
}
.pte-rad-side-link::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4096f6;
  transform: translateY(-50%);
  box-shadow: 0 0 0 2px rgba(64, 150, 246, .1);
}
.pte-rad-side-link:hover { color: #0b4d92; border-color: #84b8ec; }
.pte-rad-side-link.is-active {
  color: #fff;
  border-color: #7dd3fc;
  background: linear-gradient(180deg, #38bdf8, #0ea5e9);
  box-shadow: 0 8px 22px rgba(14, 165, 233, .26);
}
.pte-rad-side-link.is-active::before { background: #fff; }

.pte-rad-idx {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  border-radius: 7px;
  background: rgba(64, 150, 246, .12);
  color: #1b5ca7;
  font-size: 10px;
  font-weight: 950;
}
.pte-rad-side-link.is-active .pte-rad-idx { background: rgba(255, 255, 255, .22); color: #fff; }
.pte-rad-side-link span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.pte-playbook-sidebar-overlay { display: none; }

/* Main dashboard */
.pte-rad-main { min-width: 0; padding: 24px 28px 0; }

.pte-rad-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 15px 20px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(125, 211, 252, .34);
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, rgba(5, 19, 43, .98) 0%, rgba(8, 46, 91, .98) 54%, rgba(10, 121, 182, .98) 100%);
  box-shadow: 0 18px 44px rgba(10, 45, 95, .20), inset 0 1px 0 rgba(255, 255, 255, .18);
}
.pte-rad-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 9% 12%, rgba(50, 199, 255, .36), transparent 24%), linear-gradient(90deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 100%), linear-gradient(0deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 100%);
  background-size: auto, 44px 44px, 44px 44px;
  pointer-events: none;
}
.pte-rad-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #24b99d, #ffb650, #38bdf8);
  box-shadow: 0 -10px 28px rgba(56, 189, 248, .28);
}
.pte-rad-hero-content, .pte-rad-hero-actions { position: relative; z-index: 1; }
.pte-rad-hero-content { padding-left: 13px; border-left: 4px solid #38bdf8; }
.pte-rad-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .16);
  color: #7ce7ff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.pte-rad-hero-kicker::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #24b99d; box-shadow: 0 0 12px #24b99d; }
.pte-rad-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: 25px; line-height: 1.08; letter-spacing: .01em; text-shadow: 0 8px 24px rgba(0, 0, 0, .26); }
.pte-rad-hero p { max-width: 920px; margin: 6px 0 0; color: rgba(255, 255, 255, .86); font-size: 13px; line-height: 1.5; font-weight: 750; }
.pte-rad-hero-actions { min-width: 330px; display: flex; gap: 10px; justify-content: flex-end; }

.pte-rad-btn {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 950;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.pte-rad-btn:hover { transform: translateY(-1px); filter: brightness(1.03); }
.pte-rad-hero .pte-rad-btn { min-height: 36px; padding: 0 15px; border-radius: 8px; box-shadow: 0 12px 28px rgba(0, 0, 0, .16); }
.pte-rad-btn-primary { background: linear-gradient(180deg, #7dd3fc, #38bdf8); color: #03172d; border-color: rgba(255, 255, 255, .2); box-shadow: 0 14px 30px rgba(50, 199, 255, .26); }
.pte-rad-btn-secondary { background: #eff7ff; color: #163966; border-color: rgba(28, 120, 220, .16); }
.pte-rad-hero .pte-rad-btn-secondary, .pte-rad-cta .pte-rad-btn-secondary { background: rgba(255, 255, 255, .10); color: #fff; border-color: rgba(255, 255, 255, .24); }

.pte-rad-kpis { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-bottom: 22px; }
.pte-rad-kpi { min-height: 126px; padding: 22px 24px; border-radius: 8px; color: #fff; box-shadow: 0 18px 38px rgba(23, 38, 64, .16); }
.pte-rad-kpi span, .pte-rad-kpi em { display: block; color: #fff; font-style: normal; font-weight: 850; }
.pte-rad-kpi span { font-size: 14px; }
.pte-rad-kpi strong { display: block; margin: 20px 0 12px; color: #fff; text-align: right; font-size: 30px; line-height: 1; }
.pte-rad-kpi .pte-rad-kpi-range { font-size: clamp(20px, 2vw, 28px); }
.pte-rad-kpi em { font-size: 12px; opacity: .97; }
.pte-rad-blue { background: linear-gradient(135deg, #4096f6, #286ec6); }
.pte-rad-green { background: linear-gradient(135deg, #31cdb5, #168a79); }
.pte-rad-gold { background: linear-gradient(135deg, #ffb94b, #d77b14); }
.pte-rad-red { background: linear-gradient(135deg, #ff5277, #c62650); }

.pte-rad-panel { border: 1px solid var(--pte-rad-line); border-radius: 8px; background: #fff; box-shadow: var(--pte-rad-shadow); overflow: hidden; margin-bottom: 22px; color: var(--pte-rad-text); }
.pte-rad-section-strip { padding: 15px 18px; border-bottom: 1px solid #e6edf5; background: linear-gradient(180deg, #ffffff, #f4f8fd); color: #18314d; font-size: 13px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pte-rad-pad { padding: 18px; }
.pte-rad-panel-title { margin: 0 0 14px; color: #1c2b40; font-size: 14px; font-weight: 900; text-transform: uppercase; }

.pte-rad-tables { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 22px; }
.pte-overview-card { min-height: 180px; }
.pte-overview-card strong { display: block; margin: 8px 0 10px; color: #102238; font-size: 18px; line-height: 1.25; }
.pte-overview-card p { margin: 0; color: #52637a; font-size: 13px; line-height: 1.65; }
.pte-overview-card--dark { color: #fff; background: linear-gradient(135deg, #071a36, #0c447f); border-color: #0c447f; }
.pte-overview-card--dark .pte-rad-panel-title, .pte-overview-card--dark strong { color: #fff; }
.pte-overview-card--dark p { color: rgba(255,255,255,.84); }

/* Exact dark illustrated resource cards */
.pte-rad-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; padding: 18px; }
.pte-rad-card {
  --pte-rad-accent: #40dfff;
  --pte-rad-deep: #061634;
  --pte-rad-mid: #083b7c;
  --pte-rad-low: #0e7490;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  padding: 16px 18px 19px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background-color: #07101d;
  background-image: radial-gradient(circle at 78% 12%, rgba(34, 211, 238, .3), transparent 36%), linear-gradient(145deg, var(--pte-rad-deep), var(--pte-rad-mid) 54%, var(--pte-rad-low));
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 24px 54px rgba(20, 36, 58, .24);
}
.pte-rad-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255, 255, 255, .12), transparent 22%), linear-gradient(90deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 100%), linear-gradient(0deg, rgba(255, 255, 255, .055) 0 1px, transparent 1px 100%); background-size: auto, 34px 34px, 34px 34px; pointer-events: none; }
.pte-rad-card::after { content: ""; position: absolute; right: 18px; bottom: 18px; width: 96px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, transparent, var(--pte-rad-accent)); box-shadow: 0 0 26px var(--pte-rad-accent); }
.pte-rad-card:nth-child(12n+2) { --pte-rad-accent: #fb7185; --pte-rad-deep: #260617; --pte-rad-mid: #7f1d4d; --pte-rad-low: #f97316; }
.pte-rad-card:nth-child(12n+3) { --pte-rad-accent: #86efac; --pte-rad-deep: #052e1a; --pte-rad-mid: #047857; --pte-rad-low: #22c55e; }
.pte-rad-card:nth-child(12n+4) { --pte-rad-accent: #fda4af; --pte-rad-deep: #330511; --pte-rad-mid: #9f1239; --pte-rad-low: #f43f5e; }
.pte-rad-card:nth-child(12n+5) { --pte-rad-accent: #67e8f9; --pte-rad-deep: #082f49; --pte-rad-mid: #1d4ed8; --pte-rad-low: #0891b2; }
.pte-rad-card:nth-child(12n+6) { --pte-rad-accent: #fde68a; --pte-rad-deep: #422006; --pte-rad-mid: #b45309; --pte-rad-low: #f59e0b; }
.pte-rad-card:nth-child(12n+7) { --pte-rad-accent: #4ade80; --pte-rad-deep: #052e16; --pte-rad-mid: #166534; --pte-rad-low: #65a30d; }
.pte-rad-card:nth-child(12n+8) { --pte-rad-accent: #38bdf8; --pte-rad-deep: #11114a; --pte-rad-mid: #3730a3; --pte-rad-low: #0284c7; }
.pte-rad-card:nth-child(12n+9) { --pte-rad-accent: #facc15; --pte-rad-deep: #3b0718; --pte-rad-mid: #be123c; --pte-rad-low: #ca8a04; }
.pte-rad-card:nth-child(12n+10) { --pte-rad-accent: #c084fc; --pte-rad-deep: #240046; --pte-rad-mid: #7e22ce; --pte-rad-low: #d946ef; }
.pte-rad-card:nth-child(12n+11) { --pte-rad-accent: #2dd4bf; --pte-rad-deep: #042f2e; --pte-rad-mid: #0f766e; --pte-rad-low: #06b6d4; }
.pte-rad-card:nth-child(12n+12) { --pte-rad-accent: #fb7185; --pte-rad-deep: #4a044e; --pte-rad-mid: #db2777; --pte-rad-low: #fb923c; }
.pte-rad-card-head { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; margin-bottom: 14px; }
.pte-rad-badge { display: inline-flex; padding: 5px 8px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 999px; color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pte-rad-num { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .24); border-radius: 12px; background: rgba(255, 255, 255, .13); color: #fff; font-size: 12px; font-weight: 900; }
.pte-rad-art { height: 102px; margin: -2px 0 14px; position: relative; display: grid; place-items: center; border-radius: 14px; background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .12); z-index: 1; }
.pte-rad-art svg { width: 92%; height: 80px; filter: drop-shadow(0 14px 18px rgba(0, 0, 0, .28)); }
.pte-rad-card h2 { position: relative; z-index: 1; margin: 0 0 9px; color: #fff; font-size: 16px; line-height: 1.12; text-transform: uppercase; text-shadow: 0 3px 16px rgba(0, 0, 0, .36); }
.pte-rad-card p { position: relative; z-index: 1; margin: 0 0 12px; color: rgba(255, 255, 255, .9); font-size: 12px; line-height: 1.45; }
.pte-rad-credential { position: relative; z-index: 1; display: grid; gap: 5px; margin: 0 0 11px; padding: 9px; border-radius: 12px; background: rgba(0, 0, 0, .18); border: 1px solid rgba(255, 255, 255, .18); color: rgba(255, 255, 255, .9); font-size: 10px; font-weight: 800; }
.pte-rad-credential span { display: flex; justify-content: space-between; gap: 8px; }
.pte-rad-credential b { color: #fff; letter-spacing: .04em; text-transform: uppercase; }
.pte-rad-credential em { color: #fff; font-style: normal; }
.pte-rad-urls { position: relative; z-index: 1; margin-top: auto; display: grid; gap: 7px; }
.pte-rad-url { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fff; text-decoration: none; text-align: center; border: 1px solid rgba(255, 255, 255, .28); background: rgba(0,0,0,.24); border-radius: 999px; padding: 8px 10px; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.pte-rad-url:hover { background: #fff; color: #0b2a55; }
.pte-rad-card.is-complete { box-shadow: 0 0 0 3px rgba(36,185,157,.30), 0 24px 54px rgba(20, 36, 58, .24); }
.pte-rad-card.is-hidden { display: none; }

/* Search and progress controls */
.pte-toolbelt { display: grid; grid-template-columns: minmax(280px, 1.5fr) minmax(220px, .7fr) auto auto; gap: 14px; align-items: end; padding: 18px; }
.pte-toolbelt__search label, .pte-progress-card span { display: block; margin-bottom: 7px; color: #314057; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pte-toolbelt__search input { width: 100%; height: 44px; padding: 0 14px; border: 1px solid #b9c9da; border-radius: 8px; background: #fff; color: #102238; font-size: 13px; box-shadow: inset 0 1px 2px rgba(16,34,56,.05); }
.pte-toolbelt__search input::placeholder { color: #718198; }
.pte-progress-card { min-width: 0; }
.pte-progress-card strong { display: block; margin-bottom: 7px; color: #102238; font-size: 24px; line-height: 1; }
.pte-progress-bar { height: 10px; overflow: hidden; border-radius: 999px; background: #dce6f1; box-shadow: inset 0 1px 2px rgba(16,34,56,.12); }
.pte-progress-bar i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4096f6, #24b99d); transition: width .25s ease; }
.pte-search-empty { margin: 0 18px 18px; padding: 15px; border: 1px solid #ffd1da; border-radius: 8px; background: #fff3f6; color: #8d1735; font-weight: 800; text-align: center; }

/* Operational panels */
.pte-command-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr); gap: 22px; }
.pte-panel-body { padding: 20px; }
.pte-panel__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr); gap: 24px; align-items: start; margin-bottom: 18px; }
.pte-panel__header h2 { margin: 3px 0 0; color: #102238; font-size: 21px; line-height: 1.15; }
.pte-panel__header p { margin: 0; color: #52637a; font-size: 13px; line-height: 1.6; }
.pte-kicker { color: #146bb5; font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }

.pte-calc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.pte-calc-grid label { display: grid; gap: 6px; }
.pte-calc-grid label span { color: #314057; font-size: 11px; font-weight: 850; }
.pte-calc-grid input { width: 100%; height: 41px; padding: 0 11px; border: 1px solid #c3cfdd; border-radius: 7px; background: #f9fbfd; color: #102238; font-weight: 800; }
.pte-calc-results { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.pte-calc-results div { min-height: 92px; padding: 13px; border-radius: 8px; background: linear-gradient(135deg, #071a36, #0d4d8c); color: #fff; box-shadow: 0 10px 24px rgba(7,26,54,.16); }
.pte-calc-results span { display: block; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.pte-calc-results strong { display: block; margin-top: 13px; color: #fff; font-size: clamp(16px, 1.45vw, 22px); line-height: 1.1; }

.pte-dashboard-grid { display: grid; gap: 9px; }
.pte-check { min-height: 46px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid #d4deea; border-radius: 7px; background: linear-gradient(180deg, #fff, #f6f9fc); color: #24364d; font-size: 12px; font-weight: 800; }
.pte-check input { width: 18px; height: 18px; accent-color: #24b99d; }
.pte-check:has(input:checked) { border-color: #8dd9ca; background: #effcf8; color: #105a4f; }

.pte-table-wrap { overflow: auto; border: 1px solid #d7e0eb; border-radius: 8px; background: #fff; }
.pte-table { width: 100%; border-collapse: collapse; color: #21334a; font-size: 13px; }
.pte-table th { padding: 12px 14px; background: #071a36; color: #fff; font-size: 11px; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.pte-table td { padding: 12px 14px; border-top: 1px solid #e4eaf1; color: #314057; vertical-align: top; }
.pte-table tbody tr:nth-child(even) td { background: #f7faff; }
.pte-table tbody tr:hover td { background: #eef7ff; }

/* Full reader */
.pte-section-list { margin-bottom: 22px; }
.pte-reader-section-strip { margin-bottom: 14px; border: 1px solid #d7e0eb; border-radius: 8px; box-shadow: var(--pte-rad-shadow); }
.pte-section-card { scroll-margin-top: 92px; }
.pte-section-card.is-hidden { display: none; }
.pte-section-card__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; background: linear-gradient(135deg, #071a36, #0b376d 58%, #0d83c8); }
.pte-section-toggle { min-width: 0; display: grid; grid-template-columns: auto minmax(0, 1fr) 30px; gap: 15px; align-items: center; padding: 17px 18px; border: 0; background: transparent; color: #fff; text-align: left; }
.pte-section-number { display: inline-flex; min-height: 30px; align-items: center; padding: 0 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.12); color: #7ce7ff; font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pte-section-title { min-width: 0; }
.pte-section-title strong { display: block; color: #fff; font-size: 17px; line-height: 1.2; }
.pte-section-title em { display: block; margin-top: 4px; overflow: hidden; color: rgba(255,255,255,.8); font-size: 11px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.pte-section-toggle i { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; }
.pte-section-toggle i::before { content: "+"; font-style: normal; font-weight: 900; }
.pte-section-toggle[aria-expanded="true"] i::before { content: "−"; }
.pte-complete-btn { min-width: 150px; padding: 0 17px; border: 0; border-left: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.10); color: #fff; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.pte-complete-btn:hover { background: rgba(255,255,255,.18); }
.pte-section-card.is-complete .pte-complete-btn { background: #167f6f; color: #fff; }
.pte-section-card__body { padding: 24px; background: #fff; }
.pte-section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr); gap: 22px; padding: 20px; border: 1px solid #d9e3ed; border-radius: 10px; background: linear-gradient(180deg, #f9fcff, #eff6fc); }
.pte-section-intro h3 { margin: 5px 0 8px; color: #102238; font-size: 24px; line-height: 1.15; }
.pte-section-intro p { margin: 0; color: #52637a; font-size: 13px; line-height: 1.65; }
.pte-focus-card { padding: 16px; border-radius: 9px; background: #071a36; color: #fff; }
.pte-focus-card > span { color: #7ce7ff; font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.pte-focus-card ul { margin: 12px 0 0; padding-left: 18px; }
.pte-focus-card li { margin: 7px 0; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.5; }
.pte-content-stream { max-width: 980px; margin: 28px auto 0; color: #26384f; }
.pte-content-heading { display: flex; align-items: center; gap: 10px; margin: 34px 0 14px; color: #0b376d; line-height: 1.25; }
h3.pte-content-heading { font-size: 21px; }
h4.pte-content-heading { font-size: 17px; }
.pte-content-heading span { width: 8px; height: 24px; flex: 0 0 8px; border-radius: 4px; background: linear-gradient(180deg, #38bdf8, #1456b8); }
.pte-copy-block { margin: 0 0 15px; color: #34465d; font-size: 15px; line-height: 1.78; white-space: pre-line; }
.pte-copy-block--statement { padding: 15px 17px; border-left: 4px solid #4096f6; border-radius: 0 8px 8px 0; background: #eef7ff; color: #123c68; font-size: 16px; font-weight: 850; }
.pte-key-list { margin: 18px 0; padding: 17px 18px; border: 1px solid #c9dfef; border-radius: 9px; background: #f5fbff; }
.pte-key-list > span { color: #146bb5; font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.pte-content-list { margin: 12px 0 0; padding-left: 20px; }
.pte-content-list li { margin: 8px 0; color: #34465d; font-size: 14px; line-height: 1.65; }
.pte-table--content { min-width: 680px; }

/* Footer */
.pte-rad-footer { margin: 30px -28px 0; padding: 54px 34px 26px; background: linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f2f7ff 100%); border-top: 1px solid rgba(31, 85, 150, .14); }
.pte-rad-footer-shell { max-width: 1220px; margin: 0 auto; }
.pte-rad-cta { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 30px 34px; border-radius: 18px; background: radial-gradient(circle at 9% 20%, rgba(42, 169, 255, .24), transparent 28%), linear-gradient(135deg, #061d3a 0%, #0b376d 55%, #0d83c8 100%); box-shadow: 0 24px 60px rgba(10, 45, 95, .20); color: #fff; }
.pte-rad-eyebrow { display: block; margin-bottom: 10px; color: #7ce7ff; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.pte-rad-cta h2 { margin: 0 0 9px; color: #fff; font-size: 30px; line-height: 1.15; }
.pte-rad-cta p { max-width: 760px; margin: 0; color: rgba(255, 255, 255, .84); line-height: 1.7; }
.pte-rad-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pte-rad-bottom { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 22px; border-top: 1px solid rgba(26, 83, 150, .14); color: #5a6b82; font-size: 13px; }

@media (max-width: 1500px) {
  .pte-rad-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pte-rad-nav { gap: 12px; }
  .pte-rad-nav a, .pte-rad-nav button { font-size: 12px; }
  .pte-rad-top-actions span:first-child { display: none; }
}

@media (max-width: 1240px) {
  .pte-rad-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pte-rad-tables { grid-template-columns: 1fr; }
  .pte-command-grid { grid-template-columns: 1fr; }
  .pte-toolbelt { grid-template-columns: 1fr 1fr; }
  .pte-rad-hero { grid-template-columns: 1fr; }
  .pte-rad-hero-actions { min-width: 0; justify-content: flex-start; flex-wrap: wrap; }
  .pte-rad-hero-actions .pte-rad-btn { flex: 1 1 190px; }
  .pte-calc-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 1024px) {
  .pte-rad-nav { display: none; }
  .pte-rad-mobile-actions { display: flex; }
  .pte-rad-top-actions { display: none; }
  .pte-rad-brand { width: auto; flex: 1; border-right: 0; }
  .pte-rad-logo { width: 210px; }
  .pte-rad-shell { grid-template-columns: 1fr; }
  .pte-rad-sidebar {
    position: fixed;
    top: 72px;
    bottom: 0;
    left: 0;
    width: 324px;
    height: auto;
    transform: translateX(-110%);
    transition: transform .22s ease;
    box-shadow: 18px 0 50px rgba(7,26,54,.28);
  }
  .admin-bar .pte-rad-sidebar { top: 104px; height: auto; }
  body.pte-playbook-nav-open .pte-rad-sidebar { transform: translateX(0); }
  .pte-playbook-sidebar-overlay { position: fixed; inset: 72px 0 0; z-index: 90; border: 0; background: rgba(7,26,54,.52); backdrop-filter: blur(2px); }
  body.pte-playbook-nav-open .pte-playbook-sidebar-overlay { display: block; }
  .admin-bar .pte-playbook-sidebar-overlay { top: 104px; }
  .pte-rad-main { padding: 18px; }
  .pte-rad-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pte-rad-footer { margin-inline: -18px; }
}

@media (max-width: 782px) {
  .admin-bar .pte-rad-top { top: 46px; }
  .admin-bar .pte-rad-sidebar { top: 118px; }
  .admin-bar .pte-playbook-sidebar-overlay { top: 118px; }
}

@media (max-width: 760px) {
  .pte-rad-kpis, .pte-rad-resource-grid { grid-template-columns: 1fr; }
  .pte-rad-hero { padding: 15px 16px 17px; }
  .pte-rad-hero h1 { font-size: 23px; }
  .pte-rad-hero-content { padding-left: 11px; }
  .pte-toolbelt { grid-template-columns: 1fr; align-items: stretch; }
  .pte-toolbelt .pte-rad-btn { width: 100%; }
  .pte-panel__header { grid-template-columns: 1fr; gap: 10px; }
  .pte-calc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pte-section-card__header { grid-template-columns: 1fr; }
  .pte-section-toggle { grid-template-columns: 1fr 28px; }
  .pte-section-number { grid-column: 1 / -1; width: max-content; }
  .pte-section-title em { white-space: normal; }
  .pte-complete-btn { min-height: 44px; border-top: 1px solid rgba(255,255,255,.16); border-left: 0; }
  .pte-section-card__body { padding: 16px; }
  .pte-section-intro { grid-template-columns: 1fr; padding: 16px; }
  .pte-rad-cta { grid-template-columns: 1fr; padding: 24px; }
  .pte-rad-cta h2 { font-size: 24px; }
  .pte-rad-bottom { display: grid; gap: 8px; }
}

@media (max-width: 480px) {
  .pte-rad-main { padding: 12px; }
  .pte-rad-brand { padding-left: 12px; }
  .pte-rad-logo { width: 186px; }
  .pte-rad-kpi { min-height: 112px; padding: 18px; }
  .pte-rad-kpi strong { margin-top: 14px; }
  .pte-rad-resource-grid { padding: 12px; }
  .pte-rad-card { min-height: 350px; }
  .pte-calc-grid, .pte-calc-results { grid-template-columns: 1fr; }
  .pte-copy-block { font-size: 14px; }
  .pte-copy-block--statement { font-size: 15px; }
  .pte-rad-footer { margin-inline: -12px; padding: 36px 18px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .pte-rad *, .pte-rad *::before, .pte-rad *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .pte-rad-top, .pte-rad-sidebar, .pte-playbook-sidebar-overlay, .pte-rad-hero-actions, .pte-playbook-tools, .pte-rad-resource-grid, .pte-command-grid, #pte-milestones, .pte-rad-footer, .pte-complete-btn { display: none !important; }
  .pte-rad-shell { display: block; }
  .pte-rad-main { padding: 0; }
  .pte-rad-hero { color: #000; background: #fff; border: 1px solid #bbb; box-shadow: none; }
  .pte-rad-hero h1, .pte-rad-hero p { color: #000; text-shadow: none; }
  .pte-rad-kpis { display: none; }
  .pte-section-card { break-inside: avoid; box-shadow: none; }
  .pte-section-card__header { background: #eee; }
  .pte-section-title strong, .pte-section-title em, .pte-section-number { color: #000; }
  .pte-section-card__body[hidden] { display: block !important; }
}
