body { background-color: #f4f7f6; color: #2d3436; font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; }
.galaxy-wrap { max-width: 1200px; margin: 0 auto; padding: 25px; }
.stratum-card { background: #fff; border: 1px solid #dfe6e9; border-radius: 4px; margin-bottom: 20px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.02); }
.stratum-head { padding: 15px 20px; background: #fafafa; border-bottom: 1px solid #f1f2f6; font-weight: 700; color: #2d3436; display: flex; align-items: center; }
.stratum-head::before { content: ""; width: 4px; height: 16px; background: #0984e3; margin-right: 12px; }
.vector-alert { background: #fff; border: 1px solid #0984e3; border-left-width: 5px; padding: 16px 25px; border-radius: 4px; margin-bottom: 30px; display: flex; align-items: center; }
.pulsar-icon { width: 10px; height: 10px; background: #0984e3; border-radius: 50%; margin-right: 15px; position: relative; flex-shrink: 0; }
.pulsar-icon::after { content: ""; position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border: 1px solid #0984e3; border-radius: 50%; opacity: 0.5; animation: orbit 2s linear infinite; }
@keyframes orbit { 0% { transform: scale(0.5); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }
.transit-table { width: 100%; border-collapse: collapse; }
.transit-table th { text-align: left; padding: 12px 15px; color: #636e72; font-size: 13px; border-bottom: 1px solid #f1f2f6; background: #fdfdfd; }
.transit-table td { padding: 18px 15px; border-bottom: 1px solid #f9f9f9; font-size: 14px; }
.transit-table tr:hover { background-color: #fbfbfb; }
.worth-label { color: #d63031; font-weight: 800; font-size: 17px; }
.action-trigger { background: #2d3436; color: #fff; padding: 7px 20px; border-radius: 2px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; }
.action-trigger:hover { background: #0984e3; }
.top-deck { height: 60px; background: #fff; border-bottom: 1px solid #dfe6e9; position: sticky; top: 0; z-index: 2000; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.deck-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.symbol-img img { height: 26px; }
.nexus-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.nexus-links a { color: #2d3436; text-decoration: none; font-weight: 700; font-size: 14px; }
.nexus-links a:hover, .nexus-links a.active-node { color: #0984e3; }
.aspect-frame { width: 42px; height: 42px; background: #f1f2f6; border-radius: 4px; overflow: hidden; margin-right: 15px; border: 1px solid #dfe6e9; }
.aspect-frame img { width: 100%; height: 100%; object-fit: cover; }
.bottom-wrap { padding: 80px 0 50px; text-align: center; color: #b2bec3; font-size: 13px; border-top: 1px solid #dfe6e9; background: #fff; margin-top: 100px; }
.bottom-wrap a { color: #636e72; text-decoration: none; margin: 0 15px; font-weight: 600; }
.capture-input { width: 100%; height: 44px; border: 1px solid #dfe6e9; border-radius: 2px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-input:focus { border-color: #0984e3; }
@media (max-width: 768px) { .nexus-links { display: none; } }