body { background-color: #fcfdfe; color: #1e293b; font-family: "Inter", -apple-system, sans-serif; margin: 0; }
.axis-container { max-width: 1200px; margin: 0 auto; padding: 25px; }
.grid-unit { background: #fff; border: 1px solid #e2e8f0; border-radius: 2px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.pivot-bar { padding: 16px 22px; background: #fff; border-bottom: 1px solid #f1f5f9; font-weight: 800; color: #0f172a; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.pivot-bar::after { content: ""; flex: 1; height: 1px; background: #f1f5f9; margin-left: 20px; }
.seal-notice { background: #fff; border: 1px solid #e2e8f0; border-left: 5px solid #0ea5e9; padding: 18px 25px; border-radius: 2px; margin-bottom: 30px; display: flex; align-items: center; }
.node-point { width: 10px; height: 10px; background: #0ea5e9; margin-right: 18px; transform: rotate(45deg); flex-shrink: 0; box-shadow: 0 0 8px rgba(14,165,233,0.4); }
.flow-registry { width: 100%; border-collapse: collapse; }
.flow-registry th { text-align: left; padding: 14px 20px; color: #94a3b8; font-size: 12px; font-weight: 600; border-bottom: 1px solid #f1f5f9; background: #f8fafc; }
.flow-registry td { padding: 18px 20px; border-bottom: 1px solid #f8fafc; font-size: 14px; }
.flow-registry tr:hover { background-color: #fcfcfc; }
.core-value { color: #e11d48; font-weight: 800; font-size: 18px; font-family: 'JetBrains Mono', monospace; }
.vector-trigger { background: #0f172a; color: #fff; padding: 7px 20px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.2s; display: inline-block; font-weight: 700; text-transform: uppercase; }
.vector-trigger:hover { background: #334155; }
.sky-vault { height: 64px; background: #fff; border-bottom: 1px solid #f1f5f9; 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 15px; }
.brand-image img { height: 24px; }
.link-nexus { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.link-nexus a { color: #64748b; text-decoration: none; font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }
.link-nexus a:hover, .link-nexus a.active-node { color: #0ea5e9; }
.aspect-thumb { width: 44px; height: 44px; background: #f8fafc; border-radius: 2px; overflow: hidden; margin-right: 15px; border: 1px solid #f1f5f9; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #f1f5f9; background: #fff; margin-top: 100px; }
.base-footer a { color: #475569; text-decoration: none; margin: 0 15px; font-weight: 700; }
.capture-field { width: 100%; height: 44px; border: 1px solid #e2e8f0; border-radius: 2px; padding: 0 12px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfdfe; }
.capture-field:focus { border-color: #0ea5e9; background: #fff; }
@media (max-width: 768px) { .link-nexus { display: none; } }