:root {
  --pf71-bg: #070a10;
  --pf71-surface: #0d131d;
  --pf71-surface-2: #111a27;
  --pf71-line: rgba(148, 163, 184, 0.16);
  --pf71-line-strong: rgba(125, 211, 252, 0.32);
  --pf71-text: #f7f9fc;
  --pf71-muted: #aab7c8;
  --pf71-muted-2: #74849a;
  --pf71-cyan: #78d7ef;
  --pf71-blue: #4ca6e8;
  --pf71-green: #66d7ad;
  --pf71-gold: #e9bb67;
}

body.pf71-site {
  background:
    radial-gradient(circle at 84% -10%, rgba(56, 189, 248, 0.10), transparent 30rem),
    radial-gradient(circle at 10% 20%, rgba(234, 179, 93, 0.06), transparent 26rem),
    var(--pf71-bg);
  color: var(--pf71-text);
}

.pf71-site * {
  box-sizing: border-box;
}

.pf71-site .container {
  width: min(1240px, calc(100% - 48px));
}

.pf71-header.site-header {
  background: rgba(7, 10, 16, 0.90);
  border-bottom: 1px solid var(--pf71-line);
  backdrop-filter: blur(18px);
}

.pf71-header .desktop-nav {
  gap: 8px;
}

.pf71-header .desktop-nav a {
  padding: 10px 13px;
  border-radius: 9px;
  color: #c5d0dd;
}

.pf71-header .desktop-nav a:hover,
.pf71-header .desktop-nav a.active {
  color: white;
  background: rgba(255, 255, 255, 0.045);
}

.pf71-header .pf71-support-link {
  margin-left: 6px;
  border: 1px solid var(--pf71-line);
}

.pf71-hero {
  padding: 104px 0 88px;
  border-bottom: 1px solid var(--pf71-line);
}

.pf71-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, 0.92fr);
  gap: 70px;
  align-items: center;
}

.pf71-kicker,
.pf71-section-heading > div > span,
.pf71-simple-cta > div > span,
.pf71-product-note > div > span {
  color: var(--pf71-cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.pf71-hero h1,
.pf71-page-intro h1 {
  max-width: 820px;
  margin: 18px 0 20px;
  color: var(--pf71-text);
  font-size: clamp(3.25rem, 6vw, 5.7rem);
  line-height: 0.98;
  letter-spacing: -0.062em;
}

.pf71-hero-copy > p,
.pf71-page-intro p {
  max-width: 720px;
  margin: 0;
  color: var(--pf71-muted);
  font-size: 1.14rem;
  line-height: 1.72;
}

.pf71-actions,
.pf71-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pf71-actions {
  margin-top: 30px;
}

.pf71-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 150ms ease, border-color 150ms ease, background 150ms ease;
}

.pf71-button:hover {
  transform: translateY(-1px);
}

.pf71-button.primary {
  color: #06111a;
  background: var(--pf71-cyan);
  border-color: rgba(255, 255, 255, 0.24);
}

.pf71-button.secondary {
  color: #e5edf6;
  background: rgba(15, 23, 34, 0.8);
  border-color: var(--pf71-line);
}

.pf71-button.secondary:hover {
  border-color: var(--pf71-line-strong);
}

.pf71-hero-panel {
  padding: 22px;
  border: 1px solid var(--pf71-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(16, 24, 37, 0.97), rgba(8, 13, 22, 0.98));
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.28);
}

.pf71-panel-label {
  margin-bottom: 12px;
  color: var(--pf71-muted-2);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf71-hero-product {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 15px 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid var(--pf71-line);
}

.pf71-hero-product:first-of-type {
  border-top: 0;
}

.pf71-hero-product img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 11px;
}

.pf71-hero-product strong,
.pf71-hero-product small {
  display: block;
}

.pf71-hero-product strong {
  color: white;
  font-size: 1rem;
}

.pf71-hero-product small {
  margin-top: 3px;
  color: var(--pf71-muted-2);
}

.pf71-hero-product em {
  color: var(--pf71-cyan);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
}

.pf71-section {
  padding: 78px 0;
}

.pf71-section-muted {
  border-top: 1px solid var(--pf71-line);
  border-bottom: 1px solid var(--pf71-line);
  background: rgba(11, 17, 27, 0.58);
}

.pf71-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.pf71-section-heading h2,
.pf71-simple-cta h2,
.pf71-product-note h2 {
  margin: 8px 0 0;
  color: var(--pf71-text);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: -0.048em;
}

.pf71-section-heading > p {
  max-width: 550px;
  margin: 0;
  color: var(--pf71-muted);
  line-height: 1.68;
}

.pf71-section-heading.compact h2 {
  font-size: clamp(1.9rem, 3.3vw, 3rem);
}

.pf71-home-products,
.pf71-catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.pf71-home-product {
  padding: 24px;
  border: 1px solid var(--pf71-line);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(16, 24, 38, 0.95), rgba(8, 13, 22, 0.97));
}

.pf71-home-product.ledger {
  background: linear-gradient(145deg, rgba(28, 25, 22, 0.94), rgba(9, 13, 20, 0.97));
}

.pf71-home-product-head,
.pf71-catalog-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pf71-home-product-head img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.pf71-status,
.pf71-site .pf71-status,
.pf71-site span.pf71-status {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  align-items: center;
  justify-content: center;
  padding: 7px 10px !important;
  border: 1px solid rgba(102, 215, 173, 0.28) !important;
  border-radius: 999px !important;
  color: #a7ebce !important;
  background: rgba(28, 78, 64, 0.32) !important;
  font-size: 0.72rem !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.pf71-home-product h3 {
  margin: 22px 0 10px;
  color: white;
  font-size: 1.8rem;
  letter-spacing: -0.035em;
}

.pf71-home-product p {
  min-height: 54px;
  margin: 0;
  color: var(--pf71-muted);
  line-height: 1.62;
}

.pf71-home-product > a {
  display: inline-flex;
  gap: 8px;
  margin-top: 22px;
  color: var(--pf71-cyan);
  font-weight: 800;
  text-decoration: none;
}

.pf71-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pf71-values > div {
  padding: 22px 0;
  border-top: 1px solid var(--pf71-line);
}

.pf71-values span {
  color: var(--pf71-cyan);
  font-size: 0.78rem;
  font-weight: 800;
}

.pf71-values h3 {
  margin: 14px 0 9px;
  color: white;
  font-size: 1.2rem;
}

.pf71-values p {
  margin: 0;
  color: var(--pf71-muted);
  line-height: 1.62;
}

.pf71-simple-cta,
.pf71-product-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.65fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--pf71-line);
  border-radius: 20px;
  background: rgba(13, 20, 31, 0.82);
}

.pf71-simple-cta p,
.pf71-product-note p {
  margin: 0;
  color: var(--pf71-muted);
  line-height: 1.64;
}

.pf71-page-intro {
  padding: 84px 0 58px;
  border-bottom: 1px solid var(--pf71-line);
}

.pf71-page-intro h1 {
  font-size: clamp(3rem, 5.6vw, 5.1rem);
}

.pf71-catalog-section {
  padding-top: 58px;
}

.pf71-catalog-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--pf71-line);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(16, 24, 38, 0.97), rgba(8, 13, 22, 0.98));
}

.pf71-catalog-card.ledger {
  background: linear-gradient(145deg, rgba(27, 25, 22, 0.95), rgba(8, 13, 22, 0.98));
}

.pf71-icon-frame {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  padding: 10px;
  border: 1px solid var(--pf71-line);
  border-radius: 17px;
  background: rgba(4, 9, 17, 0.6);
}

.pf71-icon-frame img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.pf71-catalog-copy {
  margin-top: 26px;
}

.pf71-product-type {
  color: var(--pf71-muted-2);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf71-catalog-copy h2 {
  margin: 9px 0 12px;
  color: white;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.pf71-catalog-copy p {
  margin: 0;
  color: var(--pf71-muted);
  font-size: 1.03rem;
  line-height: 1.67;
}

.pf71-catalog-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--pf71-line);
  border-radius: 13px;
  background: var(--pf71-line);
}

.pf71-catalog-meta div {
  padding: 13px;
  background: rgba(10, 16, 26, 0.96);
}

.pf71-catalog-meta span,
.pf71-catalog-meta strong {
  display: block;
}

.pf71-catalog-meta span {
  color: var(--pf71-muted-2);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf71-catalog-meta strong {
  margin-top: 5px;
  color: #edf4fb;
  font-size: 0.9rem;
}

.pf71-card-actions {
  margin-top: auto;
  padding-top: 26px;
}

.pf71-updates-intro {
  padding-bottom: 50px;
}

.pf71-updates-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 60px;
  align-items: end;
}

.pf71-update-links {
  display: grid;
  gap: 9px;
}

.pf71-update-links a {
  display: grid;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid var(--pf71-line);
  border-radius: 12px;
  color: inherit;
  background: rgba(12, 19, 30, 0.72);
  text-decoration: none;
}

.pf71-update-links span {
  color: var(--pf71-muted-2);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf71-update-links strong {
  color: #edf4fb;
}

.pf71-updates-section {
  padding-top: 58px;
}

.pf71-news-grid.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pf71-news-grid .news-card {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--pf71-line);
  border-radius: 18px;
  color: inherit;
  background: linear-gradient(145deg, rgba(16, 24, 38, 0.95), rgba(8, 13, 22, 0.98));
  box-shadow: none;
  cursor: pointer;
  transition: transform 150ms ease, border-color 150ms ease;
}

.pf71-news-grid .news-card:hover {
  transform: translateY(-3px);
  border-color: var(--pf71-line-strong);
}

.pf71-news-grid .news-card .meta {
  color: var(--pf71-cyan);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf71-news-grid .news-card h3 {
  margin: 16px 0 10px;
  color: white;
  font-size: 1.35rem;
  line-height: 1.25;
}

.pf71-news-grid .news-card p {
  margin: 0;
  color: var(--pf71-muted);
  line-height: 1.62;
}

.pf71-news-grid .empty-state {
  grid-column: 1 / -1 !important;
  min-height: 160px;
  padding: 40px;
  border: 1px dashed var(--pf71-line);
  border-radius: 18px;
  color: var(--pf71-muted);
  background: rgba(11, 17, 27, 0.45);
  text-align: center;
}

.pf71-news-modal.news-modal {
  background: rgba(2, 5, 10, 0.82);
  backdrop-filter: blur(12px);
}

.pf71-news-modal .news-modal-card {
  max-width: 760px;
  border: 1px solid var(--pf71-line-strong);
  border-radius: 20px;
  background: #0d141f;
}

.pf71-news-modal .news-modal-close {
  color: white;
}

.pf71-footer {
  padding: 48px 0 24px;
  border-top: 1px solid var(--pf71-line);
  background: rgba(4, 7, 12, 0.86);
}

.pf71-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.6fr 0.6fr;
  gap: 42px;
}

.pf71-footer-brand p {
  max-width: 520px;
  margin: 18px 0 0;
  color: var(--pf71-muted-2);
  line-height: 1.62;
}

.pf71-footer-column h3 {
  margin: 0 0 13px;
  color: #eef4fa;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pf71-footer-column a {
  display: block;
  margin: 9px 0;
  color: var(--pf71-muted-2);
  text-decoration: none;
}

.pf71-footer-column a:hover {
  color: white;
}

.pf71-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--pf71-line);
  color: #697a90;
  font-size: 0.86rem;
}

.pf71-footer-bottom a {
  color: inherit;
}

@media (max-width: 980px) {
  .pf71-hero-grid,
  .pf71-updates-intro-grid,
  .pf71-home-products,
  .pf71-catalog-grid {
    grid-template-columns: 1fr;
  }

  .pf71-section-heading {
    display: block;
  }

  .pf71-section-heading > p {
    margin-top: 16px;
  }

  .pf71-values,
  .pf71-news-grid.news-grid {
    grid-template-columns: 1fr;
  }

  .pf71-simple-cta,
  .pf71-product-note {
    grid-template-columns: 1fr;
  }

  .pf71-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pf71-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 660px) {
  .pf71-site .container {
    width: min(100% - 30px, 1240px);
  }

  .pf71-hero {
    padding: 70px 0 58px;
  }

  .pf71-hero h1,
  .pf71-page-intro h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .pf71-actions,
  .pf71-card-actions {
    display: grid;
  }

  .pf71-button {
    width: 100%;
  }

  .pf71-hero-product {
    grid-template-columns: 46px 1fr;
  }

  .pf71-hero-product em {
    display: none;
  }

  .pf71-catalog-meta {
    grid-template-columns: 1fr;
  }

  .pf71-footer-grid {
    grid-template-columns: 1fr;
  }

  .pf71-footer-brand {
    grid-column: auto;
  }

  .pf71-footer-bottom {
    display: block;
  }

  .pf71-footer-bottom a {
    display: inline-block;
    margin-top: 10px;
  }
}