/* Liminal Theme: Layout 044 (Asymmetric Editorial Split & Brutalist Raw Plaster Style) */
body { background: #ecebe6; font-family: "Impact", "Helvetica Neue", "PingFang SC", sans-serif; color: #111111; margin: 0; padding: 0; }
.liminal-layout { display: flex; min-height: 100vh; position: relative; }
.liminal-poster-panel { width: 38%; background: #111111; color: #ecebe6; padding: 50px 35px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; position: fixed; height: 100vh; top: 0; left: 0; z-index: 999; border-right: 2px solid #111111; }
.liminal-poster-title { font-size: 80px; font-weight: 900; letter-spacing: 5px; line-height: 0.9; text-transform: uppercase; writing-mode: vertical-lr; opacity: 0.08; user-select: none; }
.liminal-logo img { max-height: 40px; display: block; filter: invert(1) contrast(2); }
.liminal-nav { list-style: none; padding: 0; margin: 0; }
.liminal-nav li { margin-bottom: 18px; }
.liminal-nav a { display: block; padding: 12px 20px; color: rgba(236, 235, 230, 0.7); text-decoration: none; border: 2px solid transparent; font-size: 13px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; transition: all 0.2s; }
.liminal-nav a:hover, .liminal-nav .active { border-color: #ecebe6; color: #fff; background: rgba(255,255,255,0.05); }
.liminal-content-panel { flex-grow: 1; margin-left: 38%; padding: 50px; box-sizing: border-box; background: #ecebe6; min-width: 0; }
.liminal-notice-box { background: #fff; border: 2px solid #111111; padding: 22px 25px; margin-bottom: 40px; line-height: 1.7; font-size: 13.5px; }
.liminal-section-header { font-size: 20px; font-weight: 900; color: #111111; margin: 40px 0 20px 0; border-bottom: 2px solid #111111; padding-bottom: 10px; text-transform: uppercase; display: flex; align-items: center; }
.liminal-section-header i { margin-right: 8px; font-size: 22px; }
.liminal-staggered-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.liminal-brutalist-card { background: #ffffff; border: 2px solid #111111; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; min-height: 190px; transition: all 0.2s; }
.liminal-brutalist-card:hover { transform: translate(-3px, -3px); box-shadow: 4px 4px 0px #111111; }
/* 奇数卡片微扰高度，形成错落杂志排版 */
.liminal-staggered-grid > div:nth-child(odd) { margin-top: 25px; }
.liminal-card-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 15px; }
.liminal-card-title { font-size: 14.5px; font-weight: bold; color: #111111; line-height: 1.5; }
.liminal-badge-auto { border: 2px solid #111111; color: #111111; background: transparent; padding: 1px 6px; font-size: 10px; font-weight: bold; }
.liminal-badge-manual { border: 1px solid #777777; color: #555555; background: transparent; padding: 1px 6px; font-size: 10px; }
.liminal-card-foot { display: flex; align-items: flex-end; justify-content: space-between; margin-top: 15px; border-top: 1px solid #111111; padding-top: 15px; }
.liminal-price-container { display: flex; flex-direction: column; }
.liminal-qty-tag { font-size: 11px; color: #555555; margin-bottom: 3px; font-family: monospace; }
.liminal-price { font-size: 22px; font-weight: 900; color: #111111; }
.liminal-btn-deal { background: #111111; color: #ecebe6 !important; border: 2px solid #111111; padding: 8px 22px; font-size: 12.5px; font-weight: bold; cursor: pointer; transition: all 0.2s; text-decoration: none !important; display: inline-block; text-transform: uppercase; }
.liminal-btn-deal:hover { background: #ecebe6; color: #111111 !important; }
.liminal-concrete-panel { border: 2px solid #111111; background: #ffffff; padding: 40px; }
.layui-form-label { background: #ecebe6 !important; border: 2px solid #111111 !important; border-right: none !important; color: #111111 !important; border-radius: 0 !important; font-weight: bold !important; text-transform: uppercase !important; }
.layui-input { border-radius: 0 !important; border: 2px solid #111111 !important; background: #ffffff !important; color: #111111 !important; }
.layui-input:focus { border-color: #111111 !important; box-shadow: 4px 4px 0px rgba(17,17,17,0.15) !important; }

/* Mobile Adaptations */
@media (max-width: 992px) {
    .liminal-poster-panel { width: 100%; height: auto; position: relative; padding: 20px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-right: none; border-bottom: 2px solid #111111; }
    .liminal-poster-title { display: none; }
    .liminal-nav { display: none; }
    .liminal-content-panel { margin-left: 0; padding: 25px; }
    .liminal-staggered-grid { grid-template-columns: 1fr; gap: 15px; }
    .liminal-staggered-grid > div:nth-child(odd) { margin-top: 0; }
}
