body { background-color: #09090b; color: #e2e8f0; font-family: "Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; letter-spacing: 0.5px; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.hlm-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* 极暗金融导航栏 */
.hlm-header { background: rgba(9, 9, 11, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid #27272a; position: sticky; top: 0; z-index: 100; height: 72px; display: flex; align-items: center; }
.hlm-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.hlm-logo img { height: 28px; filter: drop-shadow(0 0 10px rgba(124, 58, 237, 0.5)); }

.hlm-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.hlm-menu a { font-size: 14px; color: #a1a1aa; font-weight: 600; transition: 0.3s; padding: 25px 0; border-bottom: 2px solid transparent; text-transform: uppercase; }
.hlm-menu a:hover, .hlm-active { color: #c4b5fd !important; border-bottom: 2px solid #a78bfa; }

.hlm-user-btn { font-size: 13px; color: #ffffff; background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); padding: 10px 24px; font-weight: 700; border-radius: 6px !important; border: none; transition: 0.3s; }
.hlm-user-btn:hover { box-shadow: 0 0 20px rgba(124, 58, 237, 0.5); transform: translateY(-1px); }

/* 网络状态通知 */
.hlm-notice { background: #18181b; border: 1px solid #27272a; border-left: 3px solid #10b981; padding: 16px 20px; margin: 30px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 12px; }
.hlm-notice-dot { width: 8px; height: 8px; background: #10b981; border-radius: 50% !important; box-shadow: 0 0 10px #10b981; flex-shrink: 0; }
.hlm-notice-txt { font-size: 14px; color: #d4d4d8; line-height: 1.6; }

/* 资产池标题 */
.hlm-sec-title { font-size: 20px; font-weight: 700; color: #f8fafc; margin: 50px 0 20px; display: flex; align-items: center; gap: 10px; }
.hlm-sec-title::before { content: ""; width: 4px; height: 18px; background: #a78bfa; border-radius: 2px !important; box-shadow: 0 0 8px #a78bfa; }

/* DeFi资产列表流 */
.hlm-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 70px; }
.hlm-list-row { background: #18181b; border: 1px solid #27272a; padding: 20px 25px; display: flex; align-items: center; transition: 0.2s; border-radius: 12px !important; }
.hlm-list-row:hover { border-color: #7c3aed; background: #1f1f22; box-shadow: 0 8px 25px rgba(124, 58, 237, 0.15); transform: translateY(-2px); }

.hlm-item-img { width: 52px; height: 52px; border-radius: 50% !important; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 2px solid #27272a; background: #09090b; padding: 4px; }
.hlm-item-img img { width: 100%; height: 100%; object-fit: contain; border-radius: 50% !important; }

.hlm-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 6px; }
.hlm-item-name { font-size: 16px; font-weight: 700; color: #f8fafc; }
.hlm-item-meta { display: flex; align-items: center; gap: 15px; font-size: 12px; font-weight: 600; color: #71717a; }
.hlm-badge-auto { color: #a78bfa; background: rgba(139, 92, 246, 0.1); padding: 3px 10px; border-radius: 6px !important; border: 1px solid rgba(139, 92, 246, 0.2); }
.hlm-badge-hand { color: #a1a1aa; background: #27272a; padding: 3px 10px; border-radius: 6px !important; border: 1px solid #3f3f46; }
.hlm-item-stock { color: #71717a; }

.hlm-item-action { display: flex; align-items: center; gap: 40px; margin-left: 20px; }
.hlm-item-price { font-size: 20px; font-weight: 800; color: #f8fafc; font-family: monospace; }
.hlm-btn-buy { background: #27272a; color: #f8fafc; padding: 10px 24px; font-size: 13px; font-weight: 700; border-radius: 8px !important; border: none; cursor: pointer; transition: 0.2s; }
.hlm-list-row:hover .hlm-btn-buy { background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); color: #ffffff; box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4); }

/* 详情页 Swap 面板设计 */
.hlm-detail-split { display: flex; gap: 30px; margin-top: 30px; align-items: stretch; }
.hlm-detail-visual { width: 45%; background: #18181b; border: 1px solid #27272a; padding: 30px; display: flex; justify-content: center; align-items: center; border-radius: 16px !important; }
.hlm-detail-visual img { width: 100%; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.hlm-detail-right { flex-grow: 1; background: #18181b; padding: 40px; border: 1px solid #27272a; border-radius: 16px !important; box-shadow: 0 10px 40px rgba(0,0,0,0.4); }

.hlm-detail-h1 { font-size: 22px; font-weight: 700; color: #f8fafc; margin-bottom: 25px; line-height: 1.4; }
.hlm-price-ribbon { background: #09090b; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-radius: 12px !important; border: 1px solid #27272a; }
.hlm-detail-price { font-size: 36px; font-weight: 800; color: #a78bfa; font-family: monospace; }
.hlm-detail-stock-txt { margin-left: auto; color: #71717a; font-size: 13px; font-weight: 600; }

.hlm-f-row { margin-bottom: 20px; }
.hlm-f-label { display: block; font-size: 13px; font-weight: 600; color: #a1a1aa; margin-bottom: 10px; }
.hlm-f-input { width: 100%; padding: 16px 20px; border: 1px solid #3f3f46; background: #09090b; font-size: 15px; color: #f8fafc; border-radius: 10px !important; transition: 0.2s; outline: none; font-weight: 500; font-family: inherit; }
.hlm-f-input:focus { border-color: #a78bfa; box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15); }
.hlm-btn-submit { width: 100%; background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%); color: #ffffff; padding: 18px; font-size: 16px; font-weight: 800; border: none; border-radius: 12px !important; cursor: pointer; transition: 0.2s; margin-top: 10px; box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3); }
.hlm-btn-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(124, 58, 237, 0.5); filter: brightness(1.1); }
.hlm-btn-submit:disabled { background: #27272a; color: #52525b; cursor: not-allowed; box-shadow: none; transform: none; filter: none; }

.hlm-desc-container { background: #18181b; padding: 40px; border: 1px solid #27272a; margin-top: 40px; border-radius: 16px !important; }
.hlm-desc-title { font-size: 18px; font-weight: 700; color: #f8fafc; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #27272a; display: flex; align-items: center; gap: 10px; }
.hlm-desc-title::before { content: ""; width: 8px; height: 8px; background: #a78bfa; border-radius: 50% !important; display: inline-block; box-shadow: 0 0 8px #a78bfa; }
.hlm-desc-html { line-height: 1.8; font-size: 14px; color: #a1a1aa; }

.hlm-footer { text-align: center; padding: 50px 0; margin-top: 80px; color: #52525b; font-size: 13px; border-top: 1px solid #27272a; background: transparent; }

@media (max-width: 900px) {
    .hlm-detail-split { flex-direction: column; gap: 25px; }
    .hlm-detail-visual, .hlm-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .hlm-list-row { flex-direction: column; align-items: flex-start; padding: 25px 20px; }
    .hlm-item-img { margin-bottom: 15px; margin-right: 0; }
    .hlm-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #27272a; padding-top: 15px; }
}\n