body { background-color: #0a0618; color: #cbd5e1; font-family: "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; }

.cyb-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.cyb-header { background: rgba(10, 6, 24, 0.9); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 2px solid #20133a; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.cyb-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.cyb-logo img { height: 26px; filter: drop-shadow(0 0 8px rgba(163, 230, 53, 0.6)); }

.cyb-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.cyb-menu a { font-size: 14px; color: #7f6fa0; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.cyb-menu a:hover, .cyb-active { color: #a3e635 !important; border-bottom: 2px solid #a3e635; text-shadow: 0 0 10px rgba(163, 230, 53, 0.5); }

.cyb-user-btn { font-size: 13px; color: #0a0618; background: linear-gradient(135deg, #a3e635 0%, #00f0ff 100%); padding: 8px 24px; border-radius: 4px !important; font-weight: bold; border: none; transition: 0.3s; }
.cyb-user-btn:hover { transform: translateY(-1px); box-shadow: 0 0 15px rgba(163, 230, 53, 0.5); }

/* 系统通知条 */
.cyb-notice { background: #130a24; border: 1px solid #20133a; border-left: 4px solid #a3e635; padding: 18px 25px; margin: 30px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 15px; }
.cyb-notice-dot { width: 8px; height: 8px; background: #a3e635; border-radius: 50% !important; box-shadow: 0 0 8px #a3e635; flex-shrink: 0; }
.cyb-notice-txt { font-size: 14px; color: #cbd5e1; line-height: 1.6; }

/* 列表标题 */
.cyb-sec-title { font-size: 18px; font-weight: 700; color: #ffffff; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; text-shadow: 0 0 5px rgba(163, 230, 53, 0.5); }
.cyb-sec-title::before { content: ""; width: 4px; height: 16px; background: #a3e635; }

/* 霓虹列表流 */
.cyb-list-box { display: flex; flex-direction: column; gap: 12px; margin-bottom: 60px; }
.cyb-list-row { background: #130a24; border: 1px solid #20133a; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-radius: 6px !important; position: relative; border-left: 3px solid transparent; }
.cyb-list-row:hover { border-color: #a3e635; border-left: 3px solid #a3e635; background: #190f30; box-shadow: 0 0 15px rgba(163, 230, 53, 0.15); transform: translateY(-1px); }

.cyb-item-img { width: 56px; height: 56px; border-radius: 6px !important; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #20133a; background: #0a0618; padding: 4px; }
.cyb-item-img img { width: 100%; height: 100%; object-fit: contain; }

.cyb-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.cyb-item-name { font-size: 16px; font-weight: 700; color: #ffffff; }
.cyb-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #7f6fa0; }
.cyb-badge-auto { color: #a3e635; background: rgba(163, 230, 53, 0.1); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(163, 230, 53, 0.2); }
.cyb-badge-hand { color: #cbd5e1; background: #20133a; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #2d1c4e; }
.cyb-item-stock { color: #51427c; }

.cyb-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.cyb-item-price { font-size: 20px; font-weight: 700; color: #ffffff; font-family: monospace; }
.cyb-btn-buy { background: #20133a; color: #cbd5e1; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 6px !important; border: 1px solid #2d1c4e; cursor: pointer; transition: 0.2s; }
.cyb-list-row:hover .cyb-btn-buy { background: linear-gradient(135deg, #a3e635 0%, #00f0ff 100%); color: #0a0618; border-color: transparent; font-weight: 700; }

/* 详情页面 */
.cyb-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.cyb-detail-visual { width: 45%; background: #130a24; border: 1px solid #20133a; padding: 24px; border-radius: 12px !important; display: flex; justify-content: center; align-items: center; }
.cyb-detail-visual img { width: 100%; border-radius: 8px !important; border: 1px solid #20133a; }
.cyb-detail-right { flex-grow: 1; background: #130a24; padding: 40px; border: 1px solid #20133a; border-radius: 12px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.cyb-detail-h1 { font-size: 22px; font-weight: 700; color: #ffffff; margin-bottom: 25px; line-height: 1.4; }
.cyb-price-ribbon { background: #0a0618; padding: 20px 25px; border-radius: 8px !important; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #a3e635; border-top: 1px solid #20133a; border-bottom: 1px solid #20133a; }
.cyb-detail-price { font-size: 34px; font-weight: 700; color: #a3e635; font-family: monospace; }
.cyb-detail-stock-txt { margin-left: auto; color: #7f6fa0; font-size: 13px; font-weight: 600; }

.cyb-f-row { margin-bottom: 22px; }
.cyb-f-label { display: block; font-size: 12px; font-weight: 700; color: #7f6fa0; margin-bottom: 10px; text-transform: uppercase; }
.cyb-f-input { width: 100%; padding: 14px 16px; border: 1px solid #20133a; background: #0a0618; font-size: 14px; color: #fff; border-radius: 6px !important; transition: 0.2s; outline: none; }
.cyb-f-input:focus { border-color: #a3e635; box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.1); }
.cyb-btn-submit { width: 100%; background: linear-gradient(135deg, #a3e635 0%, #00f0ff 100%); color: #0a0618; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 6px !important; cursor: pointer; transition: 0.2s; }
.cyb-btn-submit:hover { background: #fbbf24; box-shadow: 0 0 20px rgba(163, 230, 53, 0.3); }
.cyb-btn-submit:disabled { background: #20133a; color: #51427c; cursor: not-allowed; box-shadow: none; }

.cyb-desc-container { background: #130a24; padding: 40px; border: 1px solid #20133a; margin-top: 40px; border-radius: 12px !important; }
.cyb-desc-title { font-size: 18px; font-weight: 700; color: #ffffff; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #20133a; display: flex; align-items: center; gap: 10px; }
.cyb-desc-title::before { content: ""; width: 8px; height: 8px; background: #a3e635; border-radius: 50% !important; display: inline-block; }
.cyb-desc-html { line-height: 1.8; font-size: 14px; color: #cbd5e1; }

.cyb-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #51427c; font-size: 13px; border-top: 1px solid #20133a; background: #130a24; }

@media (max-width: 900px) {
    .cyb-detail-split { flex-direction: column; }
    .cyb-detail-visual, .cyb-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .cyb-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .cyb-item-img { margin-bottom: 15px; margin-right: 0; }
    .cyb-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #20133a; padding-top: 15px; }
}\n