:root {
  --primary: #5a5af6;
  --primary-hover: #4545e6;
  --primary-glow: rgba(90, 90, 246, 0.25);
  --bg-light: #f6f8fc;
  --surface-white: #ffffff;
  --surface-card: #f0f3fa;
  --text-main: #0f172a;
  --text-muted: #475569;
  --text-sub: #64748b;
  --radius: 20px;
  --border: #e2e8f0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  background-color: var(--bg-light);
  color: var(--text-main);
  line-height: 1.7;
  word-break: break-word;
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.35s ease;
}

/* 导航栏复用结构 */
.vultr {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.vultr-trace {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.sigil {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sigil img {
  height: 36px;
  width: auto;
  display: block;
}

.sigil-talis {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: -0.02em;
}

.vultr [role="navigation"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.vultr-glyph {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: 10px;
}

.vultr-glyph:hover {
  color: var(--primary);
  background: rgba(90, 90, 246, 0.06);
}

.vultr-glyph.active {
  color: var(--primary);
  background: rgba(90, 90, 246, 0.1);
  font-weight: 600;
}

/* 主内容容器 */
.sphere {
  width: 100%;
  overflow: hidden;
}

.enclave {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

/* 首屏/场景概览 (Hero角色变体) */
.primus {
  background: linear-gradient(180deg, #ffffff 0%, #f0f4ff 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4rem 2.5rem;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.08);
  text-align: center;
}

.primus-prism {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.aura-coda {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  background: rgba(90, 90, 246, 0.08);
  border: 1px solid rgba(90, 90, 246, 0.2);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary);
}

.talis-enclave {
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--text-main);
  letter-spacing: -0.03em;
  white-space: normal;
}

.vesta-primus {
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 680px;
  line-height: 1.7;
}

.nexus-pulsar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pulsar-primary {
  background-color: var(--primary);
  color: #ffffff;
  font-weight: 600;
  padding: 0.95rem 2.2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px var(--primary-glow);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pulsar-primary:hover {
  background-color: var(--primary-hover);
  transform: translateY(-2px);
}

.pulsar-secondary {
  background-color: #ffffff;
  color: var(--text-main);
  font-weight: 600;
  padding: 0.95rem 2.2rem;
  border-radius: 12px;
  border: 1px solid var(--border);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.pulsar-secondary:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-2px);
}

/* 顶层区块 1: 零实名匿名社交 (article - intro) */
.vaulty {
  background: var(--surface-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 3.5rem 2.5rem;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
}

.vaulty-prism {
  flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.talis-vaulty {
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.35;
}

.vesta-vaulty {
  font-size: 1.05rem;
  color: var(--text-muted);
}

.nexus-cipher {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
}

.cipher-echo {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.2rem;
  background: var(--surface-card);
  border-radius: 14px;
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: transform 0.35s ease;
}

.cipher-echo:hover {
  transform: translateX(4px);
  border-color: rgba(90, 90, 246, 0.3);
}

.notus-seal {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: rgba(90, 90, 246, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.cipher-vesta h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.3rem;
}

.cipher-vesta p {
  font-size: 0.925rem;
  color: var(--text-sub);
}

/* 结构化 Data UI 组件 */
.spire-dataui {
  flex: 1 1 400px;
  min-width: 0;
  background: #0b0f19;
  border-radius: 16px;
  padding: 2rem;
  color: #e2e8f0;
  box-shadow: 0 20px 40px rgba(11, 15, 25, 0.2);
  border: 1px solid #1e293b;
  position: relative;
  overflow: hidden;
}

.spire-dataui::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #5a5af6, #38bdf8, #818cf8);
}

.dataui-trace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1e293b;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.dataui-talis {
  font-size: 0.875rem;
  font-family: monospace;
  color: #94a3b8;
  letter-spacing: 0.05em;
}

.dataui-notus {
  display: flex;
  gap: 0.4rem;
}

.dataui-notus span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #334155;
}

.dataui-nexus {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-family: monospace;
  font-size: 0.875rem;
}

.dataui-row {
  background: #151d2a;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  border-left: 3px solid var(--primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dataui-key {
  color: #38bdf8;
}

.dataui-val {
  color: #4ade80;
  background: rgba(74, 222, 128, 0.1);
  padding: 0.15rem 0.5rem;
  border-radius: 4px;
}

/* 顶层区块 2: 商业机密与团队防护 (article - proof) */
.cipher {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 3.5rem 2.5rem;
  box-shadow: 0 10px 30px -5px rgba(15, 23, 42, 0.05);
}

.cipher-trace {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nexus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.vaulty-vaulty {
  background: var(--surface-white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.03);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  transition: all 0.35s ease;
}

.vaulty-vaulty:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(90, 90, 246, 0.12);
  border-color: rgba(90, 90, 246, 0.3);
}

.vaulty-notus {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(90, 90, 246, 0.15), rgba(90, 90, 246, 0.05));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.vaulty-talis {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
}

.vaulty-vesta {
  font-size: 0.95rem;
  color: var(--text-sub);
  line-height: 1.65;
}

/* 顶层区块 3: 跨国团队协同 (section - story) */
.glint {
  background: #0f172a;
  border-radius: var(--radius);
  padding: 4rem 2.5rem;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.25);
}

.glint-prism {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  align-items: center;
}

.glint-trace {
  flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.glint-talis {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  line-height: 1.3;
  color: #ffffff;
}

.glint-vesta {
  font-size: 1.05rem;
  color: #94a3b8;
  line-height: 1.7;
}

.glint-nexus {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.glint-echo {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  border-radius: 12px;
}

.glint-echo p {
  font-size: 0.95rem;
  color: #cbd5e1;
  font-weight: 500;
}

.glint-spire {
  flex: 1 1 400px;
  min-width: 0;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.node-matrix {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.node-echo {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.node-talis {
  font-size: 0.8rem;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.node-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: #38bdf8;
  font-family: monospace;
}

/* 顶层区块 4: 极客与高敏感场景对比 (aside - 语义混排) */
.haven {
  background: var(--surface-white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 3rem 2.5rem;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.haven-trace {
  text-align: center;
  margin-bottom: 2.5rem;
}

.haven-talis {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

.haven-vesta {
  font-size: 1rem;
  color: var(--text-sub);
}

.comparison-nexus {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.comparison-column {
  flex: 1 1 300px;
  min-width: 0;
  border-radius: 14px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.column-trad {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.column-secure {
  background: rgba(90, 90, 246, 0.04);
  border: 1.5px solid var(--primary);
}

.column-talis {
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.column-crypt {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.925rem;
}

.column-echo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* 页脚区域 */
.stasis {
  background: var(--surface-white);
  border-top: 1px solid var(--border);
  padding: 4rem 1.5rem 2rem 1.5rem;
  margin-top: 3rem;
}

.basil-orbit {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem;
}

.basil-sigil {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.basil-talis {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-main);
}

.basil-vesta {
  font-size: 0.9rem;
  color: var(--text-sub);
  line-height: 1.6;
}

.basil-nexus {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.basil-echo {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.basil-echo-talis {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.25rem;
}

.basil-glyph {
  font-size: 0.875rem;
  color: var(--text-muted);
}

.basil-glyph:hover {
  color: var(--primary);
}

.stasis-coda {
  max-width: 1200px;
  margin: 3rem auto 0 auto;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-sub);
}

/* 响应式调整 */
@media (max-width: 768px) {
  .vultr-trace {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .vultr [role="navigation"] {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.25rem;
  }
  .primus, .vaulty, .cipher, .glint, .haven {
    padding: 2rem 1.25rem;
  }
  .nexus-grid {
    grid-template-columns: 1fr;
  }
  .node-matrix {
    grid-template-columns: 1fr;
  }
}

.vultr-vultr {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.vultr-vultr,
.vultr-vultr *,
.vultr-vultr *::before,
.vultr-vultr *::after {
    box-sizing: border-box;
}

.vultr-vultr [role="navigation"],
.vultr-vultr div,
.vultr-vultr section,
.vultr-vultr article,
.vultr-vultr aside,
.vultr-vultr p,
.vultr-vultr h1,
.vultr-vultr h2,
.vultr-vultr h3,
.vultr-vultr h4,
.vultr-vultr h5,
.vultr-vultr h6,
.vultr-vultr a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.vultr-vultr p,
.vultr-vultr h1,
.vultr-vultr h2,
.vultr-vultr h3,
.vultr-vultr h4,
.vultr-vultr h5,
.vultr-vultr h6 {
    text-decoration: none;
}

.vultr-vultr img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.vultr-vultr {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.vultr-vultr a.vultr-vultr-glyph {
    --aisite-shell-nav-padding: 0.55rem 1.1rem;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.vultr-vultr a.vultr-vultr-glyph,
.vultr-vultr a.vultr-vultr-glyph:hover,
.vultr-vultr a.vultr-vultr-glyph:focus,
.vultr-vultr a.vultr-vultr-glyph:active,
.vultr-vultr a.vultr-vultr-glyph.active,
.vultr-vultr a.vultr-vultr-glyph[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.vultr-vultr{
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: rgba(255, 255, 255, 0.92);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid #e2e8f0;
        }

.vultr-vultr .vultr-vultr-trace{
            max-width: 1280px;
            margin: 0 auto;
            padding: 0.9rem 1.5rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.vultr-vultr .vultr-sigil{
            display: flex;
            align-items: center;
            gap: 0.75rem;
            text-decoration: none;
        }

.vultr-vultr .vultr-sigil img{
            height: 38px;
            width: auto;
            display: block;
        }

.vultr-vultr .vultr-sigil-talis{
            font-size: 1.25rem;
            font-weight: 700;
            color: #0b0f19;
            letter-spacing: -0.02em;
        }

.vultr-vultr .vultr-vultr-glyph{
            text-decoration: none;
            color: #475569;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 0.55rem 1.1rem;
            border-radius: 12px;
            transition: all 0.35s ease;
            min-width: 0;
        }

.vultr-vultr .vultr-vultr-glyph:hover{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.06);
        }

.vultr-vultr .vultr-vultr-glyph.active{
            color: #5a5af6;
            background-color: rgba(90, 90, 246, 0.12);
            font-weight: 600;
        }

@media (max-width: 768px){.vultr-vultr .vultr-vultr-trace{
                flex-direction: column;
                gap: 1rem;
            }}

.vultr-vultr {
    background: rgb(255, 255, 255);
    background-image: none;
}

.stasis-stasis {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.7;
    word-break: break-word;
    color: var(--text-main);
}
.stasis-stasis,
.stasis-stasis *,
.stasis-stasis *::before,
.stasis-stasis *::after {
    box-sizing: border-box;
}

.stasis-stasis [role="navigation"],
.stasis-stasis div,
.stasis-stasis section,
.stasis-stasis article,
.stasis-stasis aside,
.stasis-stasis p,
.stasis-stasis h1,
.stasis-stasis h2,
.stasis-stasis h3,
.stasis-stasis h4,
.stasis-stasis h5,
.stasis-stasis h6,
.stasis-stasis a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.stasis-stasis p,
.stasis-stasis h1,
.stasis-stasis h2,
.stasis-stasis h3,
.stasis-stasis h4,
.stasis-stasis h5,
.stasis-stasis h6 {
    text-decoration: none;
}

.stasis-stasis img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.stasis-stasis {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.stasis-stasis a,
.stasis-stasis a:hover,
.stasis-stasis a:focus,
.stasis-stasis a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.stasis-stasis .stasis-vesta-desc{
            font-size: 0.925rem;
            color: #64748b;
            line-height: 1.5;
        }

.stasis-stasis{
            background-color: #0b0f19;
            color: #94a3b8;
            border-top: 1px solid #1e293b;
            padding: 4rem 1.5rem 2.5rem 1.5rem;
        }

.stasis-stasis .stasis-stasis-orbit{
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            justify-content: space-between;
            margin-bottom: 3rem;
        }

.stasis-stasis .stasis-orbit-brand{
            flex: 1 1 320px;
            min-width: 0;
        }

.stasis-stasis .stasis-brand-name{
            font-size: 1.4rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.8rem;
        }

.stasis-stasis .stasis-orbit-vultr{
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
        }

.stasis-stasis .stasis-crypt-col{
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            min-width: 140px;
        }

.stasis-stasis .stasis-talis-col{
            font-size: 0.95rem;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 0.5rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

.stasis-stasis .stasis-glyph-orbit{
            color: #94a3b8;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.35s ease;
        }

.stasis-stasis .stasis-glyph-orbit:hover{
            color: #ffffff;
        }

.stasis-stasis .stasis-coda-bottom{
            max-width: 1280px;
            margin: 0 auto;
            border-top: 1px solid #1e293b;
            padding-top: 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.875rem;
        }