body { background-color: #0a0b10; background-image: radial-gradient(circle at 50% -10%, #1a2542 0%, transparent 60%); background-attachment: fixed; color: #a0aec0; font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.lmn-wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* 亚克力悬浮顶栏 */
.lmn-header { background: rgba(10, 11, 16, 0.6); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); position: sticky; top: 0; z-index: 100; height: 75px; display: flex; align-items: center; }
.lmn-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.lmn-logo img { height: 28px; filter: drop-shadow(0 0 10px rgba(0, 230, 255, 0.4)); }

.lmn-menu { list-style: none; display: flex; gap: 45px; margin: 0; padding: 0; }
.lmn-menu a { font-size: 15px; color: #cbd5e1; font-weight: 500; transition: 0.3s; padding: 26px 0; border-bottom: 2px solid transparent; letter-spacing: 1px; }
.lmn-menu a:hover, .lmn-active { color: #00e6ff !important; border-bottom: 2px solid #00e6ff; text-shadow: 0 0 12px rgba(0, 230, 255, 0.5); }

.lmn-user-btn { font-size: 13px; color: #0a0b10; background: #00e6ff; padding: 10px 26px; border-radius: 6px !important; font-weight: bold; border: none; box-shadow: 0 0 15px rgba(0, 230, 255, 0.3); transition: 0.3s; letter-spacing: 1px; }
.lmn-user-btn:hover { background: #ffffff; box-shadow: 0 0 25px rgba(255, 255, 255, 0.5); transform: translateY(-1px); }

/* 发光通知条 */
.lmn-notice { background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.08); border-left: 4px solid #00e6ff; padding: 18px 25px; margin: 35px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 15px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2); }
.lmn-notice-dot { width: 8px; height: 8px; background: #00e6ff; border-radius: 50% !important; box-shadow: 0 0 10px #00e6ff; flex-shrink: 0; }
.lmn-notice-txt { font-size: 14px; color: #e2e8f0; line-height: 1.6; }

/* 光影标题 */
.lmn-sec-title { font-size: 20px; font-weight: bold; color: #ffffff; margin: 50px 0 25px; display: flex; align-items: center; gap: 12px; letter-spacing: 1px; }
.lmn-sec-title::before { content: ""; width: 6px; height: 18px; background: #00e6ff; border-radius: 3px !important; box-shadow: 0 0 10px #00e6ff; }

/* 磨砂玻璃列表流 */
.lmn-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 70px; }
.lmn-list-row { background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 22px 28px; display: flex; align-items: center; transition: 0.3s; border-radius: 12px !important; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15); position: relative; overflow: hidden; }
.lmn-list-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #00e6ff; opacity: 0; transition: 0.3s; }
.lmn-list-row:hover { border-color: rgba(0, 230, 255, 0.3); background: rgba(255, 255, 255, 0.04); box-shadow: 0 12px 40px rgba(0, 230, 255, 0.1); transform: translateY(-2px); }
.lmn-list-row:hover::before { opacity: 1; }

.lmn-item-img { width: 60px; height: 60px; border-radius: 8px !important; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(0,0,0,0.5); padding: 4px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.lmn-item-img img { width: 100%; height: 100%; object-fit: contain; }

.lmn-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.lmn-item-name { font-size: 16px; font-weight: bold; color: #ffffff; letter-spacing: 0.5px; }
.lmn-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #64748b; }
.lmn-badge-auto { color: #00e6ff; background: rgba(0, 230, 255, 0.1); padding: 3px 10px; border-radius: 6px !important; border: 1px solid rgba(0, 230, 255, 0.2); }
.lmn-badge-hand { color: #94a3b8; background: rgba(255, 255, 255, 0.05); padding: 3px 10px; border-radius: 6px !important; border: 1px solid rgba(255, 255, 255, 0.1); }
.lmn-item-stock { color: #475569; }

.lmn-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.lmn-item-price { font-size: 22px; font-weight: bold; color: #ffffff; font-family: monospace; }
.lmn-btn-buy { background: transparent; color: #00e6ff; border: 1px solid rgba(0, 230, 255, 0.4); padding: 10px 28px; font-size: 13px; font-weight: bold; border-radius: 6px !important; cursor: pointer; transition: 0.3s; text-transform: uppercase; letter-spacing: 1px; }
.lmn-list-row:hover .lmn-btn-buy { background: #00e6ff; color: #0a0b10; box-shadow: 0 0 15px rgba(0, 230, 255, 0.4); border-color: #00e6ff; }

/* 详情页面光影双栏 */
.lmn-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.lmn-detail-visual { width: 45%; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.08); padding: 30px; border-radius: 16px !important; display: flex; justify-content: center; align-items: center; box-shadow: 0 15px 40px rgba(0,0,0,0.3); }
.lmn-detail-visual img { width: 100%; border-radius: 10px !important; border: 1px solid rgba(255, 255, 255, 0.05); }
.lmn-detail-right { flex-grow: 1; background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(16px); padding: 40px; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 16px !important; box-shadow: 0 15px 40px rgba(0,0,0,0.3); }

.lmn-detail-h1 { font-size: 24px; font-weight: bold; color: #ffffff; margin-bottom: 25px; line-height: 1.4; letter-spacing: 1px; }
.lmn-price-ribbon { background: rgba(0, 0, 0, 0.3); padding: 22px 25px; border-radius: 12px !important; margin-bottom: 35px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #00e6ff; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.lmn-detail-price { font-size: 38px; font-weight: bold; color: #00e6ff; font-family: monospace; text-shadow: 0 0 15px rgba(0, 230, 255, 0.3); }
.lmn-detail-stock-txt { margin-left: auto; color: #64748b; font-size: 14px; font-weight: bold; }

.lmn-f-row { margin-bottom: 24px; }
.lmn-f-label { display: block; font-size: 13px; font-weight: bold; color: #94a3b8; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.lmn-f-input { width: 100%; padding: 16px 20px; border: 1px solid rgba(255, 255, 255, 0.1); background: rgba(0, 0, 0, 0.2); font-size: 14px; color: #fff; border-radius: 8px !important; transition: 0.3s; outline: none; font-family: inherit; }
.lmn-f-input:focus { border-color: #00e6ff; background: rgba(0, 230, 255, 0.05); box-shadow: 0 0 15px rgba(0, 230, 255, 0.15); }
.lmn-btn-submit { width: 100%; background: #00e6ff; color: #0a0b10; padding: 18px; font-size: 16px; font-weight: bold; border: none; border-radius: 8px !important; cursor: pointer; transition: 0.3s; margin-top: 15px; text-transform: uppercase; letter-spacing: 2px; box-shadow: 0 0 20px rgba(0, 230, 255, 0.3); }
.lmn-btn-submit:hover { background: #ffffff; box-shadow: 0 0 30px rgba(255, 255, 255, 0.5); transform: translateY(-2px); }
.lmn-btn-submit:disabled { background: rgba(255, 255, 255, 0.05); color: #475569; cursor: not-allowed; box-shadow: none; transform: none; border: 1px solid rgba(255, 255, 255, 0.05); }

.lmn-desc-container { background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(16px); padding: 45px; border: 1px solid rgba(255, 255, 255, 0.08); margin-top: 50px; border-radius: 16px !important; box-shadow: 0 15px 40px rgba(0,0,0,0.2); }
.lmn-desc-title { font-size: 20px; font-weight: bold; color: #ffffff; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); display: flex; align-items: center; gap: 12px; }
.lmn-desc-title::before { content: ""; width: 10px; height: 10px; background: #00e6ff; border-radius: 50% !important; display: inline-block; box-shadow: 0 0 10px #00e6ff; }
.lmn-desc-html { line-height: 1.9; font-size: 15px; color: #cbd5e1; }

.lmn-footer { text-align: center; padding: 50px 0; margin-top: 80px; color: #475569; font-size: 13px; border-top: 1px solid rgba(255, 255, 255, 0.05); background: rgba(10, 11, 16, 0.6); backdrop-filter: blur(10px); }

@media (max-width: 900px) {
    .lmn-detail-split { flex-direction: column; gap: 30px; }
    .lmn-detail-visual, .lmn-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .lmn-list-row { flex-direction: column; align-items: flex-start; padding: 25px 20px; }
    .lmn-item-img { margin-bottom: 15px; margin-right: 0; }
    .lmn-item-action { margin-left: 0; margin-top: 25px; width: 100%; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.05); padding-top: 15px; }
}\n