body { background-color: #f2ece4; color: #2c1e15; font-family: "Georgia", "Times New Roman", "PingFang SC", "Microsoft YaHei", serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.crg-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.crg-header { background: #faf7f2; border-bottom: 2px solid #2c1e15; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.crg-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.crg-logo img { height: 26px; border: 1px solid #2c1e15; padding: 2px; }

.crg-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.crg-menu a { font-size: 14px; color: #7a6a5d; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.crg-menu a:hover, .crg-active { color: #2c1e15 !important; border-bottom: 2px solid #2c1e15; }

.crg-user-btn { font-size: 13px; color: #f2ece4; background: #2c1e15; padding: 8px 24px; border-radius: 0 !important; font-weight: bold; border: 1px solid #2c1e15; transition: 0.3s; }
.crg-user-btn:hover { background: transparent; color: #2c1e15; box-shadow: 0 0 15px rgba(44, 30, 21, 0.4); }

/* 系统通知条 */
.crg-notice { background: #faf7f2; border: 1px solid #bfae99; border-left: 4px solid #c2593f; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.crg-notice-dot { width: 8px; height: 8px; background: #c2593f; border-radius: 50% !important; flex-shrink: 0; }
.crg-notice-txt { font-size: 14px; color: #7a6a5d; line-height: 1.6; }

/* 列表标题 */
.crg-sec-title { font-size: 18px; font-weight: bold; color: #2c1e15; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.crg-sec-title::before { content: "[CARGO-TAG] "; color: #2c1e15; font-weight: bold; }

/* 邮签列表流 */
.crg-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.crg-list-row { background: #fdfaf6; border: 1px dashed #bfae99; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 rgba(44,30,21,0.05); }
.crg-list-row:hover { border-color: #2c1e15; background: #ffffff; box-shadow: 5px 5px 0 #2c1e15; transform: translate(-2px, -2px); }

.crg-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #bfae99; background: #faf7f2; padding: 4px; }
.crg-item-img img { width: 100%; height: 100%; object-fit: contain; }

.crg-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.crg-item-name { font-size: 16px; font-weight: bold; color: #2c1e15; }
.crg-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #7a6a5d; }
.crg-badge-auto { color: #c2593f; background: rgba(194, 89, 63, 0.1); padding: 2px 8px; border: 1px solid rgba(194, 89, 63, 0.2); }
.crg-badge-hand { color: #2c1e15; background: #f3eee6; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #bfae99; }
.crg-item-stock { color: #9c8a7c; }

.crg-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.crg-item-price { font-size: 20px; font-weight: bold; color: #c2593f; font-family: monospace; }
.crg-btn-buy { background: transparent; color: #2c1e15; border: 1px solid #2c1e15; padding: 8px 24px; font-size: 13px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.crg-list-row:hover .crg-btn-buy { background: #2c1e15; color: #f3eee6; }

/* 详情页面 */
.crg-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.crg-detail-visual { width: 45%; background: #ffffff; border: 1px solid #bfae99; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 rgba(44,30,21,0.05); }
.crg-detail-visual img { width: 100%; border: 1px solid #bfae99; }
.crg-detail-right { flex-grow: 1; background: #fdfaf6; padding: 40px; border: 1px dashed #bfae99; box-shadow: 5px 5px 0 #2c1e15; }

.crg-detail-h1 { font-size: 22px; font-weight: bold; color: #2c1e15; margin-bottom: 25px; line-height: 1.4; }
.crg-price-ribbon { background: #f3eee6; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #c2593f; border-top: 1px solid #bfae99; border-bottom: 1px solid #bfae99; }
.crg-detail-price { font-size: 34px; font-weight: bold; color: #c2593f; font-family: monospace; }
.crg-detail-stock-txt { margin-left: auto; color: #7a6a5d; font-size: 13px; font-weight: bold; }

.crg-f-row { margin-bottom: 22px; }
.crg-f-label { display: block; font-size: 12px; font-weight: bold; color: #7a6a5d; margin-bottom: 10px; text-transform: uppercase; }
.crg-f-input { width: 100%; padding: 14px 16px; border: 1px solid #bfae99; background: #ffffff; font-size: 14px; color: #2c1e15; transition: 0.2s; outline: none; font-family: inherit; }
.crg-f-input:focus { border-color: #2c1e15; box-shadow: 0 0 10px rgba(44, 30, 21, 0.2); }
.crg-btn-submit { width: 100%; background: #2c1e15; color: #f3eee6; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: 0.2s; }
.crg-btn-submit:hover { background: #3f2c20; box-shadow: 0 0 20px rgba(44, 30, 21, 0.3); }
.crg-btn-submit:disabled { background: #bfae99; color: #7a6a5d; cursor: not-allowed; box-shadow: none; }

.crg-desc-container { background: #fdfaf6; padding: 40px; border: 1px solid #bfae99; margin-top: 40px; }
.crg-desc-title { font-size: 18px; font-weight: bold; color: #2c1e15; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #bfae99; display: flex; align-items: center; gap: 10px; }
.crg-desc-title::before { content: "::"; color: #c2593f; font-weight: bold; }
.crg-desc-html { line-height: 1.8; font-size: 14px; color: #7a6a5d; }

.crg-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #7a6a5d; font-size: 13px; border-top: 1px solid #bfae99; background: #faf7f2; }

@media (max-width: 900px) {
    .crg-detail-split { flex-direction: column; }
    .crg-detail-visual, .crg-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .crg-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .crg-item-img { margin-bottom: 15px; margin-right: 0; }
    .crg-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #bfae99; padding-top: 15px; }
}\n