.pte-rad {
  --pte-rad-navy: #071a36;
  --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);
  margin: 0;
  background: linear-gradient(180deg, #f8fbff 0%, var(--pte-rad-page) 100%);
  color: var(--pte-rad-text);
  font-family: Raleway, Arial, Helvetica, sans-serif;
}

.pte-rad * {
  box-sizing: border-box;
}

.pte-rad-top {
  min-height: 72px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #071a36 0%, #0b2a55 58%, #0e3d78 100%);
  color: #fff;
  box-shadow: 0 2px 10px rgba(20, 36, 58, .18);
}

.pte-rad-brand {
  width: 324px;
  min-height: 72px;
  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 {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

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

.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);
  font-size: 12px;
  font-weight: 850;
}

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

.pte-rad-sidebar {
  position: sticky;
  top: 0;
  height: calc(100vh - 72px);
  overflow: hidden;
  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);
}

.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-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: 34px;
  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.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-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-rad-main {
  padding: 24px 28px 0;
  min-width: 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);
  pointer-events: none;
}

.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: 850px;
  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: 850px;
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 750;
}

.pte-rad-hero-actions {
  min-width: 360px;
  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;
}

.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, .12);
}

.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;
  font-style: normal;
  font-weight: 850;
}

.pte-rad-kpi span {
  font-size: 14px;
}

.pte-rad-kpi strong {
  display: block;
  margin: 20px 0 12px;
  text-align: right;
  font-size: 30px;
  line-height: 1;
}

.pte-rad-kpi em {
  font-size: 12px;
  opacity: .94;
}

.pte-rad-blue { background: linear-gradient(135deg, #4096f6, #3385e8); }
.pte-rad-green { background: linear-gradient(135deg, #31cdb5, #23b29d); }
.pte-rad-gold { background: linear-gradient(135deg, #ffbd5b, #f5a83a); }
.pte-rad-red { background: linear-gradient(135deg, #ff5277, #f23d68); }

.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;
}

.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-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(2) { --pte-rad-accent: #fb7185; --pte-rad-deep: #260617; --pte-rad-mid: #7f1d4d; --pte-rad-low: #f97316; }
.pte-rad-card:nth-child(3) { --pte-rad-accent: #86efac; --pte-rad-deep: #052e1a; --pte-rad-mid: #047857; --pte-rad-low: #22c55e; }
.pte-rad-card:nth-child(4) { --pte-rad-accent: #fda4af; --pte-rad-deep: #330511; --pte-rad-mid: #9f1239; --pte-rad-low: #f43f5e; }
.pte-rad-card:nth-child(5) { --pte-rad-accent: #67e8f9; --pte-rad-deep: #082f49; --pte-rad-mid: #1d4ed8; --pte-rad-low: #0891b2; }
.pte-rad-card:nth-child(6) { --pte-rad-accent: #fde68a; --pte-rad-deep: #422006; --pte-rad-mid: #b45309; --pte-rad-low: #f59e0b; }
.pte-rad-card:nth-child(7) { --pte-rad-accent: #4ade80; --pte-rad-deep: #052e16; --pte-rad-mid: #166534; --pte-rad-low: #65a30d; }
.pte-rad-card:nth-child(8) { --pte-rad-accent: #38bdf8; --pte-rad-deep: #11114a; --pte-rad-mid: #3730a3; --pte-rad-low: #0284c7; }
.pte-rad-card:nth-child(9) { --pte-rad-accent: #facc15; --pte-rad-deep: #3b0718; --pte-rad-mid: #be123c; --pte-rad-low: #ca8a04; }
.pte-rad-card:nth-child(10) { --pte-rad-accent: #c084fc; --pte-rad-deep: #240046; --pte-rad-mid: #7e22ce; --pte-rad-low: #d946ef; }
.pte-rad-card:nth-child(11) { --pte-rad-accent: #2dd4bf; --pte-rad-deep: #042f2e; --pte-rad-mid: #0f766e; --pte-rad-low: #06b6d4; }
.pte-rad-card:nth-child(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;
  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);
  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, .86);
  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(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .82);
  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 {
  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;
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .12);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pte-rad-url:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
}

.pte-rad-tables {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 22px;
}

.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-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.pte-rad-table td {
  padding: 11px;
  border-top: 1px solid #e6edf5;
  color: #314057;
  line-height: 1.35;
}

.pte-rad-table td:last-child {
  text-align: right;
}

.pte-rad-value {
  font-weight: 900;
  color: #101927;
}

.pte-rad-footer {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 42%, #f2f7ff 100%);
  border-top: 1px solid rgba(31, 85, 150, .14);
  padding: 54px 34px 26px;
}

.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 {
  color: #7ce7ff;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pte-rad-cta h2 {
  margin: 0 0 9px;
  font-size: 30px;
  color: #fff;
}

.pte-rad-cta p {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, .82);
  line-height: 1.7;
}

.pte-rad-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pte-rad-bottom {
  border-top: 1px solid rgba(26, 83, 150, .14);
  padding-top: 22px;
  color: #5a6b82;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}

@media (max-width: 1500px) {
  .pte-rad-resource-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .pte-rad-kpis,
  .pte-rad-resource-grid,
  .pte-rad-tables {
    grid-template-columns: repeat(2, minmax(0, 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;
  }
}

@media (max-width: 900px) {
  .pte-rad-shell {
    grid-template-columns: 1fr;
  }

  .pte-rad-sidebar {
    display: none;
  }

  .pte-rad-brand {
    width: auto;
  }

  .pte-rad-logo {
    width: 210px;
  }

  .pte-rad-nav,
  .pte-rad-top-actions {
    display: none;
  }

  .pte-rad-kpis,
  .pte-rad-resource-grid,
  .pte-rad-tables {
    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-rad-cta {
    grid-template-columns: 1fr;
  }

  .pte-rad-main {
    padding: 18px;
  }

  .pte-rad-bottom {
    display: grid;
    gap: 8px;
  }
}
