body { background-color: #faf9f6; color: #2c2c2e; font-family: "SF Pro Display", "PingFang SC", sans-serif; margin: 0; line-height: 1.6; }
.sanctum-area { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.beacon-ann { background: #fff; border: 1px solid #eee; padding: 18px 25px; border-radius: 8px; margin-bottom: 40px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
.spark-gem { width: 10px; height: 10px; background: #c5a059; margin-right: 20px; transform: rotate(45deg); flex-shrink: 0; position: relative; }
.spark-gem::after { content: ""; position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border: 1px solid #c5a059; transform: rotate(0deg); opacity: 0.3; animation: gem-pulse 2s infinite; }
@keyframes gem-pulse { 0% { transform: scale(0.8); opacity: 0.5; } 100% { transform: scale(1.8); opacity: 0; } }
.prime-header { font-size: 20px; font-weight: 700; color: #1a1a1a; margin-bottom: 30px; display: flex; align-items: center; }
.prime-header::before { content: ""; width: 15px; height: 2px; background: #c5a059; margin-right: 15px; }

/* Ribbon 列表条目重构 - 现代轻奢风格 */
.track-item { background: #ffffff; border-bottom: 1px solid #f0f0f0; margin-bottom: 2px; padding: 25px 30px; display: flex; align-items: center; transition: all 0.4s ease; text-decoration: none; position: relative; }
.track-item:hover { background: #fff; z-index: 10; transform: translateY(-3px); box-shadow: 0 20px 40px rgba(197,160,89,0.1); border-bottom-color: transparent; border-radius: 12px; }
.track-item::before { content: ""; position: absolute; left: 0; top: 20%; bottom: 20%; width: 0; background: #c5a059; transition: 0.3s; }
.track-item:hover::before { width: 4px; }

.frame-aspect { width: 52px; height: 52px; background: #fdfdfd; border-radius: 50%; overflow: hidden; margin-right: 30px; border: 1px solid #f0f0f0; flex-shrink: 0; }
.frame-aspect img { width: 100%; height: 100%; object-fit: cover; }

.meta-content { flex: 1; min-width: 0; }
.meta-content h3 { font-size: 17px; font-weight: 600; color: #1a1a1a; margin: 0 0 6px; }
.meta-content p { font-size: 13px; color: #a0a0a0; margin: 0; }

.worth-pill { font-family: "SF Pro Text", sans-serif; font-size: 22px; font-weight: 700; color: #c5a059; margin: 0 40px; }
.trigger-action { background: #2c2c2e; color: #fff; padding: 8px 24px; border-radius: 100px; font-size: 12px; font-weight: 700; transition: 0.3s; text-transform: uppercase; }
.track-item:hover .trigger-action { background: #c5a059; box-shadow: 0 8px 20px rgba(197,160,89,0.3); }

.deck-nav { height: 64px; background: rgba(255,255,255,0.9); backdrop-filter: blur(20px); border-bottom: 1px solid #f0f0f0; 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; }
.nexus-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 45px; }
.nexus-links a { color: #8e8e93; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.nexus-links a:hover, .nexus-links a.active-link { color: #c5a059; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #aeaeb2; font-size: 12px; border-top: 1px solid #f0f0f0; margin-top: 100px; background: #fff; }
.input-portal { width: 100%; height: 48px; background: #fff; border: 1px solid #e5e5ea; border-radius: 8px; color: #1c1c1e; padding: 0 16px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.input-portal:focus { border-color: #c5a059; }
@media (max-width: 768px) { .worth-pill { margin: 0 15px; font-size: 18px; } .nexus-links { display: none; } }