body { background-color: #f9fafb; color: #111827; font-family: "Inter", system-ui, sans-serif; margin: 0; line-height: 1.6; }
.shell-wrap { max-width: 1200px; margin: 0 auto; padding: 25px; }
.core-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 4px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.core-head { padding: 16px 20px; background: #fff; border-bottom: 2px solid #f3f4f6; font-weight: 700; color: #111827; display: flex; align-items: center; }
.core-head::before { content: ""; width: 4px; height: 16px; background: #10b981; margin-right: 12px; border-radius: 2px; }
.beam-notice { background: #fff; border: 1px solid #e5e7eb; border-left: 5px solid #10b981; padding: 18px 25px; border-radius: 4px; margin-bottom: 30px; display: flex; align-items: center; }
.beam-dot { width: 10px; height: 10px; background: #10b981; border-radius: 50%; margin-right: 18px; flex-shrink: 0; box-shadow: 0 0 10px rgba(16,185,129,0.3); }
.registry-table { width: 100%; border-collapse: collapse; }
.registry-table th { text-align: left; padding: 14px 20px; color: #6b7280; font-size: 12px; font-weight: 600; border-bottom: 1px solid #f3f4f6; background: #f9fafb; }
.registry-table td { padding: 18px 20px; border-bottom: 1px solid #f3f4f6; font-size: 14px; }
.registry-table tr:hover { background-color: #fcfdfe; }
.worth-label { color: #dc2626; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; }
.action-anchor { background: #111827; color: #fff; padding: 7px 20px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.2s; display: inline-block; font-weight: 700; border: none; cursor: pointer; }
.action-anchor:hover { background: #374151; transform: translateY(-1px); }
.vault-nav { height: 60px; background: #fff; border-bottom: 1px solid #e5e7eb; 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: #4b5563; text-decoration: none; font-weight: 700; font-size: 14px; transition: 0.3s; }
.link-nexus a:hover, .link-nexus a.active-link { color: #10b981; }
.aspect-thumb { width: 44px; height: 44px; background: #f3f4f6; border-radius: 4px; overflow: hidden; margin-right: 15px; border: 1px solid #e5e7eb; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.footer-node { padding: 80px 0 50px; text-align: center; color: #9ca3af; font-size: 12px; border-top: 1px solid #e5e7eb; margin-top: 100px; background: #fff; }
.footer-node a { color: #4b5563; text-decoration: none; margin: 0 15px; font-weight: 700; }
.capture-portal { width: 100%; height: 44px; border: 1px solid #d1d5db; border-radius: 4px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfcfc; }
.capture-portal:focus { border-color: #10b981; }
@media (max-width: 768px) { .link-nexus { display: none; } }