body { background-color: #faf6f0; color: #2c2c2e; 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; }

.ivy-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.ivy-header { background: #ffffff; border-bottom: 2px solid #d4af37; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.ivy-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.ivy-logo img { height: 26px; border: 1px solid #d4af37; padding: 2px; }

.ivy-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.ivy-menu a { font-size: 14px; color: #7a6e65; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.ivy-menu a:hover, .ivy-active { color: #d4af37 !important; border-bottom: 2px solid #d4af37; }

.ivy-user-btn { font-size: 13px; color: #faf6f0; background: #d4af37; padding: 8px 24px; border-radius: 0 !important; font-weight: bold; border: 1px solid #d4af37; transition: 0.3s; }
.ivy-user-btn:hover { background: transparent; color: #d4af37; box-shadow: 0 0 15px rgba(212, 175, 55, 0.4); }

/* 系统通知条 */
.ivy-notice { background: #ffffff; border: 1px solid #e5dfd5; border-left: 4px solid #d4af37; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.ivy-notice-dot { width: 8px; height: 8px; background: #d4af37; border-radius: 50% !important; flex-shrink: 0; }
.ivy-notice-txt { font-size: 14px; color: #7a6e65; line-height: 1.6; }

/* 列表标题 */
.ivy-sec-title { font-size: 18px; font-weight: bold; color: #d4af37; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.ivy-sec-title::before { content: "[IVORY-TAG] "; color: #d4af37; font-weight: bold; }

/* 邮签列表流 */
.ivy-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.ivy-list-row { background: #ffffff; border: 1px solid #e5dfd5; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 rgba(212, 175, 55, 0.02); }
.ivy-list-row:hover { border-color: #d4af37; background: #faf8f5; box-shadow: 0 10px 30px rgba(212, 175, 55, 0.05); transform: translateY(-1px); }

.ivy-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #d4af37; background: #fff; padding: 2px; }
.ivy-item-img img { width: 100%; height: 100%; object-fit: contain; }

.ivy-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.ivy-item-name { font-size: 16px; font-weight: bold; color: #2c2c2e; }
.ivy-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #7a6e65; }
.ivy-badge-auto { color: #d4af37; background: rgba(212, 175, 55, 0.08); padding: 2px 8px; border: 1px solid rgba(212, 175, 55, 0.15); }
.ivy-badge-hand { color: #7a6e65; background: #faf6f0; padding: 2px 8px; border: 1px solid #e5dfd5; }
.ivy-item-stock { color: #9c8c80; }

.ivy-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.ivy-item-price { font-size: 20px; font-weight: bold; color: #c5a059; font-family: monospace; }
.ivy-btn-buy { background: transparent; color: #d4af37; border: 1px solid #d4af37; padding: 8px 24px; font-size: 13px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.ivy-list-row:hover .ivy-btn-buy { background: #d4af37; color: #faf6f0; }

/* 详情页面 */
.ivy-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.ivy-detail-visual { width: 45%; background: #ffffff; border: 1px solid #e5dfd5; padding: 24px; border-radius: 12px !important; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 rgba(212, 175, 55, 0.02); }
.ivy-detail-visual img { width: 100%; border: 1px solid #e5dfd5; }
.ivy-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #e5dfd5; border-radius: 12px !important; box-shadow: 5px 5px 0 #d4af37; }

.ivy-detail-h1 { font-size: 22px; font-weight: bold; color: #2c2c2e; margin-bottom: 25px; line-height: 1.4; }
.ivy-price-ribbon { background: #faf6f0; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #d4af37; border-top: 1px solid #e5dfd5; border-bottom: 1px solid #e5dfd5; }
.ivy-detail-price { font-size: 34px; font-weight: bold; color: #c5a059; font-family: monospace; }
.ivy-detail-stock-txt { margin-left: auto; color: #7a6e65; font-size: 13px; font-weight: bold; }

.ivy-f-row { margin-bottom: 22px; }
.ivy-f-label { display: block; font-size: 12px; font-weight: bold; color: #7a6e65; margin-bottom: 10px; text-transform: uppercase; }
.ivy-f-input { width: 100%; padding: 14px 16px; border: 1px solid #e5dfd5; background: #faf6f0; font-size: 14px; color: #2c2c2e; transition: 0.2s; outline: none; font-family: inherit; }
.ivy-f-input:focus { border-color: #d4af37; box-shadow: 0 0 10px rgba(212, 175, 55, 0.1); }
.ivy-btn-submit { width: 100%; background: #d4af37; color: #faf6f0; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: 0.2s; }
.ivy-btn-submit:hover { background: #bba12f; box-shadow: 0 0 20px rgba(212, 175, 55, 0.3); }
.ivy-btn-submit:disabled { background: #e5dfd5; color: #7a6e65; cursor: not-allowed; box-shadow: none; }

.ivy-desc-container { background: #ffffff; padding: 40px; border: 1px solid #e5dfd5; margin-top: 40px; }
.ivy-desc-title { font-size: 18px; font-weight: bold; color: #2c2c2e; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #e5dfd5; display: flex; align-items: center; gap: 10px; }
.ivy-desc-title::before { content: "::"; color: #c5a059; font-weight: bold; }
.ivy-desc-html { line-height: 1.8; font-size: 14px; color: #7a6e65; }

.ivy-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #7a6e65; font-size: 13px; border-top: 1px solid #e5dfd5; background: #ffffff; }

@media (max-width: 900px) {
    .ivy-detail-split { flex-direction: column; }
    .ivy-detail-visual, .ivy-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .ivy-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .ivy-item-img { margin-bottom: 15px; margin-right: 0; }
    .ivy-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #e5dfd5; padding-top: 15px; }
}\n