body { background-color: #f8f9fa; color: #333; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; }
.vista-wrapper { max-width: 1200px; margin: 0 auto; padding: 20px; }
.shroud-card { background: #fff; border: 1px solid #e9ecef; border-radius: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.05); margin-bottom: 25px; overflow: hidden; }
.apex-header { padding: 15px 20px; background: #fafafa; border-bottom: 1px solid #dee2e6; font-weight: 600; color: #495057; display: flex; align-items: center; }
.apex-header::before { content: ""; width: 3px; height: 16px; background: #007bff; margin-right: 12px; }
.pulse-alert { background: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 15px 25px; border-radius: 4px; margin-bottom: 25px; font-size: 14px; }
.data-registry { width: 100%; border-collapse: collapse; }
.data-registry th { text-align: left; padding: 12px 15px; color: #868e96; font-size: 13px; border-bottom: 1px solid #dee2e6; background: #fdfdfd; }
.data-registry td { padding: 16px 15px; border-bottom: 1px solid #f8f9fa; font-size: 14px; }
.data-registry tr:hover { background-color: #fcfcfc; }
.value-highlight { color: #dc3545; font-weight: 700; font-size: 16px; }
.click-action { background: #007bff; color: #fff; padding: 6px 16px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; }
.click-action:hover { background: #0069d9; }
.sky-nav { height: 60px; background: #fff; border-bottom: 1px solid #e9ecef; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 4px rgba(0,0,0,0.02); }
.sky-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.brand-mark img { height: 28px; }
.orbit-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 35px; }
.orbit-links a { color: #495057; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.orbit-links a:hover, .orbit-links a.active-node { color: #007bff; }
.visual-thumb { width: 44px; height: 44px; background: #f8f9fa; border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: 15px; border: 1px solid #e9ecef; }
.visual-thumb img { width: 100%; height: 100%; object-fit: cover; }
.basement-footer { padding: 80px 0 40px; text-align: center; color: #adb5bd; font-size: 13px; border-top: 1px solid #e9ecef; background: #fff; margin-top: 100px; }
.capture-box { width: 100%; height: 42px; border: 1px solid #ced4da; border-radius: 4px; padding: 0 12px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 8px; }
.capture-box:focus { border-color: #80bdff; }
@media (max-width: 768px) { .orbit-links { display: none; } }