body { background-color: #09090e; color: #a9b1d6; font-family: "PingFang SC", "Microsoft YaHei", -apple-system, sans-serif; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }

.nxr-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* 导航栏 - 玻璃拟态暗黑 */
.nxr-header { background: rgba(13, 13, 18, 0.85); backdrop-filter: blur(12px); border-bottom: 1px solid #1f1f2e; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.nxr-nav-box { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.nxr-logo img { height: 28px; filter: drop-shadow(0 0 5px rgba(0,210,211,0.5)); }

.nxr-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.nxr-menu a { font-size: 15px; color: #787c99; font-weight: 500; transition: 0.3s; letter-spacing: 1px; }
.nxr-menu a:hover, .nxr-active { color: #00d2d3 !important; text-shadow: 0 0 10px rgba(0,210,211,0.5); }

.nxr-user-btn { font-size: 13px; color: #fff; background: transparent; border: 1px solid #00d2d3; box-shadow: inset 0 0 10px rgba(0,210,211,0.2); padding: 8px 22px; border-radius: 4px; transition: 0.3s; }
.nxr-user-btn:hover { background: #00d2d3; color: #000; box-shadow: 0 0 15px rgba(0,210,211,0.6); }

/* 公告区 */
.nxr-notice-bar { background: #151521; border: 1px solid #1f1f2e; border-left: 4px solid #ff007c; padding: 18px 25px; margin: 30px 0; border-radius: 6px; display: flex; align-items: center; gap: 15px; }
.nxr-notice-txt { font-size: 14px; color: #e2e8f0; line-height: 1.6; }

/* 标题 */
.nxr-title-glow { font-size: 18px; font-weight: 600; color: #fff; margin: 45px 0 20px; text-transform: uppercase; letter-spacing: 2px; }
.nxr-title-glow span { color: #00d2d3; }

/* 赛博列表流 */
.nxr-list-group { display: flex; flex-direction: column; gap: 16px; margin-bottom: 50px; }
.nxr-list-item { background: #13131e; border: 1px solid #1f1f2e; border-radius: 8px; display: flex; align-items: center; padding: 20px 25px; transition: all 0.3s ease; position: relative; overflow: hidden; }
.nxr-list-item::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #00d2d3; transform: scaleY(0); transition: 0.3s; }
.nxr-list-item:hover { background: #181826; border-color: #00d2d3; box-shadow: 0 8px 25px rgba(0,210,211,0.15); transform: translateX(5px); }
.nxr-list-item:hover::before { transform: scaleY(1); }

.nxr-item-pic { width: 56px; height: 56px; border-radius: 6px; overflow: hidden; background: #09090e; flex-shrink: 0; margin-right: 25px; border: 1px solid #2a2a35; padding: 2px; }
.nxr-item-pic img { width: 100%; height: 100%; object-fit: contain; border-radius: 4px; }

.nxr-item-info { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.nxr-item-name { font-size: 16px; font-weight: 500; color: #fff; }
.nxr-item-tags { display: flex; align-items: center; gap: 12px; font-size: 12px; }
.nxr-tag-auto { background: rgba(0,210,211,0.1); color: #00d2d3; border: 1px solid rgba(0,210,211,0.3); padding: 3px 8px; border-radius: 4px; }
.nxr-tag-hand { background: rgba(169,177,214,0.1); color: #a9b1d6; border: 1px solid rgba(169,177,214,0.2); padding: 3px 8px; border-radius: 4px; }
.nxr-item-stock { color: #565f89; }

.nxr-item-right { display: flex; align-items: center; gap: 35px; }
.nxr-item-price { font-size: 20px; font-weight: 700; color: #ff007c; font-family: monospace; }
.nxr-btn-buy { background: transparent; color: #ff007c; border: 1px solid #ff007c; padding: 8px 25px; font-size: 13px; border-radius: 4px; font-weight: 600; transition: 0.3s; text-transform: uppercase; }
.nxr-list-item:hover .nxr-btn-buy { background: #ff007c; color: #fff; box-shadow: 0 0 15px rgba(255,0,124,0.4); }

/* 详情页暗黑面板 */
.nxr-detail-wrap { display: flex; gap: 40px; margin-top: 20px; }
.nxr-detail-cover { width: 380px; flex-shrink: 0; background: #13131e; padding: 20px; border-radius: 8px; border: 1px solid #1f1f2e; display: flex; align-items: center; justify-content: center; }
.nxr-detail-cover img { max-width: 100%; border-radius: 4px; }
.nxr-detail-formbox { flex-grow: 1; background: #13131e; padding: 40px; border-radius: 8px; border: 1px solid #1f1f2e; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }

.nxr-detail-h1 { font-size: 22px; font-weight: 600; color: #fff; margin-bottom: 25px; line-height: 1.5; }
.nxr-price-area { background: #0d0d12; padding: 25px; border-radius: 6px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border: 1px solid #1f1f2e; border-left: 4px solid #00d2d3; }
.nxr-detail-val { font-size: 34px; font-weight: 700; color: #00d2d3; font-family: monospace; }
.nxr-stock-val { margin-left: auto; color: #787c99; font-size: 13px; }

.nxr-f-row { margin-bottom: 22px; }
.nxr-f-label { display: block; font-size: 12px; color: #787c99; margin-bottom: 10px; letter-spacing: 1px; }
.nxr-input { width: 100%; padding: 14px 18px; border: 1px solid #2a2a35; border-radius: 4px; background: #09090e; font-size: 14px; box-sizing: border-box; transition: 0.3s; color: #fff; }
.nxr-input:focus { border-color: #00d2d3; outline: none; box-shadow: inset 0 0 8px rgba(0,210,211,0.2); }
.nxr-btn-submit { width: 100%; background: #00d2d3; color: #000; padding: 16px; font-size: 15px; font-weight: 700; border: none; border-radius: 4px; cursor: pointer; transition: 0.3s; margin-top: 15px; letter-spacing: 1px; }
.nxr-btn-submit:hover { background: #00e5e5; box-shadow: 0 0 20px rgba(0,210,211,0.5); transform: translateY(-2px); }
.nxr-btn-submit:disabled { background: #2a2a35; color: #565f89; cursor: not-allowed; box-shadow: none; transform: none; }

.nxr-content-box { background: #13131e; padding: 40px; border-radius: 8px; border: 1px solid #1f1f2e; margin-top: 40px; }
.nxr-content-head { font-size: 16px; color: #fff; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px dashed #2a2a35; }
.nxr-content-body { line-height: 1.9; font-size: 14px; color: #a9b1d6; }

.nxr-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #565f89; font-size: 12px; border-top: 1px solid #1f1f2e; background: #09090e; }

/* 移动端强力防挤压适配 */
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    
    .nxr-detail-wrap { flex-direction: column; gap: 20px; }
    .nxr-detail-cover { width: 100%; box-sizing: border-box; }
    .nxr-detail-formbox { padding: 25px 20px; }
    
    .nxr-list-item { flex-direction: column; align-items: flex-start; padding: 20px; }
    .nxr-item-pic { margin-bottom: 15px; }
    .nxr-item-right { width: 100%; margin-top: 15px; justify-content: space-between; }
}\n