body { background: linear-gradient(135deg, #09060f 0%, #0c0d14 100%) no-repeat fixed; color: #a3b3c9; font-family: "Inter", -apple-system, sans-serif; margin: 0; padding: 20px; line-height: 1.6; }
.crps-wrapper { max-width: 1300px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：中置悬浮控制台导航 */
.crps-floating-deck { background: rgba(18, 14, 28, 0.7); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(139, 92, 246, 0.15); border-radius: 20px; padding: 15px 35px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.crps-logo img { height: 40px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(139,92,246,0.3)); }
.crps-menu { display: flex; gap: 25px; list-style: none; margin: 0; padding: 0; }
.crps-menu a { color: #8a99ad; text-decoration: none; font-size: 14px; font-weight: 600; padding: 8px 16px; border-radius: 12px; transition: all 0.3s; }
.crps-menu a:hover, .crps-menu a.active { color: #a78bfa; background: rgba(139, 92, 246, 0.1); border: 1px solid rgba(139, 92, 246, 0.2); }
/* 首页双侧不对称分流 */
.crps-split-deck { display: flex; gap: 30px; }
.crps-left-slate { width: 35%; position: sticky; top: 110px; height: fit-content; }
.crps-right-listings { width: 65%; }
.crps-hero-notice { background: rgba(139, 92, 246, 0.03); border: 1px solid rgba(139, 92, 246, 0.15); border-radius: 20px; padding: 30px; box-shadow: 0 15px 35px rgba(0,0,0,0.4); }
.crps-notice-tag { display: inline-block; background: rgba(139, 92, 246, 0.15); color: #c084fc; border: 1px solid rgba(139, 92, 246, 0.3); padding: 4px 12px; border-radius: 8px; font-size: 11px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.crps-notice-text { font-size: 14px; color: #94a3b8; line-height: 1.8; text-align: justify; }
.crps-cat-header { font-size: 15px; font-weight: bold; color: #a78bfa; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; border-bottom: 1px solid rgba(139, 92, 246, 0.1); padding-bottom: 10px; }
.crps-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 40px; }
.crps-deck-card { background: rgba(18, 14, 28, 0.4); border: 1px solid rgba(139, 92, 246, 0.1); border-radius: 16px; padding: 20px; transition: all 0.3s ease; text-decoration: none; display: flex; flex-direction: column; }
.crps-deck-card:hover { border-color: rgba(139, 92, 246, 0.3); box-shadow: 0 10px 30px rgba(139, 92, 246, 0.08); transform: translateY(-4px); background: rgba(18, 14, 28, 0.6); }
.crps-card-img { height: 160px; background: rgba(0,0,0,0.2); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; }
.crps-card-img img { max-width: 90%; max-height: 90%; object-fit: contain; }
.crps-card-title { font-size: 15px; font-weight: bold; color: #f1f5f9; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.crps-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.crps-badge-glow { font-size: 11px; padding: 4px 10px; border-radius: 8px; font-weight: bold; border: 1px solid transparent; }
.crps-bg-purple { background: rgba(139, 92, 246, 0.1); color: #c084fc; border-color: rgba(139, 92, 246, 0.2); }
.crps-bg-cyan { background: rgba(6, 182, 212, 0.1); color: #22d3ee; border-color: rgba(6, 182, 212, 0.2); }
.crps-price-cyan { color: #22d3ee; font-size: 20px; font-weight: bold; }
/* 详情页重构：左右不对称面板 */
.crps-detail-deck { display: flex; gap: 40px; }
.crps-dt-visual { width: 40%; }
.crps-dt-form { width: 60%; }
.crps-screen-box { background: rgba(0,0,0,0.2); border: 1px solid rgba(139, 92, 246, 0.1); border-radius: 20px; padding: 30px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 40px rgba(0,0,0,0.6); }
.crps-screen-box img { max-width: 100%; border-radius: 12px; }
.crps-form-box { background: rgba(18, 14, 28, 0.5); border: 1px solid rgba(139, 92, 246, 0.15); border-radius: 20px; padding: 40px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.crps-dt-title { font-size: 26px; font-weight: bold; color: #f8fafc; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid rgba(139, 92, 246, 0.1); padding-bottom: 15px; }
.crps-stat-row { display: flex; gap: 40px; border-bottom: 1px dashed rgba(139, 92, 246, 0.1); padding-bottom: 25px; margin-bottom: 30px; }
.crps-stat-item label { display: block; font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.crps-stat-item span { font-size: 26px; font-weight: bold; color: #22d3ee; }
.crps-group { margin-bottom: 20px; }
.crps-label { display: block; font-size: 12px; color: #c084fc; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.crps-input { width: 100%; box-sizing: border-box; background: rgba(0,0,0,0.3); border: 1px solid rgba(139, 92, 246, 0.15); color: #f8fafc; padding: 15px 20px; border-radius: 12px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.crps-input:focus { border-color: rgba(139, 92, 246, 0.4); box-shadow: 0 0 15px rgba(139, 92, 246, 0.15); }
.crps-btn-action { width: 100%; background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%); color: #fff; border: none; padding: 18px; border-radius: 12px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.3s; box-shadow: 0 8px 25px rgba(139,92,246,0.3); font-family: inherit; }
.crps-btn-action:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(139,92,246,0.4); }
.crps-btn-action:disabled { background: #334155; color: #64748b; box-shadow: none; cursor: not-allowed; transform: none; }
.crps-desc-deck { background: rgba(18, 14, 28, 0.4); border: 1px solid rgba(139, 92, 246, 0.1); border-radius: 20px; padding: 35px; margin-top: 40px; }
.crps-desc-title { font-size: 16px; color: #c084fc; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.crps-desc-content { font-size: 14px; color: #94a3b8; line-height: 1.8; }
/* 归档检索面板 */
.crps-q-tabs { display: flex; background: rgba(0,0,0,0.2); border: 1px solid rgba(139, 92, 246, 0.1); border-radius: 12px; padding: 4px; margin-bottom: 35px; }
.crps-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #64748b; font-weight: bold; text-decoration: none; border-radius: 8px; font-size: 13px; transition: 0.3s; }
.crps-q-tabs a.active, .crps-q-tabs a:hover { background: rgba(139, 92, 246, 0.15); color: #c084fc; }
.crps-deck-table { width: 100%; border-collapse: collapse; }
.crps-deck-table th, .crps-deck-table td { padding: 18px; border-bottom: 1px solid rgba(139, 92, 246, 0.1); text-align: left; }
.crps-deck-table th { color: #64748b; font-size: 12px; text-transform: uppercase; }
.crps-deck-table td { color: #cbd5e1; }
.crps-footer { border-top: 1px solid rgba(139, 92, 246, 0.1); margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #475569; }
@media (max-width: 900px) {
    .crps-split-deck { flex-direction: column; }
    .crps-left-slate, .crps-right-listings { width: 100%; position: static; }
    .crps-detail-deck { flex-direction: column; }
    .crps-dt-visual, .crps-dt-form { width: 100%; }
}
