








#amos-index {
  
  --amos-primary: #609966;
  --amos-secondary: #9dc08b;
  --amos-tertiary: #40513b;
  --amos-pale: #edf1d6;

  
  --amos-bg: #0b0c0b;
  --amos-surface: #141614;
  --amos-surface-2: #212121;
  --amos-surface-3: #2a2d29;

  
  --amos-line: rgba(255, 255, 255, 0.08);
  --amos-line-2: rgba(255, 255, 255, 0.14);

  
  --amos-text: #f2f5f0;
  --amos-text-2: #a8b0a6;
  --amos-text-3: #6e766d;
  --amos-ink: #0b0c0b;

  
  --amos-online: #7bc47f;
  

  --amos-degraded: #e8b04b;
  --amos-danger: #f5b5b5;

  
  --amos-glow: rgba(96, 153, 102, 0.35);
  --amos-mark-gap: var(--amos-bg);
  


  --amos-mark-a: var(--amos-secondary);
  --amos-mark-b: var(--amos-primary);
  --amos-shadow-card: 0 30px 60px -22px rgba(0, 0, 0, 0.8), 0 12px 28px -18px var(--amos-glow);
  --amos-shadow-pill: 0 14px 34px -14px rgba(0, 0, 0, 0.7);
  --amos-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08);

  
  --amos-r-lg: 24px;
  --amos-r-md: 14px;
  --amos-r-sm: 10px;
  --amos-r-pill: 999px;

  
  

  --amos-font-ui: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --amos-font-cjk: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", var(--amos-font-ui);

  
  --amos-ease-out: cubic-bezier(0.2, 0.8, 0.2, 1);
  --amos-ease-swap: cubic-bezier(0.4, 0, 0.2, 1);
  --amos-t-fast: 160ms;
  --amos-t-bar: 500ms;
  --amos-t-mid: 420ms;
  --amos-t-swap: 850ms;

  

  --amos-k: 0.5;

  
  --amos-maxw: 1440px;
  --amos-shell-pad: 0px;
  --amos-block-pad: 20px;
  --amos-block-py: 48px;

  position: relative;
  overflow-x: clip; 
  background: var(--amos-bg);
  color: var(--amos-text);
  font-family: var(--amos-font-ui);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}


#amos-index *,
#amos-index *::before,
#amos-index *::after {
  box-sizing: border-box;
}
#amos-index h1,
#amos-index h2,
#amos-index h3,
#amos-index p,
#amos-index ul,
#amos-index ol,
#amos-index figure,
#amos-index blockquote {
  margin: 0;
  padding: 0;
}
#amos-index ul,
#amos-index ol {
  list-style: none;
}
#amos-index a {
  color: inherit;
  text-decoration: none;
}
#amos-index img,
#amos-index svg {
  display: block;
  max-width: 100%;
  border: 0; 
}







#amos-index,
#amos-index h1,
#amos-index h2,
#amos-index h3,
#amos-index p,
#amos-index a,
#amos-index li,
#amos-index span,
#amos-index b,
#amos-index em,
#amos-index button,
#amos-index summary {
  font-family: var(--amos-font-ui) !important;
  text-transform: none !important;
  font-style: normal;
}
#amos-index .amos-eyebrow,
#amos-index .amos-card__region,
#amos-index .amos-spec__k,
#amos-index .amos-footer__nav h3 {
  text-transform: uppercase !important;
}
#amos-index button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}


#amos-index .amos-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
#amos-index :focus-visible {
  outline: 2px solid var(--amos-secondary);
  outline-offset: 2px;
  border-radius: 4px;
}


#amos-index[data-locale="zh-cn"] {
  --amos-font-ui: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  letter-spacing: 0;
  line-height: 1.7;
}



#amos-index .amos-shell {
  width: 100%;
  max-width: var(--amos-maxw);
  margin-inline: auto;
  padding-inline: var(--amos-shell-pad);
}




#amos-index .amos-block {
  border-inline: 1px solid var(--amos-line);
  padding-block: var(--amos-block-py);
  padding-inline: var(--amos-block-pad);
}
#amos-index .amos-block--flush {
  padding-block: 0;
  padding-inline: 0;
}
#amos-index .amos-block--bare {
  border-inline: 0;
}
#amos-index .amos-block--head {
  padding-bottom: 28px;
}
#amos-index .amos-block--center {
  text-align: center;
}
#amos-index .amos-block--center .amos-h2 {
  margin-inline: auto;
}
#amos-index .amos-block--grid,
#amos-index .amos-block--tabs,
#amos-index .amos-block--faq {
  padding-top: 0;
}
#amos-index .amos-section {
  border-bottom: 1px solid var(--amos-line);
  scroll-margin-top: 72px; 
}
#amos-index .is-off {
  display: none;
}
#amos-index .amos-section + .amos-section {
  border-top: 0;
}


#amos-index .amos-services,
#amos-index #features,
#amos-index #comparison,
#amos-index #pricing,
#amos-index #faq,
#amos-index #testimonials,
#amos-index .amos-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 640px;
}

#amos-index .amos-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  padding: 12px 18px;
  background: var(--amos-primary);
  color: var(--amos-ink);
  border-radius: var(--amos-r-sm);
  font-weight: 600;
}
#amos-index .amos-skip:focus {
  left: 12px;
  top: 12px;
}





#amos-index .amos-display {
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 20ch;
  color: var(--amos-text);
}
#amos-index .amos-display em {
  font-style: normal;
  color: var(--amos-primary);
}
#amos-index .amos-h2 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  max-width: 20ch;
  color: var(--amos-text);
  




  white-space: pre-line;
}
#amos-index .amos-h3 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--amos-text);
}
#amos-index .amos-lede {
  margin-top: 16px;
  max-width: 68ch;
  color: var(--amos-text-2);
  font-size: clamp(1rem, 2.2vw, 1.125rem);
}
#amos-index .amos-lede--center {
  margin-inline: auto;
  text-align: center;
  max-width: 56ch;
}
#amos-index .amos-eyebrow {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amos-primary);
  margin-bottom: 14px;
}
#amos-index[data-locale="zh-cn"] .amos-eyebrow {
  letter-spacing: 0.04em;
}


#amos-index[data-locale="zh-cn"] .amos-display em {
  display: inline-block;
}
#amos-index .amos-footnote {
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--amos-text-3);
  max-width: 72ch;
}
#amos-index .amos-footnote--center {
  margin-inline: auto;
  text-align: center;
}



#amos-index .amos-dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--amos-online);
}
#amos-index .amos-dot--live::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(123, 196, 127, 0.55);
  animation: amos-ring 2.2s ease-out infinite;
}
@keyframes amos-ring {
  0% { transform: scale(1); opacity: 0.7; }
  70% { transform: scale(3.2); opacity: 0; }
  100% { transform: scale(3.2); opacity: 0; }
}

#amos-index .amos-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 11px;
  border-radius: var(--amos-r-pill);
  font-size: 0.6875rem;
  font-weight: 500;
  background: rgba(96, 153, 102, 0.12);
  border: 1px solid rgba(96, 153, 102, 0.25);
  color: var(--amos-secondary);
  white-space: nowrap;
}
#amos-index .amos-pill--popular {
  background: var(--amos-primary);
  border-color: var(--amos-primary);
  color: var(--amos-ink);
  font-weight: 600;
}

#amos-index .amos-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding-inline: 20px;
  border-radius: var(--amos-r-sm);
  font-size: 0.9375rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background-color var(--amos-t-fast) var(--amos-ease-out),
    transform var(--amos-t-fast) var(--amos-ease-out), border-color var(--amos-t-fast);
}
#amos-index .amos-btn--lg {
  height: 52px;
  padding-inline: 26px;
  font-size: 1rem;
}
#amos-index .amos-btn--primary {
  background: var(--amos-primary);
  color: var(--amos-ink);
}
#amos-index .amos-btn--primary:hover {
  background: #6ba872;
}
#amos-index .amos-btn--secondary {
  background: var(--amos-surface-2);
  color: var(--amos-text);
}
#amos-index .amos-btn--secondary:hover {
  background: var(--amos-surface-3);
}
#amos-index .amos-btn--inverted {
  background: var(--amos-pale);
  color: var(--amos-ink);
}
#amos-index .amos-btn--outlined {
  border: 1px solid var(--amos-line-2);
  color: var(--amos-text);
}
#amos-index .amos-btn--outlined:hover {
  border-color: var(--amos-secondary);
}
#amos-index .amos-btn:active {
  transform: translateY(1px);
}

#amos-index .amos-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
#amos-index .amos-actions--center {
  justify-content: center;
}

#amos-index .amos-iconbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--amos-r-pill);
  flex: 0 0 auto;
}
#amos-index .amos-iconbtn svg {
  width: 20px;
  height: 20px;
}
#amos-index .amos-iconbtn--tinted {
  background: var(--amos-tertiary);
  color: var(--amos-secondary);
}





#amos-index .amos-logo {
  display: inline-flex;
  align-items: center;
  color: var(--amos-pale);
  user-select: none;
}
#amos-index .amos-logo__svg {
  display: block;
  height: var(--amos-logo-h, 20px);
  width: auto;
}



#amos-index .amos-logo__ink {
  fill: currentColor;
}
#amos-index .amos-logo__a {
  fill: var(--amos-mark-a);
}
#amos-index .amos-logo__b {
  fill: var(--amos-mark-b);
}



#amos-index .amos-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 12, 11, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--amos-line);
}



#amos-index .amos-header__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  height: 64px;
  padding-inline: var(--amos-block-pad);
  border-inline: 1px solid var(--amos-line);
}
#amos-index .amos-header__brand {
  justify-self: start;
  --amos-logo-h: 20px;
}
#amos-index .amos-header__nav {
  display: none;
  grid-column: 2;
  justify-self: center;
  gap: 28px;
  font-size: 0.9375rem;
  color: var(--amos-text-2);
}
#amos-index .amos-header__nav a:hover {
  color: var(--amos-text);
}
#amos-index .amos-header__end {
  display: flex;
  align-items: center;
  gap: 10px;
  grid-column: 3;
  justify-self: end;
}
#amos-index .amos-header__cta {
  display: none;
  height: 38px;
  padding-inline: 16px;
  font-size: 0.875rem;
}


#amos-index .amos-lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
  font-size: 0.75rem;
  font-weight: 600;
}
#amos-index .amos-lang a {
  padding: 4px 10px;
  border-radius: var(--amos-r-pill);
  color: var(--amos-text-3);
}
#amos-index .amos-lang a:hover {
  color: var(--amos-text);
}
#amos-index .amos-lang a.is-current {
  background: var(--amos-surface-3);
  color: var(--amos-text);
}





#amos-index .amos-langmenu {
  position: relative;
  display: inline-flex;
  align-items: center;
}
#amos-index .amos-langmenu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: var(--amos-r-pill);
  color: var(--amos-text-2);
  transition: color var(--amos-t-fast), background-color var(--amos-t-fast);
}

#amos-index .amos-langmenu__btn svg {
  width: 17px;
  height: 17px;
}
#amos-index .amos-langmenu:hover .amos-langmenu__btn,
#amos-index .amos-langmenu:focus-within .amos-langmenu__btn,
#amos-index .amos-langmenu.is-open .amos-langmenu__btn {
  color: var(--amos-text);
  background: var(--amos-surface-2);
}
#amos-index .amos-langmenu__list {
  position: absolute;
  top: 100%;
  left: 50%;
  
  translate: -50% 0;
  z-index: 60;
  min-width: 148px;
  margin-top: 10px;
  padding: 6px;
  border-radius: var(--amos-r-md);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-shadow-pill);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-4px);
  transition: opacity var(--amos-t-fast) var(--amos-ease-out),
    transform var(--amos-t-fast) var(--amos-ease-out), visibility var(--amos-t-fast);
}

#amos-index .amos-langmenu__list::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -10px;
  height: 10px;
}
#amos-index .amos-langmenu:hover .amos-langmenu__list,
#amos-index .amos-langmenu:focus-within .amos-langmenu__list,
#amos-index .amos-langmenu.is-open .amos-langmenu__list {
  opacity: 1;
  visibility: visible;
  transform: none;
}
#amos-index .amos-langmenu__list a {
  display: block;
  padding: 9px 12px;
  border-radius: var(--amos-r-sm);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--amos-text-2);
  white-space: nowrap;
}
#amos-index .amos-langmenu__list a:hover {
  background: var(--amos-surface-2);
  color: var(--amos-text);
}
#amos-index .amos-langmenu__list a.is-current {
  color: var(--amos-text);
  font-weight: 600;
}


#amos-index .amos-menu__lang {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid var(--amos-line);
}
#amos-index .amos-menu__langicon {
  display: inline-flex;
  color: var(--amos-text-3);
}
#amos-index .amos-menu__langicon svg {
  width: 20px;
  height: 20px;
}


#amos-index .amos-menu__lang a {
  padding: 0;
  border-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  color: var(--amos-text-3);
}
#amos-index .amos-menu__lang a.is-current {
  color: var(--amos-text);
  font-weight: 600;
}

#amos-index .amos-burger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  align-items: center;
  border-radius: var(--amos-r-sm);
}
#amos-index .amos-burger span {
  display: block;
  width: 18px;
  height: 1.5px;
  background: var(--amos-text);
  transition: transform var(--amos-t-fast) var(--amos-ease-out), opacity var(--amos-t-fast);
}
#amos-index .amos-burger[aria-expanded="true"] span:first-child {
  transform: translateY(3.25px) rotate(45deg);
}
#amos-index .amos-burger[aria-expanded="true"] span:last-child {
  transform: translateY(-3.25px) rotate(-45deg);
}

#amos-index .amos-menu {
  position: fixed;
  inset: 64px 0 0;
  z-index: 49;
  background: var(--amos-bg);
  padding: 24px 20px 32px;
  overflow-y: auto;
}
#amos-index .amos-menu[hidden] {
  display: none;
}
#amos-index .amos-menu nav {
  display: flex;
  flex-direction: column;
}
#amos-index .amos-menu nav a {
  padding: 16px 0;
  font-size: 1.25rem;
  font-weight: 600;
  border-bottom: 1px solid var(--amos-line);
}
#amos-index .amos-menu__foot {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 28px;
}
#amos-index .amos-menu__foot .amos-btn {
  width: 100%;
}



#amos-index .amos-hero__block {
  padding-block: 40px 56px;
}
#amos-index .amos-hero__grid {
  display: grid;
  gap: 8px;
}
#amos-index .amos-hero__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 24px;
  color: var(--amos-text-2);
  font-size: 0.9375rem;
}
#amos-index .amos-hero__list li {
  position: relative;
  padding-inline-start: 24px;
}
#amos-index .amos-hero__list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 2px;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid var(--amos-primary);
}



#amos-index .amos-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  perspective: 1600px;
  perspective-origin: 50% 50%;
}




#amos-index .amos-deck {
  --amos-tilt-y: 0deg;
  --amos-d1-x: 0px;   --amos-d1-y: -44px;  --amos-d1-z: 70px;    --amos-d1-r: 0deg;
  --amos-d2-x: 0px;   --amos-d2-y: 0px;    --amos-d2-z: 4px;     --amos-d2-r: 0deg;
  --amos-d3-x: 0px;   --amos-d3-y: 44px;   --amos-d3-z: -70px;   --amos-d3-r: 0deg;
  --amos-dout-x: 0px; --amos-dout-y: 74px; --amos-dout-z: -120px; --amos-dout-r: 0deg;
}
#amos-index .amos-stage {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  transform-style: preserve-3d;
}
#amos-index .amos-stage__ambient {
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(96, 153, 102, 0.3), transparent 72%),
    radial-gradient(closest-side at 70% 65%, rgba(64, 81, 59, 0.45), transparent 70%);
  transform: translateZ(-160px);
}



#amos-index .amos-deck {
  --amos-deck-interval: 2400ms;
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
}

#amos-index .amos-card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(230px, 70vw, 300px);
  padding: 16px 16px 14px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(42, 48, 41, 0.94), rgba(18, 20, 18, 0.97));
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-inset), var(--amos-shadow-card);
  transform-style: preserve-3d;
  transform: translate(-50%, -50%) rotateX(7deg) rotateY(-13deg);
}
#amos-index .amos-deck.is-cycling .amos-card {
  transition: transform var(--amos-t-swap) var(--amos-ease-swap),
    opacity var(--amos-t-swap), filter var(--amos-t-swap);
}
#amos-index .amos-deck {
  --amos-t-swap: 700ms; 
}




#amos-index .amos-card--d1 {
  z-index: 3;
  overflow: hidden;
  transform: translate(-50%, -50%)
    translate3d(calc(var(--amos-d1-x) * var(--amos-k)), calc(var(--amos-d1-y) * var(--amos-k)), calc(var(--amos-d1-z) * var(--amos-k)))
    rotateX(7deg) rotateY(var(--amos-tilt-y)) rotate(var(--amos-d1-r));
}
#amos-index .amos-card--d2 {
  z-index: 2;
  opacity: 0.96;
  transform: translate(-50%, -50%)
    translate3d(calc(var(--amos-d2-x) * var(--amos-k)), calc(var(--amos-d2-y) * var(--amos-k)), calc(var(--amos-d2-z) * var(--amos-k)))
    rotateX(7deg) rotateY(var(--amos-tilt-y)) rotate(var(--amos-d2-r));
}
#amos-index .amos-card--d3 {
  z-index: 1;
  opacity: 0.72;
  filter: brightness(0.82) saturate(0.9);
  transform: translate(-50%, -50%)
    translate3d(calc(var(--amos-d3-x) * var(--amos-k)), calc(var(--amos-d3-y) * var(--amos-k)), calc(var(--amos-d3-z) * var(--amos-k)))
    rotateX(7deg) rotateY(var(--amos-tilt-y)) rotate(var(--amos-d3-r));
}
#amos-index .amos-card--out {
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  filter: brightness(0.7);
  transform: translate(-50%, -50%)
    translate3d(calc(var(--amos-dout-x) * var(--amos-k)), calc(var(--amos-dout-y) * var(--amos-k)), calc(var(--amos-dout-z) * var(--amos-k)))
    rotateX(7deg) rotateY(var(--amos-tilt-y)) rotate(var(--amos-dout-r));
}

#amos-index .amos-card--d1::after {
  content: "";
  position: absolute;
  top: -12%;
  bottom: -12%;
  left: -40%;
  width: 38%;
  background: linear-gradient(100deg, transparent 0%, rgba(255, 255, 255, 0.1) 50%, transparent 100%);
  transform: translateX(0) skew(-14deg);
  animation: amos-sheen 7s ease-in-out infinite;
  pointer-events: none;
  z-index: 5;
}
@keyframes amos-sheen {
  0% { transform: translateX(0) skew(-14deg); }
  20% { transform: translateX(340%) skew(-14deg); }
  100% { transform: translateX(340%) skew(-14deg); }
}

#amos-index .amos-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
#amos-index .amos-card__flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14), 0 4px 10px rgba(0, 0, 0, 0.4);
}
#amos-index .amos-card__flag svg {
  width: 100%;
  height: 100%;
}
#amos-index .amos-card__id {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.25;
}
#amos-index .amos-card__region {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--amos-text-3);
}
#amos-index .amos-card__city {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--amos-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#amos-index .amos-card__status {
  margin-inline-start: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--amos-online);
  padding: 4px 9px;
  border-radius: var(--amos-r-pill);
  background: rgba(123, 196, 127, 0.12);
  border: 1px solid rgba(123, 196, 127, 0.25);
  white-space: nowrap;
}
#amos-index .amos-card__specs {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
#amos-index .amos-spec {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 9px;
  border-radius: var(--amos-r-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
  min-width: 0;
}
#amos-index .amos-spec__k {
  font-size: 0.5625rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--amos-text-3);
}
#amos-index .amos-spec__v {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--amos-text);
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-spec__v--sm {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
#amos-index .amos-card__meter {
  margin-top: 12px;
}
#amos-index .amos-card__meter-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.6875rem;
  color: var(--amos-text-3);
  margin-bottom: 4px;
}
#amos-index .amos-card__meter-top b {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--amos-secondary);
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-spark {
  width: 100%;
  height: 40px;
}
#amos-index .amos-spark__area {
  fill: rgba(96, 153, 102, 0.28);
}
#amos-index .amos-spark__line {
  fill: none;
  stroke: var(--amos-secondary);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 360;
  stroke-dashoffset: 0;
}

#amos-index .amos-card--d1 .amos-spark__line {
  animation: amos-draw var(--amos-deck-interval) cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
@keyframes amos-draw {
  0% { stroke-dashoffset: 360; }
  100% { stroke-dashoffset: 0; }
}
#amos-index .amos-card__foot {
  margin-top: 12px;
  padding-top: 11px;
  border-top: 1px solid var(--amos-line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
#amos-index .amos-card__route {
  font-size: 0.6875rem;
  color: var(--amos-text-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#amos-index .amos-card__uptime {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--amos-online);
  font-variant-numeric: tabular-nums;
}

#amos-index .amos-float {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 13px;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--amos-text);
  background: rgba(20, 22, 20, 0.88);
  border: 1px solid var(--amos-line-2);
  border-radius: 13px;
  box-shadow: var(--amos-shadow-pill);
  white-space: nowrap;
}
#amos-index .amos-float svg {
  color: var(--amos-primary);
}
#amos-index .amos-float--a {
  top: 4%;
  inset-inline-end: 0;
  transform: translateZ(120px);
  animation: amos-float-a 6s ease-in-out infinite alternate;
}
#amos-index .amos-float--b {
  bottom: 2%;
  inset-inline-start: 0;
  transform: translateZ(90px);
  animation: amos-float-b 7.5s ease-in-out infinite alternate-reverse;
}
@keyframes amos-float-a {
  0% { transform: translateZ(120px) translateY(-7px); }
  100% { transform: translateZ(120px) translateY(7px); }
}
@keyframes amos-float-b {
  0% { transform: translateZ(90px) translateY(-6px); }
  100% { transform: translateZ(90px) translateY(8px); }
}



#amos-index .amos-services__panel {
  background: linear-gradient(to bottom, #101210, var(--amos-bg));
  border-inline: 1px solid var(--amos-line);
}
#amos-index .amos-services__head {
  text-align: center;
  padding: var(--amos-block-py) var(--amos-block-pad) 0;
}
#amos-index .amos-services__head .amos-h2 {
  margin-inline: auto;
  max-width: 18ch;
}




#amos-index .amos-fan {
  --amos-fan-h: clamp(180px, 26vw, 300px);
  position: relative;
  height: var(--amos-fan-h);
  margin-top: -8px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 0%, #000 46%, transparent 100%);
  mask-image: linear-gradient(#000 0%, #000 46%, transparent 100%);
}








#amos-index .amos-marquee {
  --amos-tile: calc(var(--amos-fan-h) * 0.68);
  --amos-marquee-dur: 46s;
  position: absolute;
  inset-inline-start: 0;
  top: 34%;
  display: flex;
  align-items: flex-start;
  width: max-content;
  will-change: transform;
}
#amos-index .amos-marquee.is-running {
  animation: amos-marquee var(--amos-marquee-dur) linear infinite;
}
#amos-index .amos-marquee__run {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
}
@keyframes amos-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
#amos-index .amos-tile {
  position: relative;
  flex: 0 0 auto;
  width: var(--amos-tile);
  height: var(--amos-tile);
  margin-inline: calc(var(--amos-tile) * -0.11);
}
#amos-index .amos-tile__shadow {
  position: absolute;
  z-index: 0;
  inset: 8% -7% -10% -7%;
  border-radius: 30%;
  background: radial-gradient(closest-side, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 78%);
  filter: blur(6px);
}
#amos-index .amos-tile__face {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24%;
  background: var(--amos-tile-bg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--amos-inset), 0 18px 34px -16px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}
#amos-index .amos-tile__face svg {
  width: 100%;
  height: 100%;
  


  padding: var(--amos-mark-pad, 17%);
}



#amos-index .amos-features {
  display: grid;
  gap: 1px;
  background: var(--amos-line);
  border: 1px solid var(--amos-line);
  border-radius: var(--amos-r-lg);
  overflow: hidden;
}
#amos-index .amos-feature {
  background: var(--amos-surface);
  padding: 28px 22px;
}
#amos-index .amos-feature .amos-h3 {
  margin-top: 18px;
}
#amos-index .amos-feature p {
  margin-top: 10px;
  color: var(--amos-text-2);
  font-size: 0.9375rem;
}



#amos-index .amos-seg {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
}
#amos-index .amos-seg__ind {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  height: calc(100% - 8px);
  width: 0;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-3);
  box-shadow: var(--amos-inset);
  transition: transform var(--amos-t-mid) var(--amos-ease-out),
    width var(--amos-t-mid) var(--amos-ease-out);
}
#amos-index .amos-seg button {
  position: relative;
  z-index: 1;
  padding: 8px 16px;
  border-radius: var(--amos-r-pill);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--amos-text-3);
  transition: color var(--amos-t-fast);
  white-space: nowrap;
}
#amos-index .amos-seg button:hover {
  color: var(--amos-text-2);
}
#amos-index .amos-seg button[aria-selected="true"],
#amos-index .amos-seg button[aria-checked="true"] {
  color: var(--amos-text);
}

#amos-index .amos-tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#amos-index .amos-tabs > .amos-seg {
  align-self: flex-start;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
#amos-index .amos-tabs--center > .amos-seg {
  align-self: center;
}
#amos-index .amos-tabs > .amos-seg::-webkit-scrollbar {
  display: none;
}
#amos-index .amos-panel[hidden] {
  display: none;
}
#amos-index .amos-rows {
  border-block: 1px solid var(--amos-line);
}
#amos-index .amos-row {
  
  --amos-row-name: 0.8125rem;
  display: grid;
  grid-template-columns: 6.5rem 1fr 3.5rem;
  align-items: center;
  gap: 12px;
  height: 44px;
  border-top: 1px solid var(--amos-line);
}
#amos-index .amos-row:first-child {
  border-top: 0;
}
#amos-index .amos-row__name {
  font-size: var(--amos-row-name);
  font-weight: 500;
  color: var(--amos-text-2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#amos-index .amos-row--self .amos-row__name {
  


  overflow: visible;
  font-size: calc(var(--amos-row-name) * 1.618);
  line-height: 1;
  color: var(--amos-secondary);
  font-weight: 700;
}





#amos-index .amos-row__brand {
  position: relative;
  isolation: isolate;
  display: inline-block;
}
#amos-index .amos-row__brand::before {
  content: "";
  position: absolute;
  z-index: -1;
  

  inset: -60% -26%;
  background: radial-gradient(closest-side, var(--amos-glow), transparent 72%);
  pointer-events: none;
}
#amos-index .amos-row__track {
  display: block;
  height: 22px;
  border-radius: var(--amos-r-sm);
  background: var(--amos-surface-2);
  overflow: hidden;
}
#amos-index .amos-row__bar {
  display: block;
  height: 100%;
  width: var(--amos-w); 
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.16);
}
#amos-index .amos-row--self .amos-row__bar {
  background: linear-gradient(90deg, var(--amos-primary), var(--amos-secondary));
}
#amos-index .amos-row__value {
  text-align: end;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--amos-text-2);
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-row--self .amos-row__value {
  color: var(--amos-text);
  font-weight: 700;
}


#amos-index.amos-js .amos-row__bar {
  width: 0;
}
#amos-index.amos-js .amos-panel.is-anim .amos-row__bar {
  width: var(--amos-w);
  transition: width var(--amos-t-bar) var(--amos-ease-out) calc(var(--amos-i) * 40ms);
}



#amos-index .amos-tierpanel[hidden] {
  display: none;
}
#amos-index .amos-plans {
  display: grid;
  gap: 16px;
  margin-inline: auto;
}



#amos-index .amos-plans--2 {
  max-width: 720px;
}
#amos-index .amos-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
  border-radius: var(--amos-r-lg);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line);
  box-shadow: var(--amos-inset);
}
#amos-index .amos-plan--popular {
  border-color: rgba(96, 153, 102, 0.5);
  box-shadow: var(--amos-inset), 0 0px 60px -10px var(--amos-glow);
}
#amos-index .amos-plan .amos-pill--popular {
  position: absolute;
  top: -11px;
  inset-inline-end: 20px;
}
#amos-index .amos-plan__tagline {
  margin-top: 6px;
  color: var(--amos-text-3);
  font-size: 0.875rem;
}
#amos-index .amos-plan__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}
#amos-index .amos-plan__amount {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-plan__per {
  color: var(--amos-text-3);
  font-size: 0.9375rem;
}
#amos-index .amos-plan__save {
  margin-inline-start: auto;
  padding: 3px 9px;
  border-radius: var(--amos-r-pill);
  background: rgba(96, 153, 102, 0.14);
  color: var(--amos-secondary);
  font-size: 0.6875rem;
  font-weight: 600;
}
#amos-index .amos-plan__billed {
  margin-top: 8px;
  color: var(--amos-text-3);
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-plan .amos-btn {
  margin-top: 20px;
}
#amos-index .amos-plan__feats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--amos-line);
  font-size: 0.875rem;
  color: var(--amos-text-2);
}
#amos-index .amos-plan__feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#amos-index .amos-plan__feats svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex: 0 0 auto;
  color: var(--amos-primary);
}



#amos-index .amos-faq {
  border-top: 1px solid var(--amos-line);
}
#amos-index .amos-faq:last-child {
  border-bottom: 1px solid var(--amos-line);
}
#amos-index .amos-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  font-size: 1rem;
  font-weight: 600;
}
#amos-index .amos-faq summary::-webkit-details-marker {
  display: none;
}
#amos-index .amos-faq summary svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--amos-text-3);
  transition: transform var(--amos-t-fast) var(--amos-ease-out);
}
#amos-index .amos-faq[open] summary svg {
  transform: rotate(180deg);
}



#amos-index .amos-faq__body {
  padding-bottom: 22px;
  max-width: 72ch;
}
#amos-index .amos-faq__body p {
  color: var(--amos-text-2);
  font-size: 0.9375rem;
}



#amos-index .amos-cta__block {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-block: 64px;
}
#amos-index .amos-cta__glow {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 0;
  width: min(760px, 130%);
  height: 260px;
  transform: translateX(-50%);
  background: radial-gradient(closest-side, var(--amos-glow), transparent 75%);
  pointer-events: none;
}
#amos-index .amos-cta__title {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  max-width: 17ch;
}
#amos-index .amos-cta .amos-lede,
#amos-index .amos-cta .amos-actions {
  position: relative;
  z-index: 1;
}



#amos-index .amos-footer {
  background: var(--amos-bg);
}
#amos-index .amos-footer__top {
  display: grid;
  gap: 32px;
  padding-block: 48px 40px;
}
#amos-index .amos-footer__brand {
  --amos-logo-h: 24px;
}
#amos-index .amos-footer__brand p {
  margin-top: 14px;
  color: var(--amos-text-3);
  font-size: 0.875rem;
  max-width: 30ch;
}
#amos-index .amos-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 0.875rem;
  color: var(--amos-text-2);
}
#amos-index .amos-footer__nav h3 {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--amos-text-3);
  margin-bottom: 2px;
}
#amos-index .amos-footer__nav a:hover {
  color: var(--amos-text);
}
#amos-index .amos-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 20px;
  border-top: 1px solid var(--amos-line);
  color: var(--amos-text-3);
  font-size: 0.8125rem;
}
#amos-index .amos-footer__bottom .amos-lang {
  display: inline-flex;
}
#amos-index .amos-footer__legal {
  padding-block: 18px 32px;
  border-top: 1px solid var(--amos-line);
}
#amos-index .amos-footer__legal p {
  color: var(--amos-text-3);
  font-size: 0.75rem;
  line-height: 1.6;
  max-width: 92ch;
}





#amos-index.amos-js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--amos-t-mid) var(--amos-ease-out) calc(var(--amos-i, 0) * 45ms),
    transform var(--amos-t-mid) var(--amos-ease-out) calc(var(--amos-i, 0) * 45ms);
}
#amos-index.amos-js [data-reveal].is-in {
  opacity: 1;
  transform: none;
}






@media (min-width: 640px) {
  #amos-index {
    --amos-shell-pad: 24px;
    --amos-block-pad: 32px;
    --amos-block-py: 64px;
    --amos-k: 0.72;
  }
  #amos-index .amos-hero__block {
    padding-block: 56px 72px;
  }
  #amos-index .amos-plans--2,
  #amos-index .amos-plans--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  #amos-index .amos-features {
    grid-template-columns: repeat(2, 1fr);
  }
  #amos-index .amos-footer__top {
    grid-template-columns: repeat(2, 1fr);
  }
  #amos-index .amos-row {
    grid-template-columns: 9rem 1fr 4.5rem;
    gap: 16px;
    height: 52px;
  }
}

@media (min-width: 768px) {
  #amos-index .amos-header__nav {
    display: flex;
  }
  #amos-index .amos-header__cta {
    display: inline-flex;
  }
  #amos-index .amos-burger {
    display: none;
  }
  #amos-index .amos-menu {
    display: none;
  }
  #amos-index .amos-services__head {
    padding-top: 72px;
  }
}

@media (min-width: 1024px) {
  #amos-index {
    --amos-shell-pad: 48px;
    --amos-block-pad: 48px;
    --amos-block-py: 80px;
    --amos-k: 0.92;
  }
  #amos-index .amos-hero__block {
    padding-block: 72px 88px;
  }
  #amos-index .amos-hero__grid {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 40px;
  }
  #amos-index .amos-hero__visual {
    padding: 0;
  }
  #amos-index .amos-stage {
    max-width: 460px;
  }
  

  #amos-index .amos-hero__visual {
    perspective-origin: 55% 45%;
  }
  #amos-index .amos-deck {
    --amos-tilt-y: -13deg;
    --amos-d1-x: 8px;     --amos-d1-y: 36px;     --amos-d1-z: 70px;     --amos-d1-r: -1deg;
    --amos-d2-x: -58px;   --amos-d2-y: -30px;    --amos-d2-z: 4px;      --amos-d2-r: -2.5deg;
    --amos-d3-x: -118px;  --amos-d3-y: -92px;    --amos-d3-z: -70px;    --amos-d3-r: -4deg;
    --amos-dout-x: -150px; --amos-dout-y: -124px; --amos-dout-z: -120px; --amos-dout-r: -5deg;
  }
  #amos-index .amos-float--b {
    bottom: 6%;
  }
  #amos-index .amos-features {
    grid-template-columns: repeat(3, 1fr);
  }
  #amos-index .amos-plans {
    gap: 20px;
  }
  #amos-index .amos-plans--2 {
    grid-template-columns: repeat(2, 1fr);
  }
  #amos-index .amos-plans--3 {
    grid-template-columns: repeat(3, 1fr);
  }
  #amos-index .amos-footer__top {
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
  }
  #amos-index .amos-row {
    --amos-row-name: 0.9375rem;
    grid-template-columns: 12rem 1fr 5.5rem;
    gap: 20px;
    height: 56px;
  }
  #amos-index .amos-row__value {
    font-size: 1rem;
  }
  #amos-index .amos-row__track {
    height: 24px;
  }
  #amos-index .amos-feature {
    padding: 32px 28px;
  }
}

@media (min-width: 1280px) {
  #amos-index {
    --amos-shell-pad: 96px;
    --amos-block-py: 96px;
    --amos-k: 1;
  }
  #amos-index .amos-stage {
    max-width: 480px;
  }
}




@media (prefers-reduced-motion: reduce) {
  #amos-index *,
  #amos-index *::before,
  #amos-index *::after {
    animation: none !important; 
    transition: none !important;
  }
  #amos-index .amos-deck {
    position: static;
    display: grid;
    gap: 16px;
    place-items: center;
  }
  #amos-index .amos-hero__visual {
    perspective: none;
  }
  #amos-index .amos-stage {
    aspect-ratio: auto;
    max-width: 320px;
  }
  #amos-index .amos-stage__ambient,
  #amos-index .amos-float,
  #amos-index .amos-card--d2,
  #amos-index .amos-card--d3,
  #amos-index .amos-card--out {
    display: none;
  }
  #amos-index .amos-card {
    position: static;
    transform: none;
    opacity: 1;
    filter: none;
  }
  #amos-index.amos-js .amos-row__bar,
  #amos-index.amos-js .amos-panel.is-anim .amos-row__bar {
    width: var(--amos-w);
  }
  #amos-index.amos-js [data-reveal] {
    opacity: 1;
    transform: none;
  }
  
  #amos-index .amos-marquee {
    transform: none;
  }
}










#amos-index .amos-testi {
  position: relative;
  overflow: hidden;
  padding-inline: 0;
}
#amos-index .amos-testi__eyebrow {
  text-align: center;
  margin-bottom: 30px;
}
#amos-index .amos-testi__stack {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#amos-index .amos-testi__title {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: max-content;
  max-width: 92vw;
  text-align: center;
  


  font-size: clamp(2.25rem, 7vw, 4.5rem);
  line-height: 1.05;
  padding: 18px 30px;
  border-radius: var(--amos-r-pill);
  

  background: radial-gradient(closest-side, var(--amos-bg) 62%, rgba(11, 12, 11, 0) 100%);
  text-shadow: 0 2px 18px var(--amos-bg), 0 0 40px var(--amos-bg);
}
#amos-index .amos-testi__row {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}
#amos-index .amos-testi__row--front {
  z-index: 3;
}
#amos-index .amos-testi__track {
  display: flex;
  width: max-content;
  will-change: transform;
}
#amos-index .amos-testi__track.is-running {
  animation: amos-marquee var(--amos-testi-dur, 60s) linear infinite;
}
#amos-index .amos-testi__run {
  display: flex;
  flex: 0 0 auto;
}
#amos-index .amos-quote {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  flex: 0 0 auto;
  margin-inline: 6px;
  padding: 12px 22px;
  



  flex-wrap: wrap;
  max-width: min(78vw, 300px);
  border-radius: var(--amos-r-lg);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line);
  box-shadow: var(--amos-inset);
  white-space: normal;
  font-size: 0.9375rem;
  color: var(--amos-text-2);
}
#amos-index .amos-quote__who {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--amos-text-3);
}
#amos-index .amos-testi__row--front .amos-quote {
  background: var(--amos-surface-2);
  border-color: var(--amos-line-2);
  box-shadow: var(--amos-inset), var(--amos-shadow-pill);
}

@media (min-width: 768px) {
  #amos-index .amos-testi__stack {
    gap: 16px;
  }
  #amos-index .amos-quote {
    margin-inline: 8px;
    padding: 14px 26px;
    font-size: 1rem;
    max-width: none;
    white-space: nowrap;
    border-radius: var(--amos-r-pill);
  }
}






#amos-index .amos-totop {
  position: fixed;
  z-index: 45;
  right: 16px;
  bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-inset), 0 10px 30px -8px rgba(0, 0, 0, 0.85);
  color: var(--amos-text-2);
  cursor: pointer;
  

  opacity: 0;
  

  pointer-events: none;
  transform: translateY(12px) scale(0.9);
  transition: opacity var(--amos-t-mid) var(--amos-ease-out),
    transform var(--amos-t-mid) var(--amos-ease-out),
    background var(--amos-t-fast), color var(--amos-t-fast), border-color var(--amos-t-fast);
}
#amos-index .amos-totop[hidden] {
  display: none;
}
#amos-index .amos-totop.is-in {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
#amos-index .amos-totop:hover {
  background: var(--amos-surface-3);
  border-color: var(--amos-line-2);
  color: var(--amos-text);
}
#amos-index .amos-totop svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1024px) {
  #amos-index .amos-totop {
    right: 24px;
    bottom: 24px;
  }
}










#amos-index .amos-modal:not([open]) {
  display: none;
}
#amos-index .amos-modal {
  position: fixed;
  z-index: 80;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 20px;
  border: 0;
  overflow: auto;
  background: rgba(6, 7, 6, 0.72);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: var(--amos-text);
}
#amos-index .amos-modal[open] {
  display: flex;
  align-items: center;
  justify-content: center;
}
#amos-index .amos-modal::backdrop {
  background: transparent; 
}
#amos-index .amos-modal__card {
  
  outline: 0;
  width: 100%;
  max-width: 520px;
  padding: 22px;
  border-radius: var(--amos-r-lg);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-inset), var(--amos-shadow-card);
}
#amos-index .amos-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--amos-line);
}
#amos-index .amos-modal__lede {
  margin-top: 6px;
  color: var(--amos-text-2);
  font-size: 0.875rem;
}
#amos-index .amos-modal__close {
  background: var(--amos-surface-2);
  color: var(--amos-text-2);
  border: 1px solid var(--amos-line);
}
#amos-index .amos-modal__close:hover {
  background: var(--amos-surface-3);
  color: var(--amos-text);
}
#amos-index .amos-modal__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
#amos-index .amos-modal__note {
  margin-top: 16px;
  text-align: center;
  color: var(--amos-text-3);
  font-size: 0.8125rem;
}

#amos-index .amos-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
  color: var(--amos-text);
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  transition: background var(--amos-t-fast), border-color var(--amos-t-fast),
    box-shadow var(--amos-t-fast);
}
#amos-index .amos-dl:hover {
  background: var(--amos-surface-3);
  border-color: var(--amos-line-2);
}
#amos-index .amos-dl__icon {
  display: flex;
  flex: 0 0 auto;
}
#amos-index .amos-dl__icon svg {
  width: 20px;
  height: 20px;
}
#amos-index .amos-dl--support {
  background: transparent;
  color: var(--amos-text-2);
}


#amos-index .amos-dl.is-reco {
  border-color: rgba(96, 153, 102, 0.5);
  box-shadow: var(--amos-inset), 0 0px 60px -10px var(--amos-glow);
}

@media (min-width: 560px) {
  #amos-index .amos-modal__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}






#amos-index .amos-legal {
  border-bottom: 0;
}
#amos-index .amos-prose {
  max-width: 74ch;
  margin-inline: auto;
  color: var(--amos-text-2);
  font-size: 1rem;
  line-height: 1.75;
}
#amos-index .amos-prose .amos-h1 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--amos-text);
}
#amos-index .amos-prose .amos-eyebrow {
  display: block;
  margin-bottom: 14px;
}
#amos-index .amos-prose__lede {
  font-size: clamp(1.0625rem, 2.2vw, 1.1875rem);
  line-height: 1.65;
  color: var(--amos-text);
}
#amos-index .amos-prose h2 {
  margin-top: 52px;
  margin-bottom: 14px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--amos-text);
  scroll-margin-top: 88px;
}
#amos-index .amos-prose h3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: var(--amos-text);
}
#amos-index .amos-prose p {
  margin-bottom: 16px;
}
#amos-index .amos-prose ul,
#amos-index .amos-prose ol {
  margin-bottom: 18px;
  padding-inline-start: 1.35em;
}
#amos-index .amos-prose ul {
  list-style: disc;
}
#amos-index .amos-prose ol {
  list-style: decimal;
}
#amos-index .amos-prose li {
  margin-bottom: 8px;
  padding-inline-start: 2px;
}
#amos-index .amos-prose li::marker {
  color: var(--amos-text-3);
}
#amos-index .amos-prose strong {
  color: var(--amos-text);
  font-weight: 600;
}
#amos-index .amos-prose a {
  color: var(--amos-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(157, 192, 139, 0.4);
}
#amos-index .amos-prose a:hover {
  text-decoration-color: currentColor;
}
#amos-index .amos-prose code {
  padding: 2px 6px;
  border-radius: var(--amos-r-sm);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.875em;
  color: var(--amos-text);
}



#amos-index .amos-note {
  margin: 28px 0 32px;
  padding: 22px 24px;
  border-radius: var(--amos-r-lg);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-inset);
}
#amos-index .amos-prose .amos-note h2 {
  margin: 0 0 12px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  color: var(--amos-secondary);
}
#amos-index .amos-note > :last-child,
#amos-index .amos-prose .amos-note ul {
  margin-bottom: 0;
}

#amos-index .amos-note--warn {
  border-color: rgba(245, 181, 181, 0.35);
}
#amos-index .amos-note--warn strong {
  color: var(--amos-danger);
}

@media (min-width: 1024px) {
  #amos-index .amos-prose {
    font-size: 1.0625rem;
  }
  #amos-index .amos-prose h2 {
    margin-top: 64px;
    font-size: 1.5rem;
  }
}





#amos-index .amos-disclose {
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: var(--amos-r-md);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line);
}
#amos-index .amos-disclose > summary {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  list-style: none;
  color: var(--amos-text-2);
}
#amos-index .amos-disclose > summary::-webkit-details-marker {
  display: none;
}
#amos-index .amos-disclose > summary::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: 0.55em;
  border-right: 2px solid var(--amos-secondary);
  border-bottom: 2px solid var(--amos-secondary);
  transform: rotate(-45deg);
  transition: transform var(--amos-t-fast) var(--amos-ease-out);
}
#amos-index .amos-disclose[open] > summary::before {
  transform: rotate(45deg);
}
#amos-index .amos-disclose > summary:hover {
  color: var(--amos-text);
}
#amos-index .amos-prose .amos-disclose > summary strong {
  color: var(--amos-text);
}
#amos-index .amos-prose .amos-disclose > :not(summary) {
  margin-top: 14px;
  margin-bottom: 0;
  padding-inline-start: 19px;
}
#amos-index .amos-prose .amos-disclose > p + p {
  margin-top: 12px;
}



#amos-index .amos-h1--page {
  margin-bottom: 16px;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.02em;
  max-width: 20ch;
  color: var(--amos-text);
}





#amos-index .amos-panel-toggle {
  margin-top: 24px;
  border-radius: var(--amos-r-lg);
  background: var(--amos-surface);
  border: 1px solid var(--amos-line-2);
  box-shadow: var(--amos-inset);
  overflow: hidden;
}
#amos-index .amos-panel-toggle > summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
#amos-index .amos-panel-toggle > summary::-webkit-details-marker {
  display: none;
}
#amos-index .amos-panel-toggle > summary::after {
  content: "";
  flex: 0 0 auto;
  margin-inline-start: auto;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--amos-secondary);
  border-bottom: 2px solid var(--amos-secondary);
  transform: translateY(-2px) rotate(45deg);
  transition: transform var(--amos-t-fast) var(--amos-ease-out);
}
#amos-index .amos-panel-toggle[open] > summary::after {
  transform: translateY(2px) rotate(-135deg);
}
#amos-index .amos-panel-toggle > summary:hover {
  background: var(--amos-surface-2);
}
#amos-index .amos-panel-toggle__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--amos-text);
}
#amos-index .amos-panel-toggle__meta {
  font-size: 0.8125rem;
  color: var(--amos-text-3);
  font-variant-numeric: tabular-nums;
}
#amos-index .amos-panel-toggle__body {
  padding: 20px 22px 24px;
  border-top: 1px solid var(--amos-line);
}

#amos-index .amos-mirrors__warn {
  margin-top: 20px;
  max-width: 68ch;
  padding: 12px 16px;
  border-radius: var(--amos-r-md);
  background: rgba(245, 181, 181, 0.06);
  border: 1px solid rgba(245, 181, 181, 0.28);
  color: var(--amos-text);
  font-size: 0.9375rem;
}



#amos-index .amos-search {
  position: relative;
  max-width: 380px;
}
#amos-index .amos-search__icon {
  position: absolute;
  left: 14px;
  top: 50%;
  width: 17px;
  height: 17px;
  translate: 0 -50%;
  color: var(--amos-text-3);
  pointer-events: none;
}
#amos-index .amos-search__input {
  width: 100%;
  padding: 11px 14px 11px 40px;
  border-radius: var(--amos-r-pill);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
  color: var(--amos-text);
  font: inherit;
  font-size: 0.9375rem;
}
#amos-index .amos-search__input::placeholder {
  color: var(--amos-text-3);
}
#amos-index .amos-search__input:focus {
  outline: 0;
  border-color: var(--amos-primary);
  box-shadow: 0 0 0 3px rgba(96, 153, 102, 0.18);
}
#amos-index .amos-search__empty {
  margin-top: 16px;
  color: var(--amos-text-3);
  font-size: 0.9375rem;
}



#amos-index .amos-tablewrap {
  margin-top: 18px;
  overflow-x: auto; 
}
#amos-index .amos-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}
#amos-index .amos-table th,
#amos-index .amos-table td {
  padding: 12px 16px 12px 0;
  text-align: start;
  border-bottom: 1px solid var(--amos-line);
  white-space: nowrap;
}
#amos-index .amos-table thead th {
  padding-top: 0;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase !important;
  color: var(--amos-text-3);
}
#amos-index .amos-table tbody th {
  font-weight: 600;
  color: var(--amos-text);
}
#amos-index .amos-table tbody th a {
  color: var(--amos-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(157, 192, 139, 0.4);
}
#amos-index .amos-table tbody th a:hover {
  text-decoration-color: currentColor;
}
#amos-index .amos-table td {
  color: var(--amos-text-2);
}
#amos-index .amos-table tbody tr:last-child th,
#amos-index .amos-table tbody tr:last-child td {
  border-bottom: 0;
}
#amos-index .amos-table tr[hidden] {
  display: none;
}



#amos-index .amos-status__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
#amos-index .amos-status__banner {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  border-radius: var(--amos-r-pill);
  background: rgba(123, 196, 127, 0.1);
  border: 1px solid rgba(123, 196, 127, 0.3);
  color: var(--amos-text);
  font-size: 0.875rem;
  font-weight: 600;
}
#amos-index .amos-status__scale {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--amos-line);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--amos-text-3);
}
#amos-index .amos-status__list {
  display: grid;
  gap: 4px;
}
#amos-index .amos-mon {
  padding: 16px 0;
  border-bottom: 1px solid var(--amos-line);
}
#amos-index .amos-mon:last-child {
  border-bottom: 0;
}
#amos-index .amos-mon__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}
#amos-index .amos-mon__name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--amos-text);
}
#amos-index .amos-mon__state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8125rem;
  color: var(--amos-text-2);
}



#amos-index .amos-mon__bars {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  height: 28px;
}


#amos-index .amos-bar {
  flex: 1 1 0;
  max-width: 9px;
  min-width: 2px;
  border-radius: 3px;
  background: var(--amos-surface-3);
}
#amos-index .amos-bar.is-up {
  background: var(--amos-online);
}
#amos-index .amos-bar.is-degraded {
  background: var(--amos-degraded);
}
#amos-index .amos-bar.is-down {
  background: var(--amos-danger);
}
#amos-index .amos-bar.is-unknown {
  background: var(--amos-surface-3);
}

#amos-index .amos-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--amos-line);
  font-size: 0.8125rem;
  color: var(--amos-text-3);
}
#amos-index .amos-legend li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
#amos-index .amos-legend .amos-bar {
  flex: 0 0 auto;
  width: 8px;
  height: 16px;
}

@media (min-width: 768px) {
  #amos-index .amos-mon {
    display: grid;
    grid-template-columns: 13rem 1fr;
    align-items: center;
    gap: 20px;
  }
  #amos-index .amos-mon__head {
    display: contents;
  }
  #amos-index .amos-mon__name {
    grid-column: 1;
  }
  #amos-index .amos-mon__bars {
    grid-column: 2;
    grid-row: 1;
  }
  

  #amos-index .amos-mon {
    grid-template-columns: 13rem 1fr auto;
  }
  #amos-index .amos-mon__state {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
    min-width: 7.5rem;
  }
}






#amos-index .amos-contact__head {
  max-width: 46ch;
  margin-inline: auto;
  text-align: center;
}
#amos-index .amos-form {
  max-width: 34rem;
  margin: 36px auto 0;
  display: grid;
  gap: 20px;
}
#amos-index .amos-field {
  display: grid;
  gap: 8px;
}
#amos-index .amos-field__label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--amos-text);
}



#amos-index .amos-field__input {
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--amos-r-sm);
  background: var(--amos-surface-2);
  border: 1px solid var(--amos-line);
  color: var(--amos-text);
  font: inherit;
  font-size: 0.9375rem;
  line-height: 1.5;
}
#amos-index .amos-field__area {
  min-height: 168px;
  

  resize: vertical;
}
#amos-index .amos-field__input::placeholder {
  color: var(--amos-text-3);
}
#amos-index .amos-field__input:focus {
  outline: 0;
  border-color: var(--amos-primary);
  box-shadow: 0 0 0 3px rgba(96, 153, 102, 0.18);
}


#amos-index .amos-form.is-checked .amos-field__input:invalid {
  border-color: var(--amos-danger);
}
#amos-index .amos-field__hint {
  font-size: 0.8125rem;
  color: var(--amos-text-3);
}
#amos-index .amos-form__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
#amos-index .amos-form__status {
  font-size: 0.875rem;
  color: var(--amos-text-2);
}
#amos-index .amos-form__status.is-bad {
  color: var(--amos-danger);
}
#amos-index .amos-form__status.is-good {
  color: var(--amos-secondary);
}
#amos-index .amos-form__note {
  font-size: 0.875rem;
  color: var(--amos-text-3);
}
#amos-index .amos-form__note a {
  color: var(--amos-secondary);
  text-decoration: underline;
}
#amos-index .amos-form.is-busy {
  

  opacity: 0.72;
}





#amos-index .amos-about__value {
  border-bottom: 0;
}
#amos-index .amos-about__statement {
  max-width: 22ch;
  margin-inline: auto;
  margin-top: 18px;
  text-align: center;
  text-wrap: balance;
}
#amos-index .amos-about__value .amos-block {
  padding-block: calc(var(--amos-block-py) * 1.35);
}



#amos-index .amos-prose h2.amos-eyebrow {
  margin-top: 0;
  margin-bottom: 14px;
  

  text-align: center;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: var(--amos-primary);
}
#amos-index[data-locale="zh-cn"] .amos-prose h2.amos-eyebrow {
  letter-spacing: 0.04em;
}
