body { margin: 0; background: #ffffff; color: #000000; font-family: 'Times New Roman', 'Georgia', serif; font-size: 13px; line-height: 1.8; }
.axi-layout { display: flex; min-height: 100vh; }
.axi-aside { width: 35%; background: #ffffff; border-right: 1px solid #000000; padding: 50px; box-sizing: border-box; position: sticky; top: 0; height: 100vh; display: flex; flex-direction: column; }
.axi-main { width: 65%; padding: 50px; box-sizing: border-box; }
.axi-logo img { height: 18px; filter: grayscale(1) contrast(2); margin-bottom: 50px; }
.axi-nav { display: flex; flex-direction: column; gap: 15px; margin-bottom: auto; }
.axi-nav a { color: #777777; text-decoration: none; font-size: 13px; font-weight: bold; padding: 10px 0; border-bottom: 1px solid #e5e5e5; transition: 0.15s; }
.axi-nav a:hover, .axi-nav .active { color: #000000; border-bottom-color: #000000; }
.axi-aside-footer { border-top: 1px solid #000000; padding-top: 25px; color: #777777; font-size: 11px; }
.axi-notice-bar { border: 1px solid #000000; padding: 25px; background: #ffffff; margin-bottom: 40px; }
.axi-notice-title { font-weight: bold; color: #000000; font-size: 15px; margin-bottom: 10px; }
.axi-cat-hd { font-size: 14px; font-weight: bold; margin: 40px 0 20px; color: #777777; border-bottom: 1px solid #000000; padding-bottom: 8px; }
.axi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.axi-card { border: 1px solid #000000; padding: 25px; text-decoration: none; color: #000000; transition: 0.2s; position: relative; display: block; }
.axi-card:hover { background: #fafafa; }
.axi-img-box { width: 100%; aspect-ratio: 1.5; background: #ffffff; border: 1px solid #e5e5e5; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.axi-img-box img { width: 45%; height: 45%; object-fit: contain; filter: grayscale(1); }
.axi-name { font-size: 13px; font-weight: bold; margin-top: 15px; margin-bottom: 8px; transition: 0.2s; }
.axi-footer-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #000000; padding-top: 15px; }
.axi-price { font-size: 15px; font-weight: bold; }
.axi-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid #000000; padding: 2px 6px; color: #000000; background: #ffffff; }
.axi-trade-node { border: 1px solid #000000; display: flex; flex-wrap: wrap; background: #ffffff; }
.axi-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #000000; box-sizing: border-box; background: #ffffff; }
.axi-media-side img { width: 100%; border: 1px solid #e5e5e5; }
.axi-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.axi-tag-status { display: inline-block; padding: 2px 8px; border: 1px solid #000000; font-size: 11px; margin-bottom: 20px; color: #000000; }
.axi-price-node { margin-bottom: 25px; padding: 20px 0; border-top: 1px solid #000000; border-bottom: 1px solid #000000; display: flex; justify-content: space-between; align-items: center; }
.axi-input { width: 100%; height: 42px; background: #ffffff; border: 1px solid #e5e5e5; color: #000000; padding: 0 15px; box-sizing: border-box; outline: none; }
.axi-input:focus { border-color: #000000; }
.axi-btn-submit { width: 100%; height: 46px; background: #000000; color: #ffffff; border: none; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.15s; }
.axi-btn-submit:hover { background: #333333; }
.axi-btn-submit:disabled { background: #ffffff; color: #cccccc; border: 1px solid #cccccc; cursor: not-allowed; }
.axi-desc-box { margin-top: 40px; border-top: 1px solid #000000; padding-top: 30px; }
.axi-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; }
.axi-ls-container { border-top: 1px solid #000000; }
.axi-ls-th { display: flex; padding: 12px 0; color: #777777; border-bottom: 1px solid #e5e5e5; }
.axi-ls-tr { display: flex; padding: 16px 0; border-bottom: 1px solid #e5e5e5; align-items: center; }
.axi-ls-tr:last-child { border-bottom: none; }
.axi-cl-name { flex: 2; } .axi-cl-name a { color: #000000; text-decoration: none; font-weight: bold; }
.axi-cl-mode, .axi-cl-price, .axi-cl-stock { flex: 0.8; text-align: center; }
.axi-cl-opt { flex: 0.6; text-align: right; }
.axi-btn-go { display: inline-block; background: #000000; color: #ffffff; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.axi-checkout-node { background: #ffffff; border: 1px solid #000000; padding: 30px; max-width: 520px; margin: 40px auto; }
.axi-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #e5e5e5; }
.axi-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.axi-gateway-btn { background: #ffffff; border: 1px solid #e5e5e5; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.axi-gateway-btn img { height: 24px; filter: grayscale(1); }
.axi-auth-node { background: #ffffff; border: 1px solid #000000; overflow: hidden; max-width: 440px; margin: 40px auto; }
.axi-auth-tab { display: flex; background: #ffffff; border-bottom: 1px solid #e5e5e0; }
.axi-auth-link { flex: 1; text-align: center; line-height: 48px; color: #777777; text-decoration: none; border-right: 1px solid #e5e5e0; }
.axi-auth-link:last-child { border-right: none; }
.axi-auth-link.is-active { background: #ffffff; color: #000000; font-weight: bold; position: relative; }
.axi-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #000000; }
.axi-mini-table { margin-top: 20px; border: 1px solid #e5e5e0; overflow: hidden; }
.axi-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #e5e5e0; align-items: center; color: #777777; }
.axi-mini-h { background: #ffffff; color: #111111; }
.axi-m-node { border: 1px solid #e5e5e0; margin-bottom: 10px; background: #ffffff; overflow: hidden; }
.axi-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.axi-footer { border-top: 1px solid #e5e5e0; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #777777; display: flex; justify-content: space-between; }
.axi-footer a { color: #777777; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .axi-layout { flex-direction: column; }
    .axi-aside { width: 100%; height: auto; padding: 25px; position: static; border-right: none; border-bottom: 1px solid #000000; }
    .axi-logo img { margin-bottom: 25px; }
    .axi-main { width: 100%; padding: 25px 15px; }
    .axi-grid { grid-template-columns: 1fr; }
}
