body { background-color: #f1f3f5; color: #4a5568; font-family: "PingFang SC", "Segoe UI", sans-serif; margin: 0; line-height: 1.6; }
.shroud-vessel { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.aura-notice { background: rgba(255,255,255,0.8); backdrop-filter: blur(10px); border: 1px solid #e2e8f0; padding: 18px 25px; border-radius: 12px; margin-bottom: 40px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.gaze-eye { width: 12px; height: 12px; border: 2px solid #64748b; border-radius: 50%; margin-right: 15px; position: relative; flex-shrink: 0; }
.gaze-eye::after { content: ""; position: absolute; top: 1px; left: 1px; width: 6px; height: 6px; background: #64748b; border-radius: 50%; opacity: 0.5; animation: gaze-pulse 3s infinite; }
@keyframes gaze-pulse { 0% { transform: scale(1); opacity: 0.5; } 50% { transform: scale(2.5); opacity: 0; } 100% { transform: scale(1); opacity: 0.5; } }
.mantle-title { font-size: 15px; font-weight: 700; color: #2d3748; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; border-left: 4px solid #64748b; padding-left: 15px; }

/* Ribbon 列表条目重构 - 雾面悬浮风格 */
.drift-strip { background: rgba(255,255,255,0.9); border-radius: 16px; margin-bottom: 15px; padding: 25px 35px; display: flex; align-items: center; border: 1px solid #f0f3f5; transition: all 0.4s ease; text-decoration: none; box-shadow: 0 2px 10px rgba(0,0,0,0.01); }
.drift-strip:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(100,116,139,0.1); border-color: #64748b; }

.frame-aspect { width: 52px; height: 52px; background: #fff; border-radius: 50%; overflow: hidden; margin-right: 30px; border: 1px solid #edf2f7; flex-shrink: 0; }
.frame-aspect img { width: 100%; height: 100%; object-fit: cover; }

.hub-content { flex: 1; min-width: 0; }
.hub-content h3 { font-size: 17px; font-weight: 700; color: #2d3748; margin: 0 0 6px; }
.hub-content p { font-size: 13px; color: #94a3b8; margin: 0; }

.digit-worth { font-family: "SF Pro Text", sans-serif; font-size: 22px; font-weight: 700; color: #2d3748; margin: 0 40px; }
.action-trigger { background: #64748b; color: #fff; padding: 8px 26px; border-radius: 100px; font-size: 12px; font-weight: 700; transition: 0.3s; border: none; cursor: pointer; }
.drift-strip:hover .action-trigger { background: #2d3748; box-shadow: 0 8px 20px rgba(0,0,0,0.15); }

.deck-nav { height: 64px; background: rgba(255,255,255,0.8); backdrop-filter: blur(15px); border-bottom: 1px solid #f0f0f0; position: sticky; top: 0; z-index: 2000; }
.deck-inner { max-width: 1000px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.nexus-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 45px; }
.nexus-menu a { color: #718096; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.nexus-menu a:hover, .nexus-menu a.active-node { color: #64748b; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #a0aec0; font-size: 12px; border-top: 1px solid #f0f0f0; margin-top: 100px; background: #fff; }
.capture-input { width: 100%; height: 48px; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; color: #2d3748; padding: 0 16px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-input:focus { border-color: #64748b; box-shadow: 0 0 0 4px rgba(100,116,139,0.05); }
@media (max-width: 768px) { .digit-worth { margin: 0 15px; font-size: 18px; } .nexus-menu { display: none; } }