body { background-color: #fdfbf7; color: #2d2d2d; font-family: "Georgia", serif, "Times New Roman"; margin: 0; padding: 25px; line-height: 1.6; }
.obfs-wrapper { max-width: 1200px; margin: 0 auto; box-sizing: border-box; }
/* 结构突变：手抄本刊头中轴页头 */
.obfs-etched-header { border-top: 4px double #2d2d2d; border-bottom: 4px double #2d2d2d; padding: 25px 0; margin-bottom: 45px; text-align: center; position: relative; }
.obfs-brand { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.obfs-brand img { height: 40px; object-fit: contain; margin-bottom: 15px; filter: grayscale(100%) contrast(150%) sepia(30%); }
.obfs-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: 2px; }
.obfs-menu a { color: #5c504a; text-decoration: none; padding-bottom: 4px; border-bottom: 1px solid transparent; transition: all 0.3s; }
.obfs-menu a:hover, .obfs-menu a.active { border-bottom-color: #2d2d2d; color: #9c5a4c; }
.obfs-sketch-notice { border: 1px solid #2d2d2d; outline: 3px double #2d2d2d; outline-offset: -1px; padding: 22px 30px; margin-bottom: 40px; font-size: 14px; text-align: justify; color: #9c5a4c; line-height: 1.8; }
.obfs-sec-title { font-size: 20px; font-weight: bold; text-align: center; text-transform: uppercase; margin: 40px 0 25px 0; border-bottom: 1px solid #2d2d2d; padding-bottom: 10px; color: #2d2d2d; letter-spacing: 2px; }
/* 对称炭笔网格 */
.obfs-sketch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; }
.obfs-canvas-card { background: #faf8f3; border: 1px solid #2d2d2d; padding: 20px; transition: all 0.3s; text-decoration: none; color: inherit; display: flex; flex-direction: column; box-shadow: 4px 4px 0px rgba(45, 45, 45, 0.08); }
.obfs-canvas-card:hover { border-color: #9c5a4c; transform: translateY(-4px); box-shadow: 6px 6px 0px #2d2d2d; }
.obfs-img-frame { height: 180px; border: 1px solid #2d2d2d; background: #ffffff; display: flex; align-items: center; justify-content: center; padding: 10px; margin-bottom: 20px; }
.obfs-canvas-card:hover .obfs-img-frame { border-color: #9c5a4c; }
.obfs-img-frame img { max-width: 90%; max-height: 90%; object-fit: contain; filter: sepia(20%) contrast(90%); }
.obfs-card-title { font-size: 15px; font-weight: bold; color: #2d2d2d; margin: 0 0 15px 0; line-height: 1.4; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.obfs-card-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: auto; border-top: 1px dashed #2d2d2d; padding-top: 15px; }
.obfs-canvas-card:hover .obfs-card-bottom { border-top-color: #9c5a4c; }
.obfs-badge { font-size: 11px; padding: 3px 8px; border: 1px solid #2d2d2d; font-weight: bold; text-transform: uppercase; }
.obfs-canvas-card:hover .obfs-badge { border-color: #9c5a4c; }
.obfs-b-auto { color: #9c5a4c; border-color: #9c5a4c; }
.obfs-b-hand { color: #5c504a; }
.obfs-price { color: #2d2d2d; font-size: 18px; font-weight: bold; }
/* 详情页重构：纸纹画板双翼面板 */
.obfs-split-sketch { display: flex; gap: 40px; }
.obfs-dt-visual { width: 40%; }
.obfs-dt-form { width: 60%; border-left: 1px solid #2d2d2d; padding-left: 40px; box-sizing: border-box; }
.obfs-screen-box { background: #ffffff; border: 2px solid #2d2d2d; padding: 25px; display: flex; align-items: center; justify-content: center; box-shadow: 4px 4px 0px #2d2d2d; }
.obfs-screen-box img { max-width: 100%; border: 1px solid #2d2d2d; }
.obfs-dt-title { font-size: 26px; font-weight: bold; color: #2d2d2d; margin-bottom: 25px; line-height: 1.3; border-bottom: 3px double #2d2d2d; padding-bottom: 15px; }
.obfs-sketch-price-box { display: flex; gap: 40px; border-bottom: 1px dashed rgba(45,45,45,0.3); padding-bottom: 25px; margin-bottom: 30px; }
.obfs-box-label { display: block; font-size: 11px; color: #5c504a; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 5px; font-weight: bold; }
.obfs-box-val { font-size: 28px; font-weight: bold; color: #2d2d2d; }
.obfs-group { margin-bottom: 20px; }
.obfs-label { display: block; font-size: 12px; color: #2d2d2d; font-weight: bold; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 1px; }
.obfs-input { width: 100%; box-sizing: border-box; background: transparent; border: 1px solid #2d2d2d; color: #2d2d2d; padding: 15px 20px; border-radius: 0; font-size: 15px; outline: none; transition: 0.3s; font-family: inherit; }
.obfs-input:focus { border-color: #9c5a4c; background: #faf8f3; }
.obfs-btn-action { width: 100%; background: #2d2d2d; color: #fdfbf7; border: none; padding: 18px; font-size: 15px; font-weight: bold; cursor: pointer; transition: 0.3s; font-family: inherit; text-transform: uppercase; letter-spacing: 2px; }
.obfs-btn-action:hover { background: #5c504a; }
.obfs-btn-action:disabled { background: #dcd7d2; color: #a59e97; cursor: not-allowed; }
.obfs-desc-deck { border-top: 3px double #2d2d2d; padding-top: 40px; margin-top: 50px; }
.obfs-desc-title { font-size: 15px; color: #9c5a4c; font-weight: bold; margin-bottom: 20px; text-transform: uppercase; }
.obfs-desc-content { font-size: 14px; color: #5c504a; line-height: 1.8; text-align: justify; }
/* 极简检索面板 */
.obfs-q-tabs { display: flex; border: 1px solid #2d2d2d; background: #ffffff; padding: 4px; margin-bottom: 35px; }
.obfs-q-tabs a { flex: 1; text-align: center; padding: 12px; color: #5c504a; font-weight: bold; text-decoration: none; font-size: 13px; transition: 0.3s; }
.obfs-q-tabs a.active, .obfs-q-tabs a:hover { background: #2d2d2d; color: #fdfbf7; }
.obfs-deck-table { width: 100%; border-collapse: collapse; border-top: 2px solid #2d2d2d; }
.obfs-deck-table th, .obfs-deck-table td { padding: 18px; border-bottom: 1px solid #2d2d2d; text-align: left; }
.obfs-deck-table th { color: #5c504a; font-size: 12px; text-transform: uppercase; }
.obfs-deck-table td { color: #2d2d2d; font-weight: bold; }
.obfs-footer { border-top: 1px solid #2d2d2d; margin-top: 80px; padding-top: 30px; text-align: center; font-size: 11px; color: #5c504a; text-transform: uppercase; letter-spacing: 1px; }
@media (max-width: 900px) {
    .obfs-split-sketch { flex-direction: column; }
    .obfs-dt-visual, .obfs-dt-form { width: 100%; padding: 0; border: none; }
    .obfs-etched-header { flex-direction: column; gap: 20px; }
    .obfs-menu { flex-wrap: wrap; justify-content: center; }
}
