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