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