body { background: #fdfbf7; font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif; margin: 0; padding: 0; color: #4a5568; }
.pbl-header { background: #ffffff !important; border-bottom: 3px solid #ff6b81 !important; height: 60px; position: relative; z-index: 10001; box-shadow: 0 2px 10px rgba(0,0,0,0.02); }
.pbl-nav .layui-nav-item a { color: #2d3748 !important; font-weight: bold; transition: color 0.3s; }
.pbl-nav .layui-nav-item a:hover { color: #ff5722 !important; }
.p_active_nav { color: #ff5722 !important; border-bottom: 2px solid #ff5722; }
.pbl-container { max-width: 1100px; margin: 20px auto; padding: 0 15px; }
.pbl-notice-box { background: #fff; border-left: 5px solid #2ed573; border-radius: 8px; padding: 15px 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); margin-bottom: 25px; font-size: 14px; line-height: 1.8; color: #2d3748; }
.pbl-grid-main { display: grid; grid-template-columns: 8fr 4fr; gap: 20px; }
.pbl-col { display: flex; flex-direction: column; gap: 20px; }
.pbl-box { background: #fff; border: 1px solid #f1f2f6; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.015); overflow: hidden; }
.pbl-box-header { background: #fffdf9; border-bottom: 1px solid #f5f6f7; padding: 15px 20px; font-size: 16px; font-weight: bold; color: #2d3748; display: flex; align-items: center; justify-content: space-between; border-left: 4px solid #ff6b81; }
.pbl-box-body { padding: 20px; }
.pbl-circle-row { display: flex; justify-content: space-around; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.pbl-circle-item { background: #fff; border: 1px solid #f1f2f6; border-radius: 30px; padding: 10px 20px; font-size: 13px; font-weight: bold; color: #4a5568; text-decoration: none; box-shadow: 0 2px 8px rgba(0,0,0,0.01); display: flex; align-items: center; gap: 6px; }
.pbl-icon { display: inline-block; vertical-align: middle; margin-right: 5px; font-size: 16px; }
.pbl-table { width: 100%; border-collapse: collapse; }
.pbl-table th { background: #fffdfa; text-align: left; padding: 12px 15px; font-weight: 600; color: #718096; font-size: 13px; border-bottom: 1px solid #f5f6f7; }
.pbl-table td { padding: 14px 15px; border-bottom: 1px solid #fcfcfc; font-size: 14px; color: #4a5568; }
.pbl-badge { display: inline-block; padding: 2px 6px; font-size: 11px; font-weight: bold; border-radius: 4px; }
.pbl-badge-auto { background: #e3f2fd; color: #1e88e5; border: 1px solid #bbdefb; }
.pbl-badge-manual { background: #f5f5f5; color: #616161; border: 1px solid #e0e0e0; }
.pbl-btn { display: inline-block; background: linear-gradient(135deg, #ff6b81, #ff4757); color: #fff !important; text-decoration: none; padding: 6px 16px; font-size: 12px; font-weight: bold; border-radius: 30px; border: none; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 10px rgba(255,107,129,0.25); text-align: center; }
.pbl-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 15px rgba(255,107,129,0.35); }
.pbl-btn-disabled { background: #cbd5e1 !important; color: #94a3b8 !important; box-shadow: none !important; cursor: not-allowed; }
.pbl-grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 15px; }
.pbl-card { border: 1px solid #f5f6f7; border-radius: 8px; padding: 15px; transition: transform 0.2s, box-shadow 0.2s; display: flex; flex-direction: column; justify-content: space-between; height: 160px; background: #fff; }
.pbl-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.03); }
.pbl-card-title { font-size: 14px; font-weight: bold; color: #2d3748; margin-bottom: 8px; line-height: 1.5; height: 42px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.pbl-card-price { color: #ff4757; font-size: 18px; font-weight: bold; }
.pbl-card-meta { display: flex; justify-content: space-between; font-size: 12px; color: #a0aec0; margin-top: 10px; align-items: center; }
.pbl-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.pbl-list-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; border-bottom: 1px dashed #edf2f7; }
.pbl-list-title { font-size: 13px; font-weight: bold; color: #4a5568; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 160px; text-decoration: none; }
.pbl-detail-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 30px; background: #fff; padding: 30px; border-radius: 12px; border: 1px solid #f1f2f6; box-shadow: 0 4px 20px rgba(0,0,0,0.01); }
.pbl-detail-img { width: 100%; border-radius: 8px; border: 1px solid #f1f2f6; display: block; object-fit: contain; }
.pbl-form-item { margin-bottom: 18px; }
.pbl-form-label { display: block; font-size: 13px; font-weight: bold; color: #4a5568; margin-bottom: 8px; }
.pbl-form-input { width: 100%; box-sizing: border-box; height: 42px; padding: 0 12px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 14px; outline: none; transition: border-color 0.2s; }
.pbl-form-input:focus { border-color: #ff6b81; }
.pbl-tab-title { border-bottom: 2px solid #edf2f7; margin-bottom: 20px; display: flex; gap: 20px; list-style: none; padding: 0; }
.pbl-tab-item { padding: 10px 5px; font-weight: bold; font-size: 15px; color: #718096; cursor: pointer; border-bottom: 2px solid transparent; }
.pbl-tab-item.active { color: #ff6b81; border-bottom-color: #ff6b81; }
@media (max-width: 768px) {
    .pbl-grid-main { grid-template-columns: 1fr; }
    .pbl-detail-layout { grid-template-columns: 1fr; }
}
