.pcl-hero{position:relative;display:flex;align-items:center;min-height:560px;padding:60px 0 90px;background:linear-gradient(135deg,#0a2a7a 0%,#1e66d4 100%);color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat}
.pcl-hero-bg::before{content:"";position:absolute;inset:0;background:rgba(10,42,122,.6)}
.pcl-hero-overlay{position:absolute;inset:0}
.pcl-hero-inner{position:relative;z-index:2;text-align:center}
.pcl-hero-crumb{font-size:14px;color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:20px;letter-spacing:.5px}
.pcl-hero-crumb a{color:rgba(255,255,255,.85);text-decoration:none;transition:color .3s ease}
.pcl-hero-crumb a:hover{color:#fff}
.pcl-crumb-sep{opacity:.5}
.pcl-hero-title{font-size:44px;font-weight:700;line-height:1.5;margin-bottom:16px;letter-spacing:3px;white-space:pre-line}
.pcl-hero-sub{font-size:16px;color:rgba(255,255,255,.8);max-width:75%;margin:0 auto;line-height:2;letter-spacing:1px;white-space:pre-line}
.pcl-list-section{padding:60px 0 80px}

.pcl-layout{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:start}
.pcl-main{min-width:0}
.pcl-side{display:flex;flex-direction:column;gap:20px;position:sticky;top:20px}
.pcl-side-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.pcl-side-title{font-size:16px;font-weight:700;color:#111827;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid #1e5ac9;letter-spacing:.3px}
.pcl-intro-text{font-size:13px;line-height:1.9;color:#4b5563;letter-spacing:.2px}
.pcl-empty-intro{color:#9ca3af}

.pcl-param-form{display:flex;flex-direction:column;gap:14px}
.pcl-param-field{display:flex;flex-direction:column;gap:6px}
.pcl-param-label{font-size:13px;font-weight:600;color:#374151;letter-spacing:.2px}
.pcl-param-field input{width:100%;height:40px;padding:0 12px;border:1px solid #d1d5db;border-radius:9px;font-size:13px;color:#111827;background:#fff;outline:none;transition:border-color .25s ease,box-shadow .25s ease;box-sizing:border-box}
.pcl-param-field input:focus{border-color:#1e5ac9;box-shadow:0 0 0 3px rgba(30,90,201,.12)}
.pcl-search-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border:none;border-radius:10px;background:linear-gradient(135deg,#1e6ae0 0%,#1240a8 100%);color:#fff;font-size:14px;font-weight:600;cursor:pointer;letter-spacing:.5px;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 4px 12px rgba(18,64,168,.2);margin-top:4px}
.pcl-search-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(18,64,168,.32)}
.pcl-search-btn svg{width:16px;height:16px}
.pcl-param-reset{display:block;text-align:center;font-size:13px;color:#6b7280;text-decoration:none;padding:8px 0;border:1px solid #e5e7eb;border-radius:9px;transition:all .25s ease}
.pcl-param-reset:hover{color:#e11d48;border-color:#fecdd3;background:#fff1f2}

.pcl-filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px 22px;margin-bottom:20px;box-shadow:0 2px 12px rgba(0,0,0,.04)}
.pcl-filter-row{display:flex;align-items:flex-start;gap:14px;padding:10px 0}
.pcl-filter-row + .pcl-filter-row{border-top:1px dashed #eef2f7}
.pcl-filter-label{flex-shrink:0;min-width:68px;font-size:14px;font-weight:600;color:#374151;padding-top:5px;letter-spacing:.3px}
.pcl-filter-values{display:flex;flex-wrap:wrap;gap:10px;flex:1}
.pcl-filter-chip{display:inline-flex;align-items:center;padding:6px 16px;border-radius:8px;background:#f3f4f6;color:#4b5563;font-size:13px;line-height:1.4;text-decoration:none;transition:all .25s ease;letter-spacing:.2px;border:1px solid transparent;cursor:pointer}
.pcl-filter-chip:hover{background:#eef2ff;color:#1e5ac9;border-color:#dbe5f7}
.pcl-filter-chip.pcl-filter-active{background:#1e5ac9;border-color:#1e5ac9;color:#fff}
.pcl-filter-chip.pcl-filter-active:hover{color:#fff}
.pcl-filter-chip-cat{background:#eef2ff;color:#1550b8;border-color:#dbe5f7}
.pcl-filter-chip-cat.pcl-filter-active{background:#1e5ac9;border-color:#1e5ac9;color:#fff}
.pcl-filter-chip-cat.pcl-filter-active:hover{color:#fff}

.pcl-result-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:2px solid #1e5ac9}
.pcl-result-title{font-size:17px;font-weight:600;color:#111827;letter-spacing:.3px;display:flex;align-items:center;gap:14px}
.pcl-result-title strong{color:#1e5ac9;font-size:22px;margin:0 4px}
.pcl-clear-all{font-size:13px;color:#6b7280;text-decoration:none;font-weight:400;transition:color .25s ease}
.pcl-clear-all:hover{color:#e11d48}

.pcl-table-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.04);min-width:0}
.pcl-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.pcl-prod-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13px}
.pcl-prod-table thead{background:linear-gradient(135deg,#1e6ae0 0%,#1240a8 100%);color:#fff}
.pcl-prod-table th{padding:14px 12px;text-align:center;font-weight:600;font-size:13px;letter-spacing:.3px;border-left:1px solid rgba(255,255,255,.15);white-space:nowrap}
.pcl-prod-table th:first-child{border-left:none}
.pcl-prod-table td{padding:14px 12px;border-bottom:1px solid #e5e7eb;border-left:1px solid #e5e7eb;color:#111827;text-align:center;vertical-align:middle;line-height:1.5}
.pcl-prod-table td:first-child{border-left:none}
.pcl-prod-table tbody tr:last-child td{border-bottom:none}
.pcl-prod-table tbody tr{transition:background .25s ease}
.pcl-prod-table tbody tr:hover{background:#eef4ff}
.pcl-td-img{width:90px}
.pcl-thumb-link{display:block;width:90px;height:70px;margin:0 auto;overflow:hidden;border-radius:8px;background:#f9fafb;border:1px solid #eef2f7}
.pcl-thumb-link img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.pcl-thumb-link:hover img{transform:scale(1.08)}
.pcl-thumb-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}
.pcl-td-name{text-align:left;min-width:160px}
.pcl-td-name a{color:#111827;text-decoration:none;font-weight:600;font-size:14px;line-height:1.5;transition:color .25s ease}
.pcl-td-name a:hover{color:#1e5ac9}
.pcl-td-sub{font-size:12px;color:#6b7280;margin-top:4px;line-height:1.4}
.pcl-td-param{color:#4b5563;font-size:12.5px;white-space:nowrap}
.pcl-td-param.pcl-td-empty{color:#c0c4cc}
.pcl-td-action{width:130px}
.pcl-detail-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 10px;border-radius:8px;background:linear-gradient(135deg,#1e6ae0 0%,#1240a8 100%);color:#fff;font-size:12.5px;font-weight:500;text-decoration:none;letter-spacing:0;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 3px 10px rgba(18,64,168,.2)}
.pcl-detail-btn:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(18,64,168,.32)}
.pcl-detail-btn svg{width:14px;height:14px}

.pcl-empty{text-align:center;padding:80px 20px;color:#9ca3af}
.pcl-empty svg{display:block;margin:0 auto 16px}

.pcl-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:40px;flex-wrap:wrap}
.pcl-pg-btn{min-width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#374151;font-size:14px;text-decoration:none;transition:all .3s ease}
.pcl-pg-btn:hover{border-color:#1e5ac9;color:#1e5ac9}
.pcl-pg-btn.is-active{background:#1e5ac9;border-color:#1e5ac9;color:#fff}
.pcl-pg-btn.is-disabled{opacity:.45;cursor:not-allowed}
.pcl-pg-dots{color:#9ca3af;padding:0 4px}
.pcl-pg-info{font-size:13px;color:#6b7280;margin-left:8px}

@media(max-width:1199px){
  .pcl-layout{grid-template-columns:240px 1fr;gap:20px}
}
@media(max-width:768px){
  .pcl-hero{padding:40px 0 56px;min-height:400px}
  .pcl-hero-title{font-size:26px;letter-spacing:.5px}
  .pcl-hero-sub{max-width:100%;font-size:14px}
  .pcl-list-section{padding:34px 0 50px}
  .pcl-layout{grid-template-columns:1fr;gap:20px}
  .pcl-side{position:static;width:100%}
  .pcl-side-card{width:100%;padding:16px}
  .pcl-side-title{font-size:15px;margin-bottom:12px;padding-bottom:10px}
  .pcl-intro-text{font-size:13px;line-height:1.8}
  .pcl-param-form{gap:12px}
  .pcl-param-field input{font-size:14px;height:42px}
  .pcl-search-btn{width:100%;height:44px;font-size:14px}
  .pcl-param-reset{width:100%;box-sizing:border-box}
  .pcl-main{width:100%}
  .pcl-filter-card{width:100%;padding:14px 16px}
  .pcl-filter-row{flex-direction:column;gap:8px}
  .pcl-filter-label{padding-top:0;min-width:auto;font-size:13px}
  .pcl-filter-values{gap:8px}
  .pcl-filter-chip{padding:5px 12px;font-size:12px}
  .pcl-result-head{flex-direction:column;align-items:flex-start;gap:6px}
  .pcl-result-title{font-size:15px;flex-wrap:wrap;gap:8px}
  .pcl-result-title strong{font-size:18px}
  .pcl-prod-table{font-size:12px}
  .pcl-prod-table th,.pcl-prod-table td{padding:10px 8px}
  .pcl-thumb-link{width:70px;height:54px}
  .pcl-pagination{flex-wrap:wrap}
}
