body { background-color: #f2ebe5; color: #2d302e; font-family: "PingFang SC", "Microsoft YaHei", "Nunito", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.nmd-wrap { max-width: 1060px; margin: 0 auto; padding: 0 20px; }

/* 3D 悬浮胶囊顶栏 */
.nmd-header { background: #f2ebe5; position: sticky; top: 15px; z-index: 100; height: 75px; display: flex; align-items: center; border-radius: 40px; box-shadow: 8px 8px 16px #d9d0c7, -8px -8px 16px #ffffff; margin-bottom: 40px; }
.nmd-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 0 30px; }
.nmd-logo img { height: 26px; }

.nmd-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.nmd-menu a { font-size: 15px; color: #6b706c; font-weight: 800; transition: 0.3s; padding: 10px 15px; border-radius: 20px; }
.nmd-menu a:hover, .nmd-active { color: #eb6e4b !important; background: #f2ebe5; box-shadow: inset 4px 4px 8px #d9d0c7, inset -4px -4px 8px #ffffff; }

.nmd-user-btn { font-size: 14px; color: #ffffff; background: #eb6e4b; padding: 10px 28px; font-weight: 800; border-radius: 30px; border: none; box-shadow: 4px 4px 10px rgba(235, 110, 75, 0.4), -4px -4px 10px rgba(255, 255, 255, 0.8); transition: 0.2s; }
.nmd-user-btn:hover { transform: translateY(2px); box-shadow: 2px 2px 5px rgba(235, 110, 75, 0.4), -2px -2px 5px rgba(255, 255, 255, 0.8); }

/* 黏土通知条 */
.nmd-notice { background: #f2ebe5; border-radius: 24px; padding: 20px 30px; margin: 30px 0; display: flex; align-items: center; gap: 15px; box-shadow: inset 6px 6px 12px #d9d0c7, inset -6px -6px 12px #ffffff; }
.nmd-notice-dot { width: 12px; height: 12px; background: #eb6e4b; border-radius: 50%; flex-shrink: 0; box-shadow: 2px 2px 4px rgba(235, 110, 75, 0.4); }
.nmd-notice-txt { font-size: 15px; color: #4a504b; font-weight: 700; line-height: 1.6; }

/* 列表标题 */
.nmd-sec-title { font-size: 22px; font-weight: 900; color: #2d302e; margin: 50px 0 25px; padding-left: 15px; border-left: 6px solid #eb6e4b; border-radius: 3px; }

/* 3D软态列表流 */
.nmd-list-box { display: flex; flex-direction: column; gap: 24px; margin-bottom: 70px; }
.nmd-list-row { background: #f2ebe5; padding: 24px 30px; display: flex; align-items: center; transition: 0.3s; border-radius: 30px; box-shadow: 8px 8px 16px #d9d0c7, -8px -8px 16px #ffffff; border: 2px solid rgba(255,255,255,0.5); cursor: pointer; }
.nmd-list-row:hover { box-shadow: inset 6px 6px 12px #d9d0c7, inset -6px -6px 12px #ffffff; border-color: transparent; }

.nmd-item-img { width: 68px; height: 68px; overflow: hidden; flex-shrink: 0; margin-right: 30px; border-radius: 18px; background: #f2ebe5; padding: 5px; box-shadow: inset 4px 4px 8px #d9d0c7, inset -4px -4px 8px #ffffff; }
.nmd-item-img img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }

.nmd-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.nmd-item-name { font-size: 18px; font-weight: 800; color: #2d302e; }
.nmd-item-meta { display: flex; align-items: center; gap: 16px; font-size: 13px; font-weight: 800; color: #6b706c; }
.nmd-badge-auto { color: #eb6e4b; }
.nmd-badge-hand { color: #6b706c; }
.nmd-item-stock { color: #8c938e; }

.nmd-item-action { display: flex; align-items: center; gap: 40px; margin-left: 20px; }
.nmd-item-price { font-size: 26px; font-weight: 900; color: #eb6e4b; font-family: "Nunito", sans-serif; }
.nmd-btn-buy { background: #f2ebe5; color: #2d302e; padding: 12px 30px; font-size: 14px; font-weight: 900; border-radius: 20px; border: none; box-shadow: 5px 5px 10px #d9d0c7, -5px -5px 10px #ffffff; transition: 0.2s; pointer-events: none; }
.nmd-list-row:hover .nmd-btn-buy { background: #eb6e4b; color: #ffffff; box-shadow: 4px 4px 8px rgba(235, 110, 75, 0.4), -4px -4px 8px rgba(255, 255, 255, 0.8); }

/* 详情页面 */
.nmd-detail-split { display: flex; gap: 50px; margin-top: 40px; align-items: flex-start; }
.nmd-detail-visual { width: 45%; background: #f2ebe5; padding: 30px; display: flex; justify-content: center; align-items: center; border-radius: 40px; box-shadow: 10px 10px 20px #d9d0c7, -10px -10px 20px #ffffff; }
.nmd-detail-visual img { width: 100%; border-radius: 24px; box-shadow: inset 4px 4px 8px #d9d0c7, inset -4px -4px 8px #ffffff; padding: 10px; }
.nmd-detail-right { flex-grow: 1; background: #f2ebe5; padding: 50px; border-radius: 40px; box-shadow: 10px 10px 20px #d9d0c7, -10px -10px 20px #ffffff; }

.nmd-detail-h1 { font-size: 26px; font-weight: 900; color: #2d302e; margin-bottom: 30px; line-height: 1.4; }
.nmd-price-ribbon { background: #f2ebe5; padding: 25px 30px; border-radius: 24px; margin-bottom: 40px; display: flex; align-items: baseline; gap: 20px; box-shadow: inset 6px 6px 12px #d9d0c7, inset -6px -6px 12px #ffffff; }
.nmd-detail-price { font-size: 42px; font-weight: 900; color: #eb6e4b; font-family: "Nunito", sans-serif; }
.nmd-detail-stock-txt { margin-left: auto; color: #6b706c; font-size: 15px; font-weight: 800; }

.nmd-f-row { margin-bottom: 28px; }
.nmd-f-label { display: block; font-size: 14px; font-weight: 800; color: #4a504b; margin-bottom: 12px; padding-left: 8px; }
.nmd-f-input { width: 100%; padding: 16px 20px; border: none; background: #f2ebe5; font-size: 15px; color: #2d302e; border-radius: 16px; transition: 0.3s; outline: none; box-shadow: inset 5px 5px 10px #d9d0c7, inset -5px -5px 10px #ffffff; font-weight: 700; font-family: inherit; }
.nmd-f-input:focus { box-shadow: inset 6px 6px 12px rgba(235, 110, 75, 0.2), inset -6px -6px 12px #ffffff; }
.nmd-btn-submit { width: 100%; background: #eb6e4b; color: #ffffff; padding: 20px; font-size: 18px; font-weight: 900; border: none; border-radius: 20px; cursor: pointer; transition: 0.2s; margin-top: 10px; box-shadow: 6px 6px 12px rgba(235, 110, 75, 0.3), -6px -6px 12px rgba(255, 255, 255, 0.8); }
.nmd-btn-submit:hover { transform: translateY(2px); box-shadow: 2px 2px 5px rgba(235, 110, 75, 0.3), -2px -2px 5px rgba(255, 255, 255, 0.8); background: #e35a34; }
.nmd-btn-submit:disabled { background: #f2ebe5; color: #8c938e; cursor: not-allowed; box-shadow: inset 4px 4px 8px #d9d0c7, inset -4px -4px 8px #ffffff; transform: none; }

.nmd-desc-container { background: #f2ebe5; padding: 50px; margin-top: 60px; border-radius: 40px; box-shadow: 10px 10px 20px #d9d0c7, -10px -10px 20px #ffffff; }
.nmd-desc-title { font-size: 22px; font-weight: 900; color: #2d302e; margin-bottom: 30px; padding-bottom: 20px; border-bottom: 2px dashed #d9d0c7; display: flex; align-items: center; gap: 12px; }
.nmd-desc-title::before { content: "★"; font-size: 24px; color: #eb6e4b; }
.nmd-desc-html { line-height: 2; font-size: 16px; color: #4a504b; font-weight: 600; }

.nmd-footer { text-align: center; padding: 50px 0; margin-top: 80px; color: #8c938e; font-size: 14px; font-weight: 800; background: transparent; }

@media (max-width: 900px) {
    .nmd-detail-split { flex-direction: column; gap: 40px; }
    .nmd-detail-visual, .nmd-detail-right { width: 100%; border-radius: 30px; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .nmd-header { border-radius: 20px; padding: 0 10px; margin-top: 10px; }
    .nmd-list-row { flex-direction: column; align-items: flex-start; padding: 25px; border-radius: 24px; }
    .nmd-item-img { margin-bottom: 20px; margin-right: 0; width: 80px; height: 80px; }
    .nmd-item-action { margin-left: 0; margin-top: 25px; width: 100%; justify-content: space-between; border-top: 2px dashed #d9d0c7; padding-top: 20px; }
    .nmd-btn-buy { width: 100%; text-align: center; }
}\n