body { background-color: #f4f6f9; color: #1e293b; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.bor-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.bor-header { background: #ffffff; border-bottom: 2px solid #1b4332; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.bor-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.bor-logo img { height: 26px; border: 1px solid #1b4332; padding: 2px; }

.bor-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.bor-menu a { font-size: 14px; color: #526559; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.bor-menu a:hover, .bor-active { color: #1b4332 !important; border-bottom: 2px solid #1b4332; }

.bor-user-btn { font-size: 13px; color: #f4f6f9; background: #1b4332; padding: 8px 24px; border-radius: 6px !important; font-weight: bold; border: 1px solid #1b4332; transition: 0.3s; }
.bor-user-btn:hover { background: transparent; color: #1b4332; box-shadow: 0 0 15px rgba(27, 67, 50, 0.4); }

/* 系统通知条 */
.bor-notice { background: #ffffff; border: 1px solid #d4dad5; border-left: 4px solid #1b4332; padding: 18px 25px; margin: 30px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 15px; }
.bor-notice-dot { width: 8px; height: 8px; background: #1b4332; border-radius: 50% !important; flex-shrink: 0; }
.bor-notice-txt { font-size: 14px; color: #526559; line-height: 1.6; }

/* 列表标题 */
.bor-sec-title { font-size: 18px; font-weight: bold; color: #1b4332; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.bor-sec-title::before { content: "[BOREAL-TAG] "; color: #1b4332; font-weight: bold; }

/* 邮签列表流 */
.bor-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.bor-list-row { background: #ffffff; border: 1px solid #d4dad5; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 rgba(27, 67, 50, 0.02); border-radius: 8px !important; }
.bor-list-row:hover { border-color: #1b4332; border-left: 3px solid #1b4332; background: #fafafc; box-shadow: 0 10px 30px rgba(27, 67, 50, 0.05); transform: translateY(-1px); }

.bor-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1b4332; background: #fff; padding: 2px; border-radius: 6px !important; }
.bor-item-img img { width: 100%; height: 100%; object-fit: contain; }

.bor-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.bor-item-name { font-size: 16px; font-weight: bold; color: #1e293b; }
.bor-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #526559; }
.bor-badge-auto { color: #1b4332; background: rgba(27, 67, 50, 0.08); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(27, 67, 50, 0.15); }
.bor-badge-hand { color: #526559; background: #faf6f0; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #d4dad5; }
.bor-item-stock { color: #7a8a7f; }

.bor-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.bor-item-price { font-size: 20px; font-weight: bold; color: #c2593f; font-family: monospace; }
.bor-btn-buy { background: transparent; color: #1b4332; border: 1px solid #1b4332; padding: 8px 24px; font-size: 13px; font-weight: bold; cursor: pointer; transition: 0.2s; border-radius: 6px !important; }
.bor-list-row:hover .bor-btn-buy { background: #1b4332; color: #f4f6f9; }

/* 详情页面 */
.bor-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.bor-detail-visual { width: 45%; background: #ffffff; border: 1px solid #d4dad5; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 rgba(27, 67, 50, 0.02); }
.bor-detail-visual img { width: 100%; border-radius: 8px !important; border: 1px solid #d4dad5; }
.bor-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #d4dad5; border-radius: 12px !important; box-shadow: 5px 5px 0 #1b4332; }

.bor-detail-h1 { font-size: 22px; font-weight: 700; color: #1e293b; margin-bottom: 25px; line-height: 1.4; }
.bor-price-ribbon { background: #f4f6f9; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #1b4332; border-top: 1px solid #d4dad5; border-bottom: 1px solid #d4dad5; }
.bor-detail-price { font-size: 34px; font-weight: 700; color: #c2593f; font-family: monospace; }
.bor-detail-stock-txt { margin-left: auto; color: #526559; font-size: 13px; font-weight: bold; }

.bor-f-row { margin-bottom: 22px; }
.bor-f-label { display: block; font-size: 12px; font-weight: bold; color: #526559; margin-bottom: 10px; text-transform: uppercase; }
.bor-f-input { width: 100%; padding: 14px 16px; border: 1px solid #d4dad5; background: #f4f6f9; font-size: 14px; color: #1e293b; border-radius: 8px !important; transition: 0.2s; outline: none; font-family: inherit; }
.bor-f-input:focus { border-color: #1b4332; box-shadow: 0 0 10px rgba(27, 67, 50, 0.1); }
.bor-btn-submit { width: 100%; background: #1b4332; color: #f4f6f9; padding: 16px; font-size: 16px; font-weight: bold; border: none; border-radius: 8px !important; cursor: pointer; transition: 0.2s; }
.bor-btn-submit:hover { background: #002c18; box-shadow: 0 0 20px rgba(27, 67, 50, 0.3); }
.bor-btn-submit:disabled { background: #d4dad5; color: #526559; cursor: not-allowed; box-shadow: none; }

.bor-desc-container { background: #ffffff; padding: 40px; border: 1px solid #d4dad5; margin-top: 40px; border-radius: 12px !important; }
.bor-desc-title { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #d4dad5; display: flex; align-items: center; gap: 10px; }
.bor-desc-title::before { content: "::"; color: #c2593f; font-weight: bold; }
.bor-desc-html { line-height: 1.8; font-size: 14px; color: #526559; }

.bor-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #526559; font-size: 13px; border-top: 1px solid #d4dad5; background: #ffffff; }

@media (max-width: 900px) {
    .bor-detail-split { flex-direction: column; }
    .bor-detail-visual, .bor-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .bor-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .bor-item-img { margin-bottom: 15px; margin-right: 0; }
    .bor-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #d4dad5; padding-top: 15px; }
}\n