body { background-color: #f8fafc; color: #0f172a; font-family: "Inter", -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; letter-spacing: 0.3px; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.bsm-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* 金融风悬浮顶栏 */
.bsm-header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #f1f5f9; position: sticky; top: 0; z-index: 100; height: 72px; display: flex; align-items: center; box-shadow: 0 1px 2px rgba(0,0,0,0.02); }
.bsm-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.bsm-logo img { height: 26px; }

.bsm-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.bsm-menu a { font-size: 14px; color: #64748b; font-weight: 600; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); padding: 25px 0; border-bottom: 2px solid transparent; }
.bsm-menu a:hover, .bsm-active { color: #4f46e5 !important; border-bottom: 2px solid #4f46e5; }

.bsm-user-btn { font-size: 13px; color: #4f46e5; background: #e0e7ff; padding: 10px 24px; border-radius: 50px !important; font-weight: 700; border: none; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
.bsm-user-btn:hover { background: #4f46e5; color: #ffffff; box-shadow: 0 4px 12px rgba(79, 70, 229, 0.2); transform: translateY(-1px); }

/* 警示通知条 */
.bsm-notice { background: #ffffff; border: 1px solid #f1f5f9; border-left: 4px solid #f43f5e; padding: 18px 24px; margin: 30px 0; border-radius: 12px !important; display: flex; align-items: center; gap: 15px; box-shadow: 0 4px 20px rgba(0,0,0,0.02); }
.bsm-notice-dot { width: 10px; height: 10px; background: #f43f5e; border-radius: 50% !important; flex-shrink: 0; }
.bsm-notice-txt { font-size: 14px; color: #334155; line-height: 1.6; font-weight: 500; }

/* 列表标题 */
.bsm-sec-title { font-size: 20px; font-weight: 800; color: #0f172a; margin: 50px 0 20px; display: flex; align-items: center; gap: 10px; }
.bsm-sec-title::before { content: ""; width: 6px; height: 18px; background: #4f46e5; border-radius: 4px !important; }

/* 金融空气感列表流 */
.bsm-list-box { display: flex; flex-direction: column; margin-bottom: 70px; background: #ffffff; border-radius: 16px !important; border: 1px solid #f1f5f9; box-shadow: 0 4px 20px rgba(0,0,0,0.02); overflow: hidden; }
.bsm-list-row { padding: 24px 30px; display: flex; align-items: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); border-bottom: 1px solid #f1f5f9; position: relative; border-left: 3px solid transparent; background: #ffffff; }
.bsm-list-row:last-child { border-bottom: none; }
.bsm-list-row:hover { border-left: 3px solid #4f46e5; background: #f8fafc; padding-left: 35px; box-shadow: 0 10px 30px rgba(0,0,0,0.04); z-index: 2; }

.bsm-item-img { width: 64px; height: 64px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border-radius: 12px !important; background: #f1f5f9; padding: 2px; }
.bsm-item-img img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }

.bsm-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.bsm-item-name { font-size: 17px; font-weight: 700; color: #0f172a; }
.bsm-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #64748b; }
.bsm-badge-auto { color: #4f46e5; background: #e0e7ff; padding: 4px 10px; border-radius: 8px !important; }
.bsm-badge-hand { color: #64748b; background: #f1f5f9; padding: 4px 10px; border-radius: 8px !important; }
.bsm-item-stock { color: #94a3b8; }

.bsm-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.bsm-item-price { font-size: 22px; font-weight: 800; color: #0f172a; font-family: "Inter", sans-serif; }
.bsm-btn-buy { background: #ffffff; color: #0f172a; padding: 10px 26px; font-size: 13px; font-weight: 700; border-radius: 50px !important; border: 1px solid #e2e8f0; cursor: pointer; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); }
.bsm-list-row:hover .bsm-btn-buy { background: #4f46e5; color: #ffffff; border-color: #4f46e5; box-shadow: 0 4px 12px rgba(79, 70, 229, 0.25); transform: translateY(-1px); }

/* 详情页面 */
.bsm-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: stretch; }
.bsm-detail-visual { width: 45%; background: #ffffff; border: 1px solid #f1f5f9; padding: 40px; border-radius: 20px !important; display: flex; justify-content: center; align-items: center; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }
.bsm-detail-visual img { width: 100%; border-radius: 12px !important; mix-blend-mode: multiply; }
.bsm-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #f1f5f9; border-radius: 20px !important; box-shadow: 0 10px 40px rgba(0,0,0,0.03); }

.bsm-detail-h1 { font-size: 24px; font-weight: 800; color: #0f172a; margin-bottom: 25px; line-height: 1.4; }
.bsm-price-ribbon { background: #f8fafc; padding: 20px 25px; border-radius: 12px !important; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; }
.bsm-detail-price { font-size: 38px; font-weight: 800; color: #4f46e5; font-family: "Inter", sans-serif; }
.bsm-detail-stock-txt { margin-left: auto; color: #64748b; font-size: 14px; font-weight: 600; }

.bsm-f-row { margin-bottom: 24px; }
.bsm-f-label { display: block; font-size: 13px; font-weight: 700; color: #475569; margin-bottom: 10px; }
.bsm-f-input { width: 100%; padding: 16px 20px; border: 1px solid #e2e8f0; background: #f8fafc; font-size: 15px; color: #0f172a; border-radius: 12px !important; transition: all 0.25s; outline: none; font-weight: 500; font-family: inherit; }
.bsm-f-input:focus { border-color: #4f46e5; background: #ffffff; box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1); }
.bsm-btn-submit { width: 100%; background: #4f46e5; color: #ffffff; padding: 18px; font-size: 16px; font-weight: 700; border: none; border-radius: 12px !important; cursor: pointer; transition: all 0.25s; margin-top: 10px; box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2); }
.bsm-btn-submit:hover { background: #4338ca; box-shadow: 0 8px 25px rgba(79, 70, 229, 0.3); transform: translateY(-2px); }
.bsm-btn-submit:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; box-shadow: none; transform: none; }

.bsm-desc-container { background: #ffffff; padding: 45px; border: 1px solid #f1f5f9; margin-top: 40px; border-radius: 20px !important; box-shadow: 0 10px 40px rgba(0,0,0,0.02); }
.bsm-desc-title { font-size: 18px; font-weight: 800; color: #0f172a; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #f1f5f9; display: flex; align-items: center; gap: 10px; }
.bsm-desc-title::before { content: ""; width: 8px; height: 8px; background: #4f46e5; border-radius: 2px !important; }
.bsm-desc-html { line-height: 1.8; font-size: 15px; color: #334155; font-weight: 400; }

.bsm-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #94a3b8; font-size: 13px; font-weight: 500; }

@media (max-width: 900px) {
    .bsm-detail-split { flex-direction: column; }
    .bsm-detail-visual, .bsm-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .bsm-list-row { flex-direction: column; align-items: flex-start; padding: 25px 20px; }
    .bsm-list-row:hover { padding-left: 20px; }
    .bsm-item-img { margin-bottom: 15px; margin-right: 0; }
    .bsm-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #f1f5f9; padding-top: 15px; }
}\n