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