body { margin: 0; background: #0a0805; color: #ffb300; font-family: Monaco, monospace; font-size: 13px; line-height: 1.6; }
.vtx-layout { display: flex; min-height: 100vh; }
.vtx-aside { width: 35%; background: #050402; border-right: 2px solid #ffb300; padding: 50px; box-sizing: border-box; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; }
.vtx-main { width: 65%; padding: 50px; box-sizing: border-box; }
.vtx-logo img { height: 20px; filter: invert(1) sepia(1) saturate(100) hue-rotate(15deg); margin-bottom: 50px; }
.vtx-nav { display: flex; flex-direction: column; gap: 15px; margin-bottom: auto; }
.vtx-nav a { color: #8a6500; text-decoration: none; padding: 12px 0; border-bottom: 1px solid #332400; font-size: 13px; font-weight: bold; transition: 0.2s; }
.vtx-nav a:hover, .vtx-nav .active { color: #ffb300; border-bottom-color: #ffb300; text-shadow: 0 0 10px rgba(255,179,0,0.5); }
.vtx-aside-footer { border-top: 1px solid #ffb300; padding-top: 25px; color: #8a6500; font-size: 11px; }
.vtx-notice-bar { border: 1px solid #ffb300; padding: 20px; background: #050402; margin-bottom: 40px; box-shadow: 0 0 15px rgba(255,179,0,0.15); }
.vtx-notice-title { color: #ffb300; font-weight: bold; margin-bottom: 5px; }
.vtx-cat-hd { font-size: 14px; font-weight: bold; margin: 40px 0 20px; color: #ffb300; display: flex; align-items: center; }
.vtx-cat-hd::before { content: ""; width: 6px; height: 6px; background: #ffb300; border-radius: 50%; margin-right: 8px; box-shadow: 0 0 8px #ffb300; }
.vtx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.vtx-card { background: #050402; border: 1px solid #332400; padding: 25px; text-decoration: none; color: #fff; transition: 0.2s; position: relative; display: block; }
.vtx-card:hover { border-color: #ffb300; background: #080603; box-shadow: 0 0 15px rgba(255,179,0,0.15); }
.vtx-img-box { width: 100%; aspect-ratio: 1.5; background: #000; border: 1px solid #332400; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.vtx-img-box img { width: 45%; height: 45%; object-fit: contain; filter: sepia(1) saturate(5) hue-rotate(15deg); }
.vtx-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #b38f3b; }
.vtx-footer-meta { display: flex; justify-content: space-between; align-items: center; }
.vtx-price { font-size: 16px; font-weight: bold; color: #ffb300; }
.vtx-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid #ffb300; padding: 1px 5px; color: #ffb300; background: rgba(255,179,0,0.08); }
.vtx-trade-node { border: 1px solid #ffb300; display: flex; flex-wrap: wrap; background: #050402; overflow: hidden; }
.vtx-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #ffb300; box-sizing: border-box; background: #000; }
.vtx-media-side img { width: 100%; }
.vtx-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.vtx-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #332400; font-size: 11px; margin-bottom: 20px; color: #8a6500; }
.vtx-price-node { margin-bottom: 25px; padding: 20px; background: #000; border: 1px solid #332400; display: flex; justify-content: space-between; align-items: center; }
.vtx-input { width: 100%; height: 42px; background: #000; border: 1px solid #332400; color: #ffb300; padding: 0 15px; box-sizing: border-box; outline: none; }
.vtx-input:focus { border-color: #ffb300; }
.vtx-btn-submit { width: 100%; height: 46px; background: #ffb300; color: #000; border: none; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.2s; }
.vtx-btn-submit:hover { opacity: 0.8; }
.vtx-btn-submit:disabled { background: #050402; color: #332400; border: 1px solid #332400; cursor: not-allowed; }
.vtx-desc-box { margin-top: 30px; border: 1px solid #ffb300; padding: 30px; background: #050402; }
.vtx-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #ffb300; padding-left: 10px; }
.vtx-ls-container { border: 1px solid #ffb300; background: #000; overflow: hidden; }
.vtx-ls-th { display: flex; padding: 12px 20px; background: #050402; border-bottom: 1px solid #ffb300; color: #8a6500; }
.vtx-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #332400; align-items: center; }
.vtx-ls-tr:last-child { border-bottom: none; }
.vtx-cl-name { flex: 2; } .vtx-cl-name a { color: #fff; text-decoration: none; font-weight: bold; }
.vtx-cl-mode, .vtx-cl-price, .vtx-cl-stock { flex: 0.8; text-align: center; }
.vtx-cl-opt { flex: 0.6; text-align: right; }
.vtx-btn-go { display: inline-block; background: #ffb300; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.vtx-checkout-node { background: #050402; border: 1px solid #ffb300; padding: 30px; max-width: 520px; margin: 40px auto; }
.vtx-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #332400; }
.vtx-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.vtx-gateway-btn { background: #000; border: 1px solid #332400; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.vtx-gateway-btn img { height: 24px; filter: grayscale(1) invert(1) sepia(1) saturate(100) hue-rotate(15deg); }
.vtx-auth-node { background: #050402; border: 1px solid #ffb300; overflow: hidden; max-width: 440px; margin: 40px auto; }
.vtx-auth-tab { display: flex; background: #000; border-bottom: 1px solid #ffb300; }
.vtx-auth-link { flex: 1; text-align: center; line-height: 48px; color: #8a6500; text-decoration: none; border-right: 1px solid #ffb300; }
.vtx-auth-link.is-active { background: #050402; color: #fff; font-weight: bold; position: relative; }
.vtx-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #ffb300; }
.vtx-mini-table { margin-top: 20px; border: 1px solid #332400; overflow: hidden; }
.vtx-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #332400; align-items: center; color: #ffb300; }
.vtx-mini-h { background: #000; color: #332400; }
.vtx-m-node { border: 1px solid #332400; margin-bottom: 10px; background: #000; overflow: hidden; }
.vtx-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.vtx-footer { border-top: 1px solid #ffb300; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #8a6500; display: flex; justify-content: space-between; }
.vtx-footer a { color: #8a6500; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .vtx-layout { flex-direction: column; }
    .vtx-aside { width: 100%; height: auto; padding: 25px; position: static; border-right: none; border-bottom: 1px solid #ffb300; }
    .vtx-logo img { margin-bottom: 25px; }
    .vtx-main { width: 100%; padding: 25px 15px; }
    .vtx-grid { grid-template-columns: 1fr; }
}
