body { background-color: #121316; background-image: radial-gradient(rgba(217, 119, 54, 0.05) 1px, transparent 1px); background-size: 20px 20px; color: #9ca3af; font-family: "Lucida Console", Monaco, monospace, "Microsoft YaHei"; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.fdr-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 工业顶栏 */
.fdr-header { background: #121316; border-bottom: 2px solid #2d313a; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.fdr-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.fdr-logo img { height: 26px; filter: drop-shadow(0 0 8px rgba(217, 119, 54, 0.6)); }

.fdr-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.fdr-menu a { font-size: 14px; color: #525866; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.fdr-menu a:hover, .fdr-active { color: #d97736 !important; border-bottom: 2px solid #d97736; text-shadow: 0 0 10px rgba(217, 119, 54, 0.5); }

.fdr-user-btn { font-size: 13px; color: #121316; background: #d97736; padding: 8px 24px; border-radius: 0 !important; font-weight: bold; border: 1px solid #d97736; transition: 0.3s; }
.fdr-user-btn:hover { background: transparent; color: #d97736; box-shadow: 0 0 15px rgba(217, 119, 54, 0.4); }

/* 警示公告条 */
.fdr-notice { background: #191b20; border: 1px solid #2d313a; border-left: 4px solid #d97736; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.fdr-notice-dot { width: 8px; height: 8px; background: #d97736; border-radius: 50% !important; animation: fdr-flash 1.5s infinite; }
@keyframes fdr-flash { 0% { opacity: 0.3; } 50% { opacity: 1; } 100% { opacity: 0.3; } }
.fdr-notice-txt { font-size: 14px; color: #cbd5e1; line-height: 1.6; }

/* 列表标题 */
.fdr-sec-title { font-size: 18px; font-weight: bold; color: #d97736; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.fdr-sec-title::before { content: "[FDR-SYS] "; color: #d97736; font-weight: bold; }

/* 熔炉列表流 */
.fdr-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.fdr-list-row { background: #191b20; border: 1px solid #2d313a; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 #0a0b0d; }
.fdr-list-row:hover { border-color: #d97736; background: #1f2128; box-shadow: 6px 6px 0 #0a0b0d; transform: translate(-2px, -2px); }

.fdr-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #2d313a; background: #121316; padding: 4px; }
.fdr-item-img img { width: 100%; height: 100%; object-fit: contain; }

.fdr-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.fdr-item-name { font-size: 16px; font-weight: bold; color: #ffffff; }
.fdr-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #525866; }
.fdr-badge-auto { color: #d97736; background: rgba(217, 119, 54, 0.1); padding: 2px 8px; border-radius: 4px; border: 1px solid rgba(217, 119, 54, 0.2); }
.fdr-badge-hand { color: #9ca3af; background: #2d313a; padding: 2px 8px; border-radius: 4px; border: 1px solid #3b4252; }
.fdr-item-stock { color: #4e535a; }

.fdr-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.fdr-item-price { font-size: 20px; font-weight: bold; color: #d97736; font-family: monospace; }
.fdr-btn-buy { background: #2d313a; color: #cbd5e1; padding: 8px 24px; font-size: 13px; font-weight: bold; border: 1px solid #3b4252; cursor: pointer; transition: 0.2s; }
.fdr-list-row:hover .fdr-btn-buy { background: #d97736; color: #121316; border-color: #d97736; }

/* 详情页面 */
.fdr-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.fdr-detail-visual { width: 45%; background: #191b20; border: 1px solid #2d313a; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 #0a0b0d; }
.fdr-detail-visual img { width: 100%; border: 1px solid #2d313a; }
.fdr-detail-right { flex-grow: 1; background: #191b20; padding: 40px; border: 1px solid #2d313a; box-shadow: 6px 6px 0 #d97736; }

.fdr-detail-h1 { font-size: 22px; font-weight: bold; color: #ffffff; margin-bottom: 25px; line-height: 1.4; }
.fdr-price-ribbon { background: #121316; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #d97736; border-top: 1px solid #2d313a; border-bottom: 1px solid #2d313a; }
.fdr-detail-price { font-size: 34px; font-weight: bold; color: #d97736; font-family: monospace; }
.fdr-detail-stock-txt { margin-left: auto; color: #525866; font-size: 13px; font-weight: bold; }

.fdr-f-row { margin-bottom: 22px; }
.fdr-f-label { display: block; font-size: 12px; font-weight: bold; color: #525866; margin-bottom: 10px; text-transform: uppercase; }
.fdr-f-input { width: 100%; padding: 14px 16px; border: 1px solid #2d313a; background: #121316; font-size: 14px; color: #fff; transition: 0.2s; outline: none; font-family: inherit; }
.fdr-f-input:focus { border-color: #d97736; box-shadow: 0 0 10px rgba(217, 119, 54, 0.2); }
.fdr-btn-submit { width: 100%; background: #d97736; color: #121316; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: 0.2s; }
.fdr-btn-submit:hover { background: #fb923c; box-shadow: 0 0 20px rgba(217, 119, 54, 0.3); }
.fdr-btn-submit:disabled { background: #2d313a; color: #4e535a; cursor: not-allowed; box-shadow: none; }

.fdr-desc-container { background: #191b20; padding: 40px; border: 1px solid #2d313a; margin-top: 40px; box-shadow: 4px 4px 0 #0a0b0d; }
.fdr-desc-title { font-size: 18px; font-weight: bold; color: #d97736; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #2d313a; display: flex; align-items: center; gap: 10px; }
.fdr-desc-title::before { content: "::"; color: #d97736; font-weight: bold; }
.fdr-desc-html { line-height: 1.8; font-size: 14px; color: #9ca3af; }

.fdr-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #4e535a; font-size: 13px; border-top: 1px solid #2d313a; background: #191b20; }

@media (max-width: 900px) {
    .fdr-detail-split { flex-direction: column; }
    .fdr-detail-visual, .fdr-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .fdr-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .fdr-item-img { margin-bottom: 15px; margin-right: 0; }
    .fdr-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #2d313a; padding-top: 15px; }
}\n