body { background-color: #fcfcfc; color: #2d3436; font-family: "PingFang SC", "Hiragino Sans GB", sans-serif; margin: 0; line-height: 1.6; }
.lumix-main { max-width: 1200px; margin: 0 auto; padding: 25px; }
.glance-card { background: #fff; border: 1px solid #edf2f7; border-radius: 4px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.glance-head { padding: 15px 20px; background: #fff; border-bottom: 2px solid #f8f9fa; font-weight: 700; color: #1a1a1a; display: flex; align-items: center; letter-spacing: 0.5px; }
.glance-head::before { content: ""; width: 8px; height: 8px; border: 2px solid #1e9fff; margin-right: 12px; border-radius: 50%; }
.stripe-ann { background: #fff; border: 1px solid #e2e8f0; padding: 15px 25px; border-radius: 4px; margin-bottom: 30px; display: flex; align-items: center; }
.sign-dot { width: 10px; height: 10px; background: #ff9f43; border-radius: 50%; margin-right: 15px; flex-shrink: 0; box-shadow: 0 0 10px rgba(255,159,67,0.4); }
.entry-table { width: 100%; border-collapse: collapse; }
.entry-table th { text-align: left; padding: 14px 20px; color: #b2bec3; font-size: 12px; font-weight: 600; border-bottom: 1px solid #f1f5f9; background: #fafafa; }
.entry-table td { padding: 18px 20px; border-bottom: 1px solid #f8f9fa; font-size: 14px; }
.entry-table tr:hover { background-color: #fcfdfe; }
.prime-valuation { color: #d63031; font-weight: 800; font-size: 17px; font-family: 'Inter', sans-serif; }
.trigger-prime { background: #1e9fff; color: #fff; padding: 6px 18px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; }
.trigger-prime:hover { background: #007acc; transform: translateY(-1px); }
.fixed-nav { height: 64px; background: rgba(255,255,255,0.98); border-bottom: 1px solid #eee; 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; }
.mark-logo img { height: 28px; }
.nexus-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.nexus-menu a { color: #636e72; text-decoration: none; font-weight: 700; font-size: 14px; transition: 0.2s; }
.nexus-menu a:hover, .nexus-menu a.active-link { color: #1e9fff; }
.aspect-visual { width: 44px; height: 44px; background: #f1f2f6; border-radius: 4px; overflow: hidden; margin-right: 15px; border: 1px solid #eee; }
.aspect-visual img { width: 100%; height: 100%; object-fit: cover; }
.bottom-wrap { padding: 80px 0 50px; text-align: center; color: #b2bec3; font-size: 12px; border-top: 1px solid #f1f5f9; background: #fff; margin-top: 100px; }
.bottom-wrap a { color: #636e72; text-decoration: none; margin: 0 15px; font-weight: 700; }
.capture-field { width: 100%; height: 44px; border: 1px solid #dfe6e9; border-radius: 4px; padding: 0 12px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-field:focus { border-color: #1e9fff; box-shadow: 0 0 0 4px rgba(30,159,255,0.05); }
@media (max-width: 768px) { .nexus-menu { display: none; } }