body { margin: 0; background: #0a0b0d; color: #f8f9fa; font-family: -apple-system, sans-serif; font-size: 13px; }
.epo-container { max-width: 1100px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.epo-header { display: flex; justify-content: space-between; align-items: center; background: #121318; border: 1px solid #1e2026; padding: 20px 30px; border-radius: 14px; margin-bottom: 25px; }
.epo-logo img { height: 24px; filter: brightness(1.2); }
.epo-nav { display: flex; gap: 10px; }
.epo-nav a { color: #888; text-decoration: none; padding: 8px 18px; border-radius: 8px; font-size: 12px; transition: 0.2s; background: rgba(255,255,255,0.02); border: 1px solid #1e2026; }
.epo-nav a:hover, .epo-nav .active { color: #fff; background: #1e2026; border-color: #3e4251; }
.epo-notice-bar { background: #121318; border: 1px solid #1e2026; padding: 25px; border-radius: 14px; margin-bottom: 25px; }
.epo-notice-title { color: #6366f1; font-weight: bold; margin-bottom: 8px; font-size: 14px; }
.epo-cat-hd { font-size: 14px; font-weight: bold; margin: 35px 0 15px; display: flex; align-items: center; }
.epo-cat-hd::before { content: ""; width: 8px; height: 8px; background: #6366f1; border-radius: 50%; margin-right: 10px; }
.epo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.epo-card { background: #121318; border: 1px solid #1e2026; padding: 25px; border-radius: 14px; text-decoration: none; color: #fff; transition: 0.2s; position: relative; display: block; }
.epo-card:hover { border-color: #3e4251; transform: translateY(-2px); }
.epo-img-box { width: 100%; aspect-ratio: 1.5; background: #0a0b0d; border: 1px solid #1e2026; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; border-radius: 8px; overflow: hidden; }
.epo-img-box img { width: 45%; height: 45%; object-fit: contain; }
.epo-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #ccc; }
.epo-footer-meta { display: flex; justify-content: space-between; align-items: center; }
.epo-price { font-size: 16px; font-weight: bold; color: #fff; }
.epo-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid rgba(99,102,241,0.4); padding: 2px 6px; color: #6366f1; background: rgba(99,102,241,0.08); border-radius: 6px; }
.epo-trade-node { border: 1px solid #1e2026; display: flex; flex-wrap: wrap; background: #121318; border-radius: 14px; overflow: hidden; }
.epo-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #1e2026; box-sizing: border-box; background: #0a0b0d; }
.epo-media-side img { width: 100%; }
.epo-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.epo-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #1e2026; font-size: 11px; margin-bottom: 20px; color: #888; border-radius: 6px; }
.epo-price-node { margin-bottom: 25px; padding: 20px; background: #0a0b0d; border: 1px solid #1e2026; display: flex; justify-content: space-between; align-items: center; border-radius: 8px; }
.epo-input { width: 100%; height: 42px; background: #0a0b0d; border: 1px solid #1e2026; color: #fff; padding: 0 15px; box-sizing: border-box; outline: none; border-radius: 8px; margin-bottom: 15px; }
.epo-input:focus { border-color: #3e4251; }
.epo-btn-submit { width: 100%; height: 46px; background: #fff; color: #000; border: none; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 8px; transition: 0.2s; }
.epo-btn-submit:hover { opacity: 0.9; }
.epo-btn-submit:disabled { background: rgba(255,255,255,0.05); color: #555; border: 1px solid rgba(255,255,255,0.02); cursor: not-allowed; }
.epo-desc-box { margin-top: 30px; border: 1px solid #1e2026; padding: 30px; background: #121318; border-radius: 14px; }
.epo-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #6366f1; padding-left: 10px; }
.epo-ls-container { border: 1px solid #1e2026; background: #0a0b0d; border-radius: 8px; overflow: hidden; }
.epo-ls-th { display: flex; padding: 12px 20px; background: #121318; border-bottom: 1px solid #1e2026; color: #666; }
.epo-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid rgba(255,255,255,0.03); align-items: center; }
.epo-ls-tr:last-child { border-bottom: none; }
.epo-cl-name { flex: 2; } .epo-cl-name a { color: #fff; text-decoration: none; }
.epo-cl-mode, .epo-cl-price, .epo-cl-stock { flex: 0.8; text-align: center; }
.epo-cl-opt { flex: 0.6; text-align: right; }
.epo-btn-go { display: inline-block; background: #fff; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; border-radius: 6px; }
.epo-checkout-node { background: #121318; border: 1px solid #1e2026; padding: 30px; border-radius: 14px; max-width: 520px; margin: 40px auto; }
.epo-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(255,255,255,0.05); }
.epo-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.epo-gateway-btn { background: #0a0b0d; border: 1px solid #1e2026; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
.epo-gateway-btn img { height: 24px; }
.epo-auth-node { background: #121318; border: 1px solid #1e2026; border-radius: 14px; overflow: hidden; max-width: 440px; margin: 40px auto; }
.epo-auth-tab { display: flex; background: #0a0b0d; border-bottom: 1px solid #1e2026; }
.epo-auth-link { flex: 1; text-align: center; line-height: 48px; color: #666; text-decoration: none; border-right: 1px solid #1e2026; }
.epo-auth-link.is-active { background: #121318; color: #fff; font-weight: bold; position: relative; }
.epo-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #6366f1; }
.epo-mini-table { margin-top: 20px; border: 1px solid #1e2026; border-radius: 8px; overflow: hidden; }
.epo-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #1e2026; align-items: center; color: #888; }
.epo-mini-h { background: #000; color: #444; }
.epo-m-node { border: 1px solid #1e2026; margin-bottom: 10px; background: #000; border-radius: 8px; overflow: hidden; }
.epo-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.epo-footer { display: flex; justify-content: space-between; border-top: 1px solid #1e2026; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #555; }
.epo-footer a { color: #555; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .epo-header { flex-direction: column; gap: 15px; }
    .epo-grid { grid-template-columns: 1fr; }
    .epo-media-side { border-right: none; }
}
