html.bs-checklist-locked,html.bs-checklist-locked body{overflow:hidden!important}.bs-checklist-container{max-width:1520px;margin:auto;padding-left:20px;padding-right:20px}.bs-checklist-modal{position:absolute;top:100%;height:calc(100vh - 100%);left:0;right:0;z-index:10;background:#f5f7fb;opacity:0;visibility:hidden;transform:translateY(-30px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;display:flex;align-items:stretch;justify-content:center}@media only screen and (max-width:767px){.bs-checklist-modal{top:70px}}.bs-checklist-modal.is-open{opacity:1;visibility:visible;transform:translateY(0)}.bs-checklist-modal *{box-sizing:border-box}.bs-checklist-modal__inner{width:100%;height:100%;display:flex;flex-direction:column;font-family:urbane,sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.6;color:#001b4c}.bs-checklist-modal__header{position:relative;background:#001b4c;color:#fff;padding:20px 0 16px 0;flex-shrink:0}@media only screen and (max-width:767px){.bs-checklist-modal__header{padding:16px 0 14px 0}}.bs-checklist-modal__title{margin:0 0 12px 0;font-family:urbane-rounded,sans-serif,urbane,sans-serif,sans-serif;font-size:25px;font-weight:600;letter-spacing:-.3px;margin-bottom:20px}@media only screen and (max-width:767px){.bs-checklist-modal__title{font-size:16px;letter-spacing:-.1px}}.bs-checklist-modal__close{position:absolute;top:16px;right:18px;width:36px!important;height:36px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.25)!important;color:#fff!important;font-size:22px!important;line-height:1;border-radius:8px!important;cursor:pointer!important;transition:background .2s ease!important;padding:0!important}.bs-checklist-modal__close:hover{background:rgba(255,255,255,.2)!important}.bs-checklist-modal__body{flex:1 1 auto;overflow-y:auto;padding:20px 28px 60px}@media only screen and (max-width:767px){.bs-checklist-modal__body{padding:14px 12px 40px}}.bs-checklist-loading{color:rgba(0,27,76,.45);padding:40px 0;text-align:center;font-size:15px}.bs-checklist-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center}@media only screen and (max-width:767px){.bs-checklist-toolbar{flex-wrap:nowrap;align-items:flex-start;overflow:scroll;margin-right:-20px;margin-left:-20px;padding-left:20px;padding-top:20px}}.bs-checklist-toolbar__sep{width:1px;height:22px;background:rgba(255,255,255,.2)}@media only screen and (max-width:767px){.bs-checklist-toolbar__sep{display:none}}.bs-checklist-btn{white-space:nowrap;display:inline-block!important;background:rgba(255,255,255,.08)!important;color:#fff!important;border:1px solid rgba(255,255,255,.25)!important;padding:8px 14px!important;border-radius:4px!important;cursor:pointer;font-family:urbane,sans-serif,inherit!important;font-size:13px!important;font-weight:600!important;min-height:36px!important;line-height:1.2!important;transition:background .2s ease,border-color .2s ease,transform .15s ease,box-shadow .15s ease}.bs-checklist-btn:hover{background:rgba(255,255,255,.16)!important}.bs-checklist-btn--primary{background:#0479d9!important;border-color:#0479d9!important}.bs-checklist-btn--primary:hover{background:#0363b1!important;transform:translateY(-1px)!important;box-shadow:0 4px 8px rgba(0,27,76,.35)!important}.bs-checklist-btn--danger{background:#d63436!important;border-color:rgba(214,52,54,.4)!important}.bs-checklist-btn--danger:hover{background:rgba(214,52,54,.32)!important}.bs-checklist-hidden-panel{display:none;background:#e8f5ff;color:#001b4c;padding:10px 28px;font-size:13px;border-bottom:1px solid #e3e7ee}.bs-checklist-hidden-panel.is-visible{display:block}@media only screen and (max-width:767px){.bs-checklist-hidden-panel{padding:10px 14px}}.bs-checklist-hidden-item{display:inline-block;background:#fff;color:#001b4c;border:1px solid #e3e7ee;border-radius:999px;font-weight:600;padding:4px 12px;margin:3px 4px 3px 0;cursor:pointer;transition:background .2s ease,border-color .2s ease}.bs-checklist-hidden-item:hover{background:#0479d9;color:#fff;border-color:#0479d9}.bs-checklist-stats{background:#fff;padding:12px 28px;font-size:13px;border-bottom:1px solid #e3e7ee;flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;gap:10px}.bs-checklist-stats strong{color:#001b4c}.bs-checklist-stats .bs-checklist-stat--fail,.bs-checklist-stats .bs-checklist-stat--justify,.bs-checklist-stats .bs-checklist-stat--na,.bs-checklist-stats .bs-checklist-stat--pass{display:inline-block;padding:3px 10px;border-radius:999px;font-weight:700;font-size:12px}.bs-checklist-stats .bs-checklist-stat--pass{background:rgba(26,157,74,.12);color:#1a9d4a}.bs-checklist-stats .bs-checklist-stat--justify{background:rgba(230,138,0,.12);color:#e68a00}.bs-checklist-stats .bs-checklist-stat--fail{background:rgba(200,35,44,.12);color:#c8232c}.bs-checklist-stats .bs-checklist-stat--na{background:rgba(0,27,76,.08);color:rgba(0,27,76,.45)}@media only screen and (max-width:767px){.bs-checklist-stats{padding:10px 14px;font-size:12px}}.bs-checklist-part{margin-bottom:20px;background:#fff;border:1px solid #e3e7ee;border-radius:16px;overflow:hidden}.bs-checklist-part__header{background:#001b4c;color:#fff;padding:14px 18px;display:flex;align-items:center;cursor:pointer;gap:10px}.bs-checklist-part__accent{width:6px;height:24px;border-radius:999px;background:#001b4c;flex-shrink:0}.bs-checklist-part[data-part-key=A] .bs-checklist-part__accent{background:#ffd26f}.bs-checklist-part[data-part-key=B] .bs-checklist-part__accent{background:#0479d9}.bs-checklist-part[data-part-key=C] .bs-checklist-part__accent{background:#1de377}.bs-checklist-part[data-part-key=GR] .bs-checklist-part__accent{background:#f0a500}.bs-checklist-part__title{flex:1;font-family:urbane-rounded,sans-serif,urbane,sans-serif,sans-serif;font-size:17px;font-weight:500;letter-spacing:-.2px}.bs-checklist-chapter{border-top:1px solid #e3e7ee}.bs-checklist-chapter:first-child{border-top:none}.bs-checklist-chapter__header{background:#e8f5ff;padding:11px 18px 11px 32px;display:flex;align-items:center;cursor:pointer;gap:10px;border-bottom:1px solid #e3e7ee;transition:background .15s ease}.bs-checklist-chapter__header:hover{background:#d9eeff}.bs-checklist-chapter__title{flex:1;font-size:14.5px;font-weight:600;color:#001b4c}.bs-checklist-chapter.is-collapsed .bs-checklist-chapter__body{display:none}.bs-checklist-chapter.is-collapsed .bs-checklist-caret{transform:rotate(-90deg)}.bs-checklist-section{border-top:1px solid #e3e7ee}.bs-checklist-section:first-child{border-top:none}.bs-checklist-section__header{background:#fff;padding:10px 18px 10px 48px;display:flex;align-items:center;cursor:pointer;gap:10px;border-bottom:1px solid #e3e7ee;transition:background .15s ease}.bs-checklist-section__header:hover{background:#fafbfd}.bs-checklist-section__title{flex:1;font-size:13.5px;font-weight:600;color:rgba(0,27,76,.85)}.bs-checklist-section.is-collapsed .bs-checklist-section__body{display:none}.bs-checklist-section.is-collapsed .bs-checklist-caret{transform:rotate(-90deg)}.bs-checklist-caret{display:inline-block;width:14px;text-align:center;font-size:11px;transition:transform .2s ease}.bs-checklist-count{font-size:12px;opacity:.8;margin-right:4px;white-space:nowrap}.bs-checklist-part__header .bs-checklist-count{color:#fff}.bs-checklist-chapter__header .bs-checklist-count,.bs-checklist-section__header .bs-checklist-count{color:rgba(0,27,76,.45)}.bs-checklist-remove-btn{display:inline-block!important;background:0 0!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important;width:26px!important;height:26px!important;min-height:0!important;border-radius:8px!important;cursor:pointer!important;font-size:14px!important;font-weight:400!important;line-height:1!important;padding:0!important;text-align:center!important;flex-shrink:0;transition:background .2s ease!important}.bs-checklist-remove-btn:hover{background:rgba(255,255,255,.16)!important}.bs-checklist-chapter__header .bs-checklist-remove-btn,.bs-checklist-section__header .bs-checklist-remove-btn{border-color:#e3e7ee!important;color:rgba(0,27,76,.55)!important}.bs-checklist-chapter__header .bs-checklist-remove-btn:hover,.bs-checklist-section__header .bs-checklist-remove-btn:hover{background:#fff!important}.bs-checklist-section__body{overflow-x:auto}table.bs-checklist-table{width:100%;min-width:760px;border-collapse:collapse;font-size:13.5px}table.bs-checklist-table thead th{background:#fafbfd;color:#001b4c;text-align:left;padding:10px 14px;border-bottom:1px solid #e3e7ee;font-weight:600;font-size:11.5px;letter-spacing:.02em}table.bs-checklist-table td{padding:14px;border-bottom:1px solid #e3e7ee;vertical-align:top}table.bs-checklist-table tr:last-child td{border-bottom:none}table.bs-checklist-table .col-no{width:96px;font-family:"SF Mono",Menlo,Consolas,monospace;font-size:12px;color:#001b4c;font-weight:600;white-space:nowrap}table.bs-checklist-table .col-text{min-width:240px}table.bs-checklist-table .col-met{width:120px}table.bs-checklist-table .col-just{min-width:180px}table.bs-checklist-table .col-lcc{min-width:180px}table.bs-checklist-table .col-comp{width:96px;text-align:center}.bs-checklist-cat{display:inline-block;font-size:10px;padding:3px 8px;border-radius:999px;margin-top:4px;font-weight:700;letter-spacing:.03em}.bs-checklist-cat--must{background:#001b4c;color:#fff}.bs-checklist-cat--should{background:#0479d9;color:#fff}.bs-checklist-cat--can{background:#e8f5ff;color:#001b4c}.bs-checklist-cat--gr{background:#f0a500;color:#fff}.bs-checklist-rule-text{white-space:pre-wrap;color:rgba(0,27,76,.9)}.bs-checklist-rule-text .bs-checklist-emph{color:#0479d9;font-style:italic;font-weight:600}.bs-checklist-rule-text strong{font-weight:700;color:#001b4c}.bs-checklist-met-select,.bs-checklist-notes{width:100%;font-family:inherit;font-size:13px;padding:8px 10px;border:1px solid #e3e7ee;border-radius:8px;background:#fff;min-height:40px;transition:border-color .15s ease,box-shadow .15s ease}.bs-checklist-met-select:focus,.bs-checklist-notes:focus{outline:0;border-color:#0479d9;box-shadow:0 0 0 3px rgba(4,121,217,.12)}.bs-checklist-notes{resize:vertical;min-height:40px}.bs-checklist-met-select{font-weight:600;cursor:pointer}.bs-checklist-met-select.is-met{background:rgba(26,157,74,.12);border-color:#1a9d4a;color:#168740}.bs-checklist-met-select.is-not-met{background:rgba(200,35,44,.12);border-color:#c8232c;color:#b21f27}.bs-checklist-met-select.is-na{background:rgba(0,27,76,.06);border-color:#e3e7ee;color:rgba(0,27,76,.6)}.bs-checklist-compliance{display:inline-block;padding:5px 12px;border-radius:999px;font-size:11.5px;font-weight:700;min-width:56px;text-align:center;color:#fff}.bs-checklist-compliance--pass{background:#1a9d4a}.bs-checklist-compliance--fail{background:#c8232c}.bs-checklist-compliance--justify{background:#e68a00}.bs-checklist-compliance--na{background:rgba(0,27,76,.45)}.bs-checklist-compliance--blank{background:rgba(0,27,76,.08);color:rgba(0,27,76,.5)}@media only screen and (max-width:991px){.bs-checklist-modal__title{font-size:16px}table.bs-checklist-table{min-width:640px}}@media only screen and (max-width:600px){.bs-checklist-btn{font-size:12px;padding:7px 11px}.bs-checklist-part__title{font-size:15px}}@media print{@page{size:A4 landscape;margin:12mm}body *{visibility:hidden}.bs-checklist-modal,.bs-checklist-modal *{visibility:visible}.bs-checklist-modal{position:absolute;top:0;left:0;opacity:1;visibility:visible;transform:none;height:auto}.bs-checklist-hidden-panel,.bs-checklist-modal__header,.bs-checklist-remove-btn{display:none!important}.bs-checklist-modal__body{overflow:visible;height:auto}.bs-checklist-chapter.is-collapsed .bs-checklist-chapter__body,.bs-checklist-section.is-collapsed .bs-checklist-section__body{display:block!important}.bs-checklist-part{box-shadow:none!important;page-break-inside:avoid}table.bs-checklist-table tr{page-break-inside:avoid}}