.selected-story .company-check{display:block;padding:0;margin-top:20px;border:1px solid #ccdae8;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 3px 12px #1b365205}.checks-heading{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #e5ecf4;background:#f2f5f9}.selected-story .company-check .checks-heading strong{font-size:12px;font-weight:600;letter-spacing:.1px;color:#1c3752}.checks-count{font:500 10px ui-monospace,monospace;color:#3b75b0;background:#e1e9f1;padding:4px 8px;border-radius:5px;min-width:50px;text-align:center}.checks-complete .checks-count{background:#d5e2ef;color:#23466a}.company-check ol{list-style:none;margin:0;padding:6px 10px}.selected-story .company-check .rule-check{position:relative;display:flex;gap:10px;min-height:32px;padding:3px 6px;opacity:1;font-size:12px;border-radius:5px;color:#4c87c3;transition:background .2s,color .2s}.selected-story .company-check .rule-check>span{margin:0;transform:none}.selected-story .company-check .rule-check>.rule-label{display:block;width:auto;height:auto;background:none;border-radius:0;font-size:12px;color:inherit;flex:1}.selected-story .company-check .rule-check>.rule-icon{position:relative;flex:none;width:18px;height:18px;border-radius:5px;background:transparent;color:#2b5682}.rule-icon:before{content:'';position:absolute;inset:6px;border-radius:2px;background:#c6d5e5}.rule-icon svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform:scale(.4);transition:transform .3s cubic-bezier(.2,1.6,.4,1),opacity .2s}.rule-status{font:10px ui-monospace,monospace;color:#5f94ca}.selected-story .company-check .rule-check[data-state=active]{background:#edf2f7;color:#1c3752}.rule-check[data-state=active] .rule-icon:before{inset:2px;background:none;border:1.5px solid #cad8e7;border-top-color:#2f5d8c;animation:check-spin .85s linear infinite;border-radius:50%}.selected-story .company-check .rule-check[data-state=done]{color:#1f3e5d}.selected-story .company-check .rule-check[data-state=done] .rule-icon{background:#dee7f0}.rule-check[data-state=done] .rule-icon:before{display:none}.rule-check[data-state=done] .rule-icon svg{opacity:1;transform:scale(1)}.rule-check[data-state=done] .rule-status{color:#326395}.checks-meter{height:2px;background:#e6edf4}.checks-meter i{display:block;height:100%;background:#3f7ebd;transform:scaleX(var(--checks-progress,0));transform-origin:left;transition:transform .25s}@keyframes check-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.selected-story .company-check{margin-top:14px}.checks-heading{padding:10px 12px}.company-check ol{padding:4px 7px}.selected-story .company-check .rule-check{min-height:28px;gap:8px}.selected-story .company-check .rule-check>.rule-label{font-size:11px}.rule-status{font-size:9px}}@media(prefers-reduced-motion:reduce){.rule-icon:before{animation:none!important}.rule-icon svg,.checks-meter i,.rule-check{transition:none!important}}