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