body { background-color: #f8fafc; color: #334155; font-family: "PingFang SC", "Hiragino Sans GB", sans-serif; margin: 0; }
.scaffold-box { max-width: 1200px; margin: 0 auto; padding: 25px; }
.apex-card { background: #fff; border: 1px solid #e2e8f0; border-radius: 4px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.apex-head { padding: 16px 22px; background: #fff; border-bottom: 2px solid #f1f5f9; font-weight: 800; color: #1e293b; display: flex; align-items: center; }
.apex-head::after { content: "DATA_CORE"; margin-left: auto; font-size: 10px; color: #cbd5e1; letter-spacing: 1px; }
.signal-strip { background: #fff; border: 1px solid #e2e8f0; border-left: 5px solid #06b6d4; padding: 18px 25px; border-radius: 2px; margin-bottom: 30px; display: flex; align-items: center; }
.signal-dot { width: 10px; height: 10px; background: #06b6d4; border-radius: 50%; margin-right: 18px; flex-shrink: 0; box-shadow: 0 0 10px rgba(6,182,212,0.4); }
.flow-table { width: 100%; border-collapse: collapse; }
.flow-table th { text-align: left; padding: 14px 20px; color: #94a3b8; font-size: 12px; font-weight: 600; border-bottom: 1px solid #f1f5f9; background: #fdfdfd; }
.flow-table td { padding: 18px 20px; border-bottom: 1px solid #f8fafc; font-size: 14px; }
.flow-table tr:hover { background-color: #fcfdfe; }
.worth-label { color: #e11d48; font-weight: 800; font-size: 17px; font-family: 'Inter', sans-serif; }
.trigger-link { background: #1e293b; color: #fff; padding: 7px 20px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.2s; display: inline-block; font-weight: 700; }
.trigger-link:hover { background: #06b6d4; }
.vault-nav { height: 60px; background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 4px rgba(0,0,0,0.02); }
.vault-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.seal-mark img { height: 26px; }
.link-nexus { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.link-nexus a { color: #475569; text-decoration: none; font-weight: 800; font-size: 13px; }
.link-nexus a:hover, .link-nexus a.active-node { color: #06b6d4; }
.aspect-thumb { width: 44px; height: 44px; background: #f1f5f9; border-radius: 4px; overflow: hidden; margin-right: 15px; border: 1px solid #e2e8f0; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.footer-base { padding: 80px 0 50px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #e2e8f0; margin-top: 100px; background: #fff; }
.footer-base a { color: #475569; text-decoration: none; margin: 0 15px; font-weight: 700; }
.capture-portal { width: 100%; height: 44px; border: 1px solid #d1d5db; border-radius: 2px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-portal:focus { border-color: #06b6d4; }
@media (max-width: 768px) { .link-nexus { display: none; } }