body { background-color: #0f172a; color: #94a3b8; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; line-height: 1.6; }
.chamber-main { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.plate-notice { background: #1e293b; border: 1px solid #334155; border-left: 4px solid #22d3ee; 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图标方案：霓虹青矩形 */
.glow-signal { width: 12px; height: 12px; background: #22d3ee; margin-right: 15px; flex-shrink: 0; position: relative; box-shadow: 0 0 10px #22d3ee; }
.axis-heading { font-size: 14px; font-weight: 800; color: #22d3ee; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 2px; display: flex; align-items: center; }
.axis-heading::after { content: ""; flex: 1; height: 1px; background: #334155; margin-left: 15px; }

/* Ribbon 列表条目重构 - 霓虹极客风格 */
.ribbon-cell { background: #1e293b; border: 1px solid #334155; 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: 8px; }
.ribbon-cell:hover { border-color: #22d3ee; transform: scale(1.01); background: #243347; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.aspect-frame { width: 52px; height: 52px; background: #0f172a; border-radius: 6px; overflow: hidden; margin-right: 25px; border: 1px solid #334155; flex-shrink: 0; }
.aspect-frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.nexus-info { flex: 1; min-width: 0; }
.nexus-info h3 { font-size: 17px; font-weight: 700; color: #f8fafc; margin: 0 0 6px; }
.nexus-info p { font-size: 13px; color: #64748b; margin: 0; }
.quantum-price { color: #fbbf24; font-weight: 800; font-size: 20px; font-family: 'JetBrains Mono', monospace; margin: 0 35px; }
.trigger-btn { background: transparent; color: #22d3ee; border: 1px solid #22d3ee; padding: 7px 24px; border-radius: 4px; font-size: 12px; font-weight: 800; transition: 0.3s; }
.ribbon-cell:hover .trigger-btn { background: #22d3ee; color: #0f172a; box-shadow: 0 0 15px rgba(34,211,238,0.4); }

.vault-nav { height: 60px; background: rgba(15,23,42,0.9); backdrop-filter: blur(15px); border-bottom: 1px solid #334155; position: sticky; top: 0; z-index: 2000; }
.nav-container { 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: #22d3ee; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #334155; font-size: 11px; border-top: 1px solid #1e293b; margin-top: 100px; text-transform: uppercase; letter-spacing: 2px; }
.capture-box { width: 100%; height: 46px; background: #0f172a; border: 1px solid #334155; color: #fff; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; border-radius: 4px; }
.capture-box:focus { border-color: #22d3ee; box-shadow: 0 0 10px rgba(34,211,238,0.1); }
@media (max-width: 768px) { .quantum-price { margin: 0 15px; font-size: 16px; } .menu-flow { display: none; } }