body { background-color: #0c021a; color: #cbd5e1; font-family: "Courier New", Courier, Monaco, 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; }
.ephm-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
.ephm-header { background: rgba(15, 12, 30, 0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid rgba(6, 182, 212, 0.15); border-radius: 12px; padding: 15px 30px; margin-bottom: 40px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.ephm-brand img { height: 35px; object-fit: contain; }
.ephm-nav { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.ephm-nav a { color: #cbd5e1; text-decoration: none; font-size: 13px; font-weight: bold; padding: 6px 15px; border: 1px solid rgba(6, 182, 212, 0.15); transition: all 0.3s; background: #0c021a; }
.ephm-nav a:hover, .ephm-nav a.active { color: #06b6d4; border-color: #06b6d4; text-shadow: 0 0 10px rgba(6,182,212,0.5); box-shadow: 0 0 15px rgba(6,182,212,0.15); }
.ephm-notice { background: rgba(6, 182, 212, 0.02); border: 1px solid #06b6d4; padding: 18px 25px; margin-bottom: 40px; font-size: 14px; color: #06b6d4; box-shadow: inset 0 0 10px rgba(6,182,212,0.1); }
.ephm-cat-panel { margin-bottom: 40px; }
.ephm-cat-title { font-size: 18px; font-weight: bold; color: #06b6d4; text-transform: uppercase; margin-bottom: 25px; border-bottom: 1px dashed rgba(6, 182, 212, 0.2); padding-bottom: 8px; }
.ephm-slider-container { display: flex; gap: 25px; overflow-x: auto; padding: 15px 5px; scrollbar-width: none; -ms-overflow-style: none; }
.ephm-slider-container::-webkit-scrollbar { display: none; }
.ephm-card { flex: 0 0 280px; background: rgba(15, 12, 30, 0.3); border: 1px solid rgba(139, 92, 246, 0.12); padding: 25px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; border-radius: 12px; box-sizing: border-box; }
.ephm-card:hover { border-color: #06b6d4; box-shadow: 0 0 18px rgba(6, 182, 212, 0.15); background: rgba(15, 12, 30, 0.45); transform: translateY(-4px); }
.ephm-img-box { height: 160px; background: rgba(4, 5, 8, 0.4); border: 1px solid rgba(139, 92, 246, 0.1); display: flex; align-items: center; justify-content: center; padding: 15px; margin-bottom: 20px; transition: border-color 0.3s; border-radius: 8px; }
.ephm-card:hover .ephm-img-box { border-color: #06b6d4; }
.ephm-img-box img { max-width: 90%; max-height: 90%; object-fit: contain; opacity: 0.85; transition: 0.3s; }
.ephm-card:hover .ephm-img-box img { opacity: 1; transform: scale(1.03); }
.ephm-card-title { font-size: 15px; font-weight: bold; color: #e2e8f0; margin-bottom: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ephm-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px solid rgba(139, 92, 246, 0.1); padding-top: 15px; }
.ephm-card:hover .ephm-card-bottom { border-top-color: #06b6d4; }
.ephm-tag { font-size: 10px; padding: 3px 8px; border: 1px solid rgba(139, 92, 246, 0.15); font-weight: bold; text-transform: uppercase; border-radius: 4px; }
.ephm-card:hover .ephm-tag { border-color: #06b6d4; }
.ephm-tag-auto { color: #ec4899; border-color: rgba(236, 72, 153, 0.2); }
.ephm-card:hover .ephm-tag-auto { color: #ec4899; border-color: #ec4899; }
.ephm-tag-manual { color: #8492a6; }
.ephm-price { color: #06b6d4; font-size: 20px; font-weight: bold; text-shadow: 0 0 6px rgba(6,182,212,0.3); }
.ephm-btn-buy { background: #06b6d4; color: #040508; border: none; padding: 8px 16px; font-size: 12px; font-weight: bold; text-transform: uppercase; transition: all 0.3s; border-radius: 4px; }
.ephm-card:hover .ephm-btn-buy { background: #059cbd; box-shadow: 0 0 15px rgba(6, 182, 212, 0.3); }
.ephm-split-detail { display: flex; gap: 40px; }
.ephm-left-panel { width: 45%; }
.ephm-right-panel { width: 55%; background: rgba(15, 12, 30, 0.4); border: 1px solid rgba(6, 182, 212, 0.15); padding: 40px; box-shadow: 0 15px 40px rgba(0,0,0,0.5); border-radius: 16px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.ephm-specimen-box { background: rgba(4, 5, 8, 0.4); border: 1px solid rgba(139, 92, 246, 0.15); padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 30px rgba(0,0,0,0.8); border-radius: 12px; }
.ephm-specimen-box img { max-width: 100%; border: 1px solid rgba(139, 92, 246, 0.15); border-radius: 8px; }
.ephm-dt-title { font-size: 24px; font-weight: bold; color: #f1f5f9; margin-bottom: 25px; line-height: 1.4; border-bottom: 1px solid rgba(6, 182, 212, 0.2); padding-bottom: 15px; }
.ephm-price-box { display: flex; gap: 40px; border-bottom: 1px dashed rgba(6, 182, 212, 0.2); padding-bottom: 25px; margin-bottom: 30px; }
.ephm-box-label { display: block; font-size: 11px; color: rgba(139, 92, 246, 0.4); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; font-weight: bold; }
.ephm-box-val { font-size: 28px; font-weight: bold; color: #06b6d4; text-shadow: 0 0 5px rgba(6,182,212,0.4); }
.ephm-group { margin-bottom: 20px; }
.ephm-label { display: block; font-size: 12px; color: #ec4899; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.ephm-input { width: 100%; box-sizing: border-box; background: rgba(4, 5, 8, 0.5); border: 1px solid rgba(139, 92, 246, 0.15); color: #cbd5e1; padding: 14px 18px; border-radius: 8px; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.ephm-input:focus { border-color: #06b6d4; background: rgba(15, 12, 30, 0.5); box-shadow: 0 0 10px rgba(6,182,212,0.2); }
.ephm-btn-action { width: 100%; background: #06b6d4; color: #040508; border: none; padding: 16px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; box-shadow: 0 0 15px rgba(6, 182, 212, 0.3); border-radius: 8px; }
.ephm-btn-action:hover { background: #059cbd; }
.ephm-btn-action:disabled { background: rgba(139, 92, 246, 0.1); color: rgba(139, 92, 246, 0.3); cursor: not-allowed; }
.ephm-desc-deck { background: rgba(15, 12, 30, 0.3); border: 1px solid rgba(139, 92, 246, 0.12); padding: 35px; margin-top: 40px; border-radius: 12px; }
.ephm-desc-title { font-size: 15px; color: #ec4899; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.ephm-desc-content { font-size: 14px; color: #94a3b8; line-height: 1.8; }
.ephm-q-tabs { display: flex; background: rgba(4, 5, 8, 0.4); border: 1px solid rgba(139, 92, 246, 0.12); padding: 4px; margin-bottom: 35px; border-radius: 8px; }
.ephm-q-tabs a { flex: 1; text-align: center; padding: 12px; color: rgba(139, 92, 246, 0.4); font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.ephm-q-tabs a.active, .ephm-q-tabs a:hover { background: rgba(15, 12, 30, 0.4); color: #06b6d4; border-radius: 6px; }
.ephm-deck-table { width: 100%; border-collapse: collapse; }
.ephm-deck-table th, .ephm-deck-table td { padding: 18px; border-bottom: 1px solid rgba(139, 92, 246, 0.12); text-align: left; }
.ephm-deck-table th { color: rgba(139, 92, 246, 0.4); font-size: 12px; text-transform: uppercase; }
.ephm-deck-table td { color: #cbd5e1; }
.ephm-footer { border-top: 1px solid rgba(139, 92, 246, 0.12); margin-top: 80px; padding-top: 30px; text-align: center; font-size: 12px; color: rgba(139, 92, 246, 0.3); }
@media (max-width: 900px) {
    .ephm-header { flex-direction: column; gap: 20px; border-radius: 12px; }
    .ephm-nav { display: none; }
    .ephm-split-detail { flex-direction: column; }
    .ephm-left-panel, .ephm-right-panel { width: 100%; }
    .ephm-card { flex: 0 0 100%; }
}
