body { margin: 0; background: #fcf8f2; color: #7a6b58; font-family: 'Georgia', 'SimSun', serif; font-size: 13px; line-height: 1.6; }
.ast-layout { max-width: 900px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.ast-header { border: 1px solid #d4af37; padding: 25px; background: #fffdf9; margin-bottom: 30px; text-align: center; position: relative; }
.ast-header::after { content: "◆ 洒金宣页 ◆"; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #fcf8f2; padding: 0 15px; color: #d4af37; font-size: 11px; font-weight: bold; }
.ast-logo img { height: 26px; filter: grayscale(1) sepia(0.5) saturate(3) hue-rotate(30deg) brightness(0.9); margin-bottom: 15px; }
.ast-nav { display: flex; justify-content: center; gap: 30px; border-top: 1px solid #d4af37; padding-top: 15px; }
.ast-nav a { color: #7a6b58; text-decoration: none; font-size: 13px; font-weight: bold; }
.ast-nav a:hover, .ast-nav .active { color: #111; border-bottom: 2px solid #d4af37; }
.ast-notice-bar { border: 1px dashed #d4af37; padding: 15px; background: #fffdf9; margin-bottom: 30px; }
.ast-notice-title { font-weight: bold; color: #d4af37; margin-bottom: 5px; }
.ast-cat-hd { font-size: 14px; font-weight: bold; margin: 35px 0 15px; border-bottom: 1px solid #d4af37; padding-bottom: 5px; color: #d4af37; }
.ast-list { display: flex; flex-direction: column; gap: 20px; }
.ast-card { display: flex; background: #fffdf9; border: 1px solid #d4af37; padding: 20px; text-decoration: none; color: #111; align-items: center; justify-content: space-between; position: relative; }
.ast-card:hover { background: #ffffff; border-color: #111111; }
.ast-info-side { display: flex; align-items: center; gap: 20px; flex: 1; }
.ast-img-box { width: 60px; height: 60px; background: #fcf9f2; border: 1px solid #d4af37; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.ast-img-box img { width: 50%; height: 50%; object-fit: contain; filter: grayscale(1); }
.ast-name { font-size: 13px; font-weight: bold; color: #111; margin-bottom: 5px; }
.ast-price { font-size: 15px; font-weight: bold; color: #d4af37; }
.ast-tag-auto { position: absolute; top: 12px; right: 20px; font-size: 9px; border: 1px solid #d4af37; padding: 1px 5px; color: #d4af37; background: rgba(212,175,55,0.08); }
.ast-trade-node { border: 1px solid #d4af37; display: flex; flex-wrap: wrap; background: #fffdf9; }
.ast-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #d4af37; box-sizing: border-box; background: #fcf9f2; }
.ast-media-side img { width: 100%; filter: grayscale(1); }
.ast-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.ast-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #d4af37; padding-bottom: 10px; }
.ast-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #d4af37; font-size: 10px; margin-bottom: 20px; color: #7a6b58; }
.ast-price-node { margin-bottom: 25px; padding: 20px; background: #fcf9f2; border: 1px solid #d4af37; display: flex; justify-content: space-between; align-items: center; }
.ast-input { width: 100%; height: 42px; background: #fff; border: 1px solid #d4af37; color: #111; padding: 0 15px; box-sizing: border-box; outline: none; }
.ast-input:focus { border-color: #111; }
.ast-btn-submit { width: 100%; height: 46px; background: #111; color: #fff; border: none; cursor: pointer; font-size: 12px; font-weight: bold; transition: 0.2s; }
.ast-btn-submit:hover { background: #d4af37; color: #000; }
.ast-btn-submit:disabled { background: #fcf9f2; color: #ccc; border: 1px solid #d4af37; cursor: not-allowed; }
.ast-desc-box { margin-top: 30px; border: 1px solid #d4af37; padding: 30px; background: #fffdf9; }
.ast-desc-title { font-size: 11px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #d4af37; padding-left: 10px; }
.ast-ls-container { border: 1px solid #d4af37; background: #fff; }
.ast-ls-th { display: flex; padding: 12px 20px; background: #fcf9f2; border-bottom: 1px solid #d4af37; color: #7a6b58; }
.ast-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #d4af37; align-items: center; }
.ast-ls-tr:last-child { border-bottom: none; }
.ast-cl-name { flex: 2; } .ast-cl-name a { color: #111; text-decoration: none; font-weight: bold; }
.ast-cl-mode, .ast-cl-price, .ast-cl-stock { flex: 0.8; text-align: center; }
.ast-cl-opt { flex: 0.6; text-align: right; }
.ast-btn-go { display: inline-block; background: #111; color: #fff; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.ast-checkout-node { background: #fffdf9; border: 1px solid #d4af37; padding: 30px; max-width: 520px; margin: 40px auto; }
.ast-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #d4af37; }
.ast-money-total { font-size: 18px; font-weight: bold; color: #d4af37; }
.ast-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.ast-gateway-btn { background: #fff; border: 1px solid #d4af37; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ast-gateway-btn img { height: 24px; filter: grayscale(1); }
.ast-auth-node { background: #fffdf9; border: 1px solid #d4af37; overflow: hidden; max-width: 440px; margin: 40px auto; }
.ast-auth-tab { display: flex; background: #fcf9f2; border-bottom: 1px solid #d4af37; }
.ast-auth-link { flex: 1; text-align: center; line-height: 48px; color: #7a6b58; text-decoration: none; border-right: 1px solid #d4af37; }
.ast-auth-link:last-child { border-right: none; }
.ast-auth-link.is-active { background: #fffdf9; color: #111; font-weight: bold; position: relative; }
.ast-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #d4af37; }
.ast-mini-table { margin-top: 20px; border: 1px solid #d4af37; overflow: hidden; }
.ast-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #d4af37; align-items: center; color: #7a6b58; }
.ast-mini-h { background: #fff; }
.ast-m-node { border: 1px solid #d4af37; margin-bottom: 10px; background: #fff; overflow: hidden; }
.ast-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.ast-footer { border-top: 1px solid #d4af37; padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #7a6b58; }
.ast-footer a { color: #7a6b58; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .ast-card { flex-direction: column; align-items: flex-start; gap: 15px; }
    .ast-footer-meta { width: 100%; display: flex; justify-content: space-between; }
    .ast-trade-node { flex-direction: column; }
    .ast-media-side { border-right: none; }
}
