body { background-color: #f5f8fa; color: #34495e; font-family: "Segoe UI", "PingFang SC", sans-serif; margin: 0; }
.prism-container { max-width: 1200px; margin: 0 auto; padding: 25px; }
.flare-card { background: #fff; border: 1px solid #e9ecef; border-radius: 8px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.02); }
.beam-notice { background: #fff; border: 1px solid #dee2e6; border-left: 5px solid #3498db; padding: 18px 25px; border-radius: 6px; margin-bottom: 30px; display: flex; align-items: center; }
.flare-dot { width: 10px; height: 10px; background: #3498db; margin-right: 15px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); animation: flare-pulse 2s infinite; flex-shrink: 0; }
@keyframes flare-pulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } 100% { opacity: 1; transform: scale(1); } }
.glare-header { padding: 16px 20px; background: #fafbfc; border-bottom: 1px solid #eee; font-weight: 700; color: #2c3e50; font-size: 15px; }
.hue-flow-table { width: 100%; border-collapse: collapse; }
.hue-flow-table th { text-align: left; padding: 12px 15px; color: #95a5a6; font-size: 13px; border-bottom: 1px solid #f1f3f5; background: #fdfdfd; }
.hue-flow-table td { padding: 18px 15px; border-bottom: 1px solid #f8f9fa; font-size: 14px; }
.hue-flow-table tr:hover { background-color: #fbfcfe; }
.optic-price { color: #e74c3c; font-weight: 800; font-size: 17px; }
.beam-trigger { background: #34495e; color: #fff; padding: 6px 18px; border-radius: 4px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; }
.beam-trigger:hover { background: #3498db; }
.top-orbit { height: 60px; background: #fff; border-bottom: 1px solid #e9ecef; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 4px rgba(0,0,0,0.03); }
.orbit-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.brand-mark img { height: 26px; }
.nexus-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 35px; }
.nexus-links a { color: #576574; text-decoration: none; font-weight: 700; font-size: 14px; }
.nexus-links a:hover, .nexus-links a.active-beam { color: #3498db; }
.visual-aspect { width: 44px; height: 44px; background: #f1f2f6; border-radius: 6px; overflow: hidden; margin-right: 15px; border: 1px solid #e9ecef; }
.visual-aspect img { width: 100%; height: 100%; object-fit: cover; }
.footer-nexus { padding: 80px 0 50px; text-align: center; color: #95a5a6; font-size: 13px; border-top: 1px solid #e9ecef; background: #fff; margin-top: 100px; }
.footer-nexus a { color: #576574; text-decoration: none; margin: 0 15px; font-weight: 600; }
.capture-portal { width: 100%; height: 44px; border: 1px solid #dcdde1; border-radius: 4px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-portal:focus { border-color: #3498db; }
@media (max-width: 768px) { .nexus-links { display: none; } }