body { background-color: #f9fbfd; color: #4a5568; font-family: "PingFang SC", "STHeiti", sans-serif; margin: 0; line-height: 1.6; }
.aura-vessel { max-width: 1200px; margin: 0 auto; padding: 25px; }
.haven-card { background: #ffffff; border-radius: 16px; border: 1px solid #f0f0f0; margin-bottom: 25px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.haven-head { padding: 18px 25px; background: #fff; border-bottom: 1px solid #f7f7f7; font-weight: 700; color: #2d3748; display: flex; align-items: center; font-size: 16px; }
.glide-notice { background: #fff; border: 1px solid #f0f0f0; border-radius: 12px; padding: 18px 25px; margin-bottom: 30px; display: flex; align-items: center; box-shadow: 0 2px 10px rgba(0,0,0,0.01); }
.glide-ring { width: 12px; height: 12px; border: 2px solid #10b981; border-radius: 50%; margin-right: 15px; flex-shrink: 0; position: relative; }
.glide-ring::after { content: ""; position: absolute; top: -2px; left: -2px; width: 12px; height: 12px; border: 2px solid #10b981; border-radius: 50%; animation: ring-pulse 2s infinite; }
@keyframes ring-pulse { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(2.5); opacity: 0; } }
.flow-list { width: 100%; border-collapse: collapse; }
.flow-list th { text-align: left; padding: 15px 20px; color: #a0aec0; font-size: 13px; font-weight: 500; border-bottom: 1px solid #f7f7f7; }
.flow-list td { padding: 20px; border-bottom: 1px solid #fbfbfb; font-size: 14px; }
.flow-list tr:last-child td { border-bottom: none; }
.flow-list tr:hover { background-color: #fcfdfe; }
.worth-text { color: #f56c6c; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; }
.prime-trigger { background: #2d3748; color: #fff; padding: 8px 22px; border-radius: 8px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; border: none; cursor: pointer; }
.prime-trigger:hover { background: #1a202c; transform: scale(1.02); }
.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: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.logo-seal img { height: 32px; }
.link-nexus { display: flex; list-style: none; margin: 0; padding: 0; gap: 45px; }
.link-nexus a { color: #718096; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.link-nexus a:hover, .link-nexus a.active-anchor { color: #2d3748; }
.aspect-thumb { width: 46px; height: 46px; background: #f7fafc; border-radius: 10px; overflow: hidden; margin-right: 15px; border: 1px solid #edf2f7; }
.aspect-thumb img { width: 100%; height: 100%; object-fit: cover; }
.base-footer { padding: 80px 0 50px; text-align: center; color: #a0aec0; font-size: 13px; border-top: 1px solid #f0f0f0; margin-top: 100px; background: #fff; }
.base-footer a { color: #718096; text-decoration: none; margin: 0 15px; }
.capture-field { width: 100%; height: 46px; border: 1px solid #e2e8f0; border-radius: 10px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; }
.capture-field:focus { border-color: #2d3748; box-shadow: 0 0 0 3px rgba(45,55,72,0.05); }
@media (max-width: 768px) { .link-nexus { display: none; } }