body { background-color: #f7f9fc; color: #334155; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; line-height: 1.5; }
.aero-vessel { max-width: 1200px; margin: 0 auto; padding: 25px; }
.breeze-card { background: #ffffff; border: 1px solid #eef2f7; border-radius: 12px; margin-bottom: 25px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.cloud-header { padding: 16px 20px; background: #fff; border-bottom: 1px solid #f1f5f9; font-weight: 600; color: #1e293b; display: flex; align-items: center; }
.cloud-header::before { content: ""; width: 4px; height: 16px; background: #1e9fff; margin-right: 12px; border-radius: 10px; }
.wind-notice { background: #fff; border: 1px solid #eef2f7; border-left: 5px solid #10b981; padding: 18px 25px; border-radius: 8px; margin-bottom: 30px; display: flex; align-items: center; box-shadow: 0 2px 4px rgba(0,0,0,0.02); }
.mist-indicator { width: 10px; height: 10px; background: #10b981; border-radius: 50%; margin-right: 15px; flex-shrink: 0; box-shadow: 0 0 8px rgba(16,185,129,0.4); }
.stream-table { width: 100%; border-collapse: collapse; }
.stream-table th { text-align: left; padding: 14px 20px; color: #94a3b8; font-size: 13px; border-bottom: 1px solid #f1f5f9; background: #fdfdfe; }
.stream-table td { padding: 18px 20px; border-bottom: 1px solid #f8fafc; font-size: 14px; }
.stream-table tr:hover { background-color: #fcfdfe; }
.float-price { color: #f43f5e; font-weight: 800; font-size: 18px; font-family: 'Inter', sans-serif; }
.aero-trigger { background: #1e9fff; color: #ffffff; padding: 7px 20px; border-radius: 6px; text-decoration: none; font-size: 12px; transition: 0.3s; display: inline-block; font-weight: 600; border: none; cursor: pointer; }
.aero-trigger:hover { background: #007acc; transform: translateY(-1px); box-shadow: 0 4px 12px rgba(30,159,255,0.2); }
.horizon-nav { height: 60px; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); border-bottom: 1px solid #eef2f7; position: sticky; top: 0; z-index: 2000; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.horizon-inner { max-width: 1200px; margin: 0 auto; height: 100%; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; }
.brand-logo img { height: 28px; }
.flow-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 40px; }
.flow-links a { color: #64748b; text-decoration: none; font-weight: 600; font-size: 14px; transition: 0.3s; }
.flow-links a:hover, .flow-links a.active-link { color: #1e9fff; }
.vision-thumb { width: 44px; height: 44px; background: #f1f5f9; border-radius: 8px; overflow: hidden; margin-right: 15px; border: 1px solid #eef2f7; }
.vision-thumb img { width: 100%; height: 100%; object-fit: cover; }
.nexus-footer { padding: 80px 0 50px; text-align: center; color: #94a3b8; font-size: 12px; border-top: 1px solid #f1f5f9; margin-top: 100px; background: #fff; }
.nexus-footer a { color: #64748b; text-decoration: none; margin: 0 15px; font-weight: 600; }
.apex-input { width: 100%; height: 44px; border: 1px solid #e2e8f0; border-radius: 8px; padding: 0 15px; box-sizing: border-box; outline: none; transition: 0.3s; margin-top: 10px; background: #fcfcfc; }
.apex-input:focus { border-color: #1e9fff; background: #fff; box-shadow: 0 0 0 4px rgba(30,159,255,0.05); }
@media (max-width: 768px) { .flow-links { display: none; } }