.phcd-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}
.phcd-intro{margin:6px 0 0;color:#64748b;font-size:13px}
.phcd-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}
.phcd-stat{display:flex;align-items:center;gap:10px;min-width:0;min-height:56px;padding:15px 17px!important;border:1px solid #e5e7eb;border-radius:14px;background:#fff;color:#64748b;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}
.phcd-stat strong{color:#0f2942;font-size:22px;line-height:1}
.phcd-stat span{font-size:12px;font-weight:600}
.phcd-stat:hover,.phcd-stat.on{border-color:#93c5fd;background:#eff6ff}
.phcd-layout{display:flex;align-items:flex-start;gap:24px;width:100%;flex:1;min-height:0}
.phcd-main{flex:1;min-width:0}
.phcd-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px!important;color:#64748b;font-size:12px}
.phcd-toolbar label{display:flex;align-items:center;gap:8px}
.phcd-toolbar select{width:auto;min-width:170px;padding:8px 10px;font-size:12px}
.phcd-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));align-content:start;gap:24px}
.phcd-card{min-width:0;gap:13px;border-top:3px solid var(--phcd-color,#1d4ed8)}
.phcd-cardtop{display:flex;align-items:center;justify-content:space-between;gap:8px}
.phcd-icon{flex:none}
.phcd-actions{display:flex;align-items:center;gap:4px;min-width:0}
.phcd-actions .badge{max-width:105px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.phcd-actions button{flex:none}
.phcd-actions button:disabled{opacity:.35;cursor:default}
.phcd-kind{color:var(--phcd-color,#1d4ed8);font-size:10px;font-weight:800;letter-spacing:.08em}
.phcd-title{min-height:1.35em;overflow-wrap:anywhere}
.phcd-count{display:grid;grid-template-columns:minmax(0,1.8fr) repeat(3,minmax(0,1fr));align-items:end;gap:0;width:100%;min-height:53px;margin:8px 0 2px}
.phcd-number{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;min-width:0;min-height:46px;padding:0 4px;background:none;border:0;border-radius:0}
.phcd-number:first-child{flex-direction:row;align-items:baseline;justify-content:flex-start;gap:6px;padding-left:0}
.phcd-number:not(:first-child){border-left:1px solid #e2e8f0}
.phcd-number strong{color:var(--phcd-color,#1d4ed8);font-size:36px;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.04em}
.phcd-number:not(:first-child) strong{font-size:24px;letter-spacing:-.02em}
.phcd-number span{margin:5px 0 0;color:#64748b;font-size:10px;line-height:1.15;white-space:nowrap}
.phcd-number:first-child span{margin:0;color:#64748b;font-size:12px;font-weight:600;letter-spacing:0}
.phcd-count:has(>.phcd-number:only-child){grid-template-columns:1fr}
.phcd-count:has(>.phcd-number:only-child) .phcd-number strong{font-size:43px}
.phcd-count:has(>.phcd-number:only-child) .phcd-number span{font-size:14px}
.phcd-legend{color:#64748b;font-size:12px}
.phcd-date{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}
.phcd-date strong{color:#0f2942;font-weight:600;text-align:right}
.phcd-progress{height:6px;overflow:hidden;border-radius:99px;background:#e2e8f0}
.phcd-progress span{display:block;height:100%;border-radius:99px;background:var(--phcd-color,#1d4ed8);transition:width .25s}
@media(max-width:1300px){.phcd-layout{gap:16px}.phcd-layout>.side-card{width:260px!important}.phcd-grid{gap:16px}}
@media(max-width:900px){.phcd-layout{flex-direction:column}.phcd-layout>.side-card{width:100%!important;align-self:auto!important}.phcd-main{width:100%}.phcd-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.phcd-heading{align-items:flex-start;flex-direction:column}.phcd-heading .cta{width:100%;justify-content:center}.phcd-stat{padding:12px!important}.phcd-stat strong{font-size:19px}.phcd-stat span{font-size:11px}.phcd-toolbar{align-items:flex-start;flex-direction:column}.phcd-toolbar label,.phcd-toolbar select{width:100%}.phcd-grid{grid-template-columns:1fr}.phcd-actions .badge{max-width:80px}}
