body { margin: 0; background: #020202; color: #0088aa; font-family: 'Courier New', Courier, monospace; font-size: 12px; line-height: 1.6; }
.kin-layout { max-width: 900px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.kin-header { border: 1px solid #004e66; padding: 25px; background: #000; margin-bottom: 30px; text-align: center; position: relative; box-shadow: 0 0 15px rgba(0,240,255,0.15); }
.kin-header::after { content: "◆ VECTOR ACTIVE ◆"; position: absolute; top: -10px; left: 30px; background: #020202; padding: 0 8px; color: #00f0ff; font-size: 10px; font-weight: bold; }
.kin-logo img { height: 20px; filter: grayscale(1) invert(1) sepia(1) saturate(5) hue-rotate(150deg) brightness(1.2); margin-bottom: 15px; }
.kin-nav { display: flex; justify-content: center; gap: 30px; border-top: 1px solid #004e66; padding-top: 15px; }
.kin-nav a { color: #004e66; text-decoration: none; font-size: 12px; font-weight: bold; }
.kin-nav a:hover, .kin-nav .active { color: #00f0ff; text-shadow: 0 0 8px rgba(0,240,255,0.5); }
.kin-notice-bar { border: 1px dashed #00f0ff; padding: 15px; background: #000; margin-bottom: 30px; box-shadow: 0 0 10px rgba(0,240,255,0.1); }
.kin-notice-title { font-weight: bold; color: #00f0ff; margin-bottom: 5px; }
.kin-cat-hd { font-size: 13px; font-weight: bold; margin: 35px 0 15px; border-bottom: 1px solid #004e66; padding-bottom: 5px; color: #00f0ff; }
.kin-list { display: flex; flex-direction: column; gap: 20px; }
.kin-card { display: flex; background: #000; border: 1px solid #004e66; padding: 20px; text-decoration: none; color: #fff; align-items: center; justify-content: space-between; position: relative; }
.kin-card:hover { border-color: #00f0ff; background: #050a10; box-shadow: 0 0 12px rgba(0,240,255,0.25); }
.kin-card::after { content: "[ 阻抗测向：已校准 ]"; position: absolute; bottom: 8px; right: 15px; font-size: 8px; color: #003344; }
.kin-info-side { display: flex; align-items: center; gap: 20px; flex: 1; }
.kin-img-box { width: 60px; height: 60px; background: #020202; border: 1px solid #004e66; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.kin-img-box img { width: 50%; height: 50%; object-fit: contain; filter: grayscale(1) sepia(1) saturate(5) hue-rotate(150deg); }
.kin-name { font-size: 13px; font-weight: bold; color: #fff; margin-bottom: 5px; }
.kin-price { font-size: 15px; font-weight: bold; color: #00f0ff; }
.kin-tag-auto { position: absolute; top: 12px; right: 20px; font-size: 9px; border: 1px solid #00f0ff; padding: 1px 5px; color: #00f0ff; background: rgba(0,240,255,0.08); }
.kin-trade-node { border: 1px solid #004e66; display: flex; flex-wrap: wrap; background: #000; }
.kin-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #004e66; box-sizing: border-box; background: #020202; }
.kin-media-side img { width: 100%; filter: grayscale(1); }
.kin-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.kin-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #004e66; padding-bottom: 10px; }
.kin-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #004e66; font-size: 10px; margin-bottom: 20px; color: #004e66; }
.kin-price-node { margin-bottom: 25px; padding: 20px; background: #020202; border: 1px solid #004e66; display: flex; justify-content: space-between; align-items: center; }
.kin-input { width: 100%; height: 42px; background: #020202; border: 1px solid #004e66; color: #00f0ff; padding: 0 15px; box-sizing: border-box; outline: none; }
.kin-input:focus { border-color: #00f0ff; }
.kin-btn-submit { width: 100%; height: 46px; background: #00f0ff; color: #000; border: none; cursor: pointer; font-size: 12px; font-weight: bold; transition: 0.2s; }
.kin-btn-submit:hover { opacity: 0.8; }
.kin-btn-submit:disabled { background: #000; color: #002233; border: 1px solid #002233; cursor: not-allowed; }
.kin-desc-box { margin-top: 30px; border: 1px solid #004e66; padding: 30px; background: #000; }
.kin-desc-title { font-size: 11px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #00f0ff; padding-left: 10px; }
.kin-ls-container { border: 1px solid #004e66; background: #020202; }
.kin-ls-th { display: flex; padding: 12px 20px; background: #000; border-bottom: 1px solid #004e66; color: #004e66; }
.kin-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #004e66; align-items: center; }
.kin-ls-tr:last-child { border-bottom: none; }
.kin-cl-name { flex: 2; } .kin-cl-name a { color: #fff; text-decoration: none; font-weight: bold; }
.kin-cl-mode, .kin-cl-price, .kin-cl-stock { flex: 0.8; text-align: center; }
.kin-cl-opt { flex: 0.6; text-align: right; }
.kin-btn-go { display: inline-block; background: #00f0ff; color: #000; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.kin-checkout-node { background: #000; border: 1px solid #004e66; padding: 30px; max-width: 520px; margin: 40px auto; }
.kin-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #004e66; }
.kin-money-total { font-size: 18px; font-weight: bold; color: #00f0ff; }
.kin-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.kin-gateway-btn { background: #020202; border: 1px solid #004e66; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.kin-gateway-btn img { height: 24px; filter: grayscale(1); }
.kin-auth-node { background: #000; border: 1px solid #004e66; overflow: hidden; max-width: 440px; margin: 40px auto; }
.kin-auth-tab { display: flex; background: #020202; border-bottom: 1px solid #004e66; }
.kin-auth-link { flex: 1; text-align: center; line-height: 48px; color: #004e66; text-decoration: none; border-right: 1px solid #004e66; }
.kin-auth-link:last-child { border-right: none; }
.kin-auth-link.is-active { background: #000; color: #fff; font-weight: bold; position: relative; }
.kin-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #00f0ff; }
.kin-mini-table { margin-top: 20px; border: 1px solid #004e66; overflow: hidden; }
.kin-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #004e66; align-items: center; color: #004e66; }
.kin-mini-h { background: #020202; }
.kin-m-node { border: 1px solid #004e66; margin-bottom: 10px; background: #020202; overflow: hidden; }
.kin-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.kin-footer { border-top: 1px solid #004e66; padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #004e66; }
.kin-footer a { color: #004e66; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .kin-card { flex-direction: column; align-items: flex-start; gap: 15px; }
    .kin-footer-meta { width: 100%; display: flex; justify-content: space-between; }
    .kin-trade-node { flex-direction: column; }
    .kin-media-side { border-right: none; }
}
