.checkBox-holder{cursor:pointer;-webkit-user-select:none;user-select:none;color:#1b2124;align-items:center;gap:8px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;line-height:1.4;display:inline-flex;position:relative}.checkBox-holder--disabled{opacity:.55;cursor:not-allowed}.checkBox-holder .chkbox{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#fff;border:1px solid #454b52;border-radius:2px;flex-shrink:0;width:20px;height:20px;transition:background-color .15s,border-color .15s;display:inline-block;position:relative}.checkBox-holder:not(.checkBox-holder--disabled):hover .checkmark{background-color:#009fdb;border-color:#009fdb}.checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:9px;display:none;position:absolute;top:3px;left:6px;transform:rotate(45deg)}.chkbox:checked~.checkmark:after{display:block}.chkbox:checked~.checkmark{background-color:#009fdb;border-color:#009fdb}.chkbox:focus-visible~.checkmark{box-shadow:0 0 0 2px #009fdb40}.chkbox:indeterminate~.checkmark{background-color:#009fdb;border-color:#009fdb}.chkbox:indeterminate~.checkmark:after{border-width:0 0 2px;width:10px;height:0;display:block;top:8px;left:4px;transform:none}.checkBox-holder .ml-2{color:#1b2124}.summary-cards{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.summary-card{text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;padding:20px 16px;display:flex}.summary-card__value{color:#1a1a2e;margin-bottom:6px;font-size:24px;font-weight:700}.summary-card__label{color:#666;font-size:13px;font-weight:400}.summary-card__icon{vertical-align:middle;width:10px;height:10px;margin-left:6px}@media (max-width:1024px){.summary-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.summary-cards{grid-template-columns:1fr}}.summary-card--skeleton .skeleton-pulse{background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:4px;min-width:80px;min-height:20px;animation:1.5s ease-in-out infinite skeleton-shimmer;display:block}.summary-card--skeleton .summary-card__value{min-width:60px;min-height:28px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.summary-card--empty{opacity:.6;font-style:italic}
