body { background-color: #f0f7ff; color: #334155; font-family: "SF Pro Text", "PingFang SC", sans-serif; margin: 0; line-height: 1.6; }
.canopy-vessel { max-width: 1100px; margin: 0 auto; padding: 25px; }
.shimmer-card { background: rgba(255, 255, 255, 0.9); border-radius: 12px; border: 1px solid #e1e8f0; margin-bottom: 25px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.shimmer-head { padding: 18px 25px; background: #fff; border-bottom: 1px solid #f1f5f9; font-weight: 700; color: #1e293b; display: flex; align-items: center; }
.shimmer-head::before { content: ""; width: 4px; height: 16px; background: #3b82f6; margin-right: 12px; border-radius: 10px; }
.glide-ann { background: #fff; border: 1px solid #e1e8f0; border-left: 5px solid #3b82f6; padding: 16px 25px; border-radius: 8px; margin-bottom: 30px; display: flex; align-items: center; box-shadow: 0 2px 4px rgba(59,130,246,0.05); }
.orbit-marker { width: 10px; height: 10px; background: #3b82f6; border-radius: 50%; margin-right: 15px; flex-shrink: 0; position: relative; }
.orbit-marker::after { content: ""; position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border: 1px solid #3b82f6; border-radius: 50%; opacity: 0.3; animation: glide-aura 2s infinite; }
@keyframes glide-aura { 0% { transform: scale(0.6); opacity: 0.8; } 100% { transform: scale(2.2); opacity: 0; } }
.nexus-list { width: 100%; border-collapse: collapse; }
.nexus-list th { text-align: left; padding: 14px 20px; color: #94a3b8; font-size: 13px; font-weight: 600; border-bottom: 1px solid #f1f5f9; background: #fdfdfd; }
.nexus-list td { padding: 18px 20px; border-bottom: 1px solid #f8fafc; font-size: 14px; }
.nexus-list tr:hover { background-color: #fbfcfe; }
.prime-worth { color: #f43f5e; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; }
.action-trigger { background: #3b82f6; color: #ffffff; padding: 7px 22px; border-radius: 6px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; border: none; cursor: pointer; }
.action-trigger:hover { background: #2563eb; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(59,130,246,0.2); }
.sky-nav { height: 64px; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid #e1e8f0; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.nav-inner { max-width: 1100px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
.logo-aspect img { height: 28px; }
.link-cluster { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.link-cluster a { color: #64748b; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.link-cluster a:hover, .link-cluster a.active-link { color: #3b82f6; }
.aspect-thumb { width: 44px; height: 44px; background: #f1f5f9; border-radius: 8px; overflow: hidden; margin-right: 15px; border: 1px solid #e1e8f0; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.footer-node { padding: 80px 0 50px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #f1f5f9; margin-top: 100px; background: #fff; }
.footer-node a { color: #64748b; text-decoration: none; margin: 0 15px; font-weight: 600; }
.input-capture { width: 100%; height: 44px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfcfc; }
.input-capture:focus { border-color: #3b82f6; background: #fff; box-shadow: 0 0 0 4px rgba(59,130,246,0.05); }
@media (max-width: 768px) { .link-cluster { display: none; } }