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