body { background-color: #0f1115; color: #94a3b8; font-family: "Inter", "PingFang SC", sans-serif; margin: 0; line-height: 1.6; }
.axis-wrapper { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.shroud-notice { background: #1a1d23; border: 1px solid #2d333b; border-left: 4px solid #00f2ff; padding: 18px 25px; border-radius: 4px; margin-bottom: 40px; display: flex; align-items: center; box-shadow: 0 4px 20px rgba(0,0,0,0.3); }
/* 纯CSS图标：像素方阵 */
.vector-sign { width: 12px; height: 12px; background: #00f2ff; margin-right: 20px; flex-shrink: 0; position: relative; box-shadow: 0 0 10px rgba(0,242,255,0.5); }
.vector-sign::before { content: ""; position: absolute; top: -4px; left: -4px; width: 4px; height: 4px; background: inherit; opacity: 0.4; }
.vector-sign::after { content: ""; position: absolute; bottom: -4px; right: -4px; width: 4px; height: 4px; background: inherit; opacity: 0.4; }
.flux-heading { font-size: 14px; font-weight: 800; color: #00f2ff; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 2px; display: flex; align-items: center; }
.flux-heading::after { content: ""; flex: 1; height: 1px; background: #2d333b; margin-left: 15px; }

/* Ribbon 列表条目重构 - 数字化风格 */
.stratos-strip { background: #15181e; border: 1px solid #252a31; margin-bottom: 15px; padding: 22px 30px; display: flex; align-items: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-decoration: none; border-radius: 6px; border-left: 3px solid #252a31; }
.stratos-strip:hover { border-color: #00f2ff; background: #1c2128; border-left-color: #00f2ff; transform: scale(1.01); box-shadow: 0 15px 35px rgba(0,0,0,0.4); }

.pixel-aspect { width: 52px; height: 52px; background: #000; border-radius: 4px; overflow: hidden; margin-right: 25px; border: 1px solid #2d333b; flex-shrink: 0; }
.pixel-aspect img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; transition: 0.3s; }
.stratos-strip:hover .pixel-aspect img { opacity: 1; transform: scale(1.1); }

.nexus-content { flex: 1; min-width: 0; }
.nexus-content h3 { font-size: 17px; font-weight: 700; color: #fff; margin: 0 0 6px; }
.nexus-content p { font-size: 12px; color: #4b5563; margin: 0; }

.digit-worth { color: #00f2ff; font-weight: 800; font-size: 20px; font-family: 'JetBrains Mono', monospace; margin: 0 35px; }
.trigger-action { background: transparent; color: #00f2ff; border: 1px solid #00f2ff; padding: 7px 22px; border-radius: 4px; font-size: 11px; font-weight: 800; transition: 0.3s; }
.stratos-strip:hover .trigger-action { background: #00f2ff; color: #000; box-shadow: 0 0 15px rgba(0,242,255,0.3); }

.deck-nav { height: 60px; background: rgba(10,12,15,0.95); backdrop-filter: blur(20px); border-bottom: 1px solid #252a31; position: sticky; top: 0; z-index: 2000; }
.nav-inner { max-width: 1000px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.menu-flow { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.menu-flow a { color: #64748b; text-decoration: none; font-weight: 700; font-size: 13px; transition: 0.3s; }
.menu-flow a:hover, .menu-flow a.active-link { color: #fff; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #334155; font-size: 11px; border-top: 1px solid #1c2128; margin-top: 100px; text-transform: uppercase; letter-spacing: 2px; }
.capture-portal { width: 100%; height: 46px; background: #0a0c0f; border: 1px solid #2d333b; color: #fff; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; border-radius: 4px; }
.capture-portal:focus { border-color: #00f2ff; }
@media (max-width: 768px) { .digit-worth { margin: 0 15px; font-size: 16px; } .menu-flow { display: none; } }