.cha-pcm-admin {
max-width: 1280px;
}
.cha-pcm-page-head {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 24px;
margin: 24px 0;
padding: 24px;
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 18px;
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}
.cha-pcm-page-head h1 {
margin: 0 0 8px;
font-size: 28px;
font-weight: 700;
color: #111827;
}
.cha-pcm-page-head p {
margin: 0;
max-width: 760px;
color: #6b7280;
font-size: 14px;
line-height: 1.6;
}
.cha-pcm-version {
display: inline-flex;
align-items: center;
padding: 6px 12px;
border-radius: 999px;
background: #eef2ff;
color: #3730a3;
font-size: 12px;
font-weight: 700;
}
.cha-pcm-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 16px;
margin-bottom: 20px;
}
.cha-pcm-card,
.cha-pcm-panel {
background: #ffffff;
border: 1px solid #e5e7eb;
border-radius: 18px;
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}
.cha-pcm-card {
padding: 20px;
}
.cha-pcm-card-label {
display: block;
margin-bottom: 10px;
color: #64748b;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: .06em;
}
.cha-pcm-card strong {
display: block;
margin-bottom: 8px;
color: #0f172a;
font-size: 28px;
line-height: 1;
}
.cha-pcm-card p {
margin: 0;
color: #64748b;
font-size: 13px;
line-height: 1.5;
}
.cha-pcm-panel {
padding: 24px;
}
.cha-pcm-panel h2 {
margin: 0 0 10px;
color: #111827;
font-size: 20px;
}
.cha-pcm-panel p {
margin: 0 0 14px;
color: #64748b;
font-size: 14px;
line-height: 1.6;
}
.cha-pcm-checklist {
margin: 16px 0 0;
padding: 0;
list-style: none;
}
.cha-pcm-checklist li {
position: relative;
margin: 8px 0;
padding-left: 26px;
color: #374151;
}
.cha-pcm-checklist li::before {
content: "✓";
position: absolute;
left: 0;
top: 0;
color: #059669;
font-weight: 800;
}
@media (max-width: 1100px) {
.cha-pcm-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 700px) {
.cha-pcm-page-head {
flex-direction: column;
}
.cha-pcm-grid {
grid-template-columns: 1fr;
}
}
.cha-pcm-readable-payload th {
color: #334155;
font-weight: 700;
}
.cha-pcm-readable-payload td {
color: #0f172a;
}
.cha-pcm-readable-payload .button-small {
margin-right: 8px;
}
.cha-pcm-action-form{margin:0 0 14px;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;}
.cha-pcm-action-form label{display:block;font-weight:700;margin:0 0 6px;color:#334155;}
.cha-pcm-action-form textarea,.cha-pcm-action-form input[type="text"],.cha-pcm-action-form select{width:100%;max-width:100%;margin:0 0 10px;border-radius:8px;border:1px solid #cbd5e1;}
.cha-pcm-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
.cha-pcm-workflow-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start;}
@media(max-width:1200px){.cha-pcm-workflow-actions,.cha-pcm-form-grid{grid-template-columns:1fr;}} .cha-pcm-admin-v105 .cha-pcm-page-head-compact{margin-bottom:18px;}
.cha-pcm-admin-v105 .cha-pcm-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.cha-pcm-admin-v105 .cha-pcm-summary-grid .cha-pcm-card strong{font-size:17px;line-height:1.35;}
.cha-pcm-stage-panel{padding:18px 22px;margin-bottom:18px;}
.cha-pcm-stage-panel h2{font-size:16px;margin-bottom:12px;}
.cha-pcm-stage-strip{display:flex;flex-wrap:wrap;gap:8px;}
.cha-pcm-stage-item{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid #e5e7eb;border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;font-weight:700;}
.cha-pcm-stage-item.is-active{background:#eef2ff;color:#3730a3;border-color:#c7d2fe;}
.cha-pcm-main-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start;}
.cha-pcm-main-layout main,.cha-pcm-main-layout aside{display:flex;flex-direction:column;gap:18px;}
.cha-pcm-panel-title-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px;}
.cha-pcm-panel-title-row h2{margin:0 0 6px;}
.cha-pcm-panel-title-row p{margin:0;}
.cha-pcm-clean-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.cha-pcm-clean-actions .cha-pcm-action-form{height:100%;}
.cha-pcm-stacked-form{display:block;margin:0;padding:0;border:0;background:transparent;}
.cha-pcm-stacked-form label{display:block;font-weight:700;margin:14px 0 6px;color:#334155;}
.cha-pcm-stacked-form textarea,.cha-pcm-stacked-form input[type="text"],.cha-pcm-stacked-form input[type="url"],.cha-pcm-stacked-form input[type="number"],.cha-pcm-stacked-form input[type="date"],.cha-pcm-stacked-form select{width:100%;max-width:100%;border-radius:10px;border:1px solid #cbd5e1;box-shadow:none;}
.cha-pcm-checkline{display:flex!important;align-items:center;gap:8px;margin:14px 0!important;font-weight:700!important;}
.cha-pcm-checkline input{margin:0!important;}
.cha-pcm-current-record{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 16px;padding:12px 14px;border:1px solid #dbeafe;border-radius:14px;background:#eff6ff;color:#1e3a8a;}
.cha-pcm-current-record strong{font-size:14px;}
.cha-pcm-current-record span{font-size:12px;font-weight:700;color:#475569;}
.cha-pcm-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px;}
.cha-pcm-option-box{padding:16px;border:1px solid #e5e7eb;border-radius:16px;background:#fbfdff;}
.cha-pcm-option-box h3{margin:0 0 10px;font-size:16px;color:#0f172a;}
.cha-pcm-form-grid.compact{grid-template-columns:1fr 110px;}
.cha-pcm-publish-box{margin-top:16px;padding:16px;border:1px solid #c7d2fe;border-radius:16px;background:#f8faff;}
.cha-pcm-publish-box label{display:block;font-weight:700;margin:0 0 6px;color:#334155;}
.cha-pcm-publish-box textarea{width:100%;max-width:100%;border-radius:10px;border:1px solid #cbd5e1;}
.cha-pcm-publish-box p{margin:10px 0 0;font-size:12px;color:#64748b;}
.cha-pcm-sla-box h2{font-size:17px;}
.cha-pcm-details{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 12px 30px rgba(15,23,42,.04);overflow:hidden;}
.cha-pcm-details summary{cursor:pointer;padding:16px 18px;font-weight:800;color:#0f172a;list-style:none;}
.cha-pcm-details summary::-webkit-details-marker{display:none;}
.cha-pcm-details summary::after{content:'+';float:right;color:#64748b;font-weight:900;}
.cha-pcm-details[open] summary::after{content:'–';}
.cha-pcm-details-body{padding:0 18px 18px;}
.cha-pcm-wide-details{margin-top:18px;}
.cha-pcm-history-grid{display:grid;grid-template-columns:1fr;gap:20px;padding:0 18px 18px;}
.cha-pcm-history-grid h3{margin:10px 0;font-size:16px;color:#0f172a;}
.cha-pcm-inline-form{display:inline;margin:0;padding:0;border:0;background:transparent;}
@media(max-width:1200px){.cha-pcm-main-layout{grid-template-columns:1fr}.cha-pcm-clean-actions,.cha-pcm-option-grid{grid-template-columns:1fr}.cha-pcm-form-grid.compact{grid-template-columns:1fr}.cha-pcm-admin-v105 .cha-pcm-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:700px){.cha-pcm-admin-v105 .cha-pcm-summary-grid{grid-template-columns:1fr}.cha-pcm-panel-title-row{display:block}.cha-pcm-stage-strip{display:block}.cha-pcm-stage-item{margin:0 6px 8px 0}} .cha-pcm-admin-v107 {
max-width: 1440px;
}
.cha-pcm-admin-v107 .cha-pcm-page-head,
.cha-pcm-admin-v107 .cha-pcm-panel,
.cha-pcm-admin-v107 .cha-pcm-card,
.cha-pcm-admin-v107 .cha-pcm-details {
box-sizing: border-box;
}
.cha-pcm-admin-v107 .cha-pcm-summary-grid,
.cha-pcm-admin-v107 .cha-pcm-payments-summary {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.cha-pcm-admin-v107 .cha-pcm-main-layout {
grid-template-columns: minmax(0, 1fr);
}
.cha-pcm-admin-v107 .cha-pcm-main-layout aside {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.cha-pcm-admin-v107 .cha-pcm-clean-actions,
.cha-pcm-admin-v107 .cha-pcm-option-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cha-pcm-admin-v107 .cha-pcm-clean-actions {
align-items: stretch;
}
.cha-pcm-admin-v107 .cha-pcm-clean-actions .cha-pcm-action-form:first-child {
grid-column: span 1;
}
.cha-pcm-admin-v107 .cha-pcm-clean-actions .cha-pcm-action-form:last-child {
grid-column: span 2;
border-color: #bfdbfe;
background: #f8fbff;
}
.cha-pcm-admin-v107 input[type="text"],
.cha-pcm-admin-v107 input[type="email"],
.cha-pcm-admin-v107 input[type="url"],
.cha-pcm-admin-v107 input[type="number"],
.cha-pcm-admin-v107 input[type="search"],
.cha-pcm-admin-v107 input[type="date"],
.cha-pcm-admin-v107 input[type="file"],
.cha-pcm-admin-v107 select,
.cha-pcm-admin-v107 textarea {
box-sizing: border-box;
width: 100%;
max-width: 100%;
}
.cha-pcm-admin-v107 input[type="file"] {
padding: 8px;
min-height: 42px;
background: #fff;
border: 1px solid #cbd5e1;
border-radius: 10px;
}
.cha-pcm-admin-v107 .cha-pcm-invoice-box {
border-color: #dbeafe;
background: #fbfdff;
}
.cha-pcm-admin-v107 .cha-pcm-settings-layout {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
align-items: start;
}
.cha-pcm-admin-v107 .cha-pcm-settings-layout .cha-pcm-panel:nth-child(3),
.cha-pcm-admin-v107 .cha-pcm-settings-layout .cha-pcm-panel:nth-child(5) {
grid-column: 1 / -1;
}
.cha-pcm-admin-v107 .cha-pcm-settings-form label {
display: block;
font-weight: 700;
margin: 12px 0 6px;
color: #334155;
}
.cha-pcm-admin-v107 .cha-pcm-settings-form label small,
.cha-pcm-admin-v107 .description {
display: block;
font-weight: 500;
color: #64748b;
margin-top: 3px;
}
.cha-pcm-admin-v107 .cha-pcm-filter-form {
display: grid;
grid-template-columns: 180px 240px minmax(240px, 1fr) auto auto;
gap: 12px;
align-items: end;
}
.cha-pcm-admin-v107 .cha-pcm-filter-form label {
margin: 0;
font-weight: 700;
color: #334155;
}
.cha-pcm-admin-v107 .cha-pcm-table-responsive th,
.cha-pcm-admin-v107 .cha-pcm-table-responsive td {
vertical-align: top;
}
.cha-pcm-admin-v107 .cha-pcm-sticky-submit {
position: sticky;
bottom: 0;
z-index: 5;
padding: 14px 16px !important;
margin: 18px 0 0 !important;
background: rgba(248, 250, 252, .92);
backdrop-filter: blur(8px);
border: 1px solid #e5e7eb;
border-radius: 16px;
}
@media (max-width: 1200px) {
.cha-pcm-admin-v107 .cha-pcm-summary-grid,
.cha-pcm-admin-v107 .cha-pcm-payments-summary,
.cha-pcm-admin-v107 .cha-pcm-main-layout aside,
.cha-pcm-admin-v107 .cha-pcm-settings-layout,
.cha-pcm-admin-v107 .cha-pcm-clean-actions,
.cha-pcm-admin-v107 .cha-pcm-option-grid {
grid-template-columns: 1fr;
}
.cha-pcm-admin-v107 .cha-pcm-clean-actions .cha-pcm-action-form:last-child,
.cha-pcm-admin-v107 .cha-pcm-settings-layout .cha-pcm-panel:nth-child(3),
.cha-pcm-admin-v107 .cha-pcm-settings-layout .cha-pcm-panel:nth-child(5) {
grid-column: auto;
}
.cha-pcm-admin-v107 .cha-pcm-filter-form {
grid-template-columns: 1fr;
}
} .cha-pcm-policy-box {
padding: 14px 16px;
border: 1px solid #d9f99d;
border-radius: 14px;
background: #f7fee7;
color: #3f6212;
font-weight: 700;
line-height: 1.55;
} .cha-pcm-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin:24px 0;padding:24px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.04)}
.cha-pcm-hero h1{margin:0 0 8px;font-size:28px;color:#111827}.cha-pcm-hero p{margin:0;color:#64748b}.cha-pcm-badge{display:inline-flex;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#3730a3;font-weight:800;font-size:12px}.cha-pcm-grid--two{grid-template-columns:repeat(2,minmax(0,1fr));}.cha-pcm-form label{display:block;margin:0 0 12px;font-weight:700;color:#334155}.cha-pcm-form input,.cha-pcm-form select{width:100%;max-width:100%;margin-top:6px;border-radius:8px;border:1px solid #cbd5e1;min-height:38px}.cha-pcm-clean-list p{margin:0 0 12px!important;color:#475569!important}.cha-pcm-clean-list strong{display:inline!important;font-size:13px!important;color:#0f172a!important;margin:0!important}@media(max-width:900px){.cha-pcm-hero{display:block}.cha-pcm-grid--two{grid-template-columns:1fr}} .cha-pcm-admin-v118{max-width:1460px;}
.cha-pcm-admin-v118 .cha-pcm-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.cha-pcm-admin-v118 .cha-pcm-card{padding:14px 16px;border-radius:16px;}
.cha-pcm-admin-v118 .cha-pcm-card strong{font-size:15px;line-height:1.35;overflow-wrap:anywhere;}
.cha-pcm-admin-v118 .cha-pcm-panel{padding:18px;border-radius:18px;}
.cha-pcm-admin-v118 .cha-pcm-main-layout{grid-template-columns:1fr;}
.cha-pcm-admin-v118 .cha-pcm-main-layout>aside{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.cha-pcm-admin-v118 .cha-pcm-clean-actions{grid-template-columns:repeat(3,minmax(0,1fr));}
.cha-pcm-admin-v118 .cha-pcm-clean-actions .cha-pcm-action-form:last-child{grid-column:auto;}
.cha-pcm-admin-v118 .cha-pcm-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.cha-pcm-admin-v118 .cha-pcm-panel-title-row h2{font-size:20px;line-height:1.22;}
.cha-pcm-admin-v118 .cha-pcm-panel-title-row p{font-size:13px;line-height:1.55;}
.cha-pcm-admin-v118 table{width:100%;}
.cha-pcm-admin-v118 th,.cha-pcm-admin-v118 td{overflow-wrap:anywhere;vertical-align:top;}
@media(max-width:1180px){.cha-pcm-admin-v118 .cha-pcm-summary-grid,.cha-pcm-admin-v118 .cha-pcm-main-layout>aside,.cha-pcm-admin-v118 .cha-pcm-clean-actions,.cha-pcm-admin-v118 .cha-pcm-option-grid{grid-template-columns:1fr;}} .cha-pcm-admin-v119 .cha-pcm-unified-hero{
display:flex;align-items:flex-start;justify-content:space-between;gap:18px;
padding:22px 24px;margin:0 0 18px;border:1px solid #dce8f6;border-radius:22px;
background:linear-gradient(135deg,#ffffff 0%,#f7fbff 74%,#eef6ff 100%);
box-shadow:0 12px 30px rgba(15,55,105,.055);
}
.cha-pcm-admin-v119 .cha-pcm-unified-hero span{display:block;font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#24669f;margin-bottom:6px}
.cha-pcm-admin-v119 .cha-pcm-unified-hero h2{margin:0;font-size:28px;line-height:1.15;color:#173f78;letter-spacing:-.025em}
.cha-pcm-admin-v119 .cha-pcm-unified-hero p{margin:7px 0 0;color:#61728b;font-size:14px;line-height:1.55}
.cha-pcm-admin-v119 .cha-pcm-unified-statuses{display:flex;align-items:flex-start;justify-content:flex-end;gap:8px;flex-wrap:wrap;max-width:420px}
.cha-pcm-admin-v119 .cha-pcm-unified-summary{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}
.cha-pcm-workspace-section{margin:18px 0 0;padding:18px;border:1px solid #dfe9f5;border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(16,32,51,.035)}
.cha-pcm-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 14px}
.cha-pcm-section-title h2{margin:0;font-size:20px;line-height:1.25;color:#173f78;letter-spacing:-.02em}
.cha-pcm-section-title p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.6;max-width:82ch}
.cha-pcm-section-title>h2{margin-right:14px}
.cha-pcm-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.cha-pcm-two-col-wide-left{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr)}
.cha-pcm-unified-panel{padding:16px;border:1px solid #e2edf8;border-radius:18px;background:#fff;box-shadow:0 4px 14px rgba(15,55,105,.025);overflow:hidden}
.cha-pcm-unified-panel h3{margin:0 0 12px;color:#173f78;font-size:16px;line-height:1.25}
.cha-pcm-subtitle{margin-top:18px!important}
.cha-pcm-readable-payload{border:1px solid #e2edf8!important;border-radius:14px;overflow:hidden;display:table!important;table-layout:fixed!important;width:100%!important}
.cha-pcm-readable-payload th{width:210px!important;background:#f8fbff!important;color:#334155!important;font-weight:700!important;font-size:12.5px!important;vertical-align:top!important}
.cha-pcm-readable-payload td{font-size:13px!important;color:#334155!important;overflow-wrap:anywhere!important}
.cha-pcm-file-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.cha-pcm-file-list a{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #dfe9f5;border-radius:14px;background:#f8fbff;text-decoration:none;color:#173f78;min-width:0}
.cha-pcm-file-list a strong{font-size:13px;overflow-wrap:anywhere}.cha-pcm-file-list a span{font-size:12px;color:#64748b}
.cha-pcm-clean-actions-compact{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:14px}
.cha-pcm-request-list,.cha-pcm-compact-list,.cha-pcm-message-list,.cha-pcm-timeline-mini{display:grid;gap:10px}
.cha-pcm-request-card,.cha-pcm-compact-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px;border:1px solid #e2edf8;border-radius:15px;background:#fbfdff;min-width:0}
.cha-pcm-request-card strong,.cha-pcm-compact-row strong{display:block;color:#173f78;font-size:14px;line-height:1.35}.cha-pcm-request-card span,.cha-pcm-compact-row span{display:block;color:#64748b;font-size:12px}.cha-pcm-request-card p{margin:6px 0 0;color:#475569;font-size:13px;line-height:1.5}
.cha-pcm-compact-row>div:last-child{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;flex-shrink:0}.cha-pcm-service-items{margin:-2px 0 8px;padding:8px 12px;border-radius:12px;background:#f8fbff;color:#64748b;font-size:12px;line-height:1.5}
.cha-pcm-option-grid.single{grid-template-columns:1fr!important}.cha-pcm-publish-form{margin-top:12px}.cha-pcm-publish-form .button{width:100%;justify-content:center}
.cha-pcm-message-bubble{padding:11px 12px;border-radius:15px;border:1px solid #e2edf8;background:#f8fbff}.cha-pcm-message-bubble.is-staff{background:#eef6ff;border-color:#cfe2f7}.cha-pcm-message-bubble span{display:block;color:#64748b;font-size:12px;font-weight:700;margin-bottom:4px}.cha-pcm-message-bubble p{margin:0;color:#334155;font-size:13px;line-height:1.55}.cha-pcm-case-message-form{margin-top:14px}
.cha-pcm-timeline-mini div{padding:11px 12px;border-left:3px solid #cfe2f7;background:#fbfdff;border-radius:12px}.cha-pcm-timeline-mini span{display:block;color:#64748b;font-size:12px;margin-bottom:3px}.cha-pcm-timeline-mini strong{display:block;color:#173f78;font-size:13px}.cha-pcm-timeline-mini p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.45}
.cha-pcm-stacked-form input[type="text"],.cha-pcm-stacked-form input[type="url"],.cha-pcm-stacked-form input[type="number"],.cha-pcm-stacked-form input[type="date"],.cha-pcm-stacked-form select,.cha-pcm-stacked-form textarea,.cha-pcm-action-form textarea{max-width:100%;width:100%}
.cha-pcm-case-workspace .cha-pcm-main-layout{display:block!important}.cha-pcm-case-workspace aside{display:block!important}.cha-pcm-case-workspace .cha-pcm-wide-details{display:none!important}
@media (max-width:1200px){.cha-pcm-admin-v119 .cha-pcm-unified-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.cha-pcm-two-col,.cha-pcm-two-col-wide-left{grid-template-columns:1fr}.cha-pcm-file-list{grid-template-columns:1fr}}
@media (max-width:760px){.cha-pcm-admin-v119 .cha-pcm-unified-hero{display:block;padding:18px}.cha-pcm-admin-v119 .cha-pcm-unified-hero h2{font-size:22px}.cha-pcm-admin-v119 .cha-pcm-unified-statuses{justify-content:flex-start;margin-top:12px}.cha-pcm-admin-v119 .cha-pcm-unified-summary{grid-template-columns:1fr}.cha-pcm-workspace-section{padding:13px;border-radius:18px}.cha-pcm-section-title{display:block}.cha-pcm-readable-payload,.cha-pcm-readable-payload tbody,.cha-pcm-readable-payload tr,.cha-pcm-readable-payload th,.cha-pcm-readable-payload td{display:block!important;width:100%!important}.cha-pcm-readable-payload th{border-bottom:0!important}.cha-pcm-request-card,.cha-pcm-compact-row{display:block}.cha-pcm-compact-row>div:last-child{justify-content:flex-start;margin-top:10px}.cha-pcm-unified-panel{padding:13px}.cha-pcm-option-box{padding:13px!important}} .cha-pcm-definition-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 0}.cha-pcm-definition-list div{min-width:0;padding:11px 12px;border:1px solid #e2eaf3;border-radius:14px;background:#f8fbff}.cha-pcm-definition-list dt{margin:0 0 4px;color:#66788f;font-size:12px;font-weight:700;letter-spacing:.02em}.cha-pcm-definition-list dd{margin:0;color:#15395f;font-size:14px;font-weight:650;overflow-wrap:anywhere}.cha-pcm-identity-card h3{margin-top:0}@media(max-width:760px){.cha-pcm-definition-list{grid-template-columns:1fr}.cha-pcm-two-col{grid-template-columns:1fr!important}} .cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-two-col-wide-left {
grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
}
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions-compact,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions.cha-pcm-clean-actions-compact {
grid-template-columns: minmax(0, 1fr) !important;
gap: 10px !important;
}
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-action-form,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions .cha-pcm-action-form,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions .cha-pcm-action-form:first-child,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-clean-actions .cha-pcm-action-form:last-child {
grid-column: auto !important;
width: 100% !important;
min-width: 0 !important;
}
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-readable-payload th { width: 190px !important; white-space: normal !important; }
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-readable-payload td,
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-file-list a strong { overflow-wrap: anywhere !important; word-break: break-word !important; }
.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-file-list { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
@media(max-width:1320px){.cha-pcm-admin-v119.cha-pcm-case-workspace .cha-pcm-two-col-wide-left{grid-template-columns:1fr!important;}} .cha-pcm-staff-admin-cards{display:grid;gap:14px;margin-top:10px}
.cha-pcm-staff-admin-card{border:1px solid #dce8f6;background:#fff;border-radius:18px;padding:16px;box-shadow:0 8px 24px rgba(15,55,105,.035)}
.cha-pcm-staff-admin-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.cha-pcm-staff-admin-card__top strong{display:block;color:#102033;font-size:17px;line-height:1.25;font-weight:700;letter-spacing:-.01em}
.cha-pcm-staff-admin-card__top span{display:block;color:#64748b;font-size:13px;margin-top:3px;overflow-wrap:anywhere}
.cha-pcm-staff-admin-badges{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.cha-pcm-staff-admin-badges em{font-style:normal;border:1px solid #d8e8f6;background:#eef7ff;color:#1264a8;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;white-space:nowrap}
.cha-pcm-staff-admin-edit{display:grid;grid-template-columns:1.1fr 1.1fr .9fr .7fr auto;gap:10px;align-items:end;margin-top:4px}
.cha-pcm-staff-admin-edit label{display:grid;gap:6px;margin:0;color:#334155;font-size:12px;font-weight:700}
.cha-pcm-staff-admin-edit input,.cha-pcm-staff-admin-edit select{width:100%;max-width:100%;min-height:38px;border:1px solid #dce8f6;border-radius:10px;background:#fbfdff;padding:7px 10px}
.cha-pcm-staff-admin-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:13px;padding-top:13px;border-top:1px solid #e7eef7}
.cha-pcm-staff-admin-actions form{margin:0}
@media(max-width:1180px){.cha-pcm-staff-admin-edit{grid-template-columns:1fr 1fr}.cha-pcm-staff-admin-edit button{width:100%}}
@media(max-width:720px){.cha-pcm-staff-admin-card__top{display:block}.cha-pcm-staff-admin-badges{justify-content:flex-start;margin-top:10px}.cha-pcm-staff-admin-edit{grid-template-columns:1fr}.cha-pcm-staff-admin-actions{display:grid}.cha-pcm-staff-admin-actions .button{width:100%;text-align:center}} .cha-integrity-pro{max-width:1180px;color:#0f2d57;}
.cha-integrity-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:18px 0 16px;padding:24px 26px;border:1px solid #dbeafe;border-radius:22px;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 16px 38px rgba(15,23,42,.055);}
.cha-integrity-hero h2{margin:4px 0 8px!important;color:#0b3f8a!important;font-size:24px!important;line-height:1.2!important;letter-spacing:-.025em;}
.cha-integrity-hero p{margin:0!important;max-width:760px;color:#52627f!important;font-size:14px!important;line-height:1.65!important;}
.cha-integrity-hero--warning{border-color:#fde68a;background:linear-gradient(135deg,#ffffff 0%,#fffaf0 100%);}
.cha-integrity-hero--critical{border-color:#fecaca;background:linear-gradient(135deg,#ffffff 0%,#fff7f7 100%);}
.cha-integrity-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ecfeff;color:#0f766e;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;}
.cha-integrity-score{flex:0 0 auto;min-width:132px;padding:18px 16px;border:1px solid #dbeafe;border-radius:20px;background:#fff;text-align:center;box-shadow:0 14px 28px rgba(15,23,42,.045);}
.cha-integrity-score strong{display:block;margin-bottom:4px;color:#173b8f;font-size:36px;line-height:1;font-weight:900;}
.cha-integrity-score span{display:block;color:#64748b;font-size:12px;font-weight:800;}
.cha-integrity-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0 18px;}
.cha-integrity-stat{padding:16px;border:1px solid #dbeafe;border-radius:18px;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.04);}
.cha-integrity-stat span,.cha-integrity-count span{display:block;margin-bottom:8px;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;}
.cha-integrity-stat strong{display:block;color:#0f172a;font-size:26px;line-height:1;font-weight:900;}
.cha-integrity-stat small{display:block;margin-top:8px;color:#64748b;font-size:12px;}
.cha-integrity-stat.is-critical strong{color:#b91c1c}.cha-integrity-stat.is-warning strong{color:#b45309}.cha-integrity-stat.is-ok strong{color:#047857}
.cha-integrity-section,.cha-integrity-guidance{margin-top:16px;padding:20px;border:1px solid #dbeafe;border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.045);}
.cha-integrity-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px;}
.cha-integrity-section-head h2,.cha-integrity-guidance h2{margin:0 0 6px!important;color:#173b8f!important;font-size:22px!important;line-height:1.2!important;letter-spacing:-.025em;}
.cha-integrity-section-head p,.cha-integrity-guidance p{margin:0!important;color:#52627f!important;font-size:13px!important;line-height:1.6!important;}
.cha-integrity-last-repair{display:inline-flex;align-items:center;white-space:nowrap;padding:7px 10px;border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;font-weight:800;}
.cha-integrity-flow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}
.cha-integrity-flow-card{display:flex;gap:12px;min-height:132px;padding:16px;border:1px solid #e6edf7;border-radius:18px;background:#fbfdff;}
.cha-integrity-flow-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border-radius:12px;background:#eef2ff;color:#3730a3;font-size:13px;font-weight:900;}
.cha-integrity-flow-card h3{margin:0 0 6px;color:#0f2d57;font-size:15px;font-weight:900;line-height:1.25;}
.cha-integrity-flow-card p{margin:0 0 10px!important;color:#64748b!important;font-size:12px!important;line-height:1.55!important;}
.cha-integrity-flow-card span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f8fafc;color:#475569;font-size:11px;font-weight:900;}
.cha-integrity-flow-card.is-ok{border-color:#bbf7d0;background:#f6fffb}.cha-integrity-flow-card.is-ok .cha-integrity-flow-icon,.cha-integrity-flow-card.is-ok span{background:#ecfdf5;color:#047857}
.cha-integrity-flow-card.is-warning{border-color:#fde68a;background:#fffdf6}.cha-integrity-flow-card.is-warning .cha-integrity-flow-icon,.cha-integrity-flow-card.is-warning span{background:#fffbeb;color:#b45309}
.cha-integrity-flow-card.is-critical{border-color:#fecaca;background:#fff8f8}.cha-integrity-flow-card.is-critical .cha-integrity-flow-icon,.cha-integrity-flow-card.is-critical span{background:#fef2f2;color:#b91c1c}
.cha-integrity-count-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;}
.cha-integrity-count{padding:14px;border:1px solid #e6edf7;border-radius:16px;background:#fbfdff;}
.cha-integrity-count strong{display:block;color:#0f2d57;font-size:22px;font-weight:900;}
.cha-integrity-empty{padding:18px;border:1px solid #bbf7d0;border-radius:18px;background:#f6fffb;color:#047857;}
.cha-integrity-empty strong{display:block;margin-bottom:6px;font-size:16px;}
.cha-integrity-issue-list{display:flex;flex-direction:column;gap:12px;}
.cha-integrity-issue{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px;border:1px solid #e6edf7;border-radius:18px;background:#fbfdff;}
.cha-integrity-issue.is-warning{border-color:#fde68a;background:#fffdf6}.cha-integrity-issue.is-critical{border-color:#fecaca;background:#fff8f8}.cha-integrity-issue.is-info{border-color:#bfdbfe;background:#f8fbff}
.cha-integrity-issue-top{display:flex;align-items:center;gap:8px;margin-bottom:9px;flex-wrap:wrap;}
.cha-integrity-severity{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:11px;font-weight:900;letter-spacing:.04em;}
.cha-integrity-issue.is-warning .cha-integrity-severity{background:#fffbeb;color:#b45309}.cha-integrity-issue.is-critical .cha-integrity-severity{background:#fef2f2;color:#b91c1c}
.cha-integrity-issue code{padding:4px 7px;border-radius:8px;background:#fff;color:#0b5fa5;font-size:12px;}
.cha-integrity-issue h3{margin:0 0 8px!important;color:#0f2d57!important;font-size:17px!important;line-height:1.25!important;}
.cha-integrity-issue p{margin:0 0 10px!important;color:#52627f!important;font-size:13px!important;line-height:1.6!important;}
.cha-integrity-next-action{padding:10px 12px;border-radius:14px;background:#fff;border:1px dashed #d6e0ef;color:#334155;font-size:13px;line-height:1.55;}
.cha-integrity-issue-count{flex:0 0 90px;text-align:center;padding:14px;border-radius:16px;background:#fff;border:1px solid #e6edf7;}
.cha-integrity-issue-count strong{display:block;color:#0f172a;font-size:28px;line-height:1;font-weight:900;}.cha-integrity-issue-count span{display:block;margin-top:6px;color:#64748b;font-size:12px;font-weight:800;}
.cha-integrity-detail-box{margin:-4px 0 6px;padding:16px;border:1px solid #e6edf7;border-radius:18px;background:#fff;}
.cha-integrity-detail-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;color:#64748b;font-size:12px;}.cha-integrity-detail-head strong{color:#0f2d57;font-size:14px;}
.cha-integrity-record-table-wrap{overflow-x:auto;border:1px solid #e6edf7;border-radius:14px;}
.cha-integrity-record-table{width:100%;border-collapse:collapse;background:#fff;min-width:860px;}
.cha-integrity-record-table th{padding:11px 12px;background:#f8fafc;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.06em;text-align:left;}
.cha-integrity-record-table td{padding:12px;border-top:1px solid #eef2f7;color:#0f2d57;font-size:13px;vertical-align:middle;}
.cha-pcm-integrity .button-primary,.cha-integrity-pro .button-primary{border-radius:12px!important;font-weight:800!important;}
.cha-integrity-pro.is-compact{max-width:none;}.cha-integrity-pro.is-compact .cha-integrity-hero{margin-top:0}.cha-integrity-pro.is-compact .cha-integrity-section{box-shadow:none;}
@media(max-width:1100px){.cha-integrity-stat-grid,.cha-integrity-flow-grid,.cha-integrity-count-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.cha-integrity-hero{align-items:flex-start;}.cha-integrity-section-head{display:block}.cha-integrity-last-repair{margin-top:10px}.cha-integrity-issue{display:block}.cha-integrity-issue-count{margin-top:12px;text-align:left;display:inline-block}}
@media(max-width:700px){.cha-integrity-hero{display:block;padding:20px}.cha-integrity-score{margin-top:14px;}.cha-integrity-stat-grid,.cha-integrity-flow-grid,.cha-integrity-count-grid{grid-template-columns:1fr}.cha-integrity-section,.cha-integrity-guidance{padding:16px;border-radius:18px}.cha-integrity-detail-head{display:block}.cha-integrity-record-table{min-width:760px}} .cha-pcm-report-kpis{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}
.cha-pcm-report-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cha-pcm-report-grid .cha-pcm-panel{min-width:0}.cha-pcm-report-alert-list{margin:0;padding:0;list-style:none;display:grid;gap:8px}.cha-pcm-report-alert-list li{padding:10px 12px;border:1px solid #dbe7f5;border-radius:12px;background:#fbfdff}.cha-pcm-admin-v130 .cha-pcm-panel h2{margin-top:0;color:#0b3f8a}
@media(max-width:1100px){.cha-pcm-report-kpis,.cha-pcm-report-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.cha-pcm-report-kpis,.cha-pcm-report-grid{grid-template-columns:1fr}} .cha-pcm-admin-v131 .cha-pcm-report-head{align-items:flex-start}
.cha-pcm-report-filter{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;margin:16px 0 12px;padding:16px;border:1px solid #dbeafe;background:#fff;border-radius:18px;box-shadow:0 10px 30px rgba(15,58,122,.05)}
.cha-pcm-report-filter label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#12325a}
.cha-pcm-report-filter input[type=date]{min-width:170px;border-radius:10px;border:1px solid #cfe0f4;padding:7px 10px}
.cha-pcm-report-exportbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;padding:12px 14px;border:1px dashed #cfe0f4;background:#f8fbff;border-radius:16px;color:#264364}
.cha-pcm-report-kpis--six{grid-template-columns:repeat(6,minmax(0,1fr))}
.cha-pcm-report-kpis .cha-pcm-card strong{font-size:30px;line-height:1;color:#0b3f8a}
.cha-pcm-report-grid--wide{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.cha-pcm-report-funnel{margin:18px 0}
.cha-report-funnel-row{position:relative;display:grid;grid-template-columns:220px 160px 1fr;gap:12px;align-items:center;margin:10px 0;padding:12px 14px;border:1px solid #e3edf9;border-radius:14px;background:#fff;overflow:hidden}
.cha-report-funnel-row span,.cha-report-funnel-row strong{position:relative;z-index:2}.cha-report-funnel-row em{position:relative;z-index:1;display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#0f766e,#1d4ed8);opacity:.18;min-width:4px}
.cha-report-status-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:12px 0}.cha-report-status-cards div{padding:16px;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff}.cha-report-status-cards span{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#5b708b;font-weight:800}.cha-report-status-cards strong{font-size:28px;color:#0b3f8a}.cha-report-status-cards .is-danger{background:#fff5f5;border-color:#fecaca}.cha-report-status-cards .is-danger strong{color:#b91c1c}
.cha-pcm-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cha-pcm-report-note{background:linear-gradient(180deg,#fff 0,#f7fbff 100%)}
@media(max-width:1280px){.cha-pcm-report-kpis--six{grid-template-columns:repeat(3,minmax(0,1fr))}.cha-pcm-report-grid--wide{grid-template-columns:1fr}}
@media(max-width:760px){.cha-pcm-report-kpis--six{grid-template-columns:1fr}.cha-report-funnel-row{grid-template-columns:1fr}.cha-pcm-two-cols{grid-template-columns:1fr}.cha-report-status-cards{grid-template-columns:1fr}.cha-pcm-report-filter input[type=date]{width:100%;min-width:0}} .cha-pcm-doc-summary{display:flex;flex-direction:column;gap:8px;align-items:flex-start;max-width:100%}
.cha-pcm-doc-summary>strong{font-size:13px;color:#0f3f86;font-weight:800}
.cha-pcm-doc-summary>span{font-size:12px;color:#64748b}
.cha-pcm-doc-inline-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:100%}
.cha-pcm-doc-action,.cha-pcm-document-group__actions a{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;border:1px solid #cfe0f5!important;border-radius:999px!important;background:#fff!important;color:#0b5fa5!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;box-shadow:0 8px 18px rgba(15,58,122,.05)!important;white-space:nowrap!important;max-width:100%!important}
.cha-pcm-doc-action em,.cha-pcm-document-group__actions a em{font-style:normal;font-size:10px;font-weight:800;color:#64748b;background:#f1f6fd;border-radius:999px;padding:3px 6px}
.cha-pcm-document-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:8px}
.cha-pcm-document-group{border:1px solid #dbeafe;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);padding:14px;box-shadow:0 14px 35px rgba(15,58,122,.055);min-width:0}
.cha-pcm-document-group__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}
.cha-pcm-document-group__head strong{font-size:13px;line-height:1.35;color:#0f2d57;font-weight:850;overflow-wrap:anywhere}
.cha-pcm-document-group__head span{flex:0 0 auto;font-size:11px;color:#0b5fa5;background:#edf6ff;border:1px solid #dbeafe;border-radius:999px;padding:5px 8px;font-weight:800}
.cha-pcm-document-group__actions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.cha-pcm-document-group small{display:block;color:#64748b;font-size:11px;line-height:1.45}
.cha-pcm-readable-payload td{word-break:normal!important;overflow-wrap:break-word!important}
.cha-pcm-readable-payload td small{color:#64748b}
@media(max-width:760px){.cha-pcm-document-groups{grid-template-columns:1fr}.cha-pcm-doc-inline-actions,.cha-pcm-document-group__actions{gap:6px}.cha-pcm-doc-action,.cha-pcm-document-group__actions a{width:auto!important}}