body { background-color: #f1f5f9; color: #334155; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; line-height: 1.6; }
.titan-shell { max-width: 1200px; margin: 0 auto; padding: 20px; }
.core-block { background: #fff; border: 1px solid #cbd5e1; border-radius: 2px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.05); }
.title-bar { padding: 15px 20px; background: #334155; font-weight: 700; color: #fff; display: flex; align-items: center; text-transform: uppercase; letter-spacing: 1px; }
.prime-ann { background: #fff; border: 1px solid #cbd5e1; border-left: 6px solid #334155; padding: 18px 25px; border-radius: 2px; margin-bottom: 30px; display: flex; align-items: center; }
.nexus-point { width: 12px; height: 12px; background: #334155; margin-right: 18px; flex-shrink: 0; position: relative; }
.nexus-point::after { content: ""; position: absolute; top: -4px; left: -4px; width: 16px; height: 16px; border: 1px solid #334155; opacity: 0.3; }
.flow-grid { width: 100%; border-collapse: collapse; }
.flow-grid th { text-align: left; padding: 12px 20px; color: #64748b; font-size: 13px; border-bottom: 2px solid #e2e8f0; background: #f8fafc; }
.flow-grid td { padding: 18px 20px; border-bottom: 1px solid #f1f5f9; font-size: 14px; }
.flow-grid tr:hover { background-color: #fcfcfc; }
.prime-valuation { color: #b91c1c; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; }
.nexus-trigger { background: #334155; color: #fff; padding: 8px 22px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.2s; display: inline-block; font-weight: 700; }
.nexus-trigger:hover { background: #1e293b; transform: translateY(-1px); }
.top-vault { height: 60px; background: #fff; border-bottom: 2px solid #334155; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 4px rgba(0,0,0,0.05); }
.vault-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
.brand-mark img { height: 24px; }
.link-nexus { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.link-nexus a { color: #334155; text-decoration: none; font-weight: 800; font-size: 14px; text-transform: uppercase; }
.link-nexus a:hover, .link-nexus a.active-link { color: #0284c7; }
.aspect-thumb { width: 44px; height: 44px; background: #f8fafc; border-radius: 2px; overflow: hidden; margin-right: 15px; border: 1px solid #e2e8f0; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ground-footer { padding: 80px 0 50px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #e2e8f0; margin-top: 100px; background: #fff; }
.ground-footer a { color: #475569; text-decoration: none; margin: 0 15px; font-weight: 700; }
.capture-field { width: 100%; height: 44px; border: 1px solid #cbd5e1; border-radius: 2px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfdfe; }
.capture-field:focus { border-color: #334155; }
@media (max-width: 768px) { .link-nexus { display: none; } }