.pcc-wrap{max-width:1100px;margin:20px auto;padding:0 12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
.pcc-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-shadow:0 10px 25px rgba(0,0,0,.06)}
.pcc-title{margin:0 0 6px;font-size:22px}
.pcc-sub{margin:0 0 16px;color:#4b5563}
.pcc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.pcc-field label{display:block;font-weight:600;margin-bottom:6px}
.pcc-field input[type="number"]{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;outline:none}
.pcc-field input[type="checkbox"]{transform:scale(1.15)}
.pcc-field small{display:block;color:#6b7280;margin-top:6px}
.pcc-switch{display:flex;flex-direction:column;justify-content:flex-end}
.pcc-results{margin-top:18px}
.pcc-results h3{margin:0 0 10px;font-size:18px}
.pcc-table table{width:100%;border-collapse:collapse}
.pcc-table td{padding:10px;border-bottom:1px solid #eef2f7;vertical-align:top}
.pcc-table td.k{width:240px;font-weight:700;color:#111827}
.pcc-table td.v{color:#111827}
.pcc-note{margin-top:12px;padding:12px;border-radius:12px;background:#f9fafb;border:1px dashed #e5e7eb;color:#374151}
@media (max-width: 980px){.pcc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 640px){.pcc-grid{grid-template-columns:1fr}.pcc-table td.k{width:auto}}
