body { background-color: #0b0f19; color: #9ca3af; font-family: "SF Pro Display", -apple-system, "PingFang SC", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.slt-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* 悬浮暗黑顶栏 */
.slt-header { background: rgba(11, 15, 25, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid #1f2937; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.slt-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.slt-logo img { height: 24px; filter: drop-shadow(0 0 8px rgba(190, 242, 100, 0.4)); }

.slt-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.slt-menu a { font-size: 14px; color: #9ca3af; font-weight: 600; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.slt-menu a:hover, .slt-active { color: #bef264 !important; border-bottom: 2px solid #bef264; }

.slt-user-btn { font-size: 13px; color: #0b0f19; background: #bef264; padding: 8px 24px; border-radius: 6px; font-weight: 700; transition: 0.3s; }
.slt-user-btn:hover { background: #d9f99d; box-shadow: 0 0 15px rgba(190, 242, 100, 0.4); }

/* 系统通知条 */
.slt-notice { background: #111827; border: 1px solid #1f2937; border-left: 4px solid #bef264; padding: 18px 25px; margin: 30px 0; border-radius: 8px; display: flex; align-items: center; gap: 15px; }
.slt-notice-dot { width: 8px; height: 8px; background: #bef264; border-radius: 50%; box-shadow: 0 0 8px #bef264; flex-shrink: 0; }
.slt-notice-txt { font-size: 14px; color: #d1d5db; line-height: 1.6; }

/* 列表标题 */
.slt-sec-title { font-size: 18px; font-weight: 700; color: #f9fafb; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.slt-sec-title::before { content: ""; width: 4px; height: 16px; background: #bef264; border-radius: 2px; }

/* 高冷石板列表流 */
.slt-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.slt-list-row { background: #111827; border: 1px solid #1f2937; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-radius: 8px; }
.slt-list-row:hover { border-color: #bef264; background: #151d30; box-shadow: 0 0 15px rgba(190, 242, 100, 0.15); transform: translateY(-1px); }

.slt-item-img { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1f2937; background: #0b0f19; padding: 4px; }
.slt-item-img img { width: 100%; height: 100%; object-fit: contain; }

.slt-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.slt-item-name { font-size: 16px; font-weight: 700; color: #f9fafb; }
.slt-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #6b7280; }
.slt-badge-auto { color: #bef264; background: rgba(190, 242, 100, 0.1); padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(190, 242, 100, 0.2); }
.slt-badge-hand { color: #9ca3af; background: #1f2937; padding: 2px 8px; border-radius: 4px; border: 1px solid #374151; }
.slt-item-stock { color: #4b5563; }

.slt-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.slt-item-price { font-size: 20px; font-weight: 700; color: #f9fafb; font-family: monospace; }
.slt-btn-buy { background: #1f2937; color: #cbd5e1; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 6px; border: 1px solid #374151; cursor: pointer; transition: 0.2s; }
.slt-list-row:hover .slt-btn-buy { background: #bef264; color: #0b0f19; border-color: #bef264; }

/* 详情页面 */
.slt-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.slt-detail-visual { width: 45%; background: #111827; border: 1px solid #1f2937; padding: 24px; border-radius: 12px; display: flex; justify-content: center; align-items: center; }
.slt-detail-visual img { width: 100%; border-radius: 8px; border: 1px solid #1f2937; }
.slt-detail-right { flex-grow: 1; background: #111827; padding: 40px; border: 1px solid #1f2937; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.slt-detail-h1 { font-size: 22px; font-weight: 700; color: #f9fafb; margin-bottom: 25px; line-height: 1.4; }
.slt-price-ribbon { background: #0b0f19; padding: 20px 25px; border-radius: 8px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #bef264; border-top: 1px solid #1f2937; border-bottom: 1px solid #1f2937; }
.slt-detail-price { font-size: 34px; font-weight: 700; color: #bef264; font-family: monospace; }
.slt-detail-stock-txt { margin-left: auto; color: #6b7280; font-size: 13px; font-weight: 600; }

.slt-f-row { margin-bottom: 22px; }
.slt-f-label { display: block; font-size: 12px; font-weight: 700; color: #6b7280; margin-bottom: 10px; text-transform: uppercase; }
.slt-f-input { width: 100%; padding: 14px 16px; border: 1px solid #1f2937; background: #0b0f19; font-size: 14px; color: #fff; border-radius: 6px; transition: 0.2s; outline: none; }
.slt-f-input:focus { border-color: #bef264; box-shadow: 0 0 0 3px rgba(190, 242, 100, 0.1); }
.slt-btn-submit { width: 100%; background: #bef264; color: #0b0f19; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 6px; cursor: pointer; transition: 0.2s; margin-top: 10px; }
.slt-btn-submit:hover { background: #d9f99d; box-shadow: 0 0 20px rgba(190, 242, 100, 0.3); }
.slt-btn-submit:disabled { background: #1f2937; color: #4b5563; cursor: not-allowed; box-shadow: none; }

.slt-desc-container { background: #111827; padding: 40px; border: 1px solid #1f2937; margin-top: 40px; border-radius: 12px; }
.slt-desc-title { font-size: 18px; font-weight: 700; color: #f9fafb; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1f2937; display: flex; align-items: center; gap: 10px; }
.slt-desc-title::before { content: ""; width: 8px; height: 8px; background: #bef264; border-radius: 50%; display: inline-block; }
.slt-desc-html { line-height: 1.8; font-size: 14px; color: #cbd5e1; }

.slt-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #4b5563; font-size: 13px; border-top: 1px solid #1f2937; background: #111827; }

@media (max-width: 900px) {
    .slt-detail-split { flex-direction: column; }
    .slt-detail-visual, .slt-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .slt-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .slt-item-img { margin-bottom: 15px; margin-right: 0; }
    .slt-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #1f2937; padding-top: 15px; }
}\n