body { margin: 0; background: #e6dfcc; color: #5c4033; font-family: 'Garamond', 'Georgia', serif; font-size: 13px; line-height: 1.6; }
.abs-layout { max-width: 1050px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.abs-island { background: #fffdf9; border: 1px dashed #5c4033; padding: 40px; border-radius: 0px; box-shadow: 6px 6px 15px rgba(92,64,51,0.08); box-sizing: border-box; }
.abs-header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px dashed #5c4033; padding-bottom: 25px; margin-bottom: 30px; }
.abs-logo img { height: 24px; filter: grayscale(1) sepia(1) saturate(3) hue-rotate(30deg) brightness(0.9); }
.abs-nav { display: flex; gap: 15px; }
.abs-nav a { color: #7a6254; text-decoration: none; padding: 8px 18px; border-radius: 0px; font-size: 12px; transition: 0.15s; background: #e6dfcc; border: 1px solid #5c4033; }
.abs-nav a:hover, .abs-nav .active { color: #5c4033; background: #fffdf9; border-color: #5c4033; box-shadow: 4px 4px 10px rgba(92,64,51,0.15); }
.abs-notice-bar { background: #e6dfcc; border: 1px dashed #5c4033; padding: 20px; margin-bottom: 25px; position: relative; }
.abs-notice-bar::before { content: "● 每日告示"; position: absolute; top: -10px; left: 20px; background: #e6dfcc; padding: 0 10px; color: #5c4033; font-size: 10px; font-weight: bold; }
.abs-cat-hd { font-size: 13px; font-weight: bold; margin: 35px 0 15px; color: #5c4033; border-bottom: 1px solid #5c4033; padding-bottom: 5px; }
.abs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.abs-card { background: #e6dfcc; border: 1px dashed #5c4033; padding: 25px; text-decoration: none; color: #fff; transition: 0.2s; position: relative; display: block; }
.abs-card:hover { border-style: solid; border-color: #5c4033; background: #fffdf9; box-shadow: 0 0 15px rgba(92,64,51,0.15); }
.abs-img-box { width: 100%; aspect-ratio: 1.5; background: #fffdf9; border: 1px dashed #5c4033; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.abs-img-box img { width: 45%; height: 45%; object-fit: contain; filter: grayscale(1); }
.abs-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #5c4033; font-weight: bold; }
.abs-footer-meta { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed #5c4033; padding-top: 15px; }
.abs-price { font-size: 16px; font-weight: bold; color: #5c4033; }
.abs-tag-auto { position: absolute; top: 12px; right: 12px; font-size: 9px; border: 1px solid #5c4033; padding: 1px 6px; color: #5c4033; background: #e6dfcc; }
.abs-trade-node { border: 1px dashed #5c4033; display: flex; flex-wrap: wrap; background: #fffdf9; box-shadow: 0 0 15px rgba(92,64,51,0.08); }
.abs-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px dashed #5c4033; box-sizing: border-box; background: #e6dfcc; }
.abs-media-side img { width: 100%; }
.abs-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.abs-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #5c4033; font-size: 11px; margin-bottom: 20px; color: #7a6254; }
.abs-price-node { margin-bottom: 25px; padding: 20px; background: #e6dfcc; border: 1px dashed #5c4033; display: flex; justify-content: space-between; align-items: center; }
.abs-input { width: 100%; height: 42px; background: #e6dfcc; border: 1px dashed #5c4033; color: #5c4033; padding: 0 15px; box-sizing: border-box; outline: none; }
.abs-input:focus { border-color: #5c4033; border-style: solid; }
.abs-btn-submit { width: 100%; height: 46px; background: #5c4033; color: #fff; border: none; cursor: pointer; font-size: 13px; font-weight: bold; transition: 0.15s; }
.abs-btn-submit:hover { opacity: 0.9; }
.abs-btn-submit:disabled { background: #fffdf9; color: #7a6254; border: 1px dashed #5c4033; cursor: not-allowed; }
.abs-desc-box { margin-top: 30px; border: 1px dashed #5c4033; padding: 30px; background: #fffdf9; box-shadow: 0 0 10px rgba(92,64,51,0.05); }
.abs-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #5c4033; padding-left: 10px; }
.abs-ls-container { border: 1px solid #5c4033; background: #e6dfcc; }
.abs-ls-th { display: flex; padding: 12px 20px; background: #fffdf9; border-bottom: 1px solid #5c4033; color: #7a6254; }
.abs-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px dashed #5c4033; align-items: center; }
.abs-ls-tr:last-child { border-bottom: none; }
.abs-cl-name { flex: 2; } .abs-cl-name a { color: #5c4033; text-decoration: none; font-weight: bold; }
.abs-cl-mode, .abs-cl-price, .abs-cl-stock { flex: 0.8; text-align: center; }
.abs-cl-opt { flex: 0.6; text-align: right; }
.abs-btn-go { display: inline-block; background: #5c4033; color: #fff; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.abs-checkout-node { background: #fffdf9; border: 1px dashed #5c4033; padding: 30px; max-width: 520px; margin: 40px auto; box-shadow: 0 0 15px rgba(92,64,51,0.08); }
.abs-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #5c4033; }
.abs-money-total { font-size: 18px; font-weight: bold; color: #5c4033; }
.abs-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.abs-gateway-btn { background: #e6dfcc; border: 1px dashed #5c4033; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.abs-gateway-btn img { height: 24px; filter: grayscale(1); }
.abs-auth-node { background: #fffdf9; border: 1px dashed #5c4033; overflow: hidden; max-width: 440px; margin: 40px auto; box-shadow: 0 0 15px rgba(92,64,51,0.08); }
.abs-auth-tab { display: flex; background: #e6dfcc; border-bottom: 1px dashed #5c4033; }
.abs-auth-link { flex: 1; text-align: center; line-height: 48px; color: #7a6254; text-decoration: none; border-right: 1px dashed #5c4033; }
.abs-auth-link:last-child { border-right: none; }
.abs-auth-link.is-active { background: #fffdf9; color: #5c4033; font-weight: bold; position: relative; }
.abs-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #5c4033; }
.abs-mini-table { margin-top: 20px; border: 1px dashed #5c4033; overflow: hidden; }
.abs-mini-row { display: flex; padding: 10px; border-bottom: 1px dashed #5c4033; align-items: center; color: #7a6254; }
.abs-mini-h { background: #fffdf9; color: #5c4033; }
.abs-m-node { border: 1px dashed #5c4033; margin-bottom: 10px; background: #e6dfcc; overflow: hidden; }
.abs-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.abs-footer { border-top: 1px dashed #5c4033; padding-top: 25px; margin-top: 40px; font-size: 11px; color: #7a6254; display: flex; justify-content: space-between; }
.abs-footer a { color: #7a6254; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .abs-header { flex-direction: column; gap: 15px; border-radius: 20px; }
    .abs-grid { grid-template-columns: 1fr; }
    .abs-media-side { border-right: none; }
}
