body { margin: 0; background: #0d0d0f; color: #86868f; font-family: 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.6; }
.hlx-layout { max-width: 1200px; margin: 30px auto; padding: 0 15px; box-sizing: border-box; }
.hlx-header { border: 1px solid #1e1e24; padding: 20px 40px; background: #000; margin-bottom: 35px; display: flex; justify-content: space-between; align-items: center; position: relative; }
.hlx-header::after { content: "◆ TECTONIC SHIFT ACTIVE ◆"; position: absolute; top: -10px; left: 30px; background: #0d0d0f; padding: 0 8px; color: #f97316; font-size: 9px; font-weight: bold; }
.hlx-logo img { height: 18px; filter: grayscale(1) invert(1) sepia(1) saturate(5) hue-rotate(340deg) brightness(1.2); }
.hlx-nav { display: flex; gap: 15px; }
.hlx-nav a { color: #55555d; text-decoration: none; padding: 6px 12px; border: 1px solid #1e1e24; transition: 0.1s; }
.hlx-nav a:hover, .hlx-nav .active { color: #f97316; background: #1e1e24; border-color: #f97316; text-shadow: 0 0 8px #f97316; }
.hlx-mid-flow { max-width: 860px; margin: 0 auto; }
.hlx-notice-bar { border: 1px dashed #f97316; padding: 20px; background: #000; margin-bottom: 30px; transform: rotate(-1deg); }
.hlx-notice-title { color: #f97316; font-weight: bold; margin-bottom: 5px; }
.hlx-cat-hd { font-size: 13px; font-weight: bold; margin: 40px 0 15px; border-bottom: 1px solid #1e1e24; padding-bottom: 5px; color: #f97316; text-transform: uppercase; }
.hlx-grid-wrap { max-width: 660px; margin: 0 auto; }
.hlx-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.hlx-card { background: #000; border: 1px solid #1e1e24; padding: 20px; text-decoration: none; color: #fff; transition: 0.1s; position: relative; display: block; transform: rotate(1deg); }
.hlx-card:hover { border-color: #f97316; background: #0a0502; box-shadow: 0 0 15px rgba(249,115,22,0.25); transform: rotate(0deg); }
.hlx-img-box { width: 100%; aspect-ratio: 1.4; background: #0d0d0f; border: 1px solid #1e1e24; margin-bottom: 15px; display: flex; align-items: center; justify-content: center; }
.hlx-img-box img { width: 45%; height: 45%; object-fit: contain; filter: grayscale(1) sepia(1) saturate(5) hue-rotate(340deg); }
.hlx-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #86868f; }
.hlx-footer-meta { display: flex; justify-content: space-between; align-items: center; }
.hlx-price { font-size: 15px; font-weight: bold; color: #f97316; }
.hlx-tag-auto { position: absolute; top: 10px; right: 10px; font-size: 9px; border: 1px solid #f97316; padding: 1px 4px; color: #f97316; background: rgba(249,115,22,0.08); }
.hlx-trade-node { border: 1px solid #1e1e24; display: flex; flex-wrap: wrap; background: #000; transform: rotate(-1deg); }
.hlx-media-side { flex: 0 0 35%; padding: 30px; display: flex; align-items: center; border-right: 1px solid #1e1e24; box-sizing: border-box; background: #0d0d0f; }
.hlx-media-side img { width: 100%; filter: grayscale(1); }
.hlx-form-side { flex: 1; padding: 30px; min-width: 320px; box-sizing: border-box; }
.hlx-tag-status { display: inline-block; padding: 2px 6px; border: 1px solid #1e1e24; font-size: 10px; margin-bottom: 20px; color: #55555d; }
.hlx-price-node { margin-bottom: 25px; padding: 15px; background: #0d0d0f; border: 1px solid #1e1e24; display: flex; justify-content: space-between; align-items: center; }
.hlx-input { width: 100%; height: 40px; background: #0d0d0f; border: 1px solid #1e1e24; color: #f97316; padding: 0 12px; box-sizing: border-box; outline: none; }
.hlx-input:focus { border-color: #f97316; }
.hlx-btn-submit { width: 100%; height: 44px; background: #f97316; color: #000; border: none; cursor: pointer; font-size: 12px; font-weight: bold; transition: 0.1s; }
.hlx-btn-submit:hover { opacity: 0.9; }
.hlx-btn-submit:disabled { background: #000; color: #210e05; border: 1px solid #210e05; cursor: not-allowed; }
.hlx-desc-box { border: 1px solid #1e1e24; padding: 25px; background: #000; margin-top: 20px; }
.hlx-desc-title { font-size: 11px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #f97316; padding-left: 8px; }
.hlx-ls-container { border: 1px solid #1e1e24; background: #0d0d0f; }
.hlx-ls-th { display: flex; padding: 12px 20px; background: #000; border-bottom: 1px solid #1e1e24; color: #55555d; }
.hlx-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #1e1e24; align-items: center; }
.hlx-ls-tr:last-child { border-bottom: none; }
.hlx-cl-name { flex: 2; } .hlx-cl-name a { color: #fff; text-decoration: none; font-weight: bold; }
.hlx-cl-mode, .hlx-cl-price, .hlx-cl-stock { flex: 0.8; text-align: center; }
.hlx-cl-opt { flex: 0.6; text-align: right; }
.hlx-btn-go { display: inline-block; background: #f97316; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.hlx-checkout-node { background: #000; border: 1px solid #1e1e24; padding: 25px; max-width: 520px; margin: 40px auto; }
.hlx-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #1e1e24; }
.hlx-money-total { font-size: 18px; font-weight: bold; color: #f97316; }
.hlx-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.hlx-gateway-btn { background: #0d0d0f; border: 1px solid #1e1e24; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.hlx-gateway-btn img { height: 20px; filter: grayscale(1); }
.hlx-auth-node { background: #000; border: 1px solid #1e1e24; overflow: hidden; max-width: 440px; margin: 40px auto; }
.hlx-auth-tab { display: flex; background: #0d0d0f; border-bottom: 1px solid #1e1e24; }
.hlx-auth-link { flex: 1; text-align: center; line-height: 48px; color: #55555d; text-decoration: none; border-right: 1px solid #1e1e24; }
.hlx-auth-link:last-child { border-right: none; }
.hlx-auth-link.is-active { background: #000; color: #fff; font-weight: bold; position: relative; }
.hlx-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #f97316; }
.hlx-mini-table { margin-top: 20px; border: 1px solid #1e1e24; overflow: hidden; }
.hlx-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #1e1e24; align-items: center; color: #55555d; }
.hlx-mini-h { background: #000; color: #1e1e24; }
.hlx-m-node { border: 1px solid #1e1e24; margin-bottom: 10px; background: #0d0d0f; overflow: hidden; }
.hlx-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.hlx-footer { border-top: 1px solid #1e1e24; padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #55555d; }
.hlx-footer a { color: #55555d; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .hlx-mid-flow { max-width: 100%; }
    .hlx-grid-wrap { max-width: 100%; }
    .hlx-grid { grid-template-columns: 1fr; }
    .hlx-trade-node { flex-direction: column; }
    .hlx-media-side { border-right: none; }
}
