body { background-color: #050505; color: #a0a0a0; font-family: "Inter", "PingFang SC", sans-serif; margin: 0; line-height: 1.6; }
.scaffold-container { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.glow-notice { background: #0d0d0d; border: 1px solid #1a1a1a; padding: 18px 25px; border-radius: 4px; margin-bottom: 40px; display: flex; align-items: center; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.pulse-flare { width: 10px; height: 10px; background: #9d00ff; border-radius: 2px; margin-right: 20px; flex-shrink: 0; position: relative; box-shadow: 0 0 10px #9d00ff; }
.pulse-flare::after { content: ""; position: absolute; top: -5px; left: -5px; width: 20px; height: 20px; border: 1px solid #9d00ff; border-radius: 2px; opacity: 0.3; animation: flux-wave 2s infinite; }
@keyframes flux-wave { 0% { transform: scale(0.5); opacity: 1; } 100% { transform: scale(2); opacity: 0; } }
.core-heading { font-size: 14px; font-weight: 800; color: #9d00ff; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 2px; display: flex; align-items: center; }
.core-heading::after { content: ""; flex: 1; height: 1px; background: #1a1a1a; margin-left: 15px; }

/* Ribbon 列表条目重构 - 机能风格 */
.ribbon-strip { background: #0a0a0a; border: 1px solid #161616; margin-bottom: 12px; padding: 22px 30px; display: flex; align-items: center; transition: 0.3s; text-decoration: none; border-radius: 4px; border-left: 4px solid #161616; }
.ribbon-strip:hover { border-color: #9d00ff; background: #0d0d0d; border-left-color: #9d00ff; box-shadow: 0 10px 30px rgba(157,0,255,0.1); }

.vessel-thumb { width: 50px; height: 50px; background: #000; border-radius: 2px; overflow: hidden; margin-right: 25px; border: 1px solid #1a1a1a; flex-shrink: 0; }
.vessel-thumb img { width: 100%; height: 100%; object-fit: cover; opacity: 0.8; filter: grayscale(0.5); transition: 0.3s; }
.ribbon-strip:hover .vessel-thumb img { opacity: 1; filter: grayscale(0); }

.info-content { flex: 1; min-width: 0; }
.info-content h3 { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 5px; }
.info-content p { font-size: 12px; color: #444; margin: 0; }

.digit-price { color: #9d00ff; font-weight: 800; font-size: 19px; font-family: 'JetBrains Mono', monospace; margin: 0 35px; }
.action-trigger { background: #1a1a1a; color: #9d00ff; border: 1px solid #9d00ff; padding: 6px 22px; border-radius: 2px; font-size: 11px; font-weight: 800; transition: 0.3s; }
.ribbon-strip:hover .action-trigger { background: #9d00ff; color: #000; }

.fixed-vault { height: 60px; background: #000; border-bottom: 1px solid #161616; position: sticky; top: 0; z-index: 2000; }
.vault-inner { max-width: 1000px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.link-nexus { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.link-nexus a { color: #555; text-decoration: none; font-weight: 700; font-size: 12px; text-transform: uppercase; transition: 0.3s; }
.link-nexus a:hover, .link-nexus a.active-link { color: #9d00ff; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #333; font-size: 11px; border-top: 1px solid #111; margin-top: 100px; text-transform: uppercase; letter-spacing: 2px; }
.capture-portal { width: 100%; height: 44px; background: #000; border: 1px solid #1a1a1a; color: #9d00ff; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; }
.capture-portal:focus { border-color: #9d00ff; }
@media (max-width: 768px) { .digit-price { margin: 0 15px; font-size: 16px; } .link-nexus { display: none; } }