body { background-color: #fcfdfe; color: #1a1a1a; font-family: "PingFang SC", "Hiragino Sans GB", sans-serif; margin: 0; }
.nucleus-vessel { max-width: 1200px; margin: 0 auto; padding: 25px; }
/* 首页列表改为独立条目块逻辑 */
.sector-node { background: #fff; border: 1px solid #edf2f7; border-radius: 8px; margin-bottom: 12px; padding: 18px 25px; display: flex; align-items: center; transition: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.sector-node:hover { transform: translateX(5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); border-left: 4px solid #8b5cf6; }
.shroud-cat-hd { font-size: 16px; font-weight: 800; color: #1e293b; margin: 40px 0 20px; display: flex; align-items: center; }
.shroud-cat-hd::after { content: ""; flex: 1; height: 1px; background: #e2e8f0; margin-left: 20px; }
.ignition-alert { background: linear-gradient(90deg, #f8fafc 0%, #ffffff 100%); border-left: 5px solid #8b5cf6; padding: 20px; border-radius: 4px; margin-bottom: 30px; box-shadow: 0 4px 12px rgba(0,0,0,0.03); display: flex; align-items: center; }
.pulse-sign { width: 10px; height: 10px; background: #8b5cf6; border-radius: 2px; margin-right: 15px; transform: rotate(45deg); }
.pivot-price { color: #f43f5e; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; width: 120px; text-align: right; }
.action-anchor { background: #8b5cf6; color: #fff; padding: 8px 20px; border-radius: 6px; text-decoration: none; font-size: 13px; font-weight: 600; transition: 0.3s; }
.action-anchor:hover { background: #7c3aed; box-shadow: 0 4px 12px rgba(139,92,246,0.3); }
.site-vault { height: 68px; background: #fff; border-bottom: 1px solid #f1f5f9; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 2px 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; }
.vault-inner img { height: 32px; }
.logic-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.logic-menu a { color: #64748b; text-decoration: none; font-weight: 600; font-size: 14px; position: relative; }
.logic-menu a:hover, .logic-menu a.active-link { color: #8b5cf6; }
.thumb-aspect { width: 50px; height: 50px; background: #f1f5f9; border-radius: 8px; overflow: hidden; margin-right: 20px; border: 1px solid #e2e8f0; }
.thumb-aspect img { width: 100%; height: 100%; object-fit: cover; }
.ground-footer { padding: 80px 0 60px; text-align: center; color: #94a3b8; font-size: 13px; border-top: 1px solid #f1f5f9; margin-top: 100px; }
.ground-footer a { color: #475569; text-decoration: none; margin: 0 15px; font-weight: 600; }
.capture-portal { width: 100%; height: 46px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfdfe; }
.capture-portal:focus { border-color: #8b5cf6; background: #fff; box-shadow: 0 0 0 4px rgba(139,92,246,0.1); }
@media (max-width: 768px) { .sector-node { flex-wrap: wrap; } .pivot-price { width: 50%; text-align: left; margin-top: 10px; } .logic-menu { display: none; } }