.acmnp40-dashboard-page{padding:24px;display:none;gap:18px}.acmnp40-dashboard-page.is-active{display:grid}.acmnp40-dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:28px;border-radius:24px;background:linear-gradient(135deg,#0f5965,#123d58);color:#fff;box-shadow:0 20px 50px rgba(16,61,88,.18)}.acmnp40-dashboard-heading small{display:block;color:#bde7e4;font-weight:800;margin-bottom:5px}.acmnp40-dashboard-heading h2{margin:0 0 8px;font-size:30px}.acmnp40-dashboard-heading p{margin:0;color:#d8edf2}.acmnp40-dashboard-heading-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.acmnp40-dashboard-heading-actions span{font-size:12px;color:#d7edf1}.acmnp40-dashboard-refresh,.acmnp40-dashboard-group>header button{border:0;border-radius:12px;padding:11px 15px;background:#fff;color:#174d5b;font-weight:800;cursor:pointer}.acmnp40-dashboard-group{background:#fff;border:1px solid #dce8ee;border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(25,72,92,.07)}.acmnp40-dashboard-group>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.acmnp40-dashboard-group>header small{display:block;color:#7b8d98;font-weight:700}.acmnp40-dashboard-group>header h3{margin:3px 0 0;font-size:20px;color:#153e52}.acmnp40-dashboard-group>header button{background:#eef6f7;color:#17616b}.acmnp40-dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(175px,1fr));gap:13px}.acmnp40-dashboard-card{position:relative;text-align:right;border:1px solid #dbe8ec;border-radius:18px;background:#f9fcfd;padding:17px;min-height:122px;cursor:pointer;transition:.18s ease;overflow:hidden}.acmnp40-dashboard-card:after{content:"";position:absolute;left:-22px;bottom:-26px;width:78px;height:78px;border-radius:50%;background:rgba(22,102,112,.08)}.acmnp40-dashboard-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(23,79,95,.12);border-color:#8fc5cb}.acmnp40-dashboard-card span{display:block;color:#607783;font-weight:800}.acmnp40-dashboard-card strong{display:block;margin:8px 0 5px;color:#173f52;font-size:31px;line-height:1}.acmnp40-dashboard-card strong.is-money{font-size:21px;line-height:1.35}.acmnp40-dashboard-card small{display:block;color:#8a9aa3}.acmnp40-dashboard-card.is-success{background:#f2fbf6;border-color:#c7ead4}.acmnp40-dashboard-card.is-warning{background:#fff9ed;border-color:#f1dfb2}.acmnp40-dashboard-card.is-danger{background:#fff3f3;border-color:#efc9c9}.acmnp40-dashboard-card.is-muted{background:#f5f7f8}.acmnp40-dashboard-card.is-primary{background:#eef8fa;border-color:#b9dfe3}.acmnp40-dashboard-finance-group{border-color:#cfe4d9}.acmnp40-dashboard-table-wrap{overflow:auto;border:1px solid #e0e9ed;border-radius:15px}.acmnp40-dashboard-table{width:100%;border-collapse:collapse;min-width:800px}.acmnp40-dashboard-table th,.acmnp40-dashboard-table td{padding:12px 11px;border-bottom:1px solid #e8eef1;text-align:right;vertical-align:top}.acmnp40-dashboard-table th{position:sticky;top:0;background:#f2f7f9;color:#405966;font-size:12px;z-index:1}.acmnp40-dashboard-table td{color:#314d5a}.acmnp40-dashboard-table td small,.acmnp40-dashboard-table td b{display:block}.acmnp40-dashboard-table td small{color:#8799a2;margin-top:4px}.acmnp40-dashboard-table td.is-danger{color:#b4232f;font-weight:900}.acmnp40-dashboard-progress{height:8px;border-radius:999px;background:#e8eff2;overflow:hidden;min-width:90px}.acmnp40-dashboard-progress i{display:block;height:100%;background:#1e8790;border-radius:999px}.acmnp40-dashboard-modal{position:fixed;inset:0;z-index:100000;background:rgba(14,35,49,.66);padding:32px;display:flex;align-items:center;justify-content:center}.acmnp40-dashboard-modal[hidden]{display:none}.acmnp40-dashboard-modal>section{width:min(1220px,96vw);max-height:92vh;background:#fff;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 30px 90px rgba(0,0,0,.28)}.acmnp40-dashboard-modal>section>header{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:#123f52;color:#fff}.acmnp40-dashboard-modal h2{margin:3px 0 0}.acmnp40-dashboard-modal header small{color:#bfe6e8}.acmnp40-dashboard-modal header button{border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:10px;width:38px;height:38px;font-size:24px;cursor:pointer}.acmnp40-dashboard-modal-tools{display:flex;gap:10px;padding:13px 20px;border-bottom:1px solid #e4ecef}.acmnp40-dashboard-modal-tools input{flex:1;border:1px solid #cbdce2;border-radius:11px;padding:11px 13px}.acmnp40-dashboard-modal-tools button,.acmnp40-dashboard-modal footer button{border:0;border-radius:10px;padding:10px 15px;background:#eaf4f5;color:#155663;font-weight:800;cursor:pointer}.acmnp40-dashboard-modal-body{padding:18px;overflow:auto;min-height:240px}.acmnp40-dashboard-modal footer{padding:13px 20px;border-top:1px solid #e4ecef;text-align:left}.acmnp40-dashboard-loading,.acmnp40-dashboard-empty{padding:38px;text-align:center;color:#71858f}.acmnp40-dashboard-empty.is-error{color:#b4232f}.acmnp40-modal-open{overflow:hidden}@media(max-width:900px){.acmnp40-dashboard-page{padding:14px}.acmnp40-dashboard-heading{flex-direction:column;padding:21px}.acmnp40-dashboard-heading h2{font-size:24px}.acmnp40-dashboard-heading-actions{justify-content:flex-start}.acmnp40-dashboard-group{padding:14px}.acmnp40-dashboard-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.acmnp40-dashboard-modal{padding:10px}}@media(max-width:520px){.acmnp40-dashboard-cards{grid-template-columns:1fr}.acmnp40-dashboard-group>header{align-items:flex-start;flex-direction:column}.acmnp40-dashboard-modal-tools{flex-direction:column}}

.acmnp40-dashboard-detail-btn{border:0;border-radius:9px;padding:8px 10px;background:#e8f4f5;color:#175d68;font-weight:800;cursor:pointer;white-space:nowrap}
.acmnp40-dashboard-consultant-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin-bottom:18px}
.acmnp40-dashboard-consultant-summary article{border:1px solid #dce8ec;border-radius:14px;padding:13px;background:#f8fbfc}
.acmnp40-dashboard-consultant-summary article.is-danger{background:#fff2f2;border-color:#efcaca}
.acmnp40-dashboard-consultant-summary span,.acmnp40-dashboard-consultant-summary small{display:block;color:#71858f}
.acmnp40-dashboard-consultant-summary strong{display:block;font-size:24px;color:#173f52;margin:5px 0}
.acmnp40-dashboard-subtitle{margin:20px 0 9px;color:#173f52;font-size:17px}
