body { margin: 0; background: #eef6f6; color: #5c7c7c; font-family: 'Georgia', 'SimSun', serif; font-size: 13px; line-height: 1.6; }
.hal-layout { max-width: 1050px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.hal-header { display: flex; justify-content: space-between; align-items: center; background: #eef6f6; box-shadow: 6px 6px 15px #d4dfdf, -6px -6px 15px #ffffff; padding: 20px 35px; border-radius: 24px; margin-bottom: 30px; }
.hal-logo img { height: 24px; filter: grayscale(1) sepia(0.5) saturate(3) hue-rotate(120deg) brightness(0.9); }
.hal-nav { display: flex; gap: 15px; }
.hal-nav a { color: #5c7c7c; text-decoration: none; padding: 8px 20px; border-radius: 16px; font-size: 12px; transition: 0.2s; background: #eef6f6; box-shadow: inset 2px 2px 5px rgba(0,0,0,0.01), 4px 4px 10px #d4dfdf, -4px -4px 10px #ffffff; }
.hal-nav a:hover, .hal-nav .active { color: #82c0c0; box-shadow: inset 4px 4px 8px #d4dfdf, inset -4px -4px 8px #ffffff; }
.hal-notice-bar { background: #eef6f6; box-shadow: inset 4px 4px 8px #d4dfdf, inset -4px -4px 8px #ffffff; padding: 20px; border-radius: 20px; margin-bottom: 30px; }
.hal-notice-title { color: #82c0c0; font-weight: bold; margin-bottom: 5px; }
.hal-cat-hd { font-size: 14px; font-weight: bold; margin: 40px 0 20px; color: #5c7c7c; display: flex; align-items: center; }
.hal-cat-hd::before { content: ""; width: 8px; height: 8px; background: #82c0c0; border-radius: 50%; margin-right: 8px; box-shadow: 2px 2px 5px #d4dfdf; }
.hal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.hal-card { background: #eef6f6; box-shadow: 6px 6px 15px #d4dfdf, -6px -6px 15px #ffffff; padding: 25px; border-radius: 24px; text-decoration: none; color: #5c7c7c; transition: 0.2s; position: relative; display: block; }
.hal-card:hover { transform: translateY(-2px); box-shadow: 10px 10px 20px #d4dfdf, -10px -10px 20px #ffffff; }
.hal-img-box { width: 100%; aspect-ratio: 1.5; background: #eef6f6; box-shadow: inset 4px 4px 8px #d4dfdf, inset -4px -4px 8px #ffffff; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 16px; }
.hal-img-box img { width: 45%; height: 45%; object-fit: contain; filter: drop-shadow(0 0 5px rgba(130,192,192,0.2)); }
.hal-name { height: 38px; line-height: 1.5; overflow: hidden; margin-bottom: 15px; color: #5c7c7c; font-weight: bold; }
.hal-footer-meta { display: flex; justify-content: space-between; align-items: center; }
.hal-price { font-size: 16px; font-weight: bold; color: #82c0c0; }
.hal-tag-auto { position: absolute; top: 15px; right: 15px; font-size: 9px; padding: 2px 8px; color: #82c0c0; background: #eef6f6; box-shadow: inset 2px 2px 5px #d4dfdf, inset -2px -2px 5px #ffffff; border-radius: 10px; }
.hal-trade-node { box-shadow: 8px 8px 20px #d4dfdf, -8px -8px 20px #ffffff; display: flex; flex-wrap: wrap; background: #eef6f6; border-radius: 24px; overflow: hidden; }
.hal-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid rgba(0,0,0,0.01); box-sizing: border-box; background: #eef6f6; box-shadow: inset -4px 0 10px rgba(212,223,223,0.3); }
.hal-media-side img { width: 100%; border-radius: 16px; box-shadow: 4px 4px 10px #d4dfdf, -4px -4px 10px #ffffff; }
.hal-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.hal-tag-status { display: inline-block; padding: 4px 10px; font-size: 11px; margin-bottom: 20px; color: #5c7c7c; border-radius: 10px; background: #eef6f6; box-shadow: inset 2px 2px 5px #d4dfdf, inset -2px -2px 5px #ffffff; }
.hal-price-node { margin-bottom: 25px; padding: 20px; background: #eef6f6; box-shadow: inset 4px 4px 8px #d4dfdf, inset -4px -4px 8px #ffffff; display: flex; justify-content: space-between; align-items: center; border-radius: 16px; }
.hal-input { width: 100%; height: 42px; background: #eef6f6; border: none; box-shadow: inset 3px 3px 6px #d4dfdf, inset -3px -3px 6px #ffffff; color: #5c7c7c; padding: 0 15px; box-sizing: border-box; outline: none; border-radius: 12px; margin-bottom: 15px; }
.hal-btn-submit { width: 100%; height: 46px; background: #eef6f6; color: #82c0c0; border: none; cursor: pointer; font-size: 13px; font-weight: bold; border-radius: 16px; box-shadow: 5px 5px 12px #d4dfdf, -5px -5px 12px #ffffff; transition: 0.2s; }
.hal-btn-submit:hover { box-shadow: inset 3px 3px 6px #d4dfdf, inset -3px -3px 6px #ffffff; }
.hal-btn-submit:disabled { background: #e5ede9; color: #a5b5ad; box-shadow: none; cursor: not-allowed; }
.hal-desc-box { margin-top: 30px; box-shadow: 8px 8px 20px #d4dfdf, -8px -8px 20px #ffffff; padding: 30px; background: #eef6f6; border-radius: 24px; }
.hal-desc-title { font-size: 12px; font-weight: bold; margin-bottom: 15px; border-left: 3px solid #82c0c0; padding-left: 10px; }
.hal-ls-container { box-shadow: inset 4px 4px 8px #d4dfdf, inset -4px -4px 8px #ffffff; background: #eef6f6; border-radius: 16px; overflow: hidden; }
.hal-ls-th { display: flex; padding: 12px 20px; background: rgba(0,0,0,0.01); border-bottom: 1px solid rgba(0,0,0,0.02); color: #5c7c7c; }
.hal-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid rgba(0,0,0,0.01); align-items: center; }
.hal-ls-tr:last-child { border-bottom: none; }
.hal-cl-name { flex: 2; } .hal-cl-name a { color: #5c7c7c; text-decoration: none; font-weight: bold; }
.hal-cl-mode, .hal-cl-price, .hal-cl-stock { flex: 0.8; text-align: center; }
.hal-cl-opt { flex: 0.6; text-align: right; }
.hal-btn-go { display: inline-block; background: #eef6f6; color: #82c0c0; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; border-radius: 8px; box-shadow: 3px 3px 8px #d4dfdf, -3px -3px 8px #ffffff; }
.hal-checkout-node { background: #eef6f6; box-shadow: 8px 8px 20px #d4dfdf, -8px -8px 20px #ffffff; padding: 30px; max-width: 520px; margin: 40px auto; border-radius: 24px; }
.hal-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed rgba(0,0,0,0.02); }
.hal-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.hal-gateway-btn { background: #eef6f6; box-shadow: 4px 4px 10px #d4dfdf, -4px -4px 10px #ffffff; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; border-radius: 12px; border: none; }
.hal-gateway-btn:hover { box-shadow: inset 2px 2px 5px #d4dfdf, inset -2px -2px 5px #ffffff; }
.hal-gateway-btn img { height: 24px; }
.hal-auth-node { background: #eef6f6; box-shadow: 8px 8px 20px #d4dfdf, -8px -8px 20px #ffffff; overflow: hidden; max-width: 440px; margin: 40px auto; border-radius: 24px; }
.hal-auth-tab { display: flex; background: rgba(0,0,0,0.01); border-bottom: 1px solid rgba(0,0,0,0.02); }
.hal-auth-link { flex: 1; text-align: center; line-height: 48px; color: #5c7c7c; text-decoration: none; border-right: 1px solid rgba(0,0,0,0.02); }
.hal-auth-link:last-child { border-right: none; }
.hal-auth-link.is-active { background: #eef6f6; color: #82c0c0; font-weight: bold; position: relative; }
.hal-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #82c0c0; }
.hal-mini-table { margin-top: 20px; border-radius: 12px; overflow: hidden; box-shadow: inset 2px 2px 5px #d4dfdf, inset -2px -2px 5px #ffffff; }
.hal-mini-row { display: flex; padding: 10px; border-bottom: 1px solid rgba(0,0,0,0.02); align-items: center; color: #5c7c7c; }
.hal-mini-h { background: rgba(0,0,0,0.01); }
.hal-m-node { margin-bottom: 10px; background: #eef6f6; box-shadow: inset 2px 2px 5px #d4dfdf, inset -2px -2px 5px #ffffff; border-radius: 12px; overflow: hidden; }
.hal-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.hal-footer { display: flex; justify-content: space-between; border-top: 1px solid rgba(0,0,0,0.02); padding-top: 25px; margin-top: 40px; font-size: 11px; color: #82c0c0; }
.hal-footer a { color: #82c0c0; text-decoration: none; margin-left: 15px; }
@media (max-width: 768px) {
    .hal-header { flex-direction: column; gap: 15px; border-radius: 20px; }
    .hal-grid { grid-template-columns: 1fr; }
    .hal-media-side { border-right: none; box-shadow: none; }
}
