body { background-color: #0b090a; color: #a0aec0; font-family: "Georgia", "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.cab-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮暗黑顶栏 */
.cab-header { background: #0c090a; border-bottom: 2px solid #311d21; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.cab-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.cab-logo img { height: 26px; filter: drop-shadow(0 0 8px rgba(230, 57, 70, 0.4)); }

.cab-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.cab-menu a { font-size: 14px; color: #736768; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.cab-menu a:hover, .cab-active { color: #e63946 !important; border-bottom: 2px solid #e63946; }

.cab-user-btn { font-size: 13px; color: #0b090a; background: #e63946; padding: 8px 24px; border-radius: 4px !important; font-weight: 600; transition: 0.3s; }
.cab-user-btn:hover { background: #f85c6b; box-shadow: 0 0 15px rgba(230, 57, 70, 0.4); }

/* 系统通知条 */
.cab-notice { background: #161214; border: 1px solid #311d21; border-left: 4px solid #e63946; padding: 18px 25px; margin: 30px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 15px; }
.cab-notice-dot { width: 8px; height: 8px; background: #e63946; border-radius: 50% !important; box-shadow: 0 0 8px #e63946; flex-shrink: 0; }
.cab-notice-txt { font-size: 14px; color: #cbd5e1; line-height: 1.6; }

/* 列表标题 */
.cab-sec-title { font-size: 18px; font-weight: 700; color: #f9fafb; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.cab-sec-title::before { content: ""; width: 4px; height: 16px; background: #e63946; border-radius: 2px !important; }

/* 暗红列表流 */
.cab-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.cab-list-row { background: #161214; border: 1px solid #311d21; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-radius: 8px !important; }
.cab-list-row:hover { border-color: #e63946; background: #1f1a1d; box-shadow: 0 0 15px rgba(230, 57, 70, 0.15); transform: translateY(-1px); }

.cab-item-img { width: 56px; height: 56px; border-radius: 6px !important; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #311d21; background: #0b090a; padding: 4px; filter: grayscale(1) sepia(0.8) hue-rotate(-50deg) saturate(3) brightness(0.9); }
.cab-item-img img { width: 100%; height: 100%; object-fit: contain; }

.cab-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.cab-item-name { font-size: 16px; font-weight: 700; color: #f9fafb; }
.cab-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #736768; }
.cab-badge-auto { color: #e63946; background: rgba(230, 57, 70, 0.1); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(230, 57, 70, 0.2); }
.cab-badge-hand { color: #9ca3af; background: #311d21; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #4a2f34; }
.cab-item-stock { color: #5c4e51; }

.cab-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.cab-item-price { font-size: 20px; font-weight: 700; color: #f9fafb; font-family: monospace; }
.cab-btn-buy { background: #311d21; color: #cbd5e1; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 6px !important; border: 1px solid #4a2f34; cursor: pointer; transition: 0.2s; }
.cab-list-row:hover .cab-btn-buy { background: #e63946; color: #0b090a; border-color: #e63946; }

/* 详情页面 */
.cab-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.cab-detail-visual { width: 45%; background: #161214; border: 1px solid #311d21; padding: 24px; border-radius: 12px !important; display: flex; justify-content: center; align-items: center; }
.cab-detail-visual img { width: 100%; border-radius: 8px !important; border: 1px solid #311d21; filter: grayscale(1) sepia(0.8) hue-rotate(-50deg) saturate(3) brightness(0.9); }
.cab-detail-right { flex-grow: 1; background: #161214; padding: 40px; border: 1px solid #311d21; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.cab-detail-h1 { font-size: 22px; font-weight: 700; color: #f9fafb; margin-bottom: 25px; line-height: 1.4; }
.cab-price-ribbon { background: #0b090a; padding: 20px 25px; border-radius: 8px !important; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #e63946; border-top: 1px solid #311d21; border-bottom: 1px solid #311d21; }
.cab-detail-price { font-size: 34px; font-weight: 700; color: #e63946; font-family: monospace; }
.cab-detail-stock-txt { margin-left: auto; color: #736768; font-size: 13px; font-weight: 600; }

.cab-f-row { margin-bottom: 22px; }
.cab-f-label { display: block; font-size: 12px; font-weight: 700; color: #736768; margin-bottom: 10px; text-transform: uppercase; }
.cab-f-input { width: 100%; padding: 14px 16px; border: 1px solid #311d21; background: #0b090a; font-size: 14px; color: #fff; border-radius: 6px !important; transition: 0.2s; outline: none; }
.cab-f-input:focus { border-color: #e63946; box-shadow: 0 0 0 3px rgba(230, 57, 70, 0.1); }
.cab-btn-submit { width: 100%; background: #e63946; color: #0b090a; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 6px !important; cursor: pointer; transition: 0.2s; }
.cab-btn-submit:hover { background: #f85c6b; box-shadow: 0 0 20px rgba(230, 57, 70, 0.3); }
.cab-btn-submit:disabled { background: #311d21; color: #5c4e51; cursor: not-allowed; box-shadow: none; }

.cab-desc-container { background: #161214; padding: 40px; border: 1px solid #311d21; margin-top: 40px; border-radius: 12px !important; }
.cab-desc-title { font-size: 18px; font-weight: 700; color: #f9fafb; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #311d21; display: flex; align-items: center; gap: 10px; }
.cab-desc-title::before { content: ""; width: 8px; height: 8px; background: #e63946; border-radius: 50% !important; display: inline-block; }
.cab-desc-html { line-height: 1.8; font-size: 14px; color: #cbd5e1; }

.cab-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #5c4e51; font-size: 13px; border-top: 1px solid #311d21; background: #161214; }

@media (max-width: 900px) {
    .cab-detail-split { flex-direction: column; }
    .cab-detail-visual, .cab-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .cab-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .cab-item-img { margin-bottom: 15px; margin-right: 0; }
    .cab-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #311d21; padding-top: 15px; }
}\n