body { background-color: #030504; color: #a3b8a8; font-family: "Courier New", Courier, "Lucida Console", monospace, "Microsoft YaHei"; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.ker-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 终端顶栏 */
.ker-header { background: #030504; border-bottom: 1px solid #1a261c; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; box-shadow: 0 5px 25px rgba(0,0,0,0.8); }
.ker-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.ker-logo img { height: 26px; filter: drop-shadow(0 0 8px rgba(51, 255, 51, 0.6)); }

.ker-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.ker-menu a { font-size: 14px; color: #5c7060; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.ker-menu a:hover, .ker-active { color: #33ff33 !important; text-shadow: 0 0 10px rgba(51, 255, 51, 0.5); }

.ker-user-btn { font-size: 13px; color: #030504; background: #33ff33; padding: 8px 24px; font-weight: bold; border: 1px solid #33ff33; transition: 0.3s; }
.ker-user-btn:hover { background: transparent; color: #33ff33; box-shadow: 0 0 15px rgba(51, 255, 51, 0.4); }

/* 系统通知条 */
.ker-notice { background: #0c0e0d; border: 1px solid #1a261c; border-left: 4px solid #33ff33; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.ker-notice-dot { width: 8px; height: 8px; background: #33ff33; border-radius: 50%; box-shadow: 0 0 8px #33ff33; flex-shrink: 0; }
.ker-notice-txt { font-size: 14px; color: #a3b8a8; line-height: 1.6; }

/* 列表标题 */
.ker-sec-title { font-size: 18px; font-weight: bold; color: #33ff33; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.ker-sec-title::before { content: ">"; color: #33ff33; font-weight: bold; }

/* 终端列表流 */
.ker-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.ker-list-row { background: #0c0e0d; border: 1px solid #1a261c; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; }
.ker-list-row:hover { border-color: #33ff33; background: #0f1211; box-shadow: 0 0 15px rgba(51, 255, 51, 0.2); transform: translateY(-1px); }

.ker-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1a261c; background: #030504; padding: 4px; filter: sepia(1) hue-rotate(80deg) saturate(3) brightness(0.8); }
.ker-item-img img { width: 100%; height: 100%; object-fit: contain; }

.ker-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.ker-item-name { font-size: 16px; font-weight: bold; color: #33ff33; }
.ker-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #5c7060; }
.ker-badge-auto { color: #33ff33; background: rgba(51, 255, 51, 0.1); padding: 2px 8px; border: 1px solid rgba(51, 255, 51, 0.2); }
.ker-badge-hand { color: #a3b8a8; background: #1a261c; padding: 2px 8px; border: 1px solid #283a2b; }
.ker-item-stock { color: #445447; }

.ker-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.ker-item-price { font-size: 20px; font-weight: bold; color: #33ff33; font-family: monospace; }
.ker-btn-buy { background: #1a261c; color: #33ff33; padding: 8px 24px; font-size: 13px; font-weight: bold; border: 1px solid #283a2b; cursor: pointer; transition: 0.2s; }
.ker-list-row:hover .ker-btn-buy { background: #33ff33; color: #030504; border-color: #33ff33; }

/* 详情页面 */
.ker-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.ker-detail-visual { width: 45%; background: #0c0e0d; border: 1px solid #1a261c; padding: 24px; display: flex; justify-content: center; align-items: center; }
.ker-detail-visual img { width: 100%; border: 1px solid #1a261c; filter: sepia(1) hue-rotate(80deg) saturate(3) brightness(0.8); }
.ker-detail-right { flex-grow: 1; background: #0c0e0d; padding: 40px; border: 1px solid #1a261c; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.ker-detail-h1 { font-size: 22px; font-weight: bold; color: #33ff33; margin-bottom: 25px; line-height: 1.4; }
.ker-price-ribbon { background: #030504; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #33ff33; border-top: 1px solid #1a261c; border-bottom: 1px solid #1a261c; }
.ker-detail-price { font-size: 34px; font-weight: bold; color: #33ff33; font-family: monospace; }
.ker-detail-stock-txt { margin-left: auto; color: #5c7060; font-size: 13px; font-weight: bold; }

.ker-f-row { margin-bottom: 22px; }
.ker-f-label { display: block; font-size: 12px; font-weight: bold; color: #5c7060; margin-bottom: 10px; text-transform: uppercase; }
.ker-f-input { width: 100%; padding: 14px 16px; border: 1px solid #1a261c; background: #030504; font-size: 14px; color: #33ff33; transition: 0.2s; outline: none; font-family: inherit; }
.ker-f-input:focus { border-color: #33ff33; box-shadow: 0 0 10px rgba(51, 255, 51, 0.2); }
.ker-btn-submit { width: 100%; background: #33ff33; color: #030504; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: 0.2s; margin-top: 10px; }
.ker-btn-submit:hover { background: #55ff55; box-shadow: 0 0 20px rgba(51, 255, 51, 0.3); }
.ker-btn-submit:disabled { background: #1a261c; color: #445447; cursor: not-allowed; box-shadow: none; }

.ker-desc-container { background: #0c0e0d; padding: 40px; border: 1px solid #1a261c; margin-top: 40px; }
.ker-desc-title { font-size: 18px; font-weight: bold; color: #33ff33; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1a261c; display: flex; align-items: center; gap: 10px; }
.ker-desc-title::before { content: "::"; color: #33ff33; font-weight: bold; }
.ker-desc-html { line-height: 1.8; font-size: 14px; color: #a3b8a8; }

.ker-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #445447; font-size: 13px; border-top: 1px solid #1a261c; background: #0c0e0d; }

@media (max-width: 900px) {
    .ker-detail-split { flex-direction: column; }
    .ker-detail-visual, .ker-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .ker-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .ker-item-img { margin-bottom: 15px; margin-right: 0; }
    .ker-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #1a261c; padding-top: 15px; }
}\n