body { background-color: #f9f3eb; color: #2b221a; font-family: Georgia, serif, "Times New Roman"; margin: 0; padding: 25px; line-height: 1.6; }
.scnt-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：手绘罗盘中轴页头 */
.scnt-carto-header { border-top: 3px double #2b221a; border-bottom: 3px double #2b221a; padding: 25px 0; margin-bottom: 45px; text-align: center; position: relative; }
.scnt-meta-bar { display: flex; justify-content: space-between; border-bottom: 1px solid #2b221a; padding-bottom: 8px; margin-bottom: 20px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: #8c2d19; }
.scnt-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.scnt-brand img { height: 40px; object-fit: contain; margin-bottom: 15px; filter: grayscale(100%) contrast(150%) sepia(30%); }
.scnt-menu { display: flex; justify-content: center; gap: 30px; list-style: none; margin: 0; padding: 0; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.scnt-menu a { color: #2b221a; text-decoration: none; padding-bottom: 3px; border-bottom: 1px solid transparent; transition: all 0.3s; }
.scnt-menu a:hover, .scnt-menu a.active { border-bottom-color: #2b221a; color: #8c2d19; }
.scnt-carto-notice { border: 1px solid #2b221a; outline: 3px double #2b221a; outline-offset: -1px; padding: 22px 30px; margin-bottom: 40px; font-size: 14px; text-align: justify; color: #8c2d19; line-height: 1.8; }
.scnt-column-title { font-size: 20px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 40px 0 25px 0; border-bottom: 1px solid #2b221a; padding-bottom: 10px; color: #2b221a; letter-spacing: 1px; }
/* 地图坐标网格 */
.scnt-map-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.scnt-checkpoint-card { background: #faf8f5; border: 1px solid #2b221a; padding: 20px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: 4px 4px 0px rgba(43, 34, 26, 0.08); }
.scnt-checkpoint-card:hover { border-color: #8c2d19; transform: translateY(-4px); box-shadow: 6px 6px 0px #2b221a; }
.scnt-img-box { height: 160px; border: 1px solid rgba(43, 34, 26, 0.2); background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 20px; }
.scnt-checkpoint-card:hover .scnt-img-box { border-color: #8c2d19; }
.scnt-img-box img { max-width: 90%; max-height: 90%; object-fit: contain; filter: sepia(20%) contrast(95%); }
.scnt-card-title { font-size: 15px; font-weight: bold; color: #2b221a; margin: 0 0 15px 0; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.scnt-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed rgba(43, 34, 26, 0.2); padding-top: 15px; }
.scnt-checkpoint-card:hover .scnt-card-bottom { border-top-color: #8c2d19; }
.scnt-badge { font-size: 11px; padding: 3px 8px; border: 1px solid #2b221a; font-weight: bold; text-transform: uppercase; }
.scnt-checkpoint-card:hover .scnt-badge { border-color: #8c2d19; }
.scnt-b-auto { color: #8c2d19; border-color: #8c2d19; }
.scnt-b-hand { color: #2b221a; }
.scnt-price { color: #2b221a; font-size: 18px; font-weight: bold; }
/* 详情页重构：羊皮纸画板分栏排版 */
.scnt-detail-split { display: flex; gap: 40px; }
.scnt-left-panel { width: 40%; }
.scnt-right-panel { width: 60%; border-left: 1px solid rgba(43, 34, 26, 0.2); padding-left: 40px; box-sizing: border-box; }
.scnt-specimen-box { border: 1px solid #2b221a; padding: 15px; background: #ffffff; box-shadow: 6px 6px 0px #2b221a; }
.scnt-specimen-box img { width: 100%; height: auto; }
.scnt-dt-title { font-size: 26px; font-weight: bold; color: #2b221a; margin-bottom: 25px; line-height: 1.3; border-bottom: 2px solid #2b221a; padding-bottom: 15px; }
.scnt-ledger-price-box { display: flex; gap: 40px; border-bottom: 1px dashed rgba(43, 34, 26, 0.3); padding-bottom: 25px; margin-bottom: 30px; }
.scnt-box-label { display: block; font-size: 11px; color: #8c2d19; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; font-weight: bold; }
.scnt-box-val { font-size: 28px; font-weight: bold; color: #2b221a; }
.scnt-group { margin-bottom: 20px; }
.scnt-label { display: block; font-size: 12px; color: #2b221a; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; }
.scnt-input { width: 100%; box-sizing: border-box; background: transparent; border: 1px solid #2b221a; color: #2b221a; padding: 15px 20px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.scnt-input:focus { border-color: #8c2d19; background: #faf9f5; }
.scnt-btn-action { width: 100%; background: #2b221a; color: #f9f3eb; border: none; padding: 18px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; letter-spacing: 1px; }
.scnt-btn-action:hover { background: #5c4433; }
.scnt-btn-action:disabled { background: #dcd7d2; color: #a59e97; cursor: not-allowed; }
.scnt-desc-deck { border-top: 3px double #2b221a; padding-top: 40px; margin-top: 50px; }
.scnt-desc-title { font-size: 15px; color: #8c2d19; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.scnt-desc-content { font-size: 14px; color: #5c4433; line-height: 1.8; text-align: justify; }
/* 手账检索面板 */
.scnt-q-tabs { display: flex; border-bottom: 2px solid #2b221a; padding-bottom: 10px; margin-bottom: 40px; }
.scnt-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #8c2d19; font-weight: bold; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.scnt-q-tabs a.active, .scnt-q-tabs a:hover { color: #2b221a; border-bottom: 3px solid #2b221a; margin-bottom: -13px; }
.scnt-deck-table { width: 100%; border-collapse: collapse; }
.scnt-deck-table th, .scnt-deck-table td { padding: 18px 10px; border-bottom: 1px solid rgba(43, 34, 26, 0.2); text-align: left; }
.scnt-deck-table th { color: #8c2d19; font-size: 12px; text-transform: uppercase; }
.scnt-deck-table td { color: #2b221a; font-weight: bold; }
.scnt-footer { border-top: 1px solid #2b221a; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 11px; color: #8c2d19; text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 900px) {
    .scnt-detail-split { flex-direction: column; }
    .scnt-left-panel, .scnt-right-panel { width: 100%; padding: 0; border: none; }
    .scnt-menu { flex-wrap: wrap; gap: 15px; }
    .scnt-map-grid { grid-template-columns: 1fr; }
}
