body { background-color: #f8fafc; color: #334155; font-family: "Inter", "Microsoft YaHei", sans-serif; margin: 0; line-height: 1.5; }
.prism-vessel { max-width: 1200px; margin: 0 auto; padding: 20px; }
.strata-card { background: #fff; border-radius: 4px; border: 1px solid #e2e8f0; margin-bottom: 20px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.03); }
.fusion-notice { background: #fff; border: 1px solid #e2e8f0; border-left: 4px solid #2563eb; padding: 15px 20px; border-radius: 4px; margin-bottom: 25px; display: flex; align-items: center; }
/* 图标兼容方案 */
.prism-indicator { width: 12px; height: 12px; background: #2563eb; border-radius: 2px; margin-right: 15px; flex-shrink: 0; }
.logic-header { padding: 14px 20px; background: #fdfdfd; border-bottom: 1px solid #f1f5f9; font-weight: 700; color: #1e293b; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.orbit-table { width: 100%; border-collapse: collapse; }
.orbit-table th { text-align: left; padding: 12px 20px; color: #94a3b8; font-size: 12px; font-weight: 600; border-bottom: 1px solid #f1f5f9; background: #fcfdfe; }
.orbit-table td { padding: 15px 20px; border-bottom: 1px solid #f8fafc; font-size: 14px; }
.orbit-table tr:hover { background-color: #f9fafb; }
.static-price { color: #e11d48; font-weight: 800; font-size: 16px; }
.trigger-link { background: #1e293b; color: #fff; padding: 6px 16px; border-radius: 4px; text-decoration: none; font-size: 12px; transition: 0.2s; display: inline-block; }
.trigger-link:hover { background: #334155; }
.ethereal-nav { height: 60px; background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 2000; }
.nav-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.logo-box img { height: 26px; }
.menu-flow { display: flex; list-style: none; margin: 0; padding: 0; gap: 30px; }
.menu-flow a { color: #64748b; text-decoration: none; font-weight: 600; font-size: 14px; }
.menu-flow a:hover, .menu-flow a.active-state { color: #2563eb; }
.visual-thumb { width: 42px; height: 42px; background: #f1f5f9; border-radius: 4px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: 15px; border: 1px solid #f1f5f9; }
.visual-thumb img { width: 100%; height: 100%; object-fit: cover; }
.base-footer { padding: 60px 0 40px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #f1f5f9; margin-top: 80px; background: #fff; }
.base-footer a { color: #475569; text-decoration: none; margin: 0 15px; }
.entry-capture { width: 100%; height: 40px; border: 1px solid #d1d5db; border-radius: 4px; padding: 0 12px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.entry-capture:focus { border-color: #2563eb; ring: 2px solid #bfdbfe; }
@media (max-width: 768px) { .menu-flow { display: none; } }