/* Selcouth Theme: Layout 224 (Bookbinding & Aged Burnt Parchment Style) */
body { background: #ebdcd0; font-family: "Georgia", "Times New Roman", "PingFang SC", serif; color: #5c4033; margin: 0; padding: 0; }
.selcouth-layout { display: flex; flex-direction: column; min-height: 100vh; position: relative; }
.selcouth-head-wrap { border-bottom: 2px solid #5c4033; padding: 25px 0; background: #ebdcd0; }
.selcouth-brand-nav { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; padding: 0 20px; box-sizing: border-box; }
.selcouth-logo img { max-height: 42px; display: block; filter: sepia(0.6) contrast(1.2) brightness(0.9); }
.selcouth-menu { display: flex; list-style: none; padding: 0; margin: 0; gap: 30px; }
.selcouth-menu a { color: rgba(92, 64, 51, 0.8); text-decoration: none; font-size: 14px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; padding-bottom: 4px; transition: all 0.2s; }
.selcouth-menu a:hover, .selcouth-menu .active { border-bottom: 2px solid #5c4033; color: #5c4033; font-weight: bold; }
.selcouth-container { max-width: 1100px; margin: 0 auto 50px auto; padding: 0 20px; box-sizing: border-box; width: 100%; flex-grow: 1; }
.selcouth-notice-pod { background: #faf6ea; border: 1px solid #5c4033; padding: 20px 25px; margin-bottom: 35px; line-height: 1.7; font-size: 13.5px; color: #5c4033; position: relative; }
.selcouth-notice-pod::before { content: "手账焦印 // PARCHMENT_MEMO"; position: absolute; top: -10px; left: 20px; background: #ebdcd0; padding: 0 8px; font-size: 11px; font-weight: bold; color: #8c6c4c; letter-spacing: 0.5px; }
.selcouth-section-title { font-size: 16px; font-weight: bold; color: #5c4033; margin: 40px 0 25px 0; border-top: 1.5px solid #5c4033; border-bottom: 1px dashed #5c4033; padding: 12px 5px; display: flex; align-items: center; letter-spacing: 1.5px; text-transform: uppercase; }
.selcouth-section-title i { margin-right: 10px; color: #8c6c4c; }
.selcouth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.selcouth-page-card { background: #faf6ea; border: 1px solid #5c4033; padding: 22px; display: flex; flex-direction: column; justify-content: space-between; min-height: 180px; position: relative; border-radius: 0; }
.selcouth-page-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px dashed rgba(92, 64, 51, 0.15); pointer-events: none; margin: 3px; }
.selcouth-page-card:hover { border-color: #8c6c4c; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(92, 64, 51, 0.08); }
.selcouth-card-header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 12px; }
.selcouth-card-title { font-size: 14px; font-weight: bold; color: #5c4033; line-height: 1.5; }
.selcouth-badge-auto { border: 1px solid #5c4033; color: #5c4033; background: rgba(92,64,51,0.02); padding: 1px 6px; font-size: 10.5px; font-weight: bold; }
.selcouth-badge-manual { border: 1px dashed #c0b7ad; color: #8a7c70; background: transparent; padding: 1px 6px; font-size: 10.5px; }
.selcouth-card-footer { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px dashed rgba(92, 64, 51, 0.15); padding-top: 15px; }
.selcouth-price-box { display: flex; flex-direction: column; }
.selcouth-qty-info { font-size: 11px; color: #8a7c70; margin-bottom: 3px; }
.selcouth-price { font-size: 19px; font-weight: bold; color: #5c4033; font-family: "Courier New", Courier, monospace; }
.selcouth-btn-action { background: transparent; color: #5c4033 !important; border: 1.5px solid #5c4033; padding: 7px 18px; font-size: 11.5px; font-weight: bold; cursor: pointer; transition: all 0.25s; text-decoration: none !important; display: inline-block; letter-spacing: 0.5px; }
.selcouth-btn-action:hover { background: #5c4033; color: #faf6ea !important; }
.selcouth-editorial-panel { border: 1px solid #5c4033; background: #faf6ea; padding: 40px; box-shadow: 0 10px 30px rgba(0,0,0,0.01); }
.layui-form-label { background: #fdfaf2 !important; border: 1px solid #5c4033 !important; border-right: none !important; color: #5c4033 !important; border-radius: 0 !important; font-weight: bold !important; }
.layui-input { border-radius: 0 !important; border: 1px solid #5c4033 !important; background: #ffffff !important; color: #5c4033 !important; }
.layui-input:focus { border-color: #8c6c4c !important; box-shadow: 0 0 0 3px rgba(140,108,76,0.08) !important; }

/* Mobile Adaptations */
@media (max-width: 768px) {
    .selcouth-brand-nav { flex-direction: column; gap: 15px; padding: 0 10px; }
    .selcouth-menu { flex-wrap: wrap; justify-content: center; gap: 15px; }
    .selcouth-grid { grid-template-columns: 1fr; gap: 20px; }
}
