/* Generated by tools/build_geo_public_css.mjs. Do not edit directly. */
:root{
  color-scheme: dark;
  --bg: #030303;
  --paper: #0b0b0b;
  --ink: #f7f6f1;
  --muted: #9f9b91;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #ffffff;
  --accent-dark: #a8d8b5;
  --dark: #f7f6f1;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
  font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, sans-serif;
}
@media (min-width: 1040px){
:root{
    color-scheme: dark;
    --geo-bg: #030604;
    --geo-bg-2: #07100a;
    --geo-panel: rgba(7, 14, 9, 0.94);
    --geo-panel-soft: rgba(11, 20, 12, 0.9);
    --geo-ink: #f7f6f1;
    --geo-muted: rgba(247, 246, 241, 0.66);
    --geo-faint: rgba(247, 246, 241, 0.46);
    --geo-accent: #a8d8b5;
    --geo-cyan: #7df7e7;
    --geo-line: rgba(168, 216, 181, 0.16);
    --geo-line-hot: rgba(168, 216, 181, 0.46);
  }
html,
body,
#root{
    color-scheme: dark !important;
    color: var(--geo-ink) !important;
    background:
      radial-gradient(circle at 76% 5%, rgba(168, 216, 181, 0.16), transparent 31rem),
      radial-gradient(circle at 12% 84%, rgba(125, 247, 231, 0.075), transparent 34rem),
      linear-gradient(180deg, var(--geo-bg) 0%, var(--geo-bg-2) 55%, #020302 100%) !important;
  }
}
@media (min-width: 981px){
body{
    background: #030603 !important;
  }
}
.login-form input,
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus{
  -webkit-text-fill-color: #f7f6f1 !important;
  color: #f7f6f1 !important;
  border-color: rgba(168, 216, 181, 0.32) !important;
  background:
    radial-gradient(circle at 0 0, rgba(168, 216, 181, 0.09), transparent 9rem),
    linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.024)),
    #080d08 !important;
  box-shadow:
    0 0 0 1px rgba(168, 216, 181, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}
.login-form input::placeholder{
  color: rgba(247, 246, 241, 0.46) !important;
}
@media (max-width: 900px){
.pricing-card-grid{
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: 100%;
  }
.pricing-purchase-section{
    width: min(100vw - 20px, 1180px);
    padding: 20px;
    border-radius: 26px;
    overflow: hidden;
  }
.public-next-step-strip{
    grid-template-columns: 1fr;
    margin-top: -22px;
    padding: 16px;
    border-radius: 24px;
  }
.public-next-step-actions{
    grid-template-columns: 1fr;
  }
.public-next-step-card{
    min-height: 72px;
    padding: 14px 16px;
  }
}
*{
  box-sizing: border-box;
}
html{
  background: var(--bg);
  color: var(--ink);
  scroll-behavior: smooth;
}
body{
  margin: 0;
  min-width: 320px;
}
a{
  color: inherit;
  text-decoration: none;
}
button,
input,
select{
  font: inherit;
}
.public-next-step-strip{
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 18px;
  width: min(1180px, calc(100vw - 36px));
  margin: -34px auto 34px;
  padding: 18px;
  border: 1px solid rgba(168, 216, 181, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 0%, rgba(168, 216, 181, 0.09), transparent 18rem),
    linear-gradient(135deg, rgba(247, 246, 241, 0.07), rgba(247, 246, 241, 0.018)),
    rgba(5, 10, 6, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 24px 70px rgba(0, 0, 0, 0.32);
  color: #f7f6f1;
}
.public-next-step-copy{
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 6px 8px;
}
.public-next-step-copy span{
  color: #a8d8b5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.public-next-step-copy strong{
  display: block;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
.public-next-step-copy p{
  max-width: 620px;
  margin: 0;
  color: rgba(226, 238, 223, 0.68);
  font-size: 14px;
  line-height: 1.62;
}
.public-next-step-actions{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.public-next-step-card{
  display: grid;
  min-height: 104px;
  align-content: center;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(168, 216, 181, 0.14);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(168, 216, 181, 0.06), rgba(168, 216, 181, 0.018)),
    rgba(3, 9, 5, 0.72);
  color: #f7f6f1;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.public-next-step-card b{
  font-size: 16px;
  line-height: 1.12;
}
.public-next-step-card small{
  color: rgba(218, 238, 216, 0.58);
  font-size: 12px;
  line-height: 1.45;
}
.public-next-step-card:hover,
.public-next-step-card:focus-visible{
  border-color: rgba(168, 216, 181, 0.34);
  background:
    radial-gradient(circle at 18% 0%, rgba(168, 216, 181, 0.1), transparent 9rem),
    rgba(4, 14, 7, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}
.pricing-purchase-section{
  width: min(1180px, calc(100vw - 36px));
  margin: 42px auto;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 34px;
  background:
    radial-gradient(circle at 20% 0, rgba(168, 216, 181,0.16), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
}
.pricing-card-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}
.pricing-flow-strip{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.pricing-flow-strip article{
  padding: 16px;
  border: 1px solid rgba(168, 216, 181,0.18);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(168, 216, 181,0.14), transparent 10rem),
    rgba(255,255,255,0.055);
}
.pricing-flow-strip span,
.conversion-steps span{
  display: block;
  color: #a8d8b5;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
}
.pricing-flow-strip strong{
  display: block;
  margin: 7px 0 4px;
  color: #f7f6f1;
  font-size: 20px;
  letter-spacing: -.035em;
}
.pricing-flow-strip small{
  color: #a5a196;
  line-height: 1.45;
}
.pricing-card{
  display: grid;
  min-width: 0;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  background: rgba(5,6,4,0.72);
  box-shadow: 0 22px 70px rgba(0,0,0,0.25);
}
.pricing-card.featured{
  border-color: rgba(168, 216, 181,0.46);
  background: linear-gradient(150deg, rgba(168, 216, 181,0.16), rgba(5,6,4,0.76));
}
.pricing-card > span,
.pricing-purchase-section .section-label{
  color: #a8d8b5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
}
.pricing-card strong{
  color: #f7f6f1;
  font-size: 38px;
  line-height: 1;
}
.pricing-card strong small{
  margin-left: 4px;
  color: #a5a196;
  font-size: 14px;
}
.pricing-card p,
.pricing-card li,
.pricing-notice{
  color: #a5a196;
  line-height: 1.65;
}
.pricing-limits{
  display: grid;
  grid-template-columns: repeat(3, minmax(64px, 1fr));
  gap: 8px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
}
.pricing-limits b{
  display: grid;
  min-width: 0;
  gap: 3px;
  color: #f7f6f1;
  font-size: 22px;
  line-height: 1.08;
  text-align: center;
}
.pricing-limits small{
  color: #a5a196;
  font-size: 11px;
}
.pricing-card ul{
  display: grid;
  gap: 8px;
  min-height: 90px;
  margin: 0;
  padding-left: 18px;
}
@media (max-width: 560px){
.pricing-purchase-section{
    width: min(100vw - 24px, 420px);
    margin: 22px auto;
    padding: 16px;
  }
.pricing-flow-strip,
.pricing-card-grid{
    grid-template-columns: minmax(0, 1fr) !important;
  }
.pricing-card{
    width: 100%;
    padding: 18px;
    border-radius: 22px;
  }
.pricing-card strong{
    font-size: clamp(30px, 10vw, 38px);
    letter-spacing: -0.04em;
  }
.pricing-limits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px;
  }
.pricing-limits b{
    font-size: clamp(17px, 5vw, 22px);
  }
.pricing-limits small{
    overflow-wrap: anywhere;
  }
}
.pricing-notice{
  padding: 12px 14px;
  border: 1px solid rgba(240,197,104,0.28);
  border-radius: 16px;
  background: rgba(240,197,104,0.08);
  color: #f0c568;
}
.public-action-notice{
  position: sticky;
  top: 82px;
  z-index: 30;
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto -2px;
  padding: 12px 16px;
  border: 1px solid rgba(240, 197, 104, 0.3);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(240, 197, 104, 0.16), rgba(255, 255, 255, 0.055)),
    rgba(13, 14, 11, 0.88);
  color: #f5d98c;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
  line-height: 1.65;
  backdrop-filter: blur(16px);
}
.conversion-section{
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr);
  align-items: stretch;
}
.conversion-steps{
  display: grid;
  gap: 10px;
  margin-top: 22px;
  padding: 14px;
  border: 1px solid rgba(168, 216, 181,0.18);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
}
.conversion-steps b{
  color: #f7f6f1;
  font-size: 14px;
}
.success-state a{
  color: #a8d8b5;
  font-weight: 950;
}
.site-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 42px;
  padding: 7px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 3, 3, 0.86);
  backdrop-filter: blur(18px);
}
.brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}
.brand-mark{
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #f7f6f1;
  color: #050505;
  font-weight: 820;
}
.nav,
.header-actions,
.hero-actions,
.group-tabs{
  display: flex;
  align-items: center;
}
.nav{
  justify-content: center;
  gap: 4px;
}
.nav-link,
.ghost-link{
  padding: 7px 9px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}
.nav-link:hover,
.nav-link.active,
.ghost-link:hover{
  background: rgba(255, 255, 255, 0.1);
  color: var(--ink);
}
.header-actions{
  justify-content: flex-end;
  gap: 10px;
}
.mobile-portal-link{
  display: none;
}
.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}
.button-dark{
  background: #f7f6f1;
  color: #050505;
  box-shadow: 0 10px 24px rgba(247, 246, 241, 0.12);
}
.button-light{
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: #f7f6f1;
}
.button:hover,
.button:focus-visible{
  transform: translateY(-1px);
}
.button:active{
  transform: translateY(1px) scale(0.985);
}
.button-dark:hover,
.button-dark:focus-visible{
  background: #a8d8b5;
  box-shadow: 0 14px 34px rgba(168, 216, 181, 0.2);
}
.button-light:hover,
.button-light:focus-visible{
  border-color: rgba(247,246,241,0.28);
  background: rgba(247,246,241,0.1);
}
.polish-hero{
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(430px, 1.12fr);
  gap: clamp(42px, 6.4vw, 108px);
  min-height: min(720px, calc(100vh - 48px));
  padding: clamp(88px, 10.4vh, 132px) clamp(28px, 6vw, 92px) clamp(70px, 8vh, 104px);
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.98) 0%, rgba(3, 3, 3, 0.92) 42%, rgba(12, 15, 10, 0.98) 100%),
    radial-gradient(circle at 76% 22%, rgba(168, 216, 181, 0.16), transparent 24rem),
    #030303;
}
.polish-hero::before{
  content: "";
  position: absolute;
  inset: 64px 6vw auto auto;
  width: min(34vw, 460px);
  height: min(34vw, 460px);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(168, 216, 181, 0.13), transparent 68%);
  filter: blur(10px);
  opacity: 0.78;
  pointer-events: none;
}
.polish-hero::after{
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247, 246, 241, 0.16), transparent);
}
.polish-hero-copy,
.polish-preview{
  position: relative;
  z-index: 1;
}
.polish-kicker{
  display: inline-flex;
  margin-bottom: 18px;
  color: #a8d8b5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.polish-hero h1{
  max-width: 700px;
  margin: 0 0 22px;
  color: #f7f6f1;
  font-size: clamp(44px, 5vw, 78px);
  line-height: 1.055;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.content-detail-hero.polish-hero h1{
  max-width: 640px;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.08;
}
.polish-hero-copy > p{
  max-width: 680px;
  margin: 0;
  color: rgba(247, 246, 241, 0.72);
  font-size: clamp(16px, 1.45vw, 21px);
  line-height: 1.72;
}
.polish-meta,
.polish-actions{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.polish-meta{
  margin-top: 28px;
}
.polish-meta b{
  max-width: 100%;
  padding: 8px 11px;
  border: 1px solid rgba(247, 246, 241, 0.12);
  border-radius: 999px;
  background: rgba(247, 246, 241, 0.07);
  color: rgba(247, 246, 241, 0.74);
  font-size: 12px;
  font-weight: 760;
  overflow-wrap: anywhere;
}
.polish-meta b:last-child{
  max-width: min(100%, 360px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.polish-actions{
  margin-top: 30px;
}
.polish-actions .button{
  min-height: 40px;
  padding-inline: 18px;
}
.polish-preview{
  width: min(100%, 660px);
  justify-self: end;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(247, 246, 241, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(247, 246, 241, 0.16), rgba(247, 246, 241, 0.055)),
    rgba(15, 17, 12, 0.9);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  transform: translateY(0);
  animation: polish-preview-rise 700ms ease both;
}
.preview-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
  color: rgba(247, 246, 241, 0.78);
  font-size: 12px;
  font-weight: 850;
}
.preview-toolbar b{
  color: #a8d8b5;
}
.preview-metrics,
.pricing-preview{
  display: grid;
  gap: 14px;
}
.preview-metrics{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.preview-metrics article,
.pricing-preview article{
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 12px;
  background: rgba(247, 246, 241, 0.095);
}
.pricing-preview article.featured{
  border-color: rgba(168, 216, 181, 0.34);
  background: rgba(168, 216, 181, 0.1);
}
.preview-metrics span,
.pricing-preview span{
  color: rgba(247, 246, 241, 0.74);
  font-size: 12px;
  font-weight: 760;
}
.preview-metrics strong,
.pricing-preview strong{
  color: #f7f6f1;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1;
}
.article-preview > strong{
  color: #f7f6f1;
  font-size: clamp(22px, 2.1vw, 30px);
  line-height: 1.16;
}
.preview-metrics small,
.pricing-preview small{
  color: rgba(247, 246, 241, 0.68);
  line-height: 1.42;
}
.preview-bars{
  display: grid;
  gap: 10px;
  margin: 26px 0 22px;
}
.preview-bars i{
  display: block;
  width: var(--w);
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a8d8b5, rgba(168, 216, 181, 0.16));
}
.signal-preview p,
.article-preview p{
  margin: 0;
  color: rgba(247, 246, 241, 0.74);
  font-size: 15px;
  line-height: 1.7;
}
.article-preview{
  display: grid;
  gap: 16px;
}
.article-preview > strong{
  line-height: 1.12;
  text-wrap: balance;
}
.preview-list{
  display: grid;
  gap: 10px;
}
.preview-list span{
  padding: 12px 14px;
  border: 1px solid rgba(247, 246, 241, 0.15);
  border-radius: 12px;
  background: rgba(247, 246, 241, 0.085);
  color: rgba(247, 246, 241, 0.82);
  line-height: 1.45;
}
.contact-preview{
  display: grid;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(245, 241, 231, 0.98), rgba(225, 218, 201, 0.94));
  color: #15130f;
}
.contact-preview .preview-toolbar,
.contact-preview label{
  color: #5d5548;
}
.contact-preview .preview-toolbar b{
  color: #15130f;
}
.contact-preview label{
  display: grid;
  gap: 7px;
  font-size: 12px;
  font-weight: 850;
}
.contact-preview input{
  height: 42px;
  border: 1px solid #d5cdbd;
  border-radius: 9px;
  padding: 0 12px;
  background: #f3eee2;
  color: #15130f;
  font: inherit;
}
.preview-submit{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 4px;
}
.preview-submit button{
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: #060605;
  color: #f7f2e8;
  font-weight: 900;
}
.preview-submit strong{
  max-width: 280px;
  color: #252018;
  line-height: 1.38;
}
@keyframes polish-preview-rise{
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media (max-width: 920px){
.polish-hero{
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
    padding: 88px 20px 52px;
  }
.polish-hero h1{
    font-size: clamp(32px, 9.2vw, 48px);
    line-height: 1.08;
  }
.content-detail-hero.polish-hero h1{
    font-size: clamp(28px, 7.4vw, 38px);
  }
.polish-hero-copy > p{
    font-size: 15px;
  }
.polish-preview{
    justify-self: stretch;
    width: 100%;
    padding: 18px;
    border-radius: 16px;
  }
.preview-metrics{
    grid-template-columns: 1fr;
  }
.preview-metrics article,
.pricing-preview article{
    min-height: 0;
  }
.preview-submit{
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
.preview-submit strong{
    max-width: none;
  }
}
.wide{
  width: 100%;
}
.menu-button{
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0b0b0b;
}
.menu-button span{
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}
.replica-page{
  position: relative;
  min-height: 100vh;
  padding: 0 0 64px;
  overflow-x: auto;
  background:
    radial-gradient(circle at 50% -20%, rgba(255,255,255,0.08), transparent 30%),
    #030303;
}
.content-detail-hero{
  min-height: min(72vh, 680px);
  overflow: hidden;
}
.replica-frame{
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  background: #050505;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.07), 0 40px 120px rgba(0,0,0,0.5);
}
.replica-shot{
  display: block;
  width: 100%;
  height: auto;
  margin: calc(var(--replica-image-offset, 0px) * -1) auto 0;
  background: #050505;
}
.content-detail-hero .replica-frame{
  max-height: 680px;
}
.content-detail-hero .replica-shot{
  opacity: 0.58;
  filter: saturate(0.74) contrast(1.08);
}
.content-detail-hero::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 12;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(3,3,3,0.94) 0%, rgba(3,3,3,0.62) 36%, rgba(3,3,3,0.16) 68%),
    linear-gradient(180deg, rgba(3,3,3,0) 45%, #12100d 100%);
}
.replica-top-mask{
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 30;
  width: min(100%, 1440px);
  height: 154px;
  pointer-events: none;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 1) 0%, rgba(3, 3, 3, 0.99) 72%, rgba(3, 3, 3, 0) 100%),
    #030303;
}
.image-fix{
  position: absolute;
  left: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translateX(-50%);
}
.image-fix-demo-mask{
  top: calc(410px - var(--replica-image-offset, 0px));
  width: 116px;
  height: 48px;
  margin-left: -502px;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(3, 3, 3, 0.9), rgba(3, 3, 3, 0.98)),
    #030303;
}
.image-fix-customers-card{
  top: calc(244px - var(--replica-image-offset, 0px));
  width: 410px;
  min-height: 170px;
  margin-left: 330px;
  padding: 4px 0 12px;
  background: #12100d;
  color: #f7f3e8;
}
.image-fix-customers-card strong,
.image-fix-customers-card span{
  display: block;
}
.image-fix-customers-card strong{
  width: 390px;
  font-size: 32px;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}
.image-fix-customers-card span{
  width: 380px;
  margin-top: 16px;
  color: #b6afa2;
  font-size: 18px;
  line-height: 1.45;
}
.image-fix-contact-card{
  top: calc(172px - var(--replica-image-offset, 0px));
  width: 502px;
  min-height: 420px;
  margin-left: 330px;
  padding: 28px 32px;
  border: 1px solid rgba(22,20,16,0.12);
  border-radius: 12px;
  background: #f5f1e7;
  color: #14120e;
  box-shadow: 0 22px 70px rgba(0,0,0,0.2);
}
.image-fix-contact-card span{
  display: block;
  margin-bottom: 14px;
  color: #5d5548;
  font-size: 13px;
  font-weight: 850;
}
.image-fix-contact-card label{
  display: block;
  margin: 10px 0 6px;
  color: #5d5548;
  font-size: 12px;
  font-weight: 760;
}
.image-fix-contact-card i{
  display: block;
  height: 38px;
  border: 1px solid #d9d1c2;
  border-radius: 7px;
  background: #f0ebdf;
}
.image-fix-contact-card button{
  width: 122px;
  height: 42px;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  background: #070706;
  color: #f7f2e8;
  font-size: 13px;
  font-weight: 850;
}
.image-fix-contact-card strong{
  display: inline-block;
  width: 250px;
  margin-left: 26px;
  color: #252018;
  font-size: 16px;
  line-height: 1.35;
  vertical-align: middle;
}
.replica-copy-fix{
  top: calc(890px - var(--replica-image-offset, 0px));
  width: min(760px, calc(100vw - 48px));
  min-height: 190px;
  margin-left: -214px;
  padding: 16px 24px 20px;
  color: #f7f6f1;
}
.replica-copy-mask{
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, #050605 0%, #050605 42%, rgba(5, 6, 5, 0.88) 72%, rgba(5, 6, 5, 0) 100%);
}
.replica-copy-fix p{
  margin: 0 0 10px;
  color: #9bf6ad;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
}
.replica-copy-fix strong{
  display: block;
  max-width: 720px;
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.hotspot-layer{
  position: absolute;
  top: calc(var(--replica-image-offset, 0px) * -1);
  left: 50%;
  width: min(100%, 1440px);
  height: min(100vh, 720px);
  transform: translateX(-50%);
  pointer-events: none;
}
.hotspot{
  position: absolute;
  display: block;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  pointer-events: auto;
}
.hotspot:focus-visible{
  outline: 1px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}
.hotspot-brand{ left: 14%; top: 10px; width: 130px; height: 38px; }
.hotspot-platform{ left: 31%; top: 10px; width: 92px; height: 38px; }
.hotspot-resources{ left: 38%; top: 10px; width: 104px; height: 38px; }
.hotspot-solutions{ left: 46%; top: 10px; width: 104px; height: 38px; }
.hotspot-enterprise{ left: 55%; top: 10px; width: 86px; height: 38px; }
.hotspot-pricing{ left: 60%; top: 10px; width: 74px; height: 38px; }
.hotspot-careers{ left: 66%; top: 10px; width: 80px; height: 38px; }
.hotspot-started{ left: 50%; top: 448px; width: 110px; height: 44px; }
.replica-summary{
  position: absolute;
  left: max(18px, calc(50% - 686px));
  top: max(92px, calc(168px - var(--replica-image-offset, 0px)));
  z-index: 34;
  display: grid;
  gap: 14px;
  width: min(430px, calc(100vw - 36px));
  padding: 20px;
  border: 1px solid rgba(247,246,241,0.14);
  border-radius: 18px;
  background:
    linear-gradient(150deg, rgba(9,10,7,0.92), rgba(9,10,7,0.68)),
    rgba(9,10,7,0.86);
  box-shadow: 0 28px 90px rgba(0,0,0,0.38);
  backdrop-filter: blur(18px);
}
.content-detail-hero .replica-summary{
  z-index: 34;
  top: 118px;
  width: min(560px, calc(100vw - 36px));
  padding: 24px;
  background:
    linear-gradient(150deg, rgba(9,10,7,0.96), rgba(9,10,7,0.78)),
    rgba(9,10,7,0.9);
}
.replica-summary span{
  color: #a8d8b5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}
.replica-summary h1{
  max-width: 100%;
  margin: 0;
  color: #f7f6f1;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  overflow-wrap: anywhere;
}
.replica-summary p{
  margin: 0;
  color: rgba(247,246,241,0.72);
  font-size: 15px;
  line-height: 1.62;
}
.replica-summary-meta,
.replica-summary-actions{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.replica-summary-meta b{
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(247,246,241,0.12);
  border-radius: 999px;
  background: rgba(247,246,241,0.07);
  color: rgba(247,246,241,0.72);
  font-size: 12px;
  font-weight: 760;
  overflow-wrap: anywhere;
}
.replica-summary-actions .button{
  min-height: 38px;
}
@media (max-width: 640px){
main{
    overflow-x: clip;
  }
.replica-page{
    width: 100%;
    max-width: 100%;
    padding-bottom: 32px;
    overflow-x: clip;
    background: #030303;
  }
.replica-shot,
.replica-frame,
.hotspot-layer{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
.hotspot-layer{
    left: 50%;
    height: min(56vw, 360px);
    transform: translateX(-50%);
  }
.hotspot{
    display: none;
  }
.replica-summary{
    position: relative;
    left: auto;
    top: auto;
    width: calc(100% - 28px);
    margin: -12px auto 18px;
    padding: 16px;
    transform: none;
    border-radius: 18px;
  }
.replica-summary h1{
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.14;
  }
.replica-summary-actions .button{
    flex: 1 1 138px;
  }
.replica-top-mask{
    width: 100%;
    height: 72px;
  }
.image-fix-demo-mask,
.image-fix-customers-card,
.image-fix-contact-card{
    display: none;
  }
.replica-copy-fix{
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% - 28px);
    min-height: 0;
    margin: -8px auto 18px;
    padding: 14px 16px 16px;
    transform: none;
    background: linear-gradient(180deg, rgba(5, 6, 5, 0.96), rgba(5, 6, 5, 0.76));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
  }
.replica-copy-mask{
    display: none;
  }
.replica-copy-fix strong{
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.12;
  }
}
main{
  overflow: hidden;
}
.hero-shell{
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 4vw, 76px);
  min-height: calc(100vh - 72px);
  padding: clamp(58px, 7vw, 108px) clamp(20px, 5vw, 88px) 70px;
  align-items: center;
}
.hero-copy{
  max-width: 680px;
}
.section-label{
  margin: 0 0 18px;
  color: #75664d;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
h1,
h2,
h3,
p{
  margin-top: 0;
}
h1{
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
h2{
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1.14;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.hero-intro{
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}
.hero-actions{
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.hero-visual{
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 18px;
  background: #111;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}
.browser-bar{
  display: flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 0 14px;
  background: #211f1a;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.browser-bar span{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f45d4f;
}
.browser-bar span:nth-child(2){
  background: #f7c74a;
}
.browser-bar span:nth-child(3){
  background: #6ad56f;
}
.browser-bar strong{
  min-width: 0;
  overflow: hidden;
  font-weight: 560;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.hero-visual img{
  display: block;
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  object-position: top;
}
.rail-section,
.directory-section,
.content-section,
.form-section{
  padding: 92px clamp(20px, 5vw, 88px);
}
.section-heading{
  display: grid;
  grid-template-columns: minmax(160px, 0.45fr) minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}
.section-heading h2{
  max-width: 850px;
  margin: 0;
}
.feature-rail{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.feature-tile,
.page-card{
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.feature-tile:hover,
.page-card:hover,
.page-card.current{
  border-color: var(--dark);
  box-shadow: 0 18px 42px rgba(31, 26, 17, 0.1);
  transform: translateY(-2px);
}
.feature-tile span,
.page-card span{
  color: #836f47;
  font-size: 13px;
  font-weight: 760;
}
.feature-tile strong,
.page-card strong{
  font-size: 24px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}
.feature-tile small,
.page-card small{
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.mini-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.mini-stats div{
  display: grid;
  gap: 4px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.75);
}
.mini-stats strong{
  font-size: 34px;
}
.mini-stats span{
  color: var(--muted);
}
.content-section{
  background: #16130f;
  color: #f9f4e9;
}
.content-layout{
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: start;
}
.toc-panel{
  position: sticky;
  top: 96px;
  display: grid;
  gap: 24px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}
dl,
dd{
  margin: 0;
}
.toc-panel dl{
  display: grid;
  gap: 16px;
}
.toc-panel dt{
  color: rgba(249, 244, 233, 0.55);
  font-size: 12px;
  font-weight: 760;
}
.toc-panel dd{
  margin-top: 4px;
  overflow-wrap: anywhere;
  color: rgba(249, 244, 233, 0.88);
  font-size: 14px;
}
.article-panel{
  max-width: 940px;
}
.article-detail-section{
  background:
    radial-gradient(circle at 22% 0%, rgba(168, 216, 181, 0.08), transparent 28%),
    #12100d;
}
.article-detail-section .content-layout{
  grid-template-columns: minmax(220px, 300px) minmax(0, 860px);
  justify-content: center;
}
.article-content-intro{
  display: grid;
  gap: 14px;
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(249, 244, 233, 0.12);
}
.article-content-title{
  max-width: 820px;
  margin: 0;
  color: #fffaf0;
  font-size: clamp(32px, 4vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
  text-wrap: balance;
}
.article-lead{
  max-width: 760px;
  margin: 0;
  color: rgba(249, 244, 233, 0.68);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.58;
}
.article-jumpbar{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.article-jumpbar a{
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(249, 244, 233, 0.14);
  border-radius: 999px;
  background: rgba(249, 244, 233, 0.055);
  color: rgba(249, 244, 233, 0.78);
  font-size: 12px;
  font-weight: 820;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}
.article-jumpbar a:hover,
.article-jumpbar a:focus-visible{
  transform: translateY(-1px);
  background: #a8d8b5;
  color: #080806;
}
.article-detail-section .toc-panel{
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(168, 216, 181,0.1), transparent 48%),
    rgba(255, 255, 255, 0.055);
}
.article-detail-section .toc-panel .button{
  min-height: 42px;
}
.article-detail-media{
  position: relative;
  margin: 0 0 42px;
  overflow: hidden;
  border: 1px solid rgba(249, 244, 233, 0.14);
  border-radius: 10px;
  background: #080806;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.32);
}
.article-detail-media::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 42%, rgba(18, 16, 13, 0.72)),
    radial-gradient(circle at 18% 0%, rgba(168, 216, 181, 0.16), transparent 34%);
}
.article-detail-media img{
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: top;
  opacity: 0.86;
  filter: saturate(0.92) contrast(1.06);
}
.article-detail-section .heading-list h2{
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: 0;
}
.article-detail-section .body-list{
  gap: 18px;
  padding-top: 6px;
}
.article-detail-section .body-list p{
  max-width: 780px;
  color: rgba(249, 244, 233, 0.76);
  font-size: 18px;
  line-height: 1.82;
}
.article-detail-section .body-list p:first-child{
  padding: 18px 20px;
  border: 1px solid rgba(168, 216, 181,0.18);
  border-radius: 18px;
  background: rgba(168, 216, 181,0.06);
  color: rgba(249, 244, 233, 0.86);
}
.heading-list{
  display: grid;
  gap: 18px;
  margin-bottom: 36px;
}
.heading-list h2{
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-size: clamp(28px, 4vw, 58px);
  line-height: 1.12;
}
.body-list{
  display: grid;
  gap: 14px;
  column-count: 1;
}
.body-list p{
  margin: 0;
  color: rgba(249, 244, 233, 0.72);
  font-size: 17px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.directory-section{
  background:
    radial-gradient(circle at 16% 0, rgba(168, 216, 181,0.08), transparent 26rem),
    radial-gradient(circle at 86% 12%, rgba(247,246,241,0.055), transparent 22rem),
    #080808;
  color: #f7f6f1;
}
.related-directory-section{
  padding-top: 72px;
  background:
    radial-gradient(circle at 82% 0, rgba(168, 216, 181,0.1), transparent 25rem),
    linear-gradient(180deg, #12100d 0%, #080808 48%);
}
.directory-summary{
  max-width: 720px;
  margin: 12px 0 0;
  color: rgba(247,246,241,0.54);
  font-size: 15px;
  line-height: 1.65;
}
.directory-controls{
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}
.visually-soft-hidden{
  display: none;
}
.search-field{
  display: grid;
  gap: 8px;
  max-width: 720px;
  font-size: 13px;
  font-weight: 760;
}
.search-field input,
.lead-form input,
.lead-form select{
  width: 100%;
  height: 50px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #111;
  color: #f7f6f1;
  padding: 0 15px;
  outline: none;
}
.search-field input:focus,
.lead-form input:focus,
.lead-form select:focus{
  border-color: var(--dark);
  box-shadow: 0 0 0 3px rgba(168, 216, 181, 0.45);
}
.group-tabs{
  gap: 8px;
  flex-wrap: wrap;
}
.group-tabs button{
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #111;
  color: var(--muted);
  cursor: pointer;
  font-size: 13px;
  font-weight: 720;
}
.group-tabs button.selected{
  border-color: #f7f6f1;
  background: #f7f6f1;
  color: #050505;
}
.group-tabs span{
  opacity: 0.68;
}
.page-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.related-page-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.related-page-grid .page-card{
  min-height: 205px;
}
.related-page-grid .page-card small{
  display: none;
}
.related-directory-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.public-directory-more{
  justify-content: center;
}
.public-directory-more .button{
  min-height: 42px;
  padding-inline: 20px;
}
.page-card{
  position: relative;
  grid-template-rows: auto auto minmax(64px, auto) auto auto;
  min-height: 230px;
  align-content: stretch;
  padding: 20px;
  overflow: hidden;
  border-color: rgba(247,246,241,0.12);
  background:
    linear-gradient(150deg, rgba(247,246,241,0.075), rgba(247,246,241,0.026)),
    #0b0b0b;
  box-shadow: 0 18px 60px rgba(0,0,0,0.16);
}
.page-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(168, 216, 181,0.92), rgba(247,246,241,0.06));
  opacity: 0.62;
}
.page-card::after{
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(168, 216, 181,0.12);
  border-radius: 999px;
}
.page-card > *{
  position: relative;
  z-index: 1;
}
.page-card strong{
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  color: #f7f6f1;
  font-size: 19px;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.page-card p{
  display: -webkit-box;
  min-height: 64px;
  margin: 0;
  overflow: hidden;
  color: rgba(247,246,241,0.62);
  font-size: 14px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-card small{
  display: block;
  min-width: 0;
  max-width: 100%;
  color: rgba(247,246,241,0.42);
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-card-action{
  align-self: end;
  justify-self: stretch;
  margin-top: auto;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(168, 216, 181,0.18);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(168, 216, 181,0.13), rgba(168, 216, 181,0.06)),
    rgba(168, 216, 181,0.08);
  color: #a8d8b5;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.page-card-action:focus-visible{
  outline: 2px solid rgba(168, 216, 181,0.9);
  outline-offset: 3px;
}
.page-card:hover .page-card-action,
.page-card.current .page-card-action,
.page-card-action:hover{
  border-color: rgba(168, 216, 181,0.92);
  background: #a8d8b5;
  color: #090a07;
}
.page-card:hover .page-card-action,
.page-card-action:hover{
  transform: translateY(-1px);
}
.directory-note,
.empty-state{
  margin-top: 22px;
  color: var(--muted);
}
.form-section{
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 80px);
  background: #101010;
}
.form-section h2{
  max-width: 720px;
}
.form-section p{
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}
.lead-form{
  display: grid;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--line-strong);
  border-radius: 8px;
  background: #080808;
  box-shadow: var(--shadow);
}
.success-state{
  margin: 4px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(168, 216, 181, 0.14);
  color: #eaff90;
  font-size: 14px;
}
.not-found{
  min-height: calc(100vh - 140px);
  padding: 120px clamp(20px, 5vw, 88px);
}
.not-found p{
  color: var(--muted);
  font-size: 18px;
}
.site-footer{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 88px);
  border-top: 1px solid var(--line);
  background: #030303;
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 1060px){
.site-header{
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    padding: 9px 12px;
  }
.menu-button{
    display: block;
    justify-self: end;
  }
.site-header .brand{
    min-width: 0;
  }
.site-header .brand span:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.mobile-portal-link{
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(168, 216, 181, 0.55);
    color: #101808;
    background: linear-gradient(135deg, #f7f6f1, #a8d8b5);
    box-shadow: 0 10px 26px rgba(168, 216, 181, 0.18);
    font-size: 11px;
    font-weight: 950;
    white-space: nowrap;
  }
.nav,
.header-actions{
    grid-column: 1 / -1;
    display: none;
  }
.nav.nav-open{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
.header-actions{
    justify-content: flex-start;
  }
.hero-shell,
.content-layout,
.article-detail-section .content-layout,
.form-section{
    grid-template-columns: 1fr;
  }
.hero-shell{
    min-height: auto;
  }
.hotspot-layer{
    height: 620px;
  }
.hero-visual{
    transform: none;
  }
.feature-rail,
.page-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.related-page-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.toc-panel{
    position: static;
  }
.article-detail-section .content-layout{
    justify-content: stretch;
  }
.article-panel{
    max-width: none;
  }
}
@media (max-width: 680px){
.site-header{
    min-height: 64px;
  }
.hero-shell,
.rail-section,
.directory-section,
.content-section,
.form-section{
    padding-left: 18px;
    padding-right: 18px;
  }
.replica-page{
    padding-bottom: 40px;
  }
.hotspot-layer{
    display: none;
  }
h1{
    font-size: 46px;
    line-height: 1.12;
  }
.article-content-title{
    max-width: none;
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.08;
    text-wrap: pretty;
  }
.article-lead{
    margin-bottom: 28px;
    font-size: 17px;
  }
.article-detail-media{
    margin-bottom: 26px;
    border-radius: 8px;
  }
.article-detail-media img{
    max-height: 180px;
  }
.article-detail-section .body-list p{
    max-width: none;
    font-size: 16px;
    line-height: 1.74;
  }
.content-detail-hero{
    min-height: auto;
    padding-bottom: 20px;
  }
.content-detail-hero .replica-frame{
    max-height: 360px;
  }
.content-detail-hero .replica-summary{
    top: auto;
    padding: 18px;
  }
.content-detail-hero .replica-summary h1{
    font-size: clamp(28px, 9.2vw, 36px);
    line-height: 1.13;
  }
.content-detail-hero .replica-summary-meta b{
    max-width: 100%;
    border-radius: 16px;
    line-height: 1.35;
    word-break: break-word;
  }
h2{
    font-size: 34px;
    line-height: 1.14;
  }
.section-heading,
.feature-rail,
.page-grid,
.mini-stats{
    grid-template-columns: 1fr;
  }
.public-next-step-strip{
    width: calc(100% - 28px);
    margin: -18px auto 22px;
  }
.public-next-step-copy{
    padding: 2px;
  }
.public-next-step-copy strong{
    font-size: clamp(21px, 6.8vw, 28px);
  }
.public-next-step-copy p{
    font-size: 13px;
  }
.related-page-grid{
    grid-template-columns: 1fr;
  }
.related-directory-section{
    padding-top: 54px;
  }
.related-directory-actions .button{
    flex: 1 1 150px;
  }
.hero-visual img{
    max-height: 430px;
  }
.site-footer{
    flex-direction: column;
  }
}
@keyframes geoPulse{
  0%, 100% { opacity: 0.45; transform: scale(0.82); }
  50% { opacity: 1; transform: scale(1.12); }
}
@keyframes geoLoadingScan{
  0%, 18% {
    transform: translateX(-100%);
    opacity: 0;
  }
  38% {
    opacity: 1;
  }
  74%, 100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes geoLoadingDial{
  to {
    transform: rotate(360deg);
  }
}
@keyframes geoLoadingBlink{
  from {
    opacity: 0.42;
    transform: scale(0.72);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes geoSpin{
  to { transform: rotate(360deg); }
}
@keyframes geoShimmer{
  100% { transform: translateX(100%); }
}
@keyframes geo-scan{
  0% { transform: translateY(-100%); opacity: 0; }
  14% { opacity: 0.52; }
  100% { transform: translateY(100%); opacity: 0; }
}
@keyframes geo-spin{
  to { transform: rotate(360deg); }
}
@keyframes geo-flow{
  to { background-position: 180% 0; }
}
@keyframes geo-pulse{
  0%, 100% { opacity: 0.72; box-shadow: 0 0 0 rgba(214,248,92,0); }
  50% { opacity: 1; box-shadow: 0 0 18px rgba(214,248,92,0.38); }
}
button.danger{
  border-color: rgba(255,113,91,0.34);
  color: #ffb1a4;
  background:
    radial-gradient(circle at 90% 0%, rgba(255,113,91,0.14), transparent 34%),
    rgba(255,113,91,0.055);
}
button.confirm-pending{
  border-color: rgba(255,113,91,0.68);
  color: #22110e;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.42), rgba(255,255,255,0)),
    #ff9b86;
  box-shadow: 0 12px 26px rgba(255,113,91,0.18), inset 0 1px 0 rgba(255,255,255,0.32);
}
button.danger{
  border-color: rgba(255,113,91,0.38);
  background:
    linear-gradient(180deg, rgba(255,150,130,0.11), rgba(255,113,91,0.045)),
    rgba(255,113,91,0.04);
}
button.confirm-pending{
  border-color: rgba(255,188,92,0.62);
  color: #ffe0a6;
  background:
    linear-gradient(180deg, rgba(255,188,92,0.16), rgba(255,188,92,0.055)),
    rgba(255,188,92,0.04);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 0 0 1px rgba(255,188,92,0.1);
}
@keyframes cockpitLightSweep{
  0% { transform: translateX(-120%); }
  46%, 100% { transform: translateX(120%); }
}
@keyframes cockpitEnergyGlow{
  from { filter: brightness(0.92); box-shadow: 0 0 18px rgba(168, 216, 181,0.28); }
  to { filter: brightness(1.18); box-shadow: 0 0 34px rgba(168, 216, 181,0.55); }
}
@keyframes missionSweep{
  0% { transform: translateX(-120%); }
  100% { transform: translateX(360%); }
}
@keyframes cockpitGaugePulse{
  from { box-shadow: inset 0 0 24px rgba(0,0,0,0.7), 0 0 70px rgba(168, 216, 181,0.14); }
  to { box-shadow: inset 0 0 30px rgba(0,0,0,0.72), 0 0 110px rgba(168, 216, 181,0.25); }
}
@keyframes mobileRailSweep{
  0% {
    transform: translateX(-8%);
    opacity: 0.55;
  }
  50% {
    transform: translateX(148%);
    opacity: 1;
  }
  100% {
    transform: translateX(-8%);
    opacity: 0.55;
  }
}
:root{
  --lx-desktop-edge: clamp(8px, 1vw, 18px);
  --lx-mobile-edge: 10px;
}
@media (max-width: 760px){
body{
    overflow-x: clip !important;
  }
}
@media (max-width: 920px){
.content-detail-hero.polish-hero{
    padding-inline: 20px !important;
    overflow: hidden !important;
  }
.polish-hero h1{
    max-width: 100% !important;
    text-wrap: auto !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }
.content-detail-hero .polish-hero-copy,
.polish-hero-copy,
.polish-meta,
.content-detail-hero .polish-meta,
.content-detail-hero .replica-summary,
.content-detail-hero .replica-summary-meta,
.article-detail-section .toc-panel,
.article-detail-section .toc-panel dl,
.article-detail-section .toc-panel dd,
.page-card small{
    min-width: 0 !important;
    max-width: 100% !important;
  }
.content-detail-hero.polish-hero h1,
.content-detail-hero .replica-summary h1{
    max-width: 100% !important;
    font-size: clamp(24px, 7vw, 34px) !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-wrap: auto !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    hyphens: auto !important;
  }
.polish-meta b,
.polish-meta b:last-child,
.content-detail-hero .polish-meta b,
.content-detail-hero .polish-meta b:last-child,
.content-detail-hero .replica-summary-meta b,
.article-detail-section .toc-panel dd,
.article-detail-section .toc-panel a,
.page-card small{
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
  }
.polish-meta b:last-child,
.content-detail-hero .polish-meta b:last-child{
    max-width: 100% !important;
  }
}
@keyframes geoProjectModalIn{
  from {
    opacity: 0;
    transform: translate(-50%, -47%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes geoRadarSweep{
  to {
    transform: rotate(360deg);
  }
}
@keyframes geoProgressPulse{
  0%, 100% {
    opacity: 0.56;
    transform: scaleX(0.82);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}
.page-card{
  cursor: default;
}
@media (min-width: 1181px){
body{
    background: #f6f9fc !important;
  }
}
@media (min-width: 1181px){
body{
    background:
      radial-gradient(circle at 78% 12%, rgba(168, 216, 181, 0.12), transparent 28rem),
      radial-gradient(circle at 10% 82%, rgba(103, 232, 249, 0.08), transparent 30rem),
      #050704 !important;
  }
}
.login-form input{
  color: #f7f6f1 !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.025)),
    rgba(5, 8, 5, 0.86) !important;
  border-color: rgba(168, 216, 181, 0.2) !important;
}
.login-form input::placeholder{
  color: rgba(247, 246, 241, 0.48) !important;
}
@media (max-width: 980px){
body{
    background: #030603 !important;
  }
}
@media (min-width: 981px){
body{
    color: #f7f6f1 !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(168, 216, 181, 0.12), transparent 28rem),
      radial-gradient(circle at 92% 18%, rgba(103, 232, 249, 0.055), transparent 24rem),
      linear-gradient(180deg, #030603 0%, #071009 52%, #020302 100%) !important;
  }
}
@media (max-width: 980px){
html,
body{
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}
@media (min-width: 981px){
body{
    color: #f7f6f1 !important;
    background:
      radial-gradient(circle at 16% 0%, rgba(168, 216, 181, 0.14), transparent 30rem),
      radial-gradient(circle at 88% 16%, rgba(103, 232, 249, 0.065), transparent 26rem),
      linear-gradient(180deg, #030603 0%, #071009 52%, #020302 100%) !important;
  }
}
@media (min-width: 981px){
html,
body{
    color-scheme: dark !important;
    background: #030603 !important;
  }
}
@media (min-width: 981px){
html,
body,
#app{
    color-scheme: dark !important;
    background: #030603 !important;
  }
}
@media (min-width: 981px){
html,
body,
#geo-admin-root{
    color-scheme: dark !important;
    background:
      radial-gradient(circle at 78% 8%, rgba(168, 216, 181, 0.13), transparent 30rem),
      radial-gradient(circle at 12% 80%, rgba(103, 232, 249, 0.08), transparent 32rem),
      linear-gradient(180deg, #030603 0%, #071108 56%, #020302 100%) !important;
  }
}
@media (min-width: 1040px){
html,
body,
#root{
    --geo-bg: #020402 !important;
    --geo-surface: rgba(5, 11, 7, 0.965) !important;
    --geo-surface-soft: rgba(8, 16, 10, 0.94) !important;
    --geo-surface-deep: rgba(3, 7, 4, 0.985) !important;
    --geo-line: rgba(168, 216, 181, 0.16) !important;
    --geo-line-hot: rgba(168, 216, 181, 0.34) !important;
    --geo-ink: #f7f6f1 !important;
    --geo-muted: rgba(247, 246, 241, 0.68) !important;
    --geo-soft: rgba(247, 246, 241, 0.48) !important;
    --geo-accent: #a8d8b5 !important;
    --geo-cyan: #7df7e7 !important;
    color-scheme: dark !important;
    color: var(--geo-ink) !important;
    background:
      radial-gradient(circle at 78% -8%, rgba(168, 216, 181, 0.055), transparent 28rem),
      radial-gradient(circle at 10% 92%, rgba(125, 247, 231, 0.035), transparent 30rem),
      linear-gradient(rgba(168, 216, 181, 0.02) 1px, transparent 1px),
      linear-gradient(90deg, rgba(168, 216, 181, 0.015) 1px, transparent 1px),
      linear-gradient(180deg, #020402 0%, #071009 54%, #020302 100%) !important;
    background-size: auto, auto, 44px 44px, 44px 44px, auto !important;
  }
}
@media (min-width: 1040px){
body,
#root{
    --geo-bg: #020402 !important;
    --geo-bg-2: #061008 !important;
    --geo-panel: rgba(6, 12, 8, 0.96) !important;
    --geo-panel-soft: rgba(8, 17, 10, 0.98) !important;
    --geo-ink: #f4f7ee !important;
    --geo-muted: rgba(228, 234, 220, 0.72) !important;
    --geo-faint: rgba(228, 234, 220, 0.52) !important;
    --geo-accent: #a8d8b5 !important;
    --geo-cyan: #9fd9ca !important;
    --geo-line: rgba(168, 216, 181, 0.14) !important;
    --geo-line-hot: rgba(168, 216, 181, 0.34) !important;
    color: var(--geo-ink) !important;
    background:
      radial-gradient(circle at 78% 4%, rgba(168, 216, 181, 0.1), transparent 32rem),
      radial-gradient(circle at 10% 88%, rgba(125, 247, 231, 0.04), transparent 34rem),
      linear-gradient(rgba(168, 216, 181, 0.018) 1px, transparent 1px),
      linear-gradient(90deg, rgba(168, 216, 181, 0.014) 1px, transparent 1px),
      linear-gradient(180deg, #020402 0%, #061008 56%, #020302 100%) !important;
    background-size: auto, auto, 46px 46px, 46px 46px, auto !important;
  }
}
@media (min-width: 1181px){
body,
body #root{
    background-color: #050906 !important;
    color: #eef5e8 !important;
  }
}
@media (min-width: 1181px){
body,
body #root{
    background-color: #040704 !important;
    color: #eef5e8 !important;
  }
}
@media (min-width: 1181px){
body,
body #root{
    color-scheme: dark !important;
    color: #eef5e8 !important;
    background:
      radial-gradient(circle at 82% 6%, rgba(168, 216, 181, 0.08), transparent 24rem),
      radial-gradient(circle at 10% 100%, rgba(125, 247, 231, 0.04), transparent 28rem),
      linear-gradient(180deg, #040704 0%, #09110b 58%, #040604 100%) !important;
  }
}
@media (min-width: 1040px){
:root,
html,
body,
#root{
    color-scheme: dark !important;
    background:
      radial-gradient(circle at 18% 0%, rgba(168, 216, 181, 0.13), transparent 28rem),
      radial-gradient(circle at 92% 14%, rgba(168, 216, 181, 0.06), transparent 32rem),
      linear-gradient(180deg, #020402 0%, #071108 52%, #020302 100%) !important;
  }
}
body #root .site-header{
  border-color: rgba(168, 216, 181, 0.1) !important;
  background:
    linear-gradient(180deg, rgba(2, 5, 3, 0.96), rgba(2, 5, 3, 0.9)),
    rgba(2, 5, 3, 0.94) !important;
  color: #f7f6f1 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}
body #root .site-header :is(.ghost-link, .mobile-portal-link, .nav a, .menu-button){
  border-color: rgba(168, 216, 181, 0.14) !important;
  background:
    linear-gradient(180deg, rgba(168, 216, 181, 0.052), rgba(168, 216, 181, 0.016)),
    rgba(4, 12, 7, 0.86) !important;
  color: #eef8ee !important;
  -webkit-text-fill-color: #eef8ee !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2) !important;
}
body #root .site-header :is(.brand, .brand span, .nav a:hover, .nav a.active){
  color: #f7f6f1 !important;
  -webkit-text-fill-color: #f7f6f1 !important;
  text-shadow: none !important;
}
body #root .site-header .brand .brand-mark,
body #root .site-header .brand-mark{
  background: #f7f6f1 !important;
  color: #071108 !important;
  -webkit-text-fill-color: #071108 !important;
  box-shadow: 0 0 16px rgba(168, 216, 181, 0.08) !important;
}
@media (max-width: 900px){
html body #root .public-next-step-strip{
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 28px) !important;
    margin: -18px auto 22px !important;
    padding: 16px !important;
    gap: 14px !important;
    overflow: hidden !important;
  }
html body #root .public-next-step-actions{
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
  }
html body #root .public-next-step-card{
    width: 100% !important;
    min-width: 0 !important;
    min-height: 76px !important;
    padding: 15px 16px !important;
    align-content: center !important;
  }
}
html body #root .site-header .brand > .brand-mark,
html body #root .site-header a.brand > span.brand-mark,
html body #root .site-header span.brand-mark{
  display: grid !important;
  place-items: center !important;
  background: #f7f6f1 !important;
  background-image: none !important;
  color: #071108 !important;
  -webkit-text-fill-color: #071108 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-shadow: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}
@media (min-width: 761px){
html body #root .site-header .nav{
    gap: 12px !important;
  }
html body #root .site-header .nav .nav-link{
    min-height: 30px !important;
    padding: 0 6px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    color: rgba(226, 238, 223, 0.68) !important;
    -webkit-text-fill-color: rgba(226, 238, 223, 0.68) !important;
  }
html body #root .site-header .nav .nav-link:hover,
html body #root .site-header .nav .nav-link.active{
    padding: 0 12px !important;
    border-color: rgba(168, 216, 181, 0.14) !important;
    background:
      linear-gradient(180deg, rgba(168, 216, 181, 0.052), rgba(168, 216, 181, 0.016)),
      rgba(4, 12, 7, 0.78) !important;
    color: #f7f6f1 !important;
    -webkit-text-fill-color: #f7f6f1 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
  }
}
@media (min-width: 761px){
html body #root{
    --accent: #a8d8b5 !important;
    --accent-dark: #a8d8b5 !important;
    --admin-accent: #a8d8b5 !important;
    --admin-accent-main: #a8d8b5 !important;
    --cockpit-accent: #a8d8b5 !important;
    --geo-accent: #a8d8b5 !important;
    --geo-cyan: #a8d8b5 !important;
    --geo-warn: #c7b77a !important;
    --line: rgba(168, 216, 181, 0.12) !important;
    --geo-line: rgba(168, 216, 181, 0.12) !important;
    --geo-line-strong: rgba(168, 216, 181, 0.24) !important;
    accent-color: #a8d8b5;
  }
html body #root :is(
    [class*="warn"],
    [class*="amber"],
    [class*="todo"],
    [class*="risk"]
  ){
    border-color: rgba(199, 183, 122, 0.22) !important;
    background: rgba(199, 183, 122, 0.055) !important;
    color: #d9c98d !important;
    -webkit-text-fill-color: #d9c98d !important;
  }
html body #root svg [stroke]:not([stroke="none"]){
    stroke: rgba(168, 216, 181, 0.68) !important;
  }
html body #root svg [fill]:not([fill="none"]){
    fill: rgba(168, 216, 181, 0.16) !important;
  }
html body #root svg stop{
    stop-color: #a8d8b5 !important;
  }
}
@keyframes adminVectorArrive{
  from { opacity: 0; transform: translateY(2px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes adminIconSettle{
  0% { opacity: 0.5; transform: scale(0.84); }
  65% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 1; transform: scale(1); }
}
html body #root{
  --accent: #a8d8b5 !important;
  --accent-dark: #79ad88 !important;
  --admin-accent: #a8d8b5 !important;
  --admin-accent-main: #a8d8b5 !important;
  --cockpit-accent: #a8d8b5 !important;
  --geo-accent: #a8d8b5 !important;
  --geo-cyan: #a8d8b5 !important;
  --geo-warn: #c9b982 !important;
  --line: rgba(168, 216, 181, 0.12) !important;
  --geo-line: rgba(168, 216, 181, 0.12) !important;
  --geo-line-strong: rgba(168, 216, 181, 0.26) !important;
  accent-color: #a8d8b5;
}
html body #root svg [stroke]:not([stroke="none"]){
  stroke: rgba(168, 216, 181, 0.72) !important;
}
html body #root svg stop{
  stop-color: #a8d8b5 !important;
}
html body #root :is(a, button):hover svg{
  filter: drop-shadow(0 0 4px rgba(168, 216, 181, 0.22));
}
html body #root :is(a, button) svg{
  transform-origin: center;
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 240ms ease !important;
}
html body #root :is(a, button):hover svg{
  transform: translateY(-1px) scale(1.035);
}
@media (prefers-reduced-motion: reduce){
html body #root :is(a, button) svg{
    transform: none !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes adminSurfaceEnter{
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
html body #root > main *,
html body #root > main *::before,
html body #root > main *::after{
  animation-iteration-count: 1 !important;
}
