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