@charset "UTF-8";
:root {
  --burg: #82077D;
  --burg-deep: #5B0557;
  --burg-mid: #441277;
  --burg-light: #A82EA3;
  --burg-dim: rgba(130, 7, 125, 0.08);
  --burg-dim2: rgba(130, 7, 125, 0.13);
  --burg-border: rgba(130, 7, 125, 0.18);
  --white: #FFFFFF;
  --off: #FAFAFA;
  --ink: #1A1A1A;
  --ink-hover: #0A0A0A;
  --mid: #5A5A5A;
  --dim: #999999;
  --rule: #E2E2E2;
  --rule2: #EFEFEF;
  --hero-bg: #82077D;
  --hero-bg2: #82077D;
  --green: #1A5A2D;
  --green-dim: rgba(26, 90, 45, 0.09);
  --green-border: rgba(26, 90, 45, 0.22);
  --blue: #2A52AA;
  --blue-dim: rgba(42, 82, 170, 0.08);
  --blue-border: rgba(42, 82, 170, 0.18);
  --purple: #6A256A;
  --purple-dim: rgba(106, 37, 106, 0.08);
  --purple-border:rgba(106, 37, 106, 0.16);
  --amber: #7A4A10;
  --amber-dim: rgba(200, 130, 30, 0.09);
  --amber-border: rgba(200, 130, 30, 0.22);
  --red-out: #8B1A1A;
  --red-dim: rgba(139, 26, 26, 0.09);
  --red-b: rgba(139, 26, 26, 0.2);
  --success: #1A5A2D;
  --error: #8B1A1A;
  --gold: #C4A055;
  --tl-gold: #C8A96E;
  --tl-gold-dim: rgba(200, 169, 110, .18);
  --tl-line: rgba(130, 7, 125, .22);
  --tl-dot-bg: #FFFFFF;
  --serif: Jost, system-ui, sans-serif;
  --sans: Jost, system-ui, sans-serif;
  --nav-h: 66px;
  --tab-h: 50px; }

* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Jost", system-ui, sans-serif;
  background: #FFFFFF;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: inherit; }

button {
  font-family: "Jost", system-ui, sans-serif;
  cursor: pointer;
  border: none;
  background: none; }

input,
select,
textarea {
  font-family: "Jost", system-ui, sans-serif; }

.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem; }

.section {
  border-bottom: 1px solid #E2E2E2; }

.section-border {
  border-bottom: 1px solid #E2E2E2; }

.sec-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 2.8rem 0 2rem;
  border-bottom: 1px solid #E2E2E2; }

.sec-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-right: 1.2rem; }

.sec-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: #1A1A1A; }

.sec-desc {
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: #5A5A5A; }

.sec-see {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A5A5A;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .18s; }
  .sec-see:hover {
    color: #82077D; }

.ar-ad {
  color: #8B1A1A; }

.ar-emp {
  color: #1A4B8B; }

.ar-gov {
  color: #6B1A6B; }

.ar-com {
  color: #7A3D1A; }

.ar-con {
  color: #1A5A2D; }

.ar-ip {
  color: #3D1A8B; }

.marquee-wrap {
  border-bottom: 1px solid #E2E2E2;
  overflow: hidden;
  padding: .78rem 0;
  background: #FFFFFF; }
  .marquee-wrap.bordered-top {
    border-top: 1px solid #E2E2E2; }

.marquee-track {
  display: flex;
  animation: ticker 38s linear infinite;
  white-space: nowrap; }
  .marquee-track:hover {
    animation-play-state: paused; }

.m-item {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #999999;
  padding: 0 2.2rem;
  border-right: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-shrink: 0; }

.m-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #82077D;
  flex-shrink: 0; }

@keyframes ticker {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.pill {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .05em;
  padding: 4px 12px;
  white-space: nowrap; }

.pill-green {
  background: rgba(40, 120, 60, 0.1);
  color: #2A7A3C;
  border: 1px solid rgba(40, 120, 60, 0.2); }

.pill-gold {
  background: rgba(200, 169, 110, 0.12);
  color: #8A6E30;
  border: 1px solid rgba(200, 169, 110, 0.25); }

.pill-blue {
  background: rgba(55, 100, 200, 0.09);
  color: #2A52AA;
  border: 1px solid rgba(55, 100, 200, 0.18); }

.pill-red {
  background: rgba(180, 40, 40, 0.09);
  color: #8A2020;
  border: 1px solid rgba(180, 40, 40, 0.18); }

.pill-purple {
  background: rgba(100, 30, 120, 0.09);
  color: #5A1A6A;
  border: 1px solid rgba(100, 30, 120, 0.2); }

.badge {
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2.5px 9px;
  display: inline-block; }

.b-ad {
  background: rgba(130, 7, 125, 0.08);
  color: #82077D;
  border: 1px solid rgba(130, 7, 125, 0.18); }

.b-eu {
  background: rgba(42, 82, 170, 0.08);
  color: #2A52AA;
  border: 1px solid rgba(42, 82, 170, 0.18); }

.b-gov {
  background: rgba(106, 37, 106, 0.08);
  color: #6A256A;
  border: 1px solid rgba(106, 37, 106, 0.16); }

.b-emp {
  background: rgba(42, 82, 170, 0.08);
  color: #2A52AA;
  border: 1px solid rgba(42, 82, 170, 0.18); }

.b-con {
  background: rgba(200, 130, 30, 0.09);
  color: #7A4A10;
  border: 1px solid rgba(200, 130, 30, 0.22); }

.b-peer {
  background: #FAFAFA;
  color: #5A5A5A;
  border: 1px solid #E2E2E2; }

.b-open {
  background: rgba(26, 90, 45, 0.09);
  color: #1A5A2D;
  border: 1px solid rgba(26, 90, 45, 0.22); }

.b-mem {
  background: rgba(130, 7, 125, 0.05);
  color: #5A5A5A;
  border: 1px solid #E2E2E2; }

.b-featured {
  background: #82077D;
  color: #fff;
  font-weight: 600; }

.b-case {
  background: rgba(106, 37, 106, 0.08);
  color: #6A256A;
  border: 1px solid rgba(106, 37, 106, 0.16); }

.b-cas {
  background: #FAFAFA;
  color: #5A5A5A;
  border: 1px solid #E2E2E2; }

.b-ecj {
  background: rgba(200, 130, 30, 0.09);
  color: #7A4A10;
  border: 1px solid rgba(200, 130, 30, 0.22); }

.b-landmark {
  background: #82077D;
  color: #fff;
  font-weight: 600; }

.b-upheld {
  background: rgba(26, 90, 45, 0.09);
  color: #1A5A2D;
  border: 1px solid rgba(26, 90, 45, 0.22); }

.b-reduced {
  background: rgba(200, 130, 30, 0.09);
  color: #7A4A10;
  border: 1px solid rgba(200, 130, 30, 0.22); }

.b-dismissed {
  background: #FAFAFA;
  color: #999999;
  border: 1px solid #E2E2E2; }

.opill {
  display: inline-flex;
  align-items: center;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 3px 11px;
  border-radius: 0; }

.op-up {
  background: rgba(26, 90, 45, 0.09);
  border: 1px solid rgba(26, 90, 45, 0.22);
  color: #1A5A2D; }

.op-red {
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18);
  color: #82077D; }

.op-dis {
  background: rgba(139, 26, 26, 0.09);
  border: 1px solid rgba(139, 26, 26, 0.2);
  color: #8B1A1A; }

.op-rem {
  background: rgba(42, 82, 170, 0.08);
  border: 1px solid rgba(42, 82, 170, 0.18);
  color: #2A52AA; }

.op-part {
  background: rgba(200, 130, 30, 0.09);
  border: 1px solid rgba(200, 130, 30, 0.22);
  color: #7A4A10; }

.nav {
  height: 66px;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  gap: 3rem;
  border-bottom: 1px solid #E2E2E2;
  background: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 200; }
  .nav.nav--minimal {
    gap: 2rem; }
  .nav.nav--detail {
    gap: 1rem;
    z-index: 300; }

.logo {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #82077D;
  white-space: nowrap; }
  .logo span {
    color: #000; }
  .logo:hover {
    color: #82077D; }
    .logo:hover span {
      color: #000; }

.nav-logo {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .05em;
  color: #82077D;
  white-space: nowrap; }
  .nav-logo span {
    color: #82077D; }

.nav-links {
  display: flex;
  gap: 2.4rem;
  flex: 1;
  align-items: center; }
  .nav-links a {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5A5A5A;
    transition: color .18s; }
    .nav-links a:hover {
      color: #0A0A0A; }
    .nav-links a.active {
      color: #82077D;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 5px; }
      .nav-links a.active::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #82077D;
        display: inline-block;
        flex-shrink: 0; }

.nav-r {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-left: auto; }

.nav-div {
  width: 1px;
  height: 15px;
  background: #E2E2E2; }

.nav-signin {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #5A5A5A;
  letter-spacing: .06em;
  transition: color .18s; }
  .nav-signin:hover {
    color: #0A0A0A; }

.nav-join {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 22px;
  background: #82077D;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  transition: background 1s; }
  .nav-join:hover {
    background: #5B0557;
    color: #FFFFFF; }

.nav-sep {
  color: #E2E2E2;
  font-size: 18px;
  margin: 0 .2rem; }

.nav-sport-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A5A5A; }

.nav-back {
  margin-left: auto;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #5A5A5A;
  transition: color .18s;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px; }
  .nav-back:hover {
    color: #82077D; }

.nav-crumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A5A5A; }

.nav-crumb-sep {
  color: #E2E2E2; }

.nav-signin-link {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #5A5A5A;
  letter-spacing: .04em;
  transition: color .18s; }
  .nav-signin-link span {
    color: #82077D;
    font-weight: 500; }
  .nav-signin-link:hover span {
    text-decoration: underline; }

.footer {
  background: #82077D;
  border-top: 1px solid rgba(255, 255, 255, 0.06); }
  .footer.footer--light {
    background: #FAFAFA;
    border-top: 1px solid #E2E2E2; }
    .footer.footer--light .footer-grid {
      border-bottom: 1px solid #E2E2E2; }
    .footer.footer--light .fc {
      border-right: 1px solid #E2E2E2; }
    .footer.footer--light .fc-logo {
      color: #1A1A1A; }
      .footer.footer--light .fc-logo span {
        color: #82077D; }
    .footer.footer--light .fc-desc {
      color: #5A5A5A; }
    .footer.footer--light .fc-hl {
      color: #1A1A1A; }
    .footer.footer--light .fc-links a {
      color: #5A5A5A; }
      .footer.footer--light .fc-links a:hover {
        color: #82077D; }
    .footer.footer--light .footer-bot {
      color: #999999; }
      .footer.footer--light .footer-bot a {
        color: #999999; }
        .footer.footer--light .footer-bot a:hover {
          color: #82077D; }

.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 3rem; }

.fc {
  padding: 3rem 2.5rem 3rem 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .fc:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 2.5rem; }
  .fc:not(:first-child) {
    padding-left: 2.5rem; }

.fc-logo {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: .8rem; }
  .fc-logo span {
    color: rgba(255, 200, 200, 0.7); }

.fc-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem; }

.fc-city {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300; }

.fc-hl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1.1rem; }

.fc-links {
  display: flex;
  flex-direction: column;
  gap: .55rem; }
  .fc-links a {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    transition: color .16s; }
    .fc-links a:hover {
      color: #fff; }

.footer-bot {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.3rem 3rem;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.6);
  flex-wrap: wrap;
  gap: .5rem; }
  .footer-bot a {
    color: rgba(255, 255, 255, 0.6);
    transition: color .16s; }
    .footer-bot a:hover {
      color: rgba(255, 255, 255, 0.7); }

.fbot-links {
  display: flex;
  gap: 1.5rem; }

.footer--compact {
  background: #5B0557;
  padding: 2rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: 4rem; }
  .footer--compact .footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
  .footer--compact .footer-logo {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.55); }
    .footer--compact .footer-logo span {
      color: rgba(255, 200, 200, 0.6); }
  .footer--compact .footer-note {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.22);
    font-weight: 300;
    letter-spacing: .06em; }
  .footer--compact.page-footer .pf-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem; }
  .footer--compact.page-footer .pf-logo {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6); }
    .footer--compact.page-footer .pf-logo span {
      color: rgba(255, 200, 200, 0.6); }
  .footer--compact.page-footer .pf-sport {
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25); }

.hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 85% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 15% 90%, rgba(0, 0, 0, 0.12) 0%, transparent 55%), #82077D; }

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(0deg, white 0px, white 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, white 0px, white 1px, transparent 1px, transparent 28px); }

.hero-glow-l {
  position: absolute;
  left: -10%;
  top: 20%;
  width: 55%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(150, 80, 200, 0.12) 0%, transparent 70%);
  z-index: 1; }

.hero-glow-r {
  position: absolute;
  right: 5%;
  top: -10%;
  width: 45%;
  height: 80%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(200, 160, 80, 0.06) 0%, transparent 65%);
  z-index: 1; }

.hero-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.8rem;
  display: flex;
  align-items: center;
  gap: 12px; }
  .hero-eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    display: inline-block; }

.hero-h1 {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 300;
  line-height: 1.06;
  color: #fff;
  margin-bottom: 1.4rem;
  letter-spacing: -.02em; }
  .hero-h1 em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.55); }

.hero-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.48);
  max-width: 580px;
  margin-bottom: 2.5rem; }

.hero-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.cta-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 30px;
  background: #fff;
  color: #82077D;
  border: none;
  cursor: pointer;
  transition: all .2s; }
  .cta-p:hover {
    background: #FAFAFA;
    color: #5B0557; }

.cta-s {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 24px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: all .2s; }
  .cta-s:hover {
    border-color: rgba(255, 255, 255, 0.55);
    color: #fff; }

.hero-stats {
  display: flex;
  gap: 0;
  padding-top: 2.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12); }

.hst {
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.12); }
  .hst:last-child {
    border-right: none; }

.hst-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1; }

.hst-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-top: 5px; }

.hero {
  position: relative;
  min-height: calc(100vh - 66px);
  background: #82077D;
  overflow: hidden;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .hero .hero-inner {
    position: relative;
    z-index: 2; }
  .hero.hero--listing {
    min-height: 0;
    display: block;
    padding: 5rem 3rem 0; }
  .hero.hero--about {
    min-height: 0;
    display: block;
    padding: 7rem 3rem 7.5rem;
    text-align: center; }
    .hero.hero--about .hero-inner {
      text-align: center; }
    .hero.hero--about .hero-eyebrow {
      display: inline-flex;
      justify-content: center; }
      .hero.hero--about .hero-eyebrow::before, .hero.hero--about .hero-eyebrow::after {
        content: '';
        width: 22px;
        height: 1px;
        background: rgba(255, 255, 255, 0.35); }
    .hero.hero--about .hero-h1 {
      font-size: clamp(3rem, 5.5vw, 5rem);
      margin-bottom: 1.8rem; }
    .hero.hero--about .hero-standfirst {
      font-family: "Jost", system-ui, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.78;
      color: rgba(255, 255, 255, 0.52);
      max-width: 640px;
      margin: 0 auto 3.5rem; }
    .hero.hero--about .hero-ctas {
      justify-content: center; }

.hero-arch {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(100deg, rgba(5, 28, 113, 0.3) 0%, rgba(5, 28, 113, 0.15) 45%, rgba(5, 28, 113, 0.05) 70%, transparent 100%); }

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%; }

.hero-l {
  width: 54%;
  padding: 5.5rem 4rem 5.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.hero-r {
  width: 46%;
  display: flex;
  align-items: flex-end;
  padding: 3.5rem 3rem 3.5rem 2.5rem; }

.feat-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 3px solid rgba(255, 255, 255, 0.5);
  padding: 2.2rem;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  backdrop-filter: blur(8px); }

.fc-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .fc-label::before {
    content: '';
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block; }

.fc-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 220, 220, 0.65);
  margin-bottom: .8rem; }

.fc-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.32;
  color: #fff;
  margin-bottom: .9rem; }

.fc-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem; }

.fc-excerpt {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.4rem;
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding-left: .8rem; }

.fc-read {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 2px;
  transition: all .18s; }
  .fc-read:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }

.art-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #E2E2E2; }

.art-card {
  padding: 2.2rem 2rem;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s; }
  .art-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .art-card:hover .art-title {
      color: #5B0557; }
    .art-card:hover .art-arr {
      color: #82077D;
      transform: translateX(4px); }

.art-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .85rem; }

.art-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.42;
  color: #1A1A1A;
  margin-bottom: .75rem;
  transition: color .18s; }

.art-excerpt {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.68;
  color: #5A5A5A;
  margin-bottom: 1.2rem; }

.art-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .85rem;
  border-top: 1px solid #EFEFEF; }

.art-author {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #5A5A5A; }

.art-date {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999; }

.art-arr {
  font-size: 14px;
  color: #E2E2E2;
  transition: all .2s; }

.lead-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s; }
  .lead-art:last-child {
    border-bottom: none; }
  .lead-art:hover {
    background: rgba(130, 7, 125, 0.08); }
    .lead-art:hover .lead-title {
      color: #5B0557; }
    .lead-art:hover .lead-read {
      color: #82077D;
      border-color: #82077D; }

.lead-l {
  padding: 3rem 3rem 3rem 0;
  border-right: 1px solid #E2E2E2; }

.lead-r {
  padding: 3rem 0 3rem 3rem;
  display: flex;
  flex-direction: column; }

.lead-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  color: #E2E2E2;
  line-height: 1;
  margin-bottom: 1.2rem; }

.lead-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .8rem; }

.lead-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.25;
  color: #1A1A1A;
  margin-bottom: 1rem;
  transition: color .18s; }

.lead-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: #999999;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-bottom: .9rem; }

.lead-tags {
  display: flex;
  gap: .35rem;
  flex-wrap: wrap; }

.lead-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 9px;
  border: 1px solid #E2E2E2;
  color: #999999; }

.lead-excerpt {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  margin-bottom: 1.8rem;
  flex: 1; }

.lead-read {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #0A0A0A;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 3px;
  transition: all .18s;
  align-self: flex-start; }

.about-banner {
  background: rgba(130, 7, 125, 0.08);
  padding: 6.5rem 3rem;
  border-bottom: none;
  position: relative;
  overflow: hidden; }
  .about-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    display: none;
    background: radial-gradient(ellipse 60% 80% at 15% 50%, rgba(0, 0, 0, 0.15) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 85% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 55%); }
  .about-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: repeating-linear-gradient(0deg, #82077D 0px, #82077D 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, #82077D 0px, #82077D 1px, transparent 1px, transparent 28px); }
  .about-banner.top {
    margin-top: 10px; }

.ab-inner {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1; }

.ab-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.8rem;
  color: #82077D; }

.ab-quote {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 1.8rem;
  font-style: italic;
  color: #82077D; }

.ab-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  max-width: 620px;
  margin: 0 auto 2.2rem;
  color: #000; }

.ab-cta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 30px;
  background: #fff;
  color: #82077D;
  border: none;
  cursor: pointer;
  transition: all .2s; }
  .ab-cta:hover {
    background: #FAFAFA; }

.two-col {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  padding: 2rem 0 3rem; }

.list-art {
  display: flex;
  align-items: flex-start;
  gap: 1.4rem;
  padding: 1.4rem 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s; }
  .list-art:hover .list-title {
    color: #5B0557; }
  .list-art:hover .list-arr {
    color: #82077D;
    transform: translateX(4px); }

.list-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #E2E2E2;
  min-width: 28px; }

.list-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .4rem; }

.list-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1A1A1A;
  margin-bottom: .4rem;
  transition: color .18s; }

.list-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  display: flex;
  gap: .8rem;
  flex-wrap: wrap; }

.list-arr {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s;
  margin-top: .2rem; }

.side-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1.2rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #E2E2E2; }

.topic-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .7rem 0;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: color .15s; }
  .topic-item:hover .topic-nm {
    color: #82077D; }

.topic-nm {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  color: #5A5A5A;
  transition: color .15s; }

.topic-r {
  display: flex;
  align-items: center;
  gap: .6rem; }

.topic-ct {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.topic-arr {
  font-size: 11px;
  color: #E2E2E2; }

.pillars-sec {
  border-bottom: 1px solid #E2E2E2; }

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #E2E2E2; }

.pillar {
  padding: 2.4rem 2rem;
  border-right: 1px solid #E2E2E2; }

.pillar-ico {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

.pillar-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .6rem; }

.pillar-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A;
  margin-bottom: 1rem; }

.pillar-ct {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #82077D; }

.ed-sec {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.ed-l {
  padding: 4.5rem 3rem 4.5rem 0;
  border-right: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.ed-r {
  padding: 4.5rem 0 4.5rem 3rem;
  background: #FAFAFA; }

.ed-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1.2rem; }

.ed-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: 1.2rem; }
  .ed-h em {
    font-style: italic; }

.ed-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: #5A5A5A; }

.ed-sig {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E2E2; }

.ed-sig-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #1A1A1A;
  margin-bottom: 2px; }

.ed-sig-role {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: #999999;
  font-weight: 300; }

.ed-stats {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.ed-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  border: 1px solid #E2E2E2;
  background: #FFFFFF;
  transition: border-color .18s; }
  .ed-row:hover {
    border-color: rgba(130, 7, 125, 0.18); }

.ed-val {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.1rem;
  font-weight: 300;
  color: #1A1A1A; }

.ed-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999999;
  text-align: right; }

.ed-bar {
  height: 2px;
  background: #EFEFEF;
  margin-top: .7rem;
  overflow: hidden; }
  .ed-bar span {
    display: block;
    height: 100%;
    background: #82077D; }

.page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem; }

.controls-bar {
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA;
  padding: 1.1rem 3rem;
  position: sticky;
  top: 66px;
  z-index: 100; }

.controls-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }

.search-wrap {
  position: relative;
  flex: 1;
  max-width: 300px; }
  .search-wrap svg {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    stroke: #999999;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    pointer-events: none; }

.sport-search {
  width: 100%;
  border: 1px solid #E2E2E2;
  padding: 9px 12px 9px 36px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  color: #1A1A1A;
  background: #FFFFFF;
  outline: none;
  transition: border-color .18s;
  appearance: none; }
  .sport-search:focus {
    border-color: rgba(130, 7, 125, 0.18); }
  .sport-search::placeholder {
    color: #999999; }

.alpha-filter {
  display: flex;
  gap: 2px;
  flex-wrap: wrap; }

.alpha-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .04em;
  padding: 5px 8px;
  border: 1px solid transparent;
  color: #999999;
  transition: all .15s; }
  .alpha-btn:hover {
    color: #82077D;
    border-color: rgba(130, 7, 125, 0.18); }
  .alpha-btn.active {
    background: #82077D;
    color: #fff;
    border-color: #82077D; }
  .alpha-btn.off {
    opacity: .3;
    pointer-events: none; }

.sort-select {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #E2E2E2;
  padding: 8px 12px;
  color: #5A5A5A;
  background: #FFFFFF;
  outline: none;
  cursor: pointer;
  transition: border-color .15s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .7rem center;
  padding-right: 2rem; }
  .sort-select:focus {
    border-color: rgba(130, 7, 125, 0.18); }

.view-toggle {
  display: flex; }

.vt-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  color: #999999;
  transition: all .15s; }
  .vt-btn:first-child {
    border-right: none; }
  .vt-btn svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .vt-btn.active {
    background: rgba(130, 7, 125, 0.08);
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D; }

.ctrl-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  white-space: nowrap;
  margin-left: auto; }
  .ctrl-count strong {
    color: #1A1A1A;
    font-weight: 500; }

.sport-section {
  padding-top: 2.4rem; }

.letter-anchor {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 1.2rem 0;
  border-bottom: 2px solid #82077D;
  margin-bottom: 1.5rem; }

.letter-head {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  color: #82077D;
  line-height: 1; }

.letter-rule {
  flex: 1;
  height: 1px;
  background: #E2E2E2; }

.letter-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999999; }

.sports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #E2E2E2; }

.sport-card {
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  position: relative;
  overflow: hidden; }
  .sport-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .sport-card:hover .sc-name {
      color: #5B0557; }
    .sport-card:hover .sc-arrow {
      color: #82077D;
      transform: translateX(4px); }
    .sport-card:hover .pill-gov {
      background: rgba(130, 7, 125, 0.08);
      border-color: rgba(130, 7, 125, 0.18);
      color: #82077D; }
    .sport-card:hover .pill-art {
      background: rgba(42, 82, 170, 0.08);
      border-color: rgba(42, 82, 170, 0.18);
      color: #2A52AA; }
    .sport-card:hover .pill-cas {
      background: rgba(26, 90, 45, 0.09);
      border-color: rgba(26, 90, 45, 0.22);
      color: #1A5A2D; }
    .sport-card:hover .sc-pills {
      background: rgba(130, 7, 125, 0.04); }
  .sport-card:nth-child(4n) {
    border-right: none; }

.sc-main {
  padding: 1.8rem 1.6rem 1rem; }

.sc-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: block; }

.sc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.22rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .35rem;
  transition: color .18s;
  line-height: 1.25; }

.sc-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #5A5A5A;
  margin-bottom: .8rem; }

.sc-pills {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  padding: .9rem 1.6rem;
  border-top: 1px solid #EFEFEF;
  background: rgba(0, 0, 0, 0.02);
  transition: background .18s; }

.sc-pill {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border: 1px solid #E2E2E2;
  color: #999999;
  cursor: pointer;
  transition: all .18s;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap; }
  .sc-pill svg {
    width: 9px;
    height: 9px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round; }

.sc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .65rem 1.6rem .9rem; }

.sc-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 300;
  color: #999999; }

.sc-arrow {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s; }

.sports-list {
  border: 1px solid #E2E2E2;
  margin-bottom: 2.5rem; }

.list-card {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  padding: 1rem 1.4rem;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: background .18s; }
  .list-card:last-child {
    border-bottom: none; }
  .list-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .list-card:hover .lc-name {
      color: #5B0557; }
    .list-card:hover .lc-arrow {
      color: #82077D;
      transform: translateX(4px); }
    .list-card:hover .lc-pill.gov {
      background: rgba(130, 7, 125, 0.08);
      border-color: rgba(130, 7, 125, 0.18);
      color: #82077D; }
    .list-card:hover .lc-pill.art {
      background: rgba(42, 82, 170, 0.08);
      border-color: rgba(42, 82, 170, 0.18);
      color: #2A52AA; }
    .list-card:hover .lc-pill.cas {
      background: rgba(26, 90, 45, 0.09);
      border-color: rgba(26, 90, 45, 0.22);
      color: #1A5A2D; }

.lc-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  width: 2.2rem;
  text-align: center; }

.lc-body {
  flex: 1;
  min-width: 0; }

.lc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  color: #1A1A1A;
  transition: color .18s;
  margin-bottom: .15rem; }

.lc-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 560px; }

.lc-pills {
  display: flex;
  gap: 5px;
  flex-shrink: 0; }

.lc-pill {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2.5px 8px;
  border: 1px solid #E2E2E2;
  color: #999999;
  cursor: pointer;
  transition: all .16s;
  white-space: nowrap; }

.lc-arrow {
  font-size: 12px;
  color: #E2E2E2;
  transition: all .2s;
  flex-shrink: 0; }

.no-results {
  display: none;
  padding: 4rem;
  text-align: center;
  border: 1px solid #E2E2E2;
  margin: 2rem 0; }
  .no-results.show {
    display: block; }

.nr-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.4rem;
  color: #5A5A5A;
  margin-bottom: .5rem; }

.nr-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  color: #999999; }

.nr-reset {
  margin-top: 1.2rem;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 9px 22px;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .18s;
  display: inline-block; }
  .nr-reset:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D; }

.bottom-cta,
.cta-band {
  background: rgba(130, 7, 125, 0.75);
  padding: 5rem 3rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden; }
  .bottom-cta::before,
  .cta-band::before {
    content: '';
    position: absolute;
    display: none;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 15% 50%, rgba(0, 0, 0, 0.15) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 85% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 55%); }
  .bottom-cta::after,
  .cta-band::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: repeating-linear-gradient(0deg, #82077D 0px, #82077D 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, #82077D 0px, #82077D 1px, transparent 1px, transparent 28px); }

.bottom-cta, .cta-band {
  background: rgba(130, 7, 125, 0.08); }

.bc-inner,
.cb-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1; }

.bc-eyebrow,
.cb-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 1.2rem;
  color: #82077D; }

.bc-title,
.cb-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 300;
  line-height: 1.32;
  color: #82077D;
  margin-bottom: 1rem; }
  .bc-title em,
  .cb-title em {
    font-style: italic;
    color: #82077D; }

.bc-sub,
.cb-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  margin-bottom: 2.2rem; }

.bc-btn,
.cb-btn,
.cb-btn-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 13px 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  background: transparent;
  transition: all .2s;
  cursor: pointer; }
  .bc-btn:hover,
  .cb-btn:hover,
  .cb-btn-p:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(255, 255, 255, 0.6); }

.cb-btn-p {
  border: none;
  background: #fff;
  color: #82077D; }
  .cb-btn-p:hover {
    background: #82077D;
    color: #FFFFFF; }

.cb-btn-s {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 11px 24px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all 1s;
  background: #82077D;
  color: #FFFFFF; }
  .cb-btn-s:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: #5B0557;
    color: #FFFFFF; }

.cb-ctas {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; }

.sport-header {
  background: #82077D;
  padding: 3.5rem 3rem;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid rgba(255, 255, 255, 0.05); }
  .sport-header::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 1px, transparent 36px), repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 1px, transparent 36px); }
  .sport-header::after {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(150, 80, 200, 0.08) 0%, transparent 70%); }

.sh-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap; }

.sh-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.36);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px; }
  .sh-eyebrow::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3); }

.sh-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 300;
  line-height: 1.04;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: .8rem; }
  .sh-title em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.45); }

.sh-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.44);
  max-width: 500px; }

.sh-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.8rem;
  margin-top: 2rem; }

.sh-stat {
  padding-right: 2.2rem;
  margin-right: 2.2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .sh-stat:last-child {
    border-right: none; }

.sh-stat-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  line-height: 1; }

.sh-stat-l {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 4px; }

.tabs-bar,
.section-tabs {
  position: sticky;
  top: 66px;
  z-index: 200;
  background: #FFFFFF;
  border-bottom: 1px solid #E2E2E2; }

.tabs-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex; }

.tab-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding: 0 1.8rem;
  height: 50px;
  color: #999999;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: color .18s, border-color .18s;
  display: flex;
  align-items: center;
  gap: .5rem; }
  .tab-btn:hover {
    color: #1A1A1A; }
  .tab-btn.active {
    color: #82077D;
    border-bottom-color: #82077D;
    font-weight: 500; }
    .tab-btn.active .tab-badge,
    .tab-btn.active .tab-count {
      background: rgba(130, 7, 125, 0.08);
      color: #82077D; }

.tab-badge,
.tab-count {
  font-size: 9px;
  padding: 1px 6px;
  background: #EFEFEF;
  color: #999999;
  border-radius: 20px;
  transition: all .18s; }

.page-body {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem; }

.tab-panel {
  display: none;
  padding: 3.5rem 0 6rem; }
  .tab-panel.active {
    display: block; }

.panel-head,
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 1.6rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #E2E2E2; }

.panel-title,
.section-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  color: #1A1A1A; }

.panel-count,
.section-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #999999; }

.gov-list,
.gov-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem; }

.gov-org {
  border: 1px solid #E2E2E2;
  overflow: hidden;
  transition: border-color .2s; }
  .gov-org:hover {
    border-color: rgba(130, 7, 125, 0.18); }

.gov-org-head {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.5rem 2rem;
  background: #FAFAFA;
  border-bottom: 1px solid #E2E2E2; }

.gov-org-sigil {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: #82077D;
  color: #fff;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .04em; }

.gov-org-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #82077D;
  line-height: 1; }

.gov-org-full {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  margin-top: 3px; }

.gov-org-ct {
  margin-left: auto;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #999999; }

.gov-regs-table {
  width: 100%;
  border-collapse: collapse; }
  .gov-regs-table tr {
    border-bottom: 1px solid #EFEFEF; }
    .gov-regs-table tr:last-child {
      border-bottom: none; }
  .gov-regs-table td {
    padding: 1.05rem 2rem;
    vertical-align: middle;
    font-family: "Jost", system-ui, sans-serif; }

.reg-doc-col {
  width: 28px; }

.reg-doc-ico {
  font-size: 1rem;
  opacity: .4; }

.reg-name-cell {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.08rem;
  font-weight: 400;
  color: #1A1A1A; }

.reg-year-cell {
  white-space: nowrap;
  padding-left: 0; }

.reg-year-pill {
  display: inline-block;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2px 9px;
  border: 1px solid rgba(130, 7, 125, 0.18);
  color: #82077D; }

.reg-link-cell {
  text-align: right;
  white-space: nowrap; }

.reg-link {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #82077D;
  padding: 6px 14px;
  border: 1px solid rgba(130, 7, 125, 0.18);
  transition: all .18s;
  display: inline-block; }
  .reg-link:hover {
    background: #82077D;
    color: #fff; }

.gov-archive {
  padding: .9rem 2rem;
  background: #FDF5F5;
  border-top: 1px solid #F0E0E0;
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap; }

.arch-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #999999;
  flex-shrink: 0; }

.arch-link {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #5A5A5A;
  display: flex;
  align-items: center;
  gap: .3rem;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 1px;
  transition: color .16s, border-color .16s; }
  .arch-link:hover {
    color: #82077D;
    border-color: rgba(130, 7, 125, 0.18); }

.articles-list {
  border-top: 1px solid #E2E2E2; }

.art-row {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 1.8rem 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  position: relative; }
  .art-row:last-child {
    border-bottom: none; }
  .art-row::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(130, 7, 125, 0.08);
    transition: width .18s; }
  .art-row:hover::before {
    width: calc(100% + 6rem);
    z-index: 0; }
  .art-row:hover .art-num {
    color: rgba(130, 7, 125, 0.18); }
  .art-row:hover .art-title {
    color: #5B0557; }
  .art-row:hover .art-arr {
    color: #82077D;
    transform: translateX(5px); }
  .art-row > * {
    position: relative;
    z-index: 1; }

.art-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 300;
  color: #E2E2E2;
  min-width: 32px;
  line-height: 1;
  margin-top: 4px;
  flex-shrink: 0;
  transition: color .18s; }

.art-body {
  flex: 1; }

.art-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: #999999;
  display: flex;
  gap: .5rem;
  align-items: center;
  flex-wrap: wrap; }

.art-meta-sep {
  color: #E2E2E2; }

.cases-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #E2E2E2; }

.case-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0;
  padding: 2.2rem 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  position: relative; }
  .case-row:last-child {
    border-bottom: none; }
  .case-row::before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(130, 7, 125, 0.08);
    transition: width .18s; }
  .case-row:hover::before {
    width: calc(100% + 6rem);
    z-index: 0; }
  .case-row:hover .case-num {
    color: #E2E2E2; }
  .case-row:hover .case-title {
    color: #5B0557; }
  .case-row:hover .case-read {
    color: #82077D; }
  .case-row > * {
    position: relative;
    z-index: 1; }

.case-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #EFEFEF;
  line-height: 1;
  padding-top: 4px;
  transition: color .18s; }

.case-badges {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
  margin-bottom: .9rem; }

.case-badge {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2px 9px;
  font-weight: 400; }

.case-badge-forum,
.c-forum {
  border: 1px solid rgba(130, 7, 125, 0.18);
  color: #82077D; }

.case-badge-year,
.c-year {
  border: 1px solid #E2E2E2;
  color: #999999; }

.case-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1A1A1A;
  margin-bottom: .9rem;
  transition: color .18s; }

.case-divider,
.case-rule {
  width: 28px;
  height: 2px;
  background: #82077D;
  opacity: .3;
  margin-bottom: .9rem; }

.case-summary {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  margin-bottom: 1.2rem; }

.case-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap; }

.case-tags,
.c-tags {
  display: flex;
  gap: .35rem;
  flex-wrap: wrap; }

.case-tag,
.c-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid #E2E2E2;
  color: #999999; }

.case-read {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A5A5A;
  transition: color .18s;
  white-space: nowrap; }

.cases-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #E2E2E2;
  border: 1px solid #E2E2E2; }

.case-card {
  background: #FFFFFF;
  padding: 2.2rem 2rem;
  cursor: pointer;
  transition: background .18s;
  display: flex;
  flex-direction: column; }
  .case-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .case-card:hover .case-title {
      color: #5B0557; }
    .case-card:hover .case-read {
      color: #82077D; }

.case-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.2rem; }

.case-index {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #EFEFEF;
  line-height: 1; }

.c-badges {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap; }

.c-badge {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 9px;
  font-weight: 400; }

.empty-state {
  padding: 5rem 2rem;
  text-align: center;
  border: 1px dashed #E2E2E2;
  margin-top: 1rem; }

.empty-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  opacity: .3; }

.empty-msg {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #999999; }

.page-hero {
  background: #82077D;
  position: relative;
  overflow: hidden;
  padding: 4rem 3rem 4.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.page-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 90% at 10% 50%, rgba(255, 255, 255, 0.06) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 85% 10%, rgba(0, 0, 0, 0.15) 0%, transparent 55%); }

.page-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(0deg, white 0px, white 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, white 0px, white 1px, transparent 1px, transparent 28px); }

.page-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }

.ph-breadcrumb {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem; }
  .ph-breadcrumb a {
    color: rgba(255, 255, 255, 0.38);
    transition: color .18s; }
    .ph-breadcrumb a:hover {
      color: rgba(255, 255, 255, 0.7); }

.ph-breadcrumb-sep {
  color: rgba(255, 255, 255, 0.2); }

.ph-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.4rem; }
  .ph-eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block; }

.ph-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  font-weight: 300;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -.015em; }
  .ph-title em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.55); }

.ph-ref {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 2rem;
  letter-spacing: .04em; }

.ph-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap; }

.ph-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.42); }
  .ph-meta-item svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0; }

.outcome-bar {
  background: #FAFAFA;
  border-bottom: 1px solid #E2E2E2;
  padding: 0 3rem; }

.outcome-bar-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  flex-wrap: wrap; }

.outcome-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #999999;
  margin-right: .4rem;
  white-space: nowrap; }

.tl-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0;
  align-items: start; }

.tl-main {
  padding: 3.5rem 3.5rem 4rem 0;
  border-right: 1px solid #E2E2E2; }

.tl-sidebar {
  padding: 3.5rem 0 4rem 3rem;
  position: sticky;
  top: calc(66px + 1px);
  max-height: calc(100vh - 66px);
  overflow-y: auto; }

.tl-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2.2rem; }
  .tl-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E2E2E2; }

.tl-track {
  position: relative;
  padding-left: 36px; }
  .tl-track::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: linear-gradient(to bottom, #82077D 0%, rgba(130, 7, 125, 0.15) 100%); }

.tl-event {
  position: relative;
  margin-bottom: 0; }
  .tl-event:last-child .tl-event-inner {
    border-bottom: none;
    padding-bottom: 0; }

.tl-dot {
  position: absolute;
  left: -36px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1.5px solid #82077D;
  background: #FFFFFF;
  top: 5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tl-dot.filled {
    background: #82077D; }
  .tl-dot.milestone {
    width: 18px;
    height: 18px;
    left: -37px;
    background: #82077D;
    border-color: #82077D; }
    .tl-dot.milestone::after {
      content: '★';
      font-size: 7px;
      color: #fff;
      line-height: 1; }
  .tl-dot.pending, .tl-dot.future {
    border-color: #E2E2E2;
    background: #FFFFFF; }
    .tl-dot.pending::after, .tl-dot.future::after {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #999999;
      display: block; }

.tl-event-inner {
  padding: 0 0 2.4rem 1rem;
  border-bottom: 1px solid #EFEFEF;
  transition: all .18s; }

.tl-date-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: .6rem; }

.tl-date {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
  color: #82077D; }

.tl-stage {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2.5px 9px;
  color: #5A5A5A;
  background: #EFEFEF; }

.s-filing,
.st-filing {
  background: rgba(40, 80, 200, 0.08);
  color: #2A52AA; }

.s-hearing,
.st-hearing {
  background: rgba(130, 7, 125, 0.08);
  color: #82077D; }

.s-decision,
.st-decision {
  background: rgba(40, 120, 60, 0.1);
  color: #2A7A3C; }

.s-appeal,
.st-appeal {
  background: rgba(140, 50, 120, 0.1);
  color: #7A2A70; }

.s-award,
.st-award {
  background: #82077D;
  color: #fff;
  font-weight: 600; }

.s-referral {
  background: rgba(200, 120, 30, 0.12);
  color: #7A4A10; }

.s-opinion {
  background: rgba(55, 100, 200, 0.1);
  color: #2A52AA; }

.s-landmark {
  background: #82077D;
  color: #fff;
  font-weight: 600; }

.s-legacy {
  background: rgba(40, 80, 60, 0.1);
  color: #1A4A2A; }

.st-pending {
  background: #FAFAFA;
  border-color: #E2E2E2;
  color: #999999; }

.tl-heading {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.38rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: .5rem;
  transition: color .18s; }

.tl-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  margin-bottom: .8rem; }

.tl-toggle {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .08em;
  color: #82077D;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid rgba(130, 7, 125, 0.18);
  padding-bottom: 1px;
  user-select: none;
  transition: all .15s; }
  .tl-toggle:hover {
    color: #5B0557; }
  .tl-toggle svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    transition: transform .22s; }
  .tl-toggle.open svg {
    transform: rotate(180deg); }

.tl-detail,
.tl-expand {
  display: none;
  margin-top: .9rem;
  background: rgba(130, 7, 125, 0.08);
  border-left: 2px solid rgba(130, 7, 125, 0.18);
  padding: .9rem 1.1rem; }
  .tl-detail.open,
  .tl-expand.open {
    display: block; }
  .tl-detail p,
  .tl-expand p {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 12.5px;
    line-height: 1.78;
    color: #5A5A5A;
    margin-bottom: .5rem; }
    .tl-detail p:last-child,
    .tl-expand p:last-child {
      margin-bottom: 0; }
  .tl-detail strong,
  .tl-expand strong {
    color: #1A1A1A;
    font-weight: 500; }

.tl-docs,
.doc-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: .8rem; }

.doc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: #5A5A5A;
  padding: 4px 10px;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  transition: all .15s; }
  .doc-chip:hover {
    color: #82077D;
    border-color: rgba(130, 7, 125, 0.18); }
  .doc-chip svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    flex-shrink: 0; }

.sb-block {
  margin-bottom: 2.5rem; }
  .sb-block:last-child {
    margin-bottom: 0; }

.sb-hl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2; }

.case-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .5rem 0;
  border-bottom: 1px solid #EFEFEF;
  gap: 1rem; }
  .case-meta-row:last-child {
    border-bottom: none; }

.cm-key {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  white-space: nowrap;
  flex-shrink: 0; }

.cm-val {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #1A1A1A;
  text-align: right; }

.ps-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: .55rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .ps-item:last-child {
    border-bottom: none; }

.ps-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0; }
  .ps-dot.done {
    background: #82077D; }
  .ps-dot.active {
    background: #C8A96E; }
  .ps-dot.future {
    background: #E2E2E2;
    border: 1px solid #999999; }

.ps-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #5A5A5A;
  flex: 1; }
  .ps-label.done {
    color: #1A1A1A; }
  .ps-label.active {
    color: #1A1A1A; }

.ps-date {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  color: #999999; }

.rel-article {
  padding: .75rem 0;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: all .15s; }
  .rel-article:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .rel-article:hover .rel-art-title {
    color: #82077D; }

.rel-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .3rem; }

.rel-art-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1A1A1A;
  margin-bottom: .3rem;
  transition: color .15s; }

.rel-art-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.sb-cta {
  background: #82077D;
  padding: 1.5rem; }

.sb-cta-hl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: .6rem; }

.sb-cta-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1.1rem; }

.sb-cta-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 9px 20px;
  background: #fff;
  color: #82077D;
  border: none;
  cursor: pointer;
  transition: opacity .15s; }
  .sb-cta-btn:hover {
    opacity: .9; }

.bc-bar {
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA;
  padding: .75rem 0; }

.bc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap; }
  .bc a {
    transition: color .16s; }
    .bc a:hover {
      color: #82077D; }

.bc-sep {
  color: #E2E2E2; }

.case-hero {
  background: #82077D;
  padding: 3.5rem 0 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
  .case-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 70% 80% at 8% 60%, rgba(255, 255, 255, 0.06) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 85% 20%, rgba(0, 0, 0, 0.15) 0%, transparent 55%); }
  .case-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: .03;
    background-image: repeating-linear-gradient(0deg, #fff 0px, #fff 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, #fff 0px, #fff 1px, transparent 1px, transparent 28px); }

.ch-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem; }

.ch-type {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: rgba(255, 220, 220, 0.6);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px; }
  .ch-type::before {
    content: '';
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block; }

.ch-ref {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: .9rem; }

.ch-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.9rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 800px;
  margin-bottom: 1.4rem;
  letter-spacing: -.01em; }

.hero-outcome {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  margin-bottom: 1.8rem; }

.ho-upheld {
  background: rgba(26, 90, 45, 0.25);
  border: 1px solid rgba(26, 90, 45, 0.45);
  color: #7EC44A; }

.ho-reduced {
  background: rgba(130, 7, 125, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 220, 180, 0.85); }

.ho-dismissed {
  background: rgba(180, 60, 40, 0.25);
  border: 1px solid rgba(180, 60, 40, 0.4);
  color: #F0A090; }

.ho-remitted {
  background: rgba(26, 61, 139, 0.25);
  border: 1px solid rgba(26, 61, 139, 0.4);
  color: #9BB8F0; }

.ch-meta-strip {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.ch-meta-item {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.42);
  display: flex;
  flex-direction: column;
  gap: 3px; }

.ch-meta-label {
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.28); }

.ch-meta-val {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.7); }

.ch-actions {
  display: flex;
  gap: 8px;
  margin-left: auto;
  align-items: center; }

.ch-act {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 7px 14px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
  transition: all .18s; }
  .ch-act:hover {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff; }

.page-grid {
  display: grid;
  grid-template-columns: 1fr 296px;
  gap: 4rem;
  padding: 3.5rem 0 5rem;
  align-items: start; }

.panel {
  border: 1px solid #E2E2E2;
  margin-bottom: 1px; }
  .panel + .panel {
    border-top: none; }

.panel-head {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  padding: 1rem 1.5rem;
  background: #FAFAFA;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.panel-body {
  padding: 1.5rem; }

.operative {
  border: 1px solid #E2E2E2;
  border-top: 3px solid #82077D;
  padding: 1.6rem 1.8rem;
  background: #FAFAFA;
  margin-bottom: 1px; }

.op-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1rem; }

.op-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.62;
  color: #1A1A1A; }

.op-source {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  margin-top: .8rem; }

.sec-h2 {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1A1A1A;
  margin: 2.5rem 0 .85rem;
  padding-bottom: .65rem;
  border-bottom: 1px solid #E2E2E2; }

.sec-h3 {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  color: #1A1A1A;
  margin: 1.8rem 0 .6rem; }

.body-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.84;
  color: #5A5A5A;
  margin-bottom: 1.2rem; }
  .body-p strong {
    font-weight: 500;
    color: #1A1A1A; }
  .body-p em {
    font-style: italic; }
  .body-p a {
    color: #82077D;
    border-bottom: 1px solid rgba(130, 7, 125, 0.18);
    transition: all .16s; }
    .body-p a:hover {
      color: #5B0557; }

.pullquote {
  margin: 2rem 0;
  padding: 1.5rem 1.8rem;
  border-left: 3px solid #82077D;
  background: rgba(130, 7, 125, 0.08); }

.pq-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: #5B0557; }

.pq-para,
.pq-source {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .06em;
  color: #999999;
  margin-top: .65rem; }

.issues-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0; }
  .issues-table th {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    padding: .75rem 1rem;
    background: #FAFAFA;
    border: 1px solid #E2E2E2;
    color: #5A5A5A;
    text-align: left; }
  .issues-table td {
    font-family: "Jost", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    padding: .8rem 1rem;
    border: 1px solid #E2E2E2;
    color: #5A5A5A;
    vertical-align: top; }
    .issues-table td strong {
      font-weight: 500;
      color: #1A1A1A; }
  .issues-table tr:hover td {
    background: rgba(130, 7, 125, 0.08); }

.td-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #82077D;
  text-align: center;
  min-width: 36px; }

.timeline {
  position: relative;
  padding-left: 2rem;
  margin: 1.5rem 0; }
  .timeline::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    bottom: 8px;
    width: 1.5px;
    background: linear-gradient(to bottom, #82077D 0%, #E2E2E2 100%); }

.tl-item {
  position: relative;
  margin-bottom: 0; }
  .tl-item:last-child .tl-inner {
    border-bottom: none;
    padding-bottom: 0; }

.tl-inner {
  padding: 0 0 1.4rem 0;
  border-bottom: 1px solid #EFEFEF; }

.significance {
  margin: 2.5rem 0;
  border: 1px solid #E2E2E2;
  border-left: 3px solid #82077D;
  padding: 1.5rem 1.6rem; }

.sig-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .8rem; }

.sig-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  padding: .55rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .sig-item:last-child {
    border-bottom: none; }

.sig-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #82077D;
  min-width: 20px;
  flex-shrink: 0;
  margin-top: 2px; }

.sig-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.62;
  color: #5A5A5A; }
  .sig-text strong {
    font-weight: 500;
    color: #1A1A1A; }

.note-box {
  margin: 2rem 0;
  padding: 1.3rem 1.5rem;
  background: #FAFAFA;
  border: 1px solid #E2E2E2;
  border-top: 2px solid #A82EA3; }

.note-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #5A5A5A;
  margin-bottom: .6rem; }

.note-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: #5A5A5A; }
  .note-text a {
    color: #82077D;
    transition: color .15s; }
    .note-text a:hover {
      color: #5B0557; }

.s-div {
  height: 1px;
  background: #E2E2E2;
  margin: 2.5rem 0; }

.tags-sec {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E2E2; }

.tags-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: .75rem; }

.tags-list {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap; }

.tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .16s; }
  .tag:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D;
    background: rgba(130, 7, 125, 0.08); }

.cite-box {
  margin-top: 2rem;
  background: #FAFAFA;
  border: 1px solid #E2E2E2;
  padding: 1.2rem 1.5rem; }

.cite-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: .6rem; }

.cite-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A;
  font-style: italic; }

.cite-copy {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #82077D;
  margin-top: .65rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .16s; }
  .cite-copy:hover {
    color: #5B0557; }

.sidebar {
  position: sticky;
  top: calc(66px + 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0; }

.s-card {
  border: 1px solid #E2E2E2;
  margin-bottom: 1px; }
  .s-card + .s-card {
    border-top: none; }

.s-head {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  padding: 1rem 1.3rem;
  background: #FAFAFA;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.s-body {
  padding: 1.2rem 1.3rem; }

.s-gap {
  height: 1.5rem; }

.vital-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .65rem 0;
  border-bottom: 1px solid #EFEFEF;
  gap: 1rem; }
  .vital-row:last-child {
    border-bottom: none; }

.vit-l {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  white-space: nowrap; }

.vit-v {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #1A1A1A;
  text-align: right;
  line-height: 1.4; }

.outcome-panel {
  border-top: none; }

.outcome-main {
  padding: 1.2rem 1.3rem;
  background: rgba(26, 90, 45, 0.09);
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  gap: .8rem; }

.outcome-ico {
  font-size: 1.1rem;
  opacity: .7; }

.outcome-val {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #1A5A2D; }

.outcome-details {
  padding: .9rem 1.3rem; }

.od-row {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  padding: .4rem 0;
  border-bottom: 1px solid #EFEFEF;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px; }
  .od-row:last-child {
    border-bottom: none; }

.od-l {
  color: #999999;
  min-width: 70px;
  font-size: 11px; }

.od-v {
  color: #1A1A1A;
  font-weight: 400;
  line-height: 1.4; }

.rel-case {
  padding: .9rem 1.3rem;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: background .15s; }
  .rel-case:last-child {
    border-bottom: none;
    padding-bottom: 1.2rem; }
  .rel-case:hover {
    background: rgba(130, 7, 125, 0.08); }
    .rel-case:hover .rc-name {
      color: #5B0557; }

.rc-ref {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .07em;
  color: #82077D;
  margin-bottom: .3rem; }

.rc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: .98rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1A1A1A;
  margin-bottom: .3rem;
  transition: color .15s; }

.rc-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.rel-art {
  padding: .9rem 1.3rem;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: background .15s; }
  .rel-art:last-child {
    border-bottom: none;
    padding-bottom: 1.2rem; }
  .rel-art:hover {
    background: rgba(130, 7, 125, 0.08); }
    .rel-art:hover .ra-title {
      color: #5B0557; }

.ra-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .3rem; }

.ra-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: .98rem;
  font-weight: 400;
  line-height: 1.35;
  color: #1A1A1A;
  margin-bottom: .3rem;
  transition: color .15s; }

.ra-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.share-row {
  display: flex;
  gap: 6px;
  padding: 1rem 1.3rem; }

.sh-btn {
  flex: 1;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 8px;
  background: transparent;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .15s;
  text-align: center; }
  .sh-btn:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D;
    background: rgba(130, 7, 125, 0.08); }

.related-section {
  border-top: 1px solid #E2E2E2;
  padding: 3.5rem 0 5rem;
  background: #FAFAFA; }

.rs-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2.5rem; }

.rs-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-right: 1rem; }

.rs-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #1A1A1A; }

.rs-see {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5A5A5A;
  transition: color .18s; }
  .rs-see:hover {
    color: #82077D; }

.rs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #E2E2E2; }

.rs-card {
  padding: 2rem 1.8rem;
  border-right: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  border-bottom: 1px solid #E2E2E2; }
  .rs-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .rs-card:hover .rc2-title {
      color: #5B0557; }
    .rs-card:hover .rc2-arr {
      color: #82077D;
      transform: translateX(4px); }

.rc-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: .55rem; }

.rc2-ref {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .07em;
  color: #82077D;
  margin-bottom: .45rem; }

.rc2-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1A1A1A;
  margin-bottom: .55rem;
  transition: color .18s; }

.rc2-sum {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.62;
  color: #5A5A5A;
  margin-bottom: .9rem; }

.rc2-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .75rem;
  border-top: 1px solid #EFEFEF; }

.rc2-out {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px; }

.rc2-arr {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s; }

.page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 66px); }

.left-panel {
  position: relative;
  overflow: hidden;
  background: #82077D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 4rem 5rem 3rem;
  border-right: 1px solid rgba(255, 255, 255, 0.06); }

.lp-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 85% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 15% 90%, rgba(0, 0, 0, 0.12) 0%, transparent 55%), #82077D; }

.lp-pattern {
  position: absolute;
  inset: 0;
  opacity: .04;
  background-image: repeating-linear-gradient(0deg, white 0px, white 1px, transparent 1px, transparent 28px), repeating-linear-gradient(90deg, white 0px, white 1px, transparent 1px, transparent 28px); }

.lp-glow {
  position: absolute;
  left: -10%;
  top: 15%;
  width: 60%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(150, 80, 200, 0.1) 0%, transparent 70%); }

.lp-inner {
  position: relative;
  z-index: 2; }

.lp-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 12px; }
  .lp-eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
    display: inline-block; }

.lp-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(2.6rem, 3.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -.02em;
  color: #fff;
  margin-bottom: 1.4rem; }
  .lp-h em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.55); }

.lp-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
  max-width: 380px;
  margin-bottom: 3rem; }

.includes-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: 1rem; }

.includes-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 3rem; }

.inc-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
  .inc-item:last-child {
    border-bottom: none; }

.inc-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8); }

.inc-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: .18rem;
  line-height: 1.2; }

.inc-note {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.45; }

.lp-stats {
  display: flex;
  gap: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.lp-stat {
  padding-right: 2rem;
  margin-right: 2rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .lp-stat:last-child {
    border-right: none; }

.lp-stat-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
  line-height: 1; }

.lp-stat-l {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  margin-top: 4px; }

.pro-teaser {
  margin-top: 2.5rem;
  padding: 1.4rem 1.6rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid rgba(255, 255, 255, 0.3); }

.pt-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  margin-bottom: .6rem; }

.pt-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.5); }

.pt-link {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: .6rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .18s; }
  .pt-link:hover {
    color: #fff; }

.right-panel {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 4rem 4rem 3.5rem; }

.form-inner {
  max-width: 440px;
  width: 100%; }

.form-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1rem; }

.form-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .6rem;
  line-height: 1.15; }

.form-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.7;
  color: #5A5A5A;
  margin-bottom: 2.4rem; }
  .form-sub a {
    color: #82077D;
    font-weight: 400; }
    .form-sub a:hover {
      text-decoration: underline; }

.steps {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 2.5rem;
  border: 1px solid #E2E2E2; }

.step {
  flex: 1;
  padding: .7rem 1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  border-right: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .16s; }
  .step:last-child {
    border-right: none; }
  .step.active .step-dot {
    background: #82077D;
    border-color: #82077D;
    color: #fff; }
  .step.done .step-dot {
    background: #1A5A2D;
    border-color: #1A5A2D;
    color: #fff;
    font-size: 10px; }
  .step.active .step-label {
    color: #82077D;
    font-weight: 500; }
  .step.done .step-label {
    color: #1A5A2D; }

.step-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid #E2E2E2;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  color: #999999;
  transition: all .18s; }

.step-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999999;
  transition: color .18s; }

.form-step {
  display: none; }
  .form-step.active {
    display: block; }

.field {
  margin-bottom: 1.4rem; }

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }

.field-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: .5rem;
  display: block; }
  .field-label .opt {
    font-weight: 300;
    color: #999999;
    text-transform: none;
    letter-spacing: 0; }

.field-input {
  width: 100%;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: .78rem 1rem;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
  appearance: none; }
  .field-input::placeholder {
    color: #999999; }
  .field-input:focus {
    border-color: rgba(130, 7, 125, 0.18);
    box-shadow: 0 0 0 3px rgba(130, 7, 125, 0.08); }
  .field-input.error, .field-input.err {
    border-color: rgba(139, 26, 26, 0.5); }
  .field-input.ok {
    border-color: rgba(26, 90, 45, 0.4); }

.field-hint {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  margin-top: .4rem; }

.field-error {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #8B1A1A;
  margin-top: .4rem;
  display: none; }
  .field-error.show {
    display: block; }

.field-input.error + .field-error {
  display: block; }

.field-select,
.field-textarea {
  width: 100%;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: .78rem 1rem;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
  appearance: none; }
  .field-select:focus,
  .field-textarea:focus {
    border-color: rgba(130, 7, 125, 0.18);
    box-shadow: 0 0 0 3px rgba(130, 7, 125, 0.08); }

.field-select {
  padding: .78rem 2.4rem .78rem 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  cursor: pointer; }

.field-textarea {
  resize: vertical;
  min-height: 100px; }
  .field-textarea::placeholder {
    color: #999999; }

.pw-strength {
  margin-top: .5rem; }

.pw-bars {
  display: flex;
  gap: 3px;
  margin-bottom: .3rem; }

.pw-bar {
  flex: 1;
  height: 2px;
  background: #EFEFEF;
  transition: background .2s; }
  .pw-bar.weak {
    background: #C0392B; }
  .pw-bar.fair {
    background: #E67E22; }
  .pw-bar.strong {
    background: #1A5A2D; }

.pw-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.check-field {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1.2rem;
  cursor: pointer; }
  .check-field input[type="checkbox"] {
    display: none; }
    .check-field input[type="checkbox"]:checked + .check-box {
      background: #82077D;
      border-color: #82077D;
      color: #fff; }

.check-box {
  width: 16px;
  height: 16px;
  border: 1px solid #E2E2E2;
  flex-shrink: 0;
  margin-top: 1px;
  background: #FFFFFF;
  transition: all .16s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px; }

.check-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #5A5A5A; }
  .check-label a {
    color: #82077D; }
    .check-label a:hover {
      text-decoration: underline; }

.role-pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  margin-bottom: 1.4rem; }

.role-pill {
  border: 1px solid #E2E2E2;
  padding: .7rem 1rem;
  cursor: pointer;
  transition: all .16s;
  display: flex;
  align-items: center;
  gap: .6rem; }
  .role-pill:hover {
    border-color: rgba(130, 7, 125, 0.18);
    background: rgba(130, 7, 125, 0.08); }
  .role-pill.selected {
    border-color: #82077D;
    background: rgba(130, 7, 125, 0.08); }
    .role-pill.selected .role-pill-name {
      color: #82077D;
      font-weight: 500; }

.role-pill-ico {
  font-size: 1rem;
  opacity: .6; }

.role-pill-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5A5A5A;
  transition: color .16s; }

.interest-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-bottom: 1.4rem; }

.int-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
  padding: .38rem .9rem;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .16s;
  text-transform: uppercase; }
  .int-tag:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D;
    background: rgba(130, 7, 125, 0.08); }
  .int-tag.selected {
    border-color: #82077D;
    color: #82077D;
    background: rgba(130, 7, 125, 0.08);
    font-weight: 500; }

.btn-submit {
  width: 100%;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 15px 32px;
  background: #82077D;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .2s;
  margin-top: .5rem; }
  .btn-submit:hover {
    background: #5B0557; }
  .btn-submit:disabled {
    opacity: .5;
    cursor: not-allowed; }

.btn-next {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 28px;
  background: #82077D;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .2s; }
  .btn-next:hover {
    background: #5B0557; }

.btn-back {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 22px;
  background: transparent;
  color: #5A5A5A;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  transition: all .2s; }
  .btn-back:hover {
    border-color: #1A1A1A;
    color: #1A1A1A; }

.btn-row {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin-top: 1.6rem; }

.btn-row-single {
  margin-top: 1.6rem; }

.or-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1.6rem 0; }

.or-line {
  flex: 1;
  height: 1px;
  background: #E2E2E2; }

.or-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999;
  letter-spacing: .06em; }

.sso-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .8rem;
  padding: 12px 20px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #1A1A1A;
  cursor: pointer;
  transition: all .18s;
  margin-bottom: .6rem; }
  .sso-btn:hover {
    border-color: #1A1A1A;
    background: #FAFAFA; }

.sso-ico {
  width: 18px;
  height: 18px;
  flex-shrink: 0; }

.signin-nudge {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  color: #999999;
  margin-top: 1.6rem;
  text-align: center; }
  .signin-nudge a {
    color: #82077D;
    font-weight: 400; }
    .signin-nudge a:hover {
      text-decoration: underline; }

.form-progress {
  height: 2px;
  background: #EFEFEF;
  margin-bottom: 2rem;
  overflow: hidden; }

.form-progress-bar {
  height: 100%;
  background: #82077D;
  transition: width .3s ease; }

.success-screen {
  display: none;
  text-align: center; }
  .success-screen.active {
    display: block; }

.success-ico {
  font-size: 3rem;
  margin-bottom: 1.4rem;
  display: block; }

.success-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .8rem; }

.success-sub {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  max-width: 360px;
  margin: 0 auto 2rem; }

.success-links {
  display: flex;
  flex-direction: column;
  gap: .6rem; }

.sl-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border: 1px solid #E2E2E2;
  cursor: pointer;
  transition: all .18s; }
  .sl-item:hover {
    border-color: rgba(130, 7, 125, 0.18);
    background: rgba(130, 7, 125, 0.08); }
    .sl-item:hover .sl-text {
      color: #5B0557; }
    .sl-item:hover .sl-arr {
      color: #82077D;
      transform: translateX(4px); }

.sl-ico {
  font-size: 1.1rem;
  opacity: .5;
  flex-shrink: 0; }

.sl-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1A1A1A;
  transition: color .18s; }

.sl-arr {
  margin-left: auto;
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s; }

.mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E2E2E2; }

.mission-l {
  padding: 5rem 4rem 5rem 0;
  border-right: 1px solid #E2E2E2; }

.mission-r {
  padding: 5rem 0 5rem 4rem; }

.mission-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1.4rem;
  display: flex;
  align-items: center;
  gap: 10px; }
  .mission-eyebrow::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E2E2E2; }

.mission-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(2rem, 3vw, 2.9rem);
  font-weight: 300;
  line-height: 1.2;
  color: #1A1A1A;
  margin-bottom: 1.4rem; }
  .mission-h em {
    font-style: italic;
    color: #5A5A5A; }

.mission-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.82;
  color: #5A5A5A;
  margin-bottom: 1.2rem; }
  .mission-p:last-of-type {
    margin-bottom: 0; }

.mission-quote {
  font-family: "Jost", system-ui, sans-serif;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 300;
  line-height: 1.4;
  color: #5B0557;
  font-style: italic;
  border-left: 3px solid #82077D;
  padding: 1.5rem 2rem;
  margin-bottom: 2.5rem;
  background: rgba(130, 7, 125, 0.08); }

.mission-values {
  display: flex;
  flex-direction: column;
  gap: 0; }

.mv-item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .mv-item:last-child {
    border-bottom: none; }

.mv-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18); }
  .mv-icon svg {
    width: 16px;
    height: 16px;
    stroke: #82077D;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.mv-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .25rem; }

.mv-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  line-height: 1.6; }

.numbers-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-bottom: 1px solid #E2E2E2; }

.num-cell {
  padding: 3rem 2rem;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  transition: background .18s; }
  .num-cell:last-child {
    border-right: none; }
  .num-cell:hover {
    background: rgba(130, 7, 125, 0.08); }

.num-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 3.4rem;
  font-weight: 300;
  color: #82077D;
  line-height: 1;
  margin-bottom: .5rem; }

.num-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 400;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #999999; }

.num-note {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  margin-top: .35rem; }

.story-section {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 0;
  border-bottom: 1px solid #E2E2E2; }

.story-l {
  padding: 4rem 3rem 4rem 0;
  border-right: 1px solid #E2E2E2;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.story-r {
  padding: 4rem 0 4rem 3.5rem; }

.story-r .tl-track {
  padding-left: 32px; }
  .story-r .tl-track::before {
    left: 7px;
    top: 6px;
    bottom: 6px; }

.story-r .tl-item {
  position: relative;
  margin-bottom: 2.2rem; }
  .story-r .tl-item:last-child {
    margin-bottom: 0; }

.story-r .tl-dot {
  position: absolute;
  left: -32px;
  top: 5px;
  width: 14px;
  height: 14px;
  border: 1.5px solid #82077D;
  background: #fff; }
  .story-r .tl-dot.filled {
    background: #82077D; }
  .story-r .tl-dot.milestone {
    width: 16px;
    height: 16px;
    left: -33px;
    background: #82077D; }
    .story-r .tl-dot.milestone::after {
      content: '';
      position: absolute;
      inset: 3px;
      border-radius: 50%;
      background: #fff; }

.tl-year {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #82077D;
  margin-bottom: .35rem;
  display: block; }

.story-r .tl-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .35rem;
  line-height: 1.3; }

.story-r .tl-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A; }

.team-section {
  border-bottom: 1px solid #E2E2E2;
  padding: 4.5rem 0; }

.team-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  gap: .5rem; }

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #E2E2E2;
  border-bottom: none; }

.team-card {
  padding: 2rem 1.8rem;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s; }
  .team-card:last-child {
    border-right: none; }
  .team-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .team-card:hover .tc-name {
      color: #5B0557; }

.tc-avatar {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18);
  font-family: "Jost", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #82077D;
  margin-bottom: 1.1rem; }

.tc-role-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 2.5px 9px;
  margin-bottom: .8rem;
  display: inline-block; }

.tag-ed {
  background: rgba(130, 7, 125, 0.08);
  color: #82077D;
  border: 1px solid rgba(130, 7, 125, 0.18); }

.tag-tech {
  background: rgba(40, 80, 200, 0.08);
  color: #2A52AA;
  border: 1px solid rgba(40, 80, 200, 0.18); }

.tag-comm {
  background: rgba(40, 120, 60, 0.09);
  color: #1A5A2D;
  border: 1px solid rgba(26, 90, 45, 0.22); }

.tag-ops {
  background: rgba(120, 40, 120, 0.08);
  color: #6A256A;
  border: 1px solid rgba(120, 40, 120, 0.16); }

.tc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .25rem;
  transition: color .18s; }

.tc-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #5A5A5A;
  margin-bottom: .8rem;
  line-height: 1.4; }

.tc-bio {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #999999; }

.board-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #E2E2E2;
  border-top: none;
  border-bottom: 1px solid #E2E2E2; }

.board-card {
  padding: 1.4rem 1.8rem;
  border-right: 1px solid #E2E2E2;
  transition: background .18s;
  cursor: pointer; }
  .board-card:last-child {
    border-right: none; }
  .board-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .board-card:hover .bc-name {
      color: #5B0557; }

.bc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .2rem;
  transition: color .18s; }

.bc-role {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999; }

.standards-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #E2E2E2; }

.std-card {
  padding: 3.5rem 2.5rem;
  border-right: 1px solid #E2E2E2;
  border-top: 3px solid transparent;
  transition: all .18s; }
  .std-card:last-child {
    border-right: none; }
  .std-card:hover {
    background: rgba(130, 7, 125, 0.08);
    border-top-color: #82077D; }
    .std-card:hover .std-num {
      color: rgba(130, 7, 125, 0.2); }

.std-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  color: #E2E2E2;
  line-height: 1;
  margin-bottom: 1.2rem;
  transition: color .18s; }

.std-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .8rem; }

.std-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A; }

.std-list {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem; }

.std-li {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  padding: .4rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .std-li:last-child {
    border-bottom: none; }
  .std-li::before {
    content: '—';
    color: #82077D;
    flex-shrink: 0;
    font-family: "Jost", system-ui, sans-serif; }

.press-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E2E2E2; }

.press-l {
  padding: 4rem 3.5rem 4rem 0;
  border-right: 1px solid #E2E2E2; }

.press-r {
  padding: 4rem 0 4rem 3.5rem; }

.press-items {
  display: flex;
  flex-direction: column;
  gap: 0; }

.press-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: all .15s; }
  .press-item:last-child {
    border-bottom: none; }
  .press-item:hover .pi-title {
    color: #82077D; }
  .press-item:hover .pi-arr {
    color: #82077D;
    transform: translateX(3px); }

.pi-source {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #82077D;
  width: 80px;
  flex-shrink: 0; }

.pi-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1A1A1A;
  flex: 1;
  transition: color .15s;
  line-height: 1.35; }

.pi-date {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999;
  flex-shrink: 0; }

.pi-arr {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s;
  flex-shrink: 0; }

.partner-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #E2E2E2; }

.partner-cell {
  background: #FFFFFF;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  cursor: pointer;
  transition: background .15s; }
  .partner-cell:hover {
    background: rgba(130, 7, 125, 0.08); }

.pc-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #82077D; }

.pc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1A1A1A; }

.pc-type {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999; }

.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E2E2E2; }

.contact-l {
  padding: 4.5rem 4rem 4.5rem 0;
  border-right: 1px solid #E2E2E2; }

.contact-r {
  padding: 4.5rem 0 4.5rem 4rem; }

.contact-items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0; }

.ci {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .ci:last-child {
    border-bottom: none; }

.ci-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18); }
  .ci-icon svg {
    width: 15px;
    height: 15px;
    stroke: #82077D;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.ci-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: .3rem; }

.ci-value {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  color: #1A1A1A; }
  .ci-value a {
    color: #82077D;
    transition: opacity .15s; }
    .ci-value a:hover {
      opacity: .75; }

.cform .field {
  margin-bottom: 1.1rem; }
.cform label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1A1A1A;
  display: block;
  margin-bottom: .5rem; }
.cform input,
.cform textarea,
.cform select {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  color: #1A1A1A;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: .75rem 1rem;
  outline: none;
  font-family: "Jost", system-ui, sans-serif;
  transition: border-color .18s, box-shadow .18s;
  appearance: none; }
  .cform input:focus,
  .cform textarea:focus,
  .cform select:focus {
    border-color: rgba(130, 7, 125, 0.18);
    box-shadow: 0 0 0 3px rgba(130, 7, 125, 0.08); }
.cform textarea {
  resize: vertical;
  min-height: 110px; }
.cform select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 2.4rem;
  cursor: pointer; }

.cform-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }

.cform-submit {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 32px;
  background: #82077D;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .2s;
  margin-top: .4rem; }
  .cform-submit:hover {
    background: #5B0557; }

.cform-note {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
  margin-top: .8rem; }

.prose {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.82;
  color: #5A5A5A; }
  .prose strong {
    font-weight: 500;
    color: #1A1A1A; }
  .prose em {
    font-style: italic; }
  .prose a {
    color: #82077D;
    border-bottom: 1px solid rgba(130, 7, 125, 0.18);
    transition: all .15s; }
    .prose a:hover {
      color: #5B0557; }

.page-tabs {
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA;
  position: sticky;
  top: 66px;
  z-index: 100; }

.page-tabs-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  display: flex;
  gap: 0; }

.ptab {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .9rem 1.4rem;
  color: #999999;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .18s; }
  .ptab:hover:not(.active) {
    color: #5A5A5A; }
  .ptab.active {
    color: #82077D;
    border-bottom-color: #82077D; }

.page-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 0;
  align-items: start; }

.page-main {
  padding: 0 3.5rem 4rem 0;
  border-right: 1px solid #E2E2E2; }

.page-aside {
  padding: 0 0 4rem 2.5rem;
  position: sticky;
  top: calc(66px + 48px);
  max-height: calc(100vh - 66px - 48px);
  overflow-y: auto; }

.ct-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #E2E2E2;
  margin-top: 1.6rem; }

.ct-card {
  padding: 1.8rem 1.6rem;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  cursor: default;
  transition: background .18s; }
  .ct-card:nth-child(2n) {
    border-right: none; }
  .ct-card:nth-last-child(-n+2) {
    border-bottom: none; }
  .ct-card:hover {
    background: rgba(130, 7, 125, 0.08); }

.ct-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18);
  margin-bottom: 1rem; }
  .ct-icon svg {
    width: 16px;
    height: 16px;
    stroke: #82077D;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.ct-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .35rem; }

.ct-range {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .5rem; }

.ct-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A; }

.guide-block {
  margin-bottom: 2.2rem; }
  .guide-block:last-child {
    margin-bottom: 0; }

.guide-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 10px; }
  .guide-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E2E2E2; }

.guide-list {
  display: flex;
  flex-direction: column;
  gap: 0; }

.guide-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: .85rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .guide-item:last-child {
    border-bottom: none; }

.g-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  color: #82077D;
  width: 22px;
  flex-shrink: 0;
  margin-top: 1px; }

.g-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A; }
  .g-text strong {
    color: #1A1A1A;
    font-weight: 500; }

.checklist {
  display: flex;
  flex-direction: column;
  gap: 0; }

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: .7rem 0;
  border-bottom: 1px solid #EFEFEF; }
  .check-item:last-child {
    border-bottom: none; }

.check-ico {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .check-ico svg {
    width: 14px;
    height: 14px;
    stroke: #1A5A2D;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .check-ico.no svg {
    stroke: #E2E2E2; }

.check-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  color: #5A5A5A;
  line-height: 1.5; }
  .check-text strong {
    color: #1A1A1A;
    font-weight: 500; }

.review-tl {
  position: relative;
  padding-left: 28px;
  margin-top: 1.4rem; }
  .review-tl::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background: linear-gradient(to bottom, #82077D 0%, rgba(130, 7, 125, 0.15) 100%); }

.rtl-step {
  position: relative;
  margin-bottom: 1.8rem; }
  .rtl-step:last-child {
    margin-bottom: 0; }

.rtl-dot {
  position: absolute;
  left: -28px;
  top: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid #82077D;
  background: #fff;
  z-index: 1; }
  .rtl-dot.filled {
    background: #82077D; }
  .rtl-dot.current {
    background: #82077D;
    box-shadow: 0 0 0 3px rgba(130, 7, 125, 0.08); }

.rtl-day {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .35rem;
  display: block; }

.rtl-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .3rem; }

.rtl-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  line-height: 1.6; }

.form-section {
  padding-top: 2.4rem; }

.form-intro {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  margin-bottom: 2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #E2E2E2; }

.form-group {
  margin-bottom: 1.4rem; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem; }

.wc-bar {
  margin-top: .5rem; }

.wc-track {
  height: 2px;
  background: #EFEFEF;
  margin-bottom: .3rem; }

.wc-fill {
  height: 100%;
  background: #82077D;
  width: 0%;
  transition: width .2s; }

.wc-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  color: #999999; }

.file-upload {
  border: 1px dashed #E2E2E2;
  padding: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: all .18s;
  position: relative; }
  .file-upload:hover {
    border-color: rgba(130, 7, 125, 0.18);
    background: rgba(130, 7, 125, 0.08); }
  .file-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer; }

.fu-icon {
  font-size: 1.4rem;
  margin-bottom: .5rem; }

.fu-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: .3rem; }
  .fu-label span {
    color: #82077D;
    font-weight: 500; }

.fu-hint {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999; }

.fu-selected {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  color: #1A5A2D;
  margin-top: .5rem;
  display: none; }

.decl-field {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  margin-bottom: 1rem;
  cursor: pointer;
  user-select: none; }
  .decl-field.checked .decl-box {
    background: #82077D;
    border-color: #82077D;
    color: #fff; }

.decl-box {
  width: 16px;
  height: 16px;
  border: 1px solid #E2E2E2;
  flex-shrink: 0;
  margin-top: 2px;
  background: #FFFFFF;
  transition: all .16s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px; }

.decl-text {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #5A5A5A; }
  .decl-text a {
    color: #82077D; }

.form-submit {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 14px 36px;
  background: #82077D;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background .2s; }
  .form-submit:hover {
    background: #5B0557; }
  .form-submit:disabled {
    opacity: .4;
    cursor: not-allowed; }

.form-footer-note {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #999999;
  margin-top: .8rem; }

.success-panel {
  display: none;
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(26, 90, 45, 0.22);
  background: rgba(26, 90, 45, 0.09); }
  .success-panel.show {
    display: block; }

.sb-card {
  border: 1px solid #E2E2E2;
  margin-bottom: 1px; }
  .sb-card + .sb-card {
    border-top: none; }

.sb-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: .6rem 1.3rem;
  border-bottom: 1px solid #EFEFEF;
  gap: 1rem; }
  .sb-row:last-child {
    border-bottom: none; }

.sb-key {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  flex-shrink: 0; }

.sb-val {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #1A1A1A;
  text-align: right; }

.sb-text {
  padding: 1.2rem 1.3rem;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.68;
  color: #5A5A5A; }
  .sb-text a {
    color: #82077D; }

.sb-link {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: .75rem 1.3rem;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
  transition: background .15s;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  color: #5A5A5A; }
  .sb-link:last-child {
    border-bottom: none; }
  .sb-link:hover {
    background: rgba(130, 7, 125, 0.08);
    color: #82077D; }
    .sb-link:hover .sb-link-arr {
      color: #82077D;
      transform: translateX(3px); }
  .sb-link svg {
    width: 12px;
    height: 12px;
    stroke: #82077D;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0; }

.sb-link-arr {
  margin-left: auto;
  font-size: 12px;
  color: #E2E2E2;
  transition: all .2s; }

.fauth-item {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem 1.3rem;
  border-bottom: 1px solid #EFEFEF; }
  .fauth-item:last-child {
    border-bottom: none; }

.fauth-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #82077D; }

.fauth-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #1A1A1A; }

.fauth-role {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 300;
  color: #999999; }

.fauth-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  color: #82077D;
  margin-left: auto;
  white-space: nowrap; }

.areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  margin-top: 1.2rem; }

.area-chip {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: .5rem .9rem;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .16s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .4rem; }
  .area-chip:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D;
    background: rgba(130, 7, 125, 0.08); }

.area-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  color: #999999; }

.hero-search {
  display: flex;
  gap: .5rem;
  max-width: 680px;
  margin-bottom: 3rem; }

.hs-wrap {
  position: relative;
  flex: 1; }

.hs-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none; }
  .hs-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round; }

.hero-input {
  width: 100%;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 13px 14px 13px 44px;
  outline: none;
  transition: border-color .18s, background .18s; }
  .hero-input:focus {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35); }
  .hero-input::placeholder {
    color: rgba(255, 255, 255, 0.32); }

.hero-search-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 13px 28px;
  background: #fff;
  color: #82077D;
  white-space: nowrap;
  transition: all .18s;
  cursor: pointer; }
  .hero-search-btn:hover {
    background: #FAFAFA; }

.hero-forums {
  display: flex;
  gap: 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.hforum-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .8rem 1.4rem;
  color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .18s; }
  .hforum-btn:hover:not(.active) {
    color: rgba(255, 255, 255, 0.65); }
  .hforum-btn.active {
    color: #fff;
    border-bottom-color: #fff; }

.forum-strip {
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA; }

.forum-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr); }

.forum-cell {
  padding: 1.4rem 1.2rem;
  border-right: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  text-align: center; }
  .forum-cell:last-child {
    border-right: none; }
  .forum-cell:hover {
    background: rgba(130, 7, 125, 0.08); }
    .forum-cell:hover .fc-name {
      color: #82077D; }

.fc-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  color: #82077D;
  line-height: 1; }

.fc-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: #5A5A5A;
  margin-top: .35rem;
  transition: color .15s; }

.main-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2.5rem;
  padding: 2.5rem 0 4rem; }

.filter-panel {
  border: 1px solid #E2E2E2;
  padding: 1.4rem;
  position: sticky;
  top: calc(66px + 1.5rem);
  max-height: calc(100vh - 66px - 3rem);
  overflow-y: auto; }

.fp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E2E2E2; }

.fp-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1A1A1A; }

.fp-reset {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  color: #82077D;
  cursor: pointer;
  transition: opacity .15s; }
  .fp-reset:hover {
    opacity: .7; }

.fg {
  margin-bottom: 1.6rem; }
  .fg:last-child {
    margin-bottom: 0; }

.fg-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: .7rem; }

.fo {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .4rem 0;
  cursor: pointer;
  transition: opacity .15s; }
  .fo:hover {
    opacity: .75; }

.fo-box {
  width: 14px;
  height: 14px;
  border: 1px solid #E2E2E2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  background: #FFFFFF;
  transition: all .15s; }

.fo.on .fo-box {
  background: #82077D;
  border-color: #82077D; }

.fo-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  flex: 1; }

.fo-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
  flex-wrap: wrap; }

.tb-l {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }

.tb-count {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #5A5A5A;
  white-space: nowrap; }
  .tb-count strong {
    color: #1A1A1A;
    font-weight: 500; }

.active-chips {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap; }

.achip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  font-weight: 400;
  padding: 4px 8px 4px 10px;
  border: 1px solid rgba(130, 7, 125, 0.18);
  color: #82077D;
  background: rgba(130, 7, 125, 0.08);
  cursor: pointer;
  transition: opacity .15s; }
  .achip:hover {
    opacity: .75; }
  .achip svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round; }

.tb-r {
  display: flex;
  align-items: center;
  gap: .6rem; }

.sort-sel {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid #E2E2E2;
  padding: 7px 30px 7px 10px;
  color: #5A5A5A;
  background: #FFFFFF;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .7rem center;
  transition: border-color .15s; }
  .sort-sel:focus {
    border-color: rgba(130, 7, 125, 0.18); }

.view-toggle {
  display: flex; }

.vt {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  color: #999999;
  transition: all .15s;
  cursor: pointer; }
  .vt:first-child {
    border-right: none; }
  .vt svg {
    width: 13px;
    height: 13px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .vt.active {
    background: rgba(130, 7, 125, 0.08);
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D; }

.featured-banner {
  border: 1px solid #E2E2E2;
  border-left: 4px solid #82077D;
  padding: 1.4rem 1.6rem;
  margin-bottom: .5rem;
  background: rgba(130, 7, 125, 0.08);
  cursor: pointer;
  transition: background .18s; }
  .featured-banner:hover {
    background: rgba(130, 7, 125, 0.13); }
    .featured-banner:hover .fb-title {
      color: #5B0557; }

.fb-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .6rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .fb-label svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.fb-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .4rem;
  transition: color .18s;
  line-height: 1.35; }

.fb-meta {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: #5A5A5A;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap; }

.article-card,
.case-card {
  border: 1px solid #E2E2E2;
  border-bottom: none;
  cursor: pointer;
  transition: border-color .18s, background .18s; }
  .article-card:last-child,
  .case-card:last-child {
    border-bottom: 1px solid #E2E2E2; }
  .article-card:hover,
  .case-card:hover {
    background: rgba(130, 7, 125, 0.08);
    border-color: rgba(130, 7, 125, 0.18); }

.article-card:hover .ac-title,
.case-card:hover .cc-title {
  color: #5B0557; }

.article-card:hover .ac-arr,
.case-card:hover .cc-arr {
  color: #82077D;
  transform: translateX(4px); }

.article-card-inner,
.case-card-inner {
  display: flex;
  gap: 1.5rem;
  padding: 1.4rem 1.6rem;
  align-items: flex-start; }

.ac-left,
.cc-left {
  flex: 1;
  min-width: 0; }

.ac-badges,
.cc-badges {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: .55rem; }

.ac-title,
.cc-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1A1A1A;
  margin-bottom: .5rem;
  transition: color .18s; }

.cc-parties {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #5A5A5A;
  margin-bottom: .5rem;
  font-style: italic; }

.ac-excerpt,
.cc-excerpt {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A;
  margin-bottom: .7rem; }

.ac-meta,
.cc-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #999999;
  align-items: center; }

.ac-meta-item,
.cc-meta-item {
  display: flex;
  align-items: center;
  gap: 4px; }
  .ac-meta-item svg,
  .cc-meta-item svg {
    width: 11px;
    height: 11px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0; }

.ac-meta-auth {
  font-weight: 500;
  color: #1A1A1A; }

.ac-right,
.cc-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .5rem;
  flex-shrink: 0; }

.ac-arr,
.cc-arr {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s;
  margin-top: .2rem; }

.ac-author-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(130, 7, 125, 0.08);
  border: 1px solid rgba(130, 7, 125, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  color: #82077D; }

.cc-timeline-link {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #82077D;
  border-bottom: 1px solid rgba(130, 7, 125, 0.18);
  padding-bottom: 1px;
  white-space: nowrap;
  transition: all .15s; }
  .cc-timeline-link:hover {
    color: #5B0557; }

.article-grid,
.case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem; }
  .article-grid .article-card,
  .article-grid .case-card,
  .case-grid .article-card,
  .case-grid .case-card {
    border-bottom: 1px solid #E2E2E2 !important; }
  .article-grid .article-card-inner,
  .article-grid .case-card-inner,
  .case-grid .article-card-inner,
  .case-grid .case-card-inner {
    flex-direction: column;
    gap: .7rem; }
  .article-grid .ac-right,
  .article-grid .cc-right,
  .case-grid .ac-right,
  .case-grid .cc-right {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%; }

.pagination {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #E2E2E2; }

.pg {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  padding: 7px 13px;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  transition: all .15s;
  cursor: pointer;
  min-width: 36px;
  text-align: center; }
  .pg.active {
    background: #82077D;
    border-color: #82077D;
    color: #fff;
    font-weight: 500; }
  .pg:hover:not(.active):not(:disabled) {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D; }
  .pg:disabled {
    opacity: .4;
    cursor: default; }

.pg-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px; }
  .pg-nav svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round; }

.pg-ellipsis {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  color: #999999;
  padding: 0 4px; }

.h-eyebrow {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 12px; }
  .h-eyebrow::before {
    content: '';
    width: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block; }

.tc-main {
  border-right: 1px solid #E2E2E2; }

.tc-side {
  padding: 2.5rem 0 2.5rem 2.5rem; }

.results-panel {
  padding: 2.4rem 0 4rem 2.5rem; }

.cb-cta-p {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 14px 32px;
  background: #fff;
  color: #82077D;
  border: none;
  cursor: pointer;
  transition: all .2s; }
  .cb-cta-p:hover {
    background: #FAFAFA; }

.cb-cta-s {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 26px;
  background: #82077D;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition: all .2s; }
  .cb-cta-s:hover {
    border-color: rgba(255, 255, 255, 0.6);
    background: #5B0557;
    color: #FFFFFF; }

.sb-cta-h {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  margin-bottom: .5rem; }

.sb-cta-d {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem; }

.sb-head {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #82077D;
  padding: 1rem 1.3rem;
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA; }

.hero.hero--areas {
  min-height: 0;
  display: block;
  padding: 5.5rem 3rem 5rem; }
  .hero.hero--areas .hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 6rem;
    align-items: end; }

.hero-index {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid rgba(255, 255, 255, 0.4);
  padding: 2rem;
  backdrop-filter: blur(8px); }

.hi-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .hi-label::before {
    content: '';
    width: 16px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block; }

.hi-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .72rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  cursor: pointer;
  transition: all .16s; }
  .hi-row:last-child {
    border-bottom: none; }
  .hi-row:hover {
    padding-left: .4rem; }

.hi-area {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1; }

.hi-row:hover .hi-area {
  color: #fff; }

.hi-ct {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.28); }

.areas-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #E2E2E2; }

.area-card {
  padding: 2.2rem 1.8rem;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s;
  position: relative;
  overflow: hidden; }
  .area-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--area-accent, #82077D);
    opacity: 0;
    transition: opacity .18s; }
  .area-card:hover {
    background: rgba(130, 7, 125, 0.08); }
    .area-card:hover::before {
      opacity: 1; }
    .area-card:hover .area-name {
      color: #5B0557; }
    .area-card:hover .area-arr {
      color: #82077D;
      transform: translateX(4px); }

.area-ico {
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
  display: block;
  opacity: .55; }

.area-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .5rem;
  line-height: 1.2;
  transition: color .18s; }

.area-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.62;
  color: #5A5A5A;
  margin-bottom: 1.2rem; }

.area-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid #E2E2E2; }

.area-ct {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #82077D; }

.area-arr {
  font-size: 13px;
  color: #E2E2E2;
  transition: all .2s; }

.detail-panel {
  display: none;
  border-bottom: 1px solid #E2E2E2;
  background: #FAFAFA; }
  .detail-panel.active {
    display: block; }

.dp-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 3.5rem 3rem; }

.dp-head {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #E2E2E2; }

.dp-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  color: #1A1A1A;
  margin-bottom: .6rem; }

.dp-subtitle {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13.5px;
  font-weight: 300;
  line-height: 1.78;
  color: #5A5A5A;
  max-width: 560px; }

.dp-meta {
  display: flex;
  flex-direction: column;
  gap: .6rem;
  align-items: flex-end;
  justify-content: flex-end; }

.dp-meta-item {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  color: #999999;
  display: flex;
  align-items: center;
  gap: .5rem; }

.dp-meta-n {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1A1A1A; }

.dp-body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3.5rem; }

.dp-sec-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: 1.2rem; }

.principle-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #E2E2E2; }

.principle-item {
  display: flex;
  gap: 1.4rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid #E2E2E2;
  background: #FFFFFF;
  transition: background .16s; }
  .principle-item:last-child {
    border-bottom: none; }
  .principle-item:hover {
    background: rgba(130, 7, 125, 0.08); }

.pi-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #E2E2E2;
  flex-shrink: 0;
  min-width: 24px;
  line-height: 1;
  margin-top: 3px; }

.pi-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #1A1A1A;
  margin-bottom: .25rem; }

.pi-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.62;
  color: #5A5A5A; }

.case-mini {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 1.3rem 1.4rem;
  margin-bottom: .7rem;
  cursor: pointer;
  transition: border-color .18s; }
  .case-mini:hover {
    border-color: rgba(130, 7, 125, 0.18); }
    .case-mini:hover .cm-title {
      color: #5B0557; }

.cm-top {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .55rem; }

.cm-forum {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid rgba(130, 7, 125, 0.18);
  color: #82077D; }

.cm-year {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 2px 8px;
  border: 1px solid #E2E2E2;
  color: #999999; }

.cm-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 1.3;
  margin-bottom: .4rem;
  transition: color .18s; }

.cm-note {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  color: #999999;
  line-height: 1.5; }

.al-two {
  display: grid;
  grid-template-columns: 2fr 1fr;
  border-left: 1px solid #E2E2E2; }

.al-main {
  border-right: 1px solid #E2E2E2; }

.al-row {
  display: flex;
  align-items: flex-start;
  gap: 1.8rem;
  padding: 1.8rem 2rem 1.8rem 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  transition: background .18s; }
  .al-row:last-child {
    border-bottom: none; }
  .al-row:hover {
    background: rgba(130, 7, 125, 0.08); }
    .al-row:hover .al-name {
      color: #5B0557; }
    .al-row:hover .al-arr {
      color: #82077D;
      transform: translateX(4px); }

.al-num {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  color: #E2E2E2;
  min-width: 30px;
  line-height: 1;
  margin-top: 4px;
  flex-shrink: 0; }

.al-body {
  flex: 1; }

.al-tag {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: .4rem; }

.al-name {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1A1A1A;
  margin-bottom: .4rem;
  transition: color .18s; }

.al-desc {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5A5A5A; }

.al-foot {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: .55rem; }

.al-stat {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 10.5px;
  color: #999999; }

.al-arr {
  margin-left: auto;
  font-size: 14px;
  color: #E2E2E2;
  flex-shrink: 0;
  margin-top: 4px;
  transition: all .2s; }

.al-side {
  padding: 2.5rem 0 2.5rem 2.5rem; }

.content-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
  align-items: start;
  padding: 2.4rem 0 5rem; }

.filters-panel {
  padding-right: 2.5rem;
  border-right: 1px solid #E2E2E2; }

.filters-sticky {
  position: sticky;
  top: calc(66px + 1px); }

.results-area {
  padding-left: 2.5rem; }

.search-hero {
  background: #FAFAFA;
  border-bottom: 1px solid #E2E2E2;
  padding: 2rem 3rem; }

.srh-inner {
  max-width: 1280px;
  margin: 0 auto; }

.srh-label {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #82077D;
  margin-bottom: .9rem;
  display: flex;
  align-items: center;
  gap: 8px; }
  .srh-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #E2E2E2; }

.srh-row {
  display: flex;
  gap: .6rem; }

.srh-box {
  position: relative;
  flex: 1; }

.srh-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  pointer-events: none; }
  .srh-icon svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }

.srh-input {
  width: 100%;
  border: 1px solid #E2E2E2;
  padding: 13px 42px 13px 44px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #1A1A1A;
  background: #FFFFFF;
  outline: none;
  transition: border-color .18s; }
  .srh-input:focus {
    border-color: rgba(130, 7, 125, 0.18); }
  .srh-input::placeholder {
    color: #999999; }

.srh-clear {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
  cursor: pointer;
  transition: color .15s; }
  .srh-clear svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round; }
  .srh-clear:hover {
    color: #1A1A1A; }

.srh-btn {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 13px 28px;
  background: #82077D;
  color: #FFFFFF;
  white-space: nowrap;
  transition: background .18s; }
  .srh-btn:hover {
    background: #5B0557; }

.query-bar {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E2E2;
  padding: .85rem 3rem; }

.qb-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }

.qb-term {
  font-family: "Jost", system-ui, sans-serif;
  font-style: italic;
  color: #82077D; }

.related-searches {
  border: 1px solid #E2E2E2;
  padding: .9rem 1.2rem;
  margin-bottom: 1rem;
  background: #FAFAFA; }

.rs-lbl {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: .6rem; }

.rs-pills {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }

.rs-pill {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 300;
  padding: 4px 13px;
  border: 1px solid #E2E2E2;
  color: #5A5A5A;
  cursor: pointer;
  transition: all .15s; }
  .rs-pill:hover {
    border-color: rgba(130, 7, 125, 0.18);
    color: #82077D; }

.src-card {
  border: 1px solid #E2E2E2;
  padding: 1.6rem;
  margin-bottom: .5rem;
  cursor: pointer;
  transition: border-color .18s, background .18s;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  position: relative; }
  .src-card:hover {
    border-color: rgba(130, 7, 125, 0.18);
    background: rgba(130, 7, 125, 0.08); }
    .src-card:hover .src-title {
      color: #5B0557; }
  .src-card.src-card--featured {
    border-left: 3px solid #82077D; }
  .src-card.src-card--case {
    border-left: 3px solid #6A256A; }

.src-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem; }

.src-badges {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: .5rem; }

.src-title {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.38;
  color: #1A1A1A;
  transition: color .18s; }
  .src-title mark {
    background: rgba(130, 7, 125, 0.09);
    color: #82077D;
    font-style: normal;
    padding: 0 2px; }

.src-excerpt {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
  color: #5A5A5A; }
  .src-excerpt mark {
    background: rgba(130, 7, 125, 0.07);
    color: #82077D;
    font-style: normal;
    padding: 0 2px; }

.src-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0; }

.src-save {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  cursor: pointer;
  transition: color .15s; }
  .src-save svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .src-save:hover {
    color: #82077D; }

.src-best-match {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #999999;
  text-align: right;
  line-height: 1.3; }

.src-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: .8rem;
  border-top: 1px solid #EFEFEF;
  flex-wrap: wrap;
  gap: .5rem; }

.src-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap; }

.src-author {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #1A1A1A; }

.src-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #999999; }
  .src-meta-item svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0; }

.src-read {
  font-family: "Jost", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #82077D;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap .18s;
  white-space: nowrap; }
  .src-read svg {
    width: 12px;
    height: 12px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round; }

.src-card:hover .src-read {
  gap: 8px; }

/*# sourceMappingURL=style.css.map */
