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