body { background-color: #f4f7f9; color: #4a5568; font-family: "PingFang SC", "STHeiti", sans-serif; margin: 0; line-height: 1.6; }
.horizon-vessel { max-width: 1000px; margin: 0 auto; padding: 30px 20px; }
.zenith-notice { background: #fff; border-radius: 12px; padding: 18px 25px; margin-bottom: 40px; display: flex; align-items: center; box-shadow: 0 4px 15px rgba(0,0,0,0.02); border: 1px solid #edf2f7; }
.pulse-indicator { width: 10px; height: 10px; background: #00d2ff; border-radius: 50%; margin-right: 20px; position: relative; flex-shrink: 0; }
.pulse-indicator::after { content: ""; position: absolute; top: -4px; left: -4px; width: 18px; height: 18px; border: 1px solid #00d2ff; border-radius: 50%; opacity: 0.3; animation: flow-wave 2s infinite; }
@keyframes flow-wave { 0% { transform: scale(0.6); opacity: 0.8; } 100% { transform: scale(2.2); opacity: 0; } }
.glide-headline { font-size: 14px; font-weight: 800; color: #00d2ff; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 2px; display: flex; align-items: center; }
.glide-headline::after { content: ""; flex: 1; height: 1px; background: #e2e8f0; margin-left: 15px; }
.glide-strip { background: #ffffff; border-radius: 16px; margin-bottom: 15px; padding: 25px 35px; display: flex; align-items: center; border: 1px solid #f0f3f5; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); text-decoration: none; }
.glide-strip:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,210,255,0.1); border-color: #00d2ff; }
.aspect-frame { width: 52px; height: 52px; background: #f8fafc; border-radius: 12px; overflow: hidden; margin-right: 30px; border: 1px solid #edf2f7; flex-shrink: 0; }
.aspect-frame img { width: 100%; height: 100%; object-fit: cover; }
.nexus-content { flex: 1; min-width: 0; }
.nexus-content h3 { font-size: 17px; font-weight: 700; color: #2d3748; margin: 0 0 6px; }
.nexus-content span { font-size: 13px; color: #a0aec0; }
.optic-worth { font-family: "SF Pro Text", sans-serif; font-size: 22px; font-weight: 700; color: #2d3748; margin: 0 40px; }
.trigger-nexus { background: #00d2ff; color: #fff; padding: 8px 26px; border-radius: 100px; font-size: 12px; font-weight: 700; transition: 0.3s; border: none; cursor: pointer; }
.glide-strip:hover .trigger-nexus { background: #000; box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
.deck-nav { height: 64px; background: rgba(255,255,255,0.85); 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; }
.menu-flow { display: flex; list-style: none; margin: 0; padding: 0; gap: 45px; }
.menu-flow a { color: #718096; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.menu-flow a:hover, .menu-flow a.active-link { color: #00d2ff; }
.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-field { 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-field:focus { border-color: #00d2ff; box-shadow: 0 0 0 4px rgba(0,210,255,0.05); }