body { background-color: #050505; color: #a3e635; font-family: "Fira Code", Monaco, "Courier New", monospace; margin: 0; padding: 25px; line-height: 1.6; }
body::before { content: ""; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(rgba(18, 16, 16, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(18, 16, 16, 0) 100%); background-size: 100% 4px; z-index: 9999; pointer-events: none; }
.rspd-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
.rspd-header { background: #0c0d12; border: 1px solid #10b981; border-radius: 4px; padding: 15px 30px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; position: relative; box-shadow: 0 0 15px rgba(16, 185, 129, 0.1); }
.rspd-brand img { height: 35px; object-fit: contain; }
.rspd-menu { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.rspd-menu a { color: #a3e635; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid #10b981; transition: all 0.3s; background: #050505; }
.rspd-menu a:hover, .rspd-menu a.active { color: #fbbf24; border-color: #fbbf24; text-shadow: 0 0 10px rgba(251, 191, 36, 0.5); }
.rspd-app { display: flex; gap: 30px; margin-top: 20px; }
.rspd-aside-left { width: 20%; flex-shrink: 0; }
.rspd-aside-right { width: 20%; flex-shrink: 0; }
.rspd-main { width: 60%; flex-grow: 1; }
.rspd-left-card { background: #0c0d12; border: 1px solid #10b981; border-radius: 8px; padding: 25px; box-shadow: 0 0 15px rgba(16, 185, 129, 0.05); }
.rspd-aside-nav { list-style: none; padding: 0; margin: 0; }
.rspd-aside-nav li { margin-bottom: 15px; }
.rspd-aside-nav a { display: block; padding: 12px 20px; border: 1px solid #10b981; color: #a3e635; text-decoration: none; font-weight: bold; font-size: 14px; text-align: center; transition: all 0.3s; }
.rspd-aside-nav a:hover, .rspd-aside-nav a.active { background: #10b981; color: #050505; }
.rspd-right-card { background: #0c0d12; border: 1px solid #10b981; border-radius: 8px; padding: 25px; box-shadow: 0 0 15px rgba(16, 185, 129, 0.05); }
.rspd-right-title { font-size: 14px; font-weight: bold; color: #10b981; margin-bottom: 20px; border-bottom: 1px dashed #10b981; padding-bottom: 8px; text-align: center; }
.rspd-right-input { width: 100%; box-sizing: border-box; background: #050505; border: 1px solid #10b981; color: #a3e635; padding: 10px 15px; border-radius: 0; font-size: 13px; outline: none; margin-bottom: 15px; font-family: inherit; }
.rspd-right-btn { width: 100%; background: #10b981; color: #050505; border: none; padding: 12px; font-size: 13px; font-weight: bold; cursor: pointer; text-transform: uppercase; transition: 0.3s; font-family: inherit; }
.rspd-right-btn:hover { background: #fbbf24; }
.rspd-notice { background: rgba(16, 185, 129, 0.02); border: 1px solid #10b981; padding: 22px 30px; margin-bottom: 40px; font-size: 14px; color: #10b981; }
.rspd-cat-panel { margin-bottom: 40px; }
.rspd-cat-title { font-size: 18px; font-weight: bold; color: #10b981; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed #10b981; padding-bottom: 10px; }
.rspd-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 24px; }
.rspd-card { background: #0c0d12; border: 1px solid #10b981; padding: 20px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; position: relative; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.rspd-card:nth-child(even) { transform: rotate(0.5deg); }
.rspd-card:nth-child(odd) { transform: rotate(-0.5deg); }
.rspd-card:hover { border-color: #fbbf24; box-shadow: 0 0 15px rgba(251, 191, 36, 0.2); transform: scale(1.03) rotate(0deg) !important; }
.rspd-img-box { height: 140px; background: #050505; border: 1px solid #10b981; display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 18px; border-radius: 4px; }
.rspd-card:hover .rspd-img-box { border-color: #fbbf24; }
.rspd-img-box img { max-width: 90%; max-height: 90%; object-fit: contain; }
.rspd-card-title { font-size: 14px; font-weight: bold; color: #cbd5e1; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rspd-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed #10b981; padding-top: 15px; }
.rspd-card:hover .rspd-card-bottom { border-top-color: #fbbf24; }
.rspd-tag { font-size: 11px; padding: 3px 8px; border: 1px solid #10b981; font-weight: bold; text-transform: uppercase; }
.rspd-card:hover .rspd-tag { border-color: #fbbf24; }
.rspd-tag-auto { color: #fbbf24; border-color: #fbbf24; }
.rspd-tag-manual { color: #a3e635; }
.rspd-price { color: #fbbf24; font-size: 18px; font-weight: bold; text-shadow: 0 0 5px rgba(251, 191, 36, 0.4); }
.rspd-btn-buy { background: #050505; color: #a3e635; border: 1px solid #10b981; padding: 6px 12px; font-size: 11px; font-weight: bold; text-transform: uppercase; transition: 0.3s; }
.rspd-card:hover .rspd-btn-buy { background: #fbbf24; color: #050505; border-color: #fbbf24; }
.rspd-split-detail { display: flex; gap: 30px; }
.rspd-left-panel { width: 45%; }
.rspd-right-panel { width: 55%; background: #0c0d12; border: 1px solid #10b981; padding: 30px; box-shadow: 0 0 25px rgba(16, 185, 129, 0.05); border-radius: 8px; }
.rspd-specimen-box { background: #050505; border: 1px solid #10b981; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8); border-radius: 8px; }
.rspd-specimen-box img { max-width: 100%; border: 1px solid #10b981; }
.rspd-dt-title { font-size: 22px; font-weight: bold; color: #cbd5e1; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid #10b981; padding-bottom: 15px; }
.rspd-price-box { display: flex; gap: 30px; border-bottom: 1px dashed #10b981; padding-bottom: 25px; margin-bottom: 30px; }
.rspd-box-label { display: block; font-size: 11px; color: #64748b; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; font-weight: bold; }
.rspd-box-val { font-size: 24px; font-weight: bold; color: #fbbf24; text-shadow: 0 0 5px rgba(251, 191, 36, 0.4); }
.rspd-group { margin-bottom: 20px; }
.rspd-label { display: block; font-size: 12px; color: #10b981; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.rspd-input { width: 100%; box-sizing: border-box; background: #050505; border: 1px solid #10b981; color: #cbd5e1; padding: 14px 18px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.rspd-input:focus { border-color: #fbbf24; background: #050505; box-shadow: 0 0 10px rgba(251, 191, 36, 0.2); }
.rspd-btn-action { width: 100%; background: #10b981; color: #050505; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; }
.rspd-btn-action:hover { background: #fbbf24; }
.rspd-btn-action:disabled { background: #050505; color: #64748b; border: 1px solid #10b981; cursor: not-allowed; }
.rspd-desc-deck { background: #0c0d12; border: 1px solid #10b981; padding: 35px; margin-top: 40px; border-radius: 8px; }
.rspd-desc-title { font-size: 15px; color: #fbbf24; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.rspd-desc-content { font-size: 14px; color: #849cae; line-height: 1.8; }
.rspd-q-tabs { display: flex; background: #050505; border: 1px solid #10b981; padding: 4px; margin-bottom: 35px; border-radius: 6px; }
.rspd-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #64748b; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.rspd-q-tabs a.active, .rspd-q-tabs a:hover { background: #0c0d12; color: #10b981; border: 1px solid #10b981; }
.rspd-deck-table { width: 100%; border-collapse: collapse; }
.rspd-deck-table th, .rspd-deck-table td { padding: 18px; border-bottom: 1px solid #10b981; text-align: left; }
.rspd-deck-table th { color: #64748b; font-size: 12px; text-transform: uppercase; }
.rspd-deck-table td { color: #cbd5e1; }
.rspd-footer { border-top: 1px solid #10b981; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: #64748b; }
@media (max-width: 900px) {
    .rspd-app { flex-direction: column; }
    .rspd-aside-left, .rspd-aside-right, .rspd-main { width: 100%; }
    .rspd-split-detail { flex-direction: column; }
    .rspd-left-panel, .rspd-right-panel { width: 100%; }
}
