body { background-color: #050811; background-image: linear-gradient(rgba(14, 21, 37, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(14, 21, 37, 0.4) 1px, transparent 1px); background-size: 20px 20px; color: #e2e8f0; font-family: "Courier New", Courier, monospace, "Microsoft YaHei"; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.cph-wrap { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* 终端顶栏 */
.cph-header { background: rgba(5, 8, 17, 0.95); border-bottom: 2px solid #101c3d; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; box-shadow: 0 5px 25px rgba(0,0,0,0.6); }
.cph-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.cph-logo img { height: 24px; filter: drop-shadow(0 0 8px rgba(0, 242, 254, 0.6)); }

.cph-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.cph-menu a { font-size: 14px; color: #64748b; font-weight: bold; transition: 0.3s; position: relative; }
.cph-menu a:hover, .cph-active { color: #00f2fe !important; text-shadow: 0 0 10px rgba(0, 242, 254, 0.5); }

.cph-user-btn { font-size: 13px; color: #00f2fe; background: transparent; border: 1px solid #101c3d; padding: 8px 24px; border-radius: 2px; font-weight: bold; transition: 0.3s; position: relative; }
.cph-user-btn:hover { border-color: #00f2fe; background: rgba(0, 242, 254, 0.1); box-shadow: 0 0 15px rgba(0, 242, 254, 0.3); }

/* 系统公告 */
.cph-notice-box { background: rgba(14, 21, 37, 0.85); border: 1px solid #1e293b; border-left: 4px solid #00f2fe; padding: 18px 25px; margin: 30px 0; border-radius: 4px; display: flex; align-items: center; gap: 15px; }
.cph-notice-dot { width: 8px; height: 8px; background: #00f2fe; border-radius: 50%; box-shadow: 0 0 8px #00f2fe; flex-shrink: 0; }
.cph-notice-txt { font-size: 14px; color: #94a3b8; line-height: 1.6; }

.cph-section-title { font-size: 18px; font-weight: bold; color: #fff; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; }
.cph-section-title::before { content: "["; color: #00f2fe; font-size: 22px; }
.cph-section-title::after { content: "]"; color: #00f2fe; font-size: 22px; }

/* 蓝图列表流 */
.cph-list-frame { display: flex; flex-direction: column; gap: 15px; margin-bottom: 60px; }
.cph-list-row { background: rgba(14, 21, 37, 0.85); border: 1px solid #101c3d; padding: 20px 25px; display: flex; align-items: center; transition: 0.3s; border-radius: 4px; }
.cph-list-row:hover { border-color: #00f2fe; background: rgba(14, 21, 37, 0.95); box-shadow: 0 0 20px rgba(0, 242, 254, 0.2); transform: translateY(-2px); }

.cph-bracket-img { width: 64px; height: 64px; flex-shrink: 0; margin-right: 30px; position: relative; padding: 4px; border-left: 2px solid #101c3d; border-right: 2px solid #101c3d; }
.cph:hover .cph-bracket-img { border-color: #00f2fe; }
.cph-bracket-img img { width: 100%; height: 100%; object-fit: contain; }

.cph-item-main { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.cph-item-name { font-size: 16px; font-weight: bold; color: #fff; }
.cph-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; color: #64748b; }
.cph-status-auto { color: #00f2fe; background: rgba(0, 242, 254, 0.1); padding: 2px 8px; border-radius: 2px; }
.cph-status-hand { color: #94a3b8; background: rgba(148, 163, 184, 0.1); padding: 2px 8px; border-radius: 2px; }
.cph-item-stock { color: #475569; }

.cph-item-side { display: flex; align-items: center; gap: 40px; margin-left: 20px; }
.cph-item-price { font-size: 22px; font-weight: bold; color: #fff; font-family: monospace; }
.cph-btn-action { background: transparent; color: #00f2fe; border: 1px solid #00f2fe; padding: 8px 24px; font-size: 13px; font-weight: bold; transition: 0.3s; border-radius: 2px; cursor: pointer; }
.cph-list-row:hover .cph-btn-action { background: #00f2fe; color: #050811; }

/* 详情页高密面板 */
.cph-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.cph-detail-cover { width: 420px; background: rgba(14, 21, 37, 0.85); border: 1px solid #101c3d; padding: 25px; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.cph-detail-cover img { width: 100%; display: block; border-radius: 2px; border: 1px solid #1e293b; }
.cph-detail-right { flex-grow: 1; background: rgba(14, 21, 37, 0.85); padding: 40px; border: 1px solid #101c3d; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.cph-detail-h1 { font-size: 22px; font-weight: bold; color: #fff; margin-bottom: 25px; line-height: 1.4; }
.cph-price-ribbon { background: #050811; padding: 20px 25px; border-radius: 2px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border: 1px solid #101c3d; border-left: 4px solid #00f2fe; }
.cph-detail-price { font-size: 36px; font-weight: bold; color: #00f2fe; font-family: monospace; }
.cph-detail-stock-txt { margin-left: auto; color: #64748b; font-size: 14px; font-weight: bold; }

.cph-f-row { margin-bottom: 24px; }
.cph-f-label { display: block; font-size: 12px; font-weight: bold; color: #64748b; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 1px; }
.cph-input { width: 100%; padding: 14px 16px; border: 1px solid #1e293b; background: #050811; font-size: 14px; color: #fff; border-radius: 2px; transition: 0.3s; outline: none; }
.cph-input:focus { border-color: #00f2fe; box-shadow: 0 0 12px rgba(0, 242, 254, 0.2); }
.cph-btn-submit { width: 100%; background: #00f2fe; color: #050811; padding: 16px; font-size: 16px; font-weight: bold; border: none; border-radius: 2px; cursor: pointer; transition: 0.3s; margin-top: 10px; text-transform: uppercase; letter-spacing: 1px; }
.cph-btn-submit:hover { background: #00d2da; box-shadow: 0 0 20px rgba(0, 242, 254, 0.4); }
.cph-btn-submit:disabled { background: #1e293b; color: #475569; cursor: not-allowed; box-shadow: none; }

.cph-desc-box { background: rgba(14, 21, 37, 0.85); padding: 40px; border: 1px solid #101c3d; margin-top: 40px; border-radius: 4px; }
.cph-desc-title { font-size: 18px; font-weight: bold; color: #fff; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1e293b; display: flex; align-items: center; gap: 10px; }
.cph-desc-title::before { content: "//"; color: #00f2fe; font-weight: bold; }
.cph-desc-html { line-height: 1.8; font-size: 14px; color: #94a3b8; }

.cph-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #475569; font-size: 13px; border-top: 1px solid #101c3d; background: rgba(14, 21, 37, 0.85); }

@media (max-width: 900px) {
    .cph-detail-split { flex-direction: column; }
    .cph-detail-cover, .cph-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .cph-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .cph-bracket-img { margin-bottom: 15px; margin-right: 0; }
    .cph-item-side { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #101c3d; padding-top: 15px; }
}\n