@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.lms-root{--accent: #c0362c;--accent-ink: #fff;--ink: #1f2933;--muted: #6b7280;--line: #e5e7eb;--line-soft: #eef1f4;--bg: #f4f5f7;--panel: #fff;--ok: #1a7f4b;--ok-bg: #f0fbf5;--bad: #b42318;--bad-bg: #fef3f2;--radius: 10px;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:var(--bg);font-size:14px;min-height:100vh}.lms-root,.lms-root *{box-sizing:border-box}.lms-root .muted{color:var(--muted)}.lms-root .small{font-size:12px}.lms-root .center{text-align:center}.lms-root .right{margin-left:auto}.lms-root .lms{min-height:100vh}.lms-root .lms-topbar{display:flex;align-items:center;gap:12px;height:52px;padding:0 16px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.lms-root .lms-topbar__title{font-weight:700}.lms-root .lms-topbar__crumb{color:var(--muted);font-size:13px}.lms-root .hamburger-btn{background:none;border:none;cursor:pointer;padding:6px 8px;display:flex;flex-direction:column;gap:4px;border-radius:4px;flex-shrink:0;transition:background .1s}.lms-root .hamburger-btn:hover{background:#0000000f}.lms-root .hamburger-line{display:block;width:20px;height:2px;background:var(--ink);border-radius:1px}.lms-root .content{padding:26px 36px 60px;max-width:1180px;margin:0 auto}.lms-root .content__head{display:flex;align-items:flex-start;justify-content:space-between}.lms-root .crumbs{color:var(--muted);font-size:12px}.lms-root .content__head h1{margin:4px 0 0;font-size:28px}.lms-root .head-actions{display:flex;gap:10px}.lms-root .tabs-row{display:flex;align-items:center;gap:16px;margin:18px 0 14px;border-bottom:1px solid var(--line);padding-bottom:6px}.lms-root .tab{font-weight:600;padding-bottom:8px;border-bottom:2px solid transparent}.lms-root .tab.is-active{border-bottom-color:var(--accent)}.lms-root .tab .count{color:var(--muted);font-weight:400;margin-left:4px}.lms-root .btn{font:inherit;border:0;border-radius:8px;padding:9px 16px;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.lms-root .btn--primary{background:var(--accent);color:var(--accent-ink)}.lms-root .btn--primary:hover{filter:brightness(.95)}.lms-root .btn--ghost{background:#fff;border:1px solid var(--line);color:var(--ink)}.lms-root .btn--ghost:hover{background:#f7f8fa}.lms-root .btn--outline{background:#fff;border:1px solid var(--ink);color:var(--ink)}.lms-root .btn--sm{padding:5px 10px;font-size:13px}.lms-root .btn--dashed{background:#fff;border:1px dashed #c4ccd4;color:var(--muted);width:100%;justify-content:center;padding:12px}.lms-root .btn:disabled{opacity:.55;cursor:default}.lms-root .icon-btn{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:6px;border-radius:6px}.lms-root .icon-btn:hover{background:#f0f2f5;color:var(--ink)}.lms-root .icon-btn--xs{padding:2px 4px}.lms-root .link-btn{border:0;background:transparent;color:var(--accent);cursor:pointer;padding:4px 0;font:inherit}.lms-root .link-strong{border:0;background:transparent;color:var(--ink);font-weight:600;cursor:pointer;padding:0;text-align:left}.lms-root .link-strong:hover{color:var(--accent)}.lms-root .banner{border-radius:8px;padding:10px 14px;margin:12px 0;font-size:13px}.lms-root .banner--error{background:var(--bad-bg);color:var(--bad);border:1px solid #f3c7c2}.lms-root .banner--ok{background:var(--ok-bg);color:var(--ok);border:1px solid #bfe6cf}.lms-root .banner--warn{background:#fff7e6;color:#92600a;border:1px solid #f3dca0}.lms-root .inline-error{color:var(--bad);font-size:12px;margin:6px 0}.lms-root .stat-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.lms-root .stat-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px}.lms-root .stat-card--accent{border-top:3px solid var(--accent)}.lms-root .stat-card__label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.lms-root .stat-card__value{font-size:36px;font-weight:700;margin:4px 0}.lms-root .stat-card__sub{font-size:12px;color:var(--muted)}.lms-root .build-panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px;margin-bottom:22px}.lms-root .build-panel__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.lms-root .seg{display:inline-flex;background:#eef1f4;border-radius:8px;padding:3px;gap:2px}.lms-root .seg__btn{border:0;background:transparent;padding:7px 14px;border-radius:6px;cursor:pointer;font:inherit;color:var(--muted)}.lms-root .seg__btn.is-active{background:#fff;color:var(--ink);box-shadow:0 1px 2px #00000014;font-weight:600}.lms-root .build-prompt{width:100%}.lms-root .build-sources{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0}.lms-root .suggestions{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 14px}.lms-root .suggestion{border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px 12px;cursor:pointer;font:inherit;color:var(--ink);text-align:left}.lms-root .suggestion:hover{border-color:var(--accent);color:var(--accent)}.lms-root .build-options{display:flex;flex-wrap:wrap;gap:16px;align-items:end;margin-bottom:14px}.lms-root .build-panel__actions{display:flex;justify-content:flex-end;gap:10px}.lms-root .source-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.lms-root .dropzone{border:2px dashed #c4ccd4;border-radius:var(--radius);padding:34px;text-align:center;cursor:pointer;color:var(--muted)}.lms-root .dropzone:hover{border-color:var(--accent)}.lms-root .dropzone i{font-size:30px;color:var(--accent)}.lms-root .dropzone p{margin:10px 0 4px;color:var(--ink)}.lms-root .chip{display:inline-flex;align-items:center;gap:6px;background:#eef2f6;color:var(--muted);border-radius:999px;padding:2px 10px;font-size:12px}.lms-root .chip--ai{background:#efe7fb;color:#6b29c4}.lms-root .chip--btn{border:1px solid var(--line);background:#fff;cursor:pointer;font:inherit}.lms-root .chip--btn:hover{border-color:var(--accent);color:var(--accent)}.lms-root .chip--file{background:#eef2f6}.lms-root .chip--type{background:#eef2f6;text-transform:capitalize}.lms-root .chip--source{text-transform:capitalize}.lms-root .chip--sm{font-size:11px;padding:1px 7px}.lms-root .field{display:flex;flex-direction:column;gap:5px}.lms-root .field>span{font-size:12px;color:var(--muted)}.lms-root .field--inline{gap:6px}.lms-root .field--inline>span{font-size:12px}.lms-root .field.check{flex-direction:row;align-items:center;gap:8px}.lms-root .input,.lms-root .select,.lms-root .textarea{border:1px solid var(--line);border-radius:8px;padding:9px 11px;font:inherit;color:var(--ink);background:#fff;width:100%}.lms-root .input:focus,.lms-root .select:focus,.lms-root .textarea:focus{outline:none;border-color:var(--accent)}.lms-root .input--sm,.lms-root .select--sm{padding:6px 9px;font-size:13px}.lms-root .input--num{width:70px}.lms-root .textarea{resize:vertical}.lms-root .textarea.code{font-family:ui-monospace,Menlo,Consolas,monospace;font-size:13px}.lms-root .list-card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.lms-root .list-card__head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-bottom:1px solid var(--line);flex-wrap:wrap}.lms-root .search{display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;padding:7px 11px;flex:1;min-width:220px;color:var(--muted)}.lms-root .search input{border:0;outline:none;font:inherit;width:100%}.lms-root .seg--filters{background:transparent;padding:0;gap:2px}.lms-root .seg--filters .seg__btn{border:1px solid transparent}.lms-root .seg--filters .seg__btn.is-active{background:#eef2f6;box-shadow:none}.lms-root .ctable{width:100%;border-collapse:collapse}.lms-root .ctable th{text-align:left;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:12px 16px;background:#fafbfc;border-bottom:1px solid var(--line)}.lms-root .ctable td{padding:12px 16px;border-bottom:1px solid var(--line-soft);vertical-align:middle}.lms-root .ctable tr:last-child td{border-bottom:0}.lms-root .row-actions{display:flex;gap:2px;justify-content:flex-end}.lms-root .status-badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;text-transform:capitalize;padding:2px 10px;border-radius:999px}.lms-root .status-badge:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.lms-root .status-badge--draft{background:#eef2f6;color:#6b7280}.lms-root .status-badge--published{background:var(--ok-bg);color:var(--ok)}.lms-root .status-badge--archived{background:#f3e8e7;color:#9a4a43}.lms-root .builder{min-height:100vh;background:var(--bg)}.lms-root .builder__bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:14px;background:#fff;border-bottom:1px solid var(--line);padding:12px 24px}.lms-root .builder__bar-meta{display:flex;align-items:center;gap:10px}.lms-root .builder__bar-actions{margin-left:auto;display:flex;gap:8px}.lms-root .builder__body{max-width:900px;margin:0 auto;padding:24px 24px 80px;display:flex;flex-direction:column;gap:18px}.lms-root .panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}.lms-root .grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.lms-root .module__head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.lms-root .module__num{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--accent);font-weight:700;white-space:nowrap}.lms-root .module__title{font-weight:600}.lms-root .module__head-actions{display:flex;gap:2px;margin-left:auto}.lms-root .block-edit{border:1px solid var(--line);border-radius:8px;padding:12px;margin:12px 0;display:flex;flex-direction:column;gap:8px;background:#fcfcfd}.lms-root .block-edit__head{display:flex;align-items:center;gap:10px}.lms-root .block-add{display:flex;align-items:center;gap:8px;margin:12px 0;flex-wrap:wrap}.lms-root .quiz-editor{margin-top:16px;border-top:1px solid var(--line);padding-top:16px}.lms-root .quiz-editor__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.lms-root .quiz-editor__actions{display:flex;gap:8px}.lms-root .section-label{font-size:13px;font-weight:600;display:inline-flex;gap:7px;align-items:center;color:var(--ink)}.lms-root .question{border:1px solid var(--line);border-radius:8px;padding:14px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.lms-root .question__top{display:flex;align-items:center;gap:10px}.lms-root .question__num{font-weight:700;color:var(--accent)}.lms-root .options{display:flex;flex-direction:column;gap:6px}.lms-root .option{display:flex;align-items:center;gap:8px}.lms-root .option input[type=text],.lms-root .option .input{flex:1}.lms-root .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172080;display:flex;align-items:center;justify-content:center;z-index:50;padding:24px}.lms-root .modal{background:#fff;border-radius:var(--radius);max-width:760px;width:100%;max-height:86vh;display:flex;flex-direction:column;overflow:hidden}.lms-root .modal__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--line)}.lms-root .modal__head h3{margin:0}.lms-root .modal__body{padding:20px;overflow:auto}.lms-root .preview-module{border-top:1px solid var(--line-soft);padding-top:14px;margin-top:14px}.lms-root .preview-module:first-child{border-top:0;margin-top:0}.lms-root .preview-block{margin:10px 0}.lms-root .preview-media{color:var(--muted);font-size:13px}.lms-root .preview-img{max-width:100%;border-radius:8px;border:1px solid var(--line)}.lms-root .preview-quiz{background:#fafbfc;border:1px solid var(--line);border-radius:8px;padding:12px;margin-top:10px}.lms-root .preview-q{margin:10px 0}.lms-root .preview-q ul{list-style:none;padding:0;margin:6px 0}.lms-root .preview-q li{padding:3px 0;color:var(--muted)}.lms-root .preview-q li.correct{color:var(--ok);font-weight:600}@media (max-width: 900px){.lms-root .stat-cards{grid-template-columns:repeat(2,1fr)}.lms-root .grid2{grid-template-columns:1fr}}html,body,#root{min-height:100%;margin:0}body{background:#f8fafc}.reporting-v2-shell{--bd: #1a3a5c;--bm: #2563a8;--bl: #3b82d6;--bp: #dbeafe;--g: #16a34a;--gp: #dcfce7;--y: #ca8a04;--yp: #fef9c3;--o: #ea580c;--op: #ffedd5;--r: #dc2626;--rp: #fee2e2;--te: #0891b2;--gr: #6b7280;--grp: #f3f4f6;--wh: #fff;--br: #e5e7eb;--tx: #111827;--mu: #6b7280;color:var(--tx);background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;min-height:100vh;height:100vh;display:flex;flex-direction:column;overflow:hidden}.reporting-v2-shell *{box-sizing:border-box}.reporting-v2-shell .dashboard-topbar{background:#fff;border-top:3px solid var(--bd);border-bottom:1px solid var(--br);padding:10px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0}.reporting-v2-shell .dashboard-tab-row,.reporting-v2-shell .dashboard-toolbar-actions{display:flex;align-items:center}.reporting-v2-shell .dashboard-tab-row{gap:4px}.reporting-v2-shell .dashboard-category-row{display:flex;align-items:center;gap:4px;flex:0 0 auto;padding-right:10px;border-right:1px solid var(--br)}.reporting-v2-shell .dashboard-category-chip{border:1px solid transparent;background:transparent;color:#5f6b7d;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;position:relative}.reporting-v2-shell .dashboard-category-chip:hover{background:#f1f3f6}.reporting-v2-shell .dashboard-category-chip.is-active{background:#323e3e;color:#fff;border-color:#323e3e}.reporting-v2-shell .dashboard-category-chip.has-active-tab:not(.is-active):after{content:"";position:absolute;top:3px;right:4px;width:6px;height:6px;border-radius:50%;background:#e4002b}.reporting-v2-shell .dashboard-tab-wrap{flex:0 0 auto;transition:transform .15s ease,opacity .15s ease}.reporting-v2-shell .dashboard-tab-wrap.is-dragging{opacity:.55}.reporting-v2-shell .dashboard-tab-wrap.is-drop-target{transform:translateY(-2px)}.reporting-v2-shell .dashboard-tab{padding:10px 18px;border:1px solid var(--bd);border-bottom:none;border-radius:8px 8px 0 0;background:#eef3fb;color:var(--bd);font-size:14px;font-weight:700;cursor:grab}.reporting-v2-shell .dashboard-tab.is-active{background:var(--bd);color:#fff}.reporting-v2-shell .dashboard-tab-wrap.is-drop-target .dashboard-tab{box-shadow:0 0 0 2px #2563a829;border-color:#94b5de}.reporting-v2-shell .duplicate-button{padding:10px 16px;border:1px solid var(--br);border-radius:9px;background:linear-gradient(180deg,#fafbfd,#f3f5f9);color:var(--bd);font-size:14px;font-weight:600}.reporting-v2-shell .duplicate-button:hover:not(:disabled){border-color:#b9cbe5;background:#eef3fb}.reporting-v2-shell .duplicate-button:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .view-tabs{background:#fff;border-bottom:1px solid var(--br);padding:8px 24px;display:flex;align-items:center;gap:8px;min-height:44px}.reporting-v2-shell .vt-visible{display:flex;align-items:center;gap:4px;flex:1;overflow-x:auto}.reporting-v2-shell .vt-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.reporting-v2-shell .view-tab,.reporting-v2-shell .view-tab-copy,.reporting-v2-shell .pbtn,.reporting-v2-shell .adv-toggle,.reporting-v2-shell .wc-btn,.reporting-v2-shell .sch-btn,.reporting-v2-shell .adv-add,.reporting-v2-shell .tbl-tab,.reporting-v2-shell .tbl-export,.reporting-v2-shell .insights-btn,.reporting-v2-shell .qa-send,.reporting-v2-shell .qa-clear,.reporting-v2-shell .cw-card-btn,.reporting-v2-shell .wc-save,.reporting-v2-shell .wc-reset,.reporting-v2-shell .clear-all{cursor:pointer;transition:all .15s ease}.reporting-v2-shell .view-tab,.reporting-v2-shell .view-tab-copy{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--br);background:#f9fafb;border-radius:6px 6px 0 0;font-size:13px;color:var(--mu);font-weight:500;white-space:nowrap;border-bottom:none;margin-bottom:-1px}.reporting-v2-shell .view-tab.active{background:var(--bd);color:#fff;border-color:var(--bd)}.reporting-v2-shell .view-tab-copy:hover,.reporting-v2-shell .view-tab:hover{background:var(--bp);color:var(--bd);border-color:var(--bl)}.reporting-v2-shell .view-tab.active:hover{background:var(--bd);color:#fff}.reporting-v2-shell .vt-count-all{font-size:11px;color:var(--mu);white-space:nowrap}.reporting-v2-shell .fbar{background:#fff;border-bottom:1px solid var(--br);padding:12px 28px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;flex-shrink:0}.reporting-v2-shell .period-buttons{display:flex;gap:3px;flex-wrap:wrap}.reporting-v2-shell .flbl,.reporting-v2-shell .mini-label,.reporting-v2-shell .pill-cat,.reporting-v2-shell .alert-title,.reporting-v2-shell .compare-label{font-size:11px;font-weight:700;color:var(--mu);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.reporting-v2-shell .pbtn,.reporting-v2-shell .adv-toggle,.reporting-v2-shell .wc-btn,.reporting-v2-shell .sch-btn,.reporting-v2-shell .tbl-export,.reporting-v2-shell .period-sel{padding:7px 14px;border:1px solid var(--br);background:#fff;border-radius:9px;font-size:13px;color:#374151}.reporting-v2-shell .pbtn.active,.reporting-v2-shell .tbl-tab.on{background:var(--bd);color:#fff;border-color:var(--bd);font-weight:600}.reporting-v2-shell .pbtn:hover,.reporting-v2-shell .view-tab-copy:hover,.reporting-v2-shell .tbl-export:hover{background:var(--bp);border-color:var(--bl)}.reporting-v2-shell .adv-toggle,.reporting-v2-shell .wc-btn,.reporting-v2-shell .sch-btn{color:var(--bm);font-weight:600}.reporting-v2-shell .adv-toggle.open,.reporting-v2-shell .adv-toggle:hover,.reporting-v2-shell .wc-btn.open,.reporting-v2-shell .wc-btn:hover,.reporting-v2-shell .sch-btn:hover,.reporting-v2-shell .insights-btn:hover,.reporting-v2-shell .qa-send:hover,.reporting-v2-shell .wc-save:hover{background:var(--bd);color:#fff;border-color:var(--bd)}.reporting-v2-shell .rec-count{margin-left:auto;font-size:12px;color:var(--mu)}.reporting-v2-shell .adv-panel{background:#f0f9ff;border-bottom:1px solid #bae6fd;padding:10px 24px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reporting-v2-shell .adv-panel.hidden,.reporting-v2-shell .pills.hidden{display:none}.reporting-v2-shell .adv-sel,.reporting-v2-shell .tbl-search,.reporting-v2-shell .qa-input,.reporting-v2-shell .rinp{padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:13px;background:#fff}.reporting-v2-shell .adv-add,.reporting-v2-shell .wc-save,.reporting-v2-shell .insights-btn,.reporting-v2-shell .qa-send{padding:7px 14px;background:var(--bd);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600}.reporting-v2-shell .adv-note,.reporting-v2-shell .wc-note,.reporting-v2-shell .schedule-note,.reporting-v2-shell .zoom-hint,.reporting-v2-shell .qa-note,.reporting-v2-shell .hint{font-size:11px;color:var(--mu)}.reporting-v2-shell .pills{background:#fffbeb;border-bottom:1px solid #fde68a;padding:7px 24px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.reporting-v2-shell .pills-lbl{font-size:11px;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.05em}.reporting-v2-shell .pills-ctr{display:flex;gap:5px;flex-wrap:wrap}.reporting-v2-shell .pill{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;background:#fff;border:1px solid var(--br);font-size:12px;color:#374151}.reporting-v2-shell .pill-x{opacity:.45}.reporting-v2-shell .clear-all{padding:4px 10px;background:var(--r);color:#fff;border:none;border-radius:20px;font-size:12px;font-weight:600}.reporting-v2-shell .wc-panel,.reporting-v2-shell .schedule-note.open{display:block}.reporting-v2-shell .wc-panel{display:none;background:#fff;border:1px solid var(--br);border-radius:10px;padding:16px;margin:0 24px 16px;box-shadow:0 4px 16px #0000001a}.reporting-v2-shell .wc-panel h3{margin:0 0 12px;font-size:13px;color:var(--bd)}.reporting-v2-shell .wc-grid,.reporting-v2-shell .alert-grid,.reporting-v2-shell .benchmark-grid,.reporting-v2-shell .cw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.reporting-v2-shell .wc-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid var(--br);border-radius:7px;background:#fff}.reporting-v2-shell .hidden-widget{background:var(--grp);opacity:.7}.reporting-v2-shell .wc-actions{display:flex;align-items:center;gap:8px;margin-top:14px;flex-wrap:wrap}.reporting-v2-shell .wc-reset,.reporting-v2-shell .qa-clear,.reporting-v2-shell .cw-card-btn{padding:7px 12px;background:#fff;border:1px solid var(--br);border-radius:6px;color:var(--mu)}.reporting-v2-shell .schedule-note{display:none;margin:0 24px 16px;padding:10px 12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:var(--bd)}.reporting-v2-shell .main{padding:18px 24px 32px;flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;width:100%;max-width:1600px;margin:0 auto}.reporting-v2-shell .alert-banner{background:#fee2e2;border-bottom:2px solid var(--r);padding:12px 24px;font-size:13px;font-weight:600;color:var(--r);border-radius:10px;margin-bottom:18px}.reporting-v2-shell .sec{margin-bottom:24px}.reporting-v2-shell .main-dashboard-section{transition:opacity .15s ease,box-shadow .15s ease,transform .15s ease}.reporting-v2-shell .main-dashboard-section:hover{transform:translateY(-1px)}.reporting-v2-shell .main-dashboard-section.is-dragging{opacity:.58}.reporting-v2-shell .main-dashboard-section.is-drop-target{border-radius:14px;box-shadow:inset 0 0 0 2px #2563a82e}.reporting-v2-shell .section-heading{display:flex;align-items:center;gap:10px;padding:6px 0 10px;border-bottom:2px solid #d8e5fb;margin-bottom:14px}.reporting-v2-shell .section-handle{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;border:1px solid #d6e2f3;background:#eef3fb;color:#6f7e93;font-size:15px;line-height:1;letter-spacing:-.12em;cursor:grab;-webkit-user-select:none;user-select:none}.reporting-v2-shell .section-label{font-size:13px;font-weight:800;color:var(--bd);text-transform:uppercase;letter-spacing:.08em}.reporting-v2-shell .editable-title{display:inline-flex;align-items:center;gap:8px;min-width:0}.reporting-v2-shell .editable-title-inline{flex:0 1 auto}.reporting-v2-shell .title-edit-button{border:1px solid #d6e2f3;background:#fff;color:#6f7e93;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .title-edit-button:hover{background:#eef3fb;border-color:#b9cbe5;color:var(--bd)}.reporting-v2-shell .section-action{margin-left:auto;color:#c8bddc;font-size:18px}.reporting-v2-shell .main-dashboard-section-action{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.reporting-v2-shell .main-dashboard-section-hint,.reporting-v2-shell .main-dashboard-filter-pill,.reporting-v2-shell .main-dashboard-reorder-hint{font-size:12px;color:var(--mu)}.reporting-v2-shell .main-dashboard-section-toolbar{margin-left:auto;display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.reporting-v2-shell .section-threshold-control{position:relative;display:inline-flex;align-items:center}.reporting-v2-shell .section-threshold-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #d6e2f3;background:#fff;color:var(--bd);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .section-threshold-button:hover,.reporting-v2-shell .section-threshold-control.is-open .section-threshold-button{background:#eef3fb;border-color:#b9cbe5}.reporting-v2-shell .section-threshold-button.has-threshold{border-color:#f3c5c5;background:#fff7f7;color:#b42318}.reporting-v2-shell .section-threshold-panel{position:absolute;top:calc(100% + 8px);right:0;z-index:6;width:min(320px,calc(100vw - 40px));padding:14px;border-radius:14px;border:1px solid #f0d0d0;background:#fff;box-shadow:0 18px 36px #0f172a1f}.reporting-v2-shell .section-threshold-field{display:grid;gap:8px}.reporting-v2-shell .section-threshold-input-row{display:grid;grid-template-columns:88px minmax(0,1fr);gap:8px}.reporting-v2-shell .section-threshold-label{font-size:12px;font-weight:700;color:var(--bd)}.reporting-v2-shell .section-threshold-operator,.reporting-v2-shell .section-threshold-input{height:42px;padding:0 12px;border:1px solid #d6dde8;border-radius:12px;background:#fff;color:var(--bd);font-size:14px;font-weight:600}.reporting-v2-shell .section-threshold-actions{display:flex;align-items:center;gap:8px;margin-top:10px}.reporting-v2-shell .section-threshold-save,.reporting-v2-shell .section-threshold-clear{border-radius:10px;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer}.reporting-v2-shell .section-threshold-save{border:1px solid var(--bd);background:var(--bd);color:#fff}.reporting-v2-shell .section-threshold-clear{border:1px solid #d6e2f3;background:#fff;color:var(--bd)}.reporting-v2-shell .section-threshold-clear:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .section-threshold-note{margin-top:10px;font-size:11px;line-height:1.45;color:var(--mu)}.reporting-v2-shell .main-dashboard-reorder-hint{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;border:1px solid #dbe3ef;background:#f7f9fc;color:#6f7e93;font-weight:700}.reporting-v2-shell .main-dashboard-filter-pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:#eef3fb;color:var(--bd);font-weight:700}.reporting-v2-shell .main-dashboard-section-move-buttons{display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .section-move-button{border:1px solid #d6e2f3;background:#fff;color:var(--bd);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .section-move-button:hover:not(:disabled){background:#eef3fb;border-color:#b9cbe5}.reporting-v2-shell .section-move-button:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .sec-title{font-size:12px;font-weight:700;color:var(--bd);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding-bottom:6px;border-bottom:2px solid var(--bp)}.reporting-v2-shell .cg2,.reporting-v2-shell .cg3,.reporting-v2-shell .kgrid,.reporting-v2-shell .qgrid{display:grid;gap:12px}.reporting-v2-shell .cg2{grid-template-columns:1fr 1fr;margin-bottom:12px}.reporting-v2-shell .cg3{grid-template-columns:1fr 1fr 1fr}.reporting-v2-shell .monthly-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.reporting-v2-shell .kgrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.reporting-v2-shell .qgrid{grid-template-columns:repeat(auto-fill,minmax(195px,1fr))}.reporting-v2-shell .main-dashboard-hero{background:linear-gradient(135deg,#183656,#22466f);border-radius:16px;padding:22px 24px;color:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.reporting-v2-shell .main-dashboard-hero-side{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.reporting-v2-shell .main-dashboard-layout-actions{display:inline-flex;align-items:center;gap:10px}.reporting-v2-shell .main-dashboard-title{font-size:26px;font-weight:800;letter-spacing:.01em}.reporting-v2-shell .main-dashboard-subtitle{margin-top:6px;max-width:760px;color:#ffffffd1;line-height:1.5}.reporting-v2-shell .main-dashboard-meta{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));gap:10px;min-width:min(100%,420px)}.reporting-v2-shell .main-dashboard-meta-item{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.reporting-v2-shell .main-dashboard-meta-item strong{font-size:22px}.reporting-v2-shell .main-dashboard-meta-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8}.reporting-v2-shell .main-dashboard-reset-button,.reporting-v2-shell .main-dashboard-compare-toggle,.reporting-v2-shell .main-dashboard-share-button{border:1px solid rgba(255,255,255,.22);background:#ffffff1f;color:#fff;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.reporting-v2-shell .main-dashboard-compare-toggle:hover:not(:disabled),.reporting-v2-shell .main-dashboard-share-button:hover{background:#fff3;border-color:#ffffff57}.reporting-v2-shell .main-dashboard-compare-toggle.is-on{background:#ffffffeb;color:#323e3e;border-color:#ffffffeb}.reporting-v2-shell .main-dashboard-compare-toggle:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .bar-row.is-drillable,.reporting-v2-shell .donut-legend-row.is-drillable{cursor:pointer;border-radius:6px}.reporting-v2-shell .bar-row.is-drillable:hover,.reporting-v2-shell .donut-legend-row.is-drillable:hover{background:#f1f5fb}.reporting-v2-shell .bar-row.is-drill-active,.reporting-v2-shell .donut-legend-row.is-drill-active{background:#e8f0fc;outline:1px solid #bcd2f0}.reporting-v2-shell .drill-filter-chip{border:1px solid #bcd2f0;background:#e8f0fc;color:#1d4ed8;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;cursor:pointer}.reporting-v2-shell .drill-filter-chip:hover{background:#dce9fb}.reporting-v2-shell .main-dashboard-reset-button:hover:not(:disabled){background:#fff3;border-color:#ffffff57}.reporting-v2-shell .main-dashboard-reset-button:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .main-dashboard-gear-button{width:38px;height:38px;border:1px solid rgba(255,255,255,.22);background:#ffffff1f;color:#fff;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.reporting-v2-shell .main-dashboard-gear-button:hover,.reporting-v2-shell .main-dashboard-gear-button.is-open{background:#fff3;border-color:#ffffff57}.reporting-v2-shell .main-dashboard-gear-button.is-open{transform:rotate(20deg)}.reporting-v2-shell .main-dashboard-visibility-panel{background:#fff;border:1px solid #dbe3ef;border-radius:16px;box-shadow:0 14px 34px #0f172a14;padding:18px;margin-bottom:22px}.reporting-v2-shell .main-dashboard-visibility-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.reporting-v2-shell .main-dashboard-visibility-title{display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:800;color:var(--bd)}.reporting-v2-shell .main-dashboard-visibility-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef3fb}.reporting-v2-shell .main-dashboard-visibility-note,.reporting-v2-shell .main-dashboard-visibility-hint{font-size:12px;color:var(--mu)}.reporting-v2-shell .main-dashboard-visibility-hint{margin-left:auto}.reporting-v2-shell .main-dashboard-visibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.reporting-v2-shell .main-dashboard-visibility-option{display:flex;align-items:center;gap:10px;min-height:54px;padding:12px 14px;border:1px solid #dbe3ef;border-radius:12px;background:#f8fafc;color:#344054;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.reporting-v2-shell .main-dashboard-visibility-option:hover{border-color:#bfd1ea;background:#fdfefe}.reporting-v2-shell .main-dashboard-visibility-option.is-active{background:#eef5ff;border-color:#b9cbe5;box-shadow:inset 0 0 0 1px #2563a814}.reporting-v2-shell .main-dashboard-visibility-option input{width:16px;height:16px;accent-color:var(--bd);margin:0;flex-shrink:0}.reporting-v2-shell .main-dashboard-visibility-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:14px}.reporting-v2-shell .main-dashboard-apply-button,.reporting-v2-shell .main-dashboard-secondary-button{border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.reporting-v2-shell .main-dashboard-apply-button{border:1px solid var(--bd);background:var(--bd);color:#fff}.reporting-v2-shell .main-dashboard-apply-button:hover:not(:disabled){background:#173552;border-color:#173552}.reporting-v2-shell .main-dashboard-secondary-button{border:1px solid #d6e2f3;background:#fff;color:var(--bd)}.reporting-v2-shell .main-dashboard-secondary-button:hover:not(:disabled){background:#eef3fb}.reporting-v2-shell .main-dashboard-apply-button:disabled,.reporting-v2-shell .main-dashboard-secondary-button:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .main-dashboard-monthly-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.reporting-v2-shell .main-dashboard-compare-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.reporting-v2-shell .main-dashboard-compare-toolbar{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:14px}.reporting-v2-shell .main-dashboard-compare-control{display:flex;align-items:center;gap:12px;color:#667085;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}.reporting-v2-shell .main-dashboard-compare-control-label{flex-shrink:0}.reporting-v2-shell .main-dashboard-compare-select{min-width:180px;height:44px;padding:0 40px 0 14px;border:1px solid #d6dde8;border-radius:14px;background:#fff;color:var(--bd);font-size:15px;font-weight:600}.reporting-v2-shell .main-dashboard-compare-card{display:flex;flex-direction:column;gap:12px}.reporting-v2-shell .main-dashboard-compare-title{font-size:13px;font-weight:700;color:var(--bd)}.reporting-v2-shell .compare-val-b{font-size:22px;font-weight:700;color:var(--bd)}.reporting-v2-shell .main-dashboard-compare-delta{align-self:flex-start;font-size:13px;font-weight:700;padding:4px 8px;border-radius:999px;background:var(--grp);color:var(--gr)}.reporting-v2-shell .main-dashboard-compare-delta.is-good{background:var(--gp);color:var(--g)}.reporting-v2-shell .main-dashboard-compare-delta.is-bad{background:var(--rp);color:var(--r)}.reporting-v2-shell .ccard,.reporting-v2-shell .kcard,.reporting-v2-shell .qcard,.reporting-v2-shell .tbl-sec,.reporting-v2-shell .insights-box,.reporting-v2-shell .qa-wrap,.reporting-v2-shell .cw-card,.reporting-v2-shell .compare-card{background:#fff;border-radius:10px;border:1px solid var(--br)}.reporting-v2-shell .ccard,.reporting-v2-shell .compare-card,.reporting-v2-shell .cw-card{padding:14px}.reporting-v2-shell .monthly-card{background:#fff;border:1px solid #d6dde8;border-radius:14px;padding:16px 18px 14px;box-shadow:0 1px 2px #0f172a08}.reporting-v2-shell .ccard.is-threshold-alert,.reporting-v2-shell .kcard.is-threshold-alert,.reporting-v2-shell .qcard.is-threshold-alert,.reporting-v2-shell .tbl-sec.is-threshold-alert,.reporting-v2-shell .compare-card.is-threshold-alert,.reporting-v2-shell .monthly-card.is-threshold-alert{border:2px solid #dc2626;box-shadow:inset 0 0 0 1px #dc2626,0 0 0 3px #dc262638,0 10px 26px #dc262638;background:linear-gradient(180deg,#fff1f1,#fde2e2)}.reporting-v2-shell .widget-refreshable{position:relative}.reporting-v2-shell .widget-refresh-indicator{position:absolute;top:12px;right:14px;z-index:3;display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#183656f0;color:#fff;font-size:12px;font-weight:700;letter-spacing:.01em;box-shadow:0 10px 24px #0f172a29;pointer-events:none}.reporting-v2-shell .widget-refresh-spinner{width:12px;height:12px;border:2px solid rgba(255,255,255,.32);border-top-color:#fff;border-radius:50%;animation:nav-spin .7s linear infinite}.reporting-v2-shell .monthly-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.reporting-v2-shell .monthly-card-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.reporting-v2-shell .monthly-card-title{font-size:17px;line-height:1.35;font-weight:600;color:#475467;max-width:180px}.reporting-v2-shell .trend-widget-card .monthly-card-title{max-width:none}.reporting-v2-shell .trend-widget-subtitle{margin-top:6px;max-width:240px;line-height:1.4}.reporting-v2-shell .chart-toggle-group{display:inline-flex;gap:4px;align-items:center}.reporting-v2-shell .chart-toggle-select{border:1px solid #cfd7e3;background:#fff;color:var(--tx);border-radius:6px;padding:4px 8px;font-size:12px;line-height:1.2;cursor:pointer}.reporting-v2-shell .chart-toggle,.reporting-v2-shell .reset-zoom-button{border:1px solid #cfd7e3;background:#fff;color:#7a8599;border-radius:6px;padding:4px 10px;font-size:12px;line-height:1}.reporting-v2-shell .chart-toggle.is-active{background:var(--bd);border-color:var(--bd);color:#fff;font-weight:700}.reporting-v2-shell .reset-zoom-button{background:#ecf4ff;border-color:#2f6ec3;color:#2f6ec3;font-weight:600}.reporting-v2-shell .kcard,.reporting-v2-shell .qcard{padding:13px;position:relative;overflow:hidden}.reporting-v2-shell .kcard-button{width:100%;text-align:left;font:inherit}.reporting-v2-shell .kcard-clickable{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.reporting-v2-shell .kcard-clickable:hover{border-color:#2563a859;box-shadow:0 10px 24px #0f172a14;transform:translateY(-1px)}.reporting-v2-shell .kcard-clickable.is-active{border-color:#2563a86b;box-shadow:0 0 0 2px #2563a81f,0 12px 28px #0f172a14;background:linear-gradient(180deg,#fff,#f7fbff)}.reporting-v2-shell .kcard:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--bl)}.reporting-v2-shell .ck-g:before{background:var(--g)}.reporting-v2-shell .ck-y:before{background:var(--y)}.reporting-v2-shell .ck-o:before{background:var(--o)}.reporting-v2-shell .ck-r:before{background:var(--r)}.reporting-v2-shell .ck-blue:before{background:var(--bl)}.reporting-v2-shell .kcard.is-threshold-alert:before{background:#dc2626}.reporting-v2-shell .kv{font-size:28px;font-weight:700;color:var(--bd);line-height:1}.reporting-v2-shell .kl,.reporting-v2-shell .qlbl,.reporting-v2-shell .compare-val-a,.reporting-v2-shell .insights-copy,.reporting-v2-shell .csub{font-size:12px;color:var(--mu)}.reporting-v2-shell .kl{margin-top:4px;line-height:1.35}.reporting-v2-shell .kb,.reporting-v2-shell .cfbadge,.reporting-v2-shell .dbadge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:20px;font-size:11px;font-weight:600}.reporting-v2-shell .b-g{background:var(--gp);color:var(--g)}.reporting-v2-shell .b-y{background:var(--yp);color:var(--y)}.reporting-v2-shell .b-o{background:var(--op);color:var(--o)}.reporting-v2-shell .b-r{background:var(--rp);color:var(--r)}.reporting-v2-shell .kb-spacer{min-height:24px}.reporting-v2-shell .card-footnote{margin-top:8px;font-size:11px;color:#9aa3b2}.reporting-v2-shell .b-gr,.reporting-v2-shell .cfbadge{background:var(--grp);color:var(--gr)}.reporting-v2-shell .ctitle,.reporting-v2-shell .tbl-toolbar,.reporting-v2-shell .cw-card-hdr,.reporting-v2-shell .insights-toolbar,.reporting-v2-shell .compare-values,.reporting-v2-shell .bar-row-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.reporting-v2-shell .ctitle{margin-bottom:8px;align-items:flex-start}.reporting-v2-shell .ctitle-main{font-size:13px;font-weight:600;color:#374151}.reporting-v2-shell .widget-card-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.reporting-v2-shell .widget-dismiss-button{width:28px;height:28px;border:1px solid #d6e2f3;background:#fff;color:#7a8599;border-radius:999px;font-size:14px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .widget-dismiss-button:hover{background:#fff1f2;border-color:#fecdd3;color:#be123c}.reporting-v2-shell .widget-actions{display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .widget-download-button{width:28px;height:28px;border:1px solid #d6e2f3;background:#fff;color:#7a8599;border-radius:999px;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .widget-download-button:hover:not(:disabled){background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.reporting-v2-shell .widget-download-button:disabled{opacity:.45;cursor:progress}.reporting-v2-shell .vanilla-download-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border:1px solid #d6e2f3;background:#fff;color:#7a8599;border-radius:999px;font-size:13px;font-weight:700;line-height:1;padding:0;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .vanilla-download-btn:hover:not(:disabled){background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.reporting-v2-shell .vanilla-download-btn:disabled{opacity:.45;cursor:progress}.reporting-v2-shell .widget-expand-button{width:28px;height:28px;border:1px solid #d6e2f3;background:#fff;color:#7a8599;border-radius:999px;font-size:13px;font-weight:700;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.reporting-v2-shell .widget-expand-button:hover{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.reporting-v2-shell .risk-matrix-wrap{position:relative}.reporting-v2-shell .risk-matrix-actions{position:absolute;top:0;right:0;z-index:4}.widget-expand-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118276b;display:flex;align-items:center;justify-content:center;padding:20px;z-index:60}.widget-expand-overlay{width:95vw;max-width:95vw;max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:18px;border:1px solid #d7e0ea;box-shadow:0 30px 80px #0f172a3d;display:flex;flex-direction:column}.widget-expand-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid #e5e7eb}.widget-expand-title{margin:0;font-size:20px;font-weight:800;color:#111827}.widget-expand-close{border:none;background:transparent;color:#6b7280;font-size:24px;line-height:1;cursor:pointer}.widget-expand-close:hover{color:#111827}.widget-expand-content{padding:20px 24px;overflow:auto}.widget-expand-content .widget-clip-wrap{overflow:visible;max-height:none;width:auto}.reporting-v2-shell .kcard-download-slot{position:absolute;top:6px;left:6px;z-index:4;opacity:0;transition:opacity .15s ease}.reporting-v2-shell .kcard:hover .kcard-download-slot{opacity:1}.reporting-v2-shell .kcard-download-slot .widget-download-button{width:22px;height:22px;font-size:11px}.reporting-v2-shell .cf-preview-chart{position:relative}.reporting-v2-shell .cf-preview-chart-actions{position:absolute;top:6px;right:6px;z-index:5}.reporting-v2-shell .editable-title .ctitle-main,.reporting-v2-shell .editable-title .monthly-card-title,.reporting-v2-shell .editable-title .section-label{min-width:0}.reporting-v2-shell .title-editor-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2500;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a6b}.reporting-v2-shell .title-editor-modal{width:min(100%,520px);background:#fff;border-radius:16px;border:1px solid #dbe3ef;box-shadow:0 24px 60px #0f172a38;padding:20px}.reporting-v2-shell .title-editor-header,.reporting-v2-shell .title-editor-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.reporting-v2-shell .title-editor-title{font-size:18px;font-weight:800;color:var(--bd)}.reporting-v2-shell .title-editor-subtitle,.reporting-v2-shell .title-editor-default{font-size:12px;color:var(--mu)}.reporting-v2-shell .title-editor-close,.reporting-v2-shell .title-editor-button{border-radius:10px;font-size:13px;font-weight:700;cursor:pointer}.reporting-v2-shell .title-editor-close{border:1px solid #d6e2f3;background:#fff;color:var(--bd);padding:8px 12px}.reporting-v2-shell .title-editor-field{display:flex;flex-direction:column;gap:8px;margin-top:18px}.reporting-v2-shell .title-editor-label{font-size:12px;font-weight:700;color:var(--bd)}.reporting-v2-shell .title-editor-input{width:100%;border:1px solid #d6e2f3;border-radius:12px;padding:12px 14px;font:inherit;color:#1f2937}.reporting-v2-shell .title-editor-input:focus{outline:2px solid rgba(37,99,168,.16);border-color:#7da5d8}.reporting-v2-shell .title-editor-default{margin-top:12px}.reporting-v2-shell .title-editor-actions{justify-content:flex-end;margin-top:18px;flex-wrap:wrap}.reporting-v2-shell .title-editor-button{border:1px solid #d6e2f3;padding:9px 14px}.reporting-v2-shell .title-editor-secondary{background:#fff;color:var(--bd)}.reporting-v2-shell .title-editor-primary{background:var(--bd);border-color:var(--bd);color:#fff}.reporting-v2-shell .title-editor-primary:disabled{opacity:.55;cursor:wait}.reporting-v2-shell .cwrap{position:relative}.reporting-v2-shell .h200{height:200px}.reporting-v2-shell .h220{height:220px}.reporting-v2-shell .h240{height:240px}.reporting-v2-shell .h260{height:260px}.reporting-v2-shell .monthly-chart-svg{width:100%;height:255px;margin-top:6px}.reporting-v2-shell .chart-svg{width:100%;height:100%}.reporting-v2-shell .chart-grid-line{stroke:#6b72802e;stroke-width:1}.reporting-v2-shell .chart-area{fill:#3b82f624}.reporting-v2-shell .chart-line{fill:none;stroke:var(--bd);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.reporting-v2-shell .chart-line-secondary{stroke:var(--o);stroke-dasharray:8 6}.reporting-v2-shell .chart-dot{fill:var(--wh);stroke:var(--bd);stroke-width:2}.reporting-v2-shell .chart-bar{fill:#2563a8d1}.reporting-v2-shell .chart-column{shape-rendering:geometricPrecision}.reporting-v2-shell .chart-column-blue{fill:#2e6fc4bf}.reporting-v2-shell .chart-stick{stroke-width:2;stroke-linecap:round}.reporting-v2-shell .chart-stick-dot{stroke-width:1}.reporting-v2-shell .series-red{stroke:#ef4444;fill:#ef4444}.reporting-v2-shell .series-orange{stroke:#f97316;fill:#f97316}.reporting-v2-shell .series-yellow{stroke:#d4a11e;fill:#d4a11e}.reporting-v2-shell .injury-legend{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:12px;color:#7d8594;margin-bottom:4px}.reporting-v2-shell .trend-widget-legend{min-height:20px}.reporting-v2-shell .trend-widget-chart{margin-top:6px}.reporting-v2-shell .trend-widget-chart .highcharts-container{width:100%!important}.reporting-v2-shell .trend-widget-chart .highcharts-root text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reporting-v2-shell .trend-widget-hint{margin-top:10px;padding-top:10px;border-top:1px solid #e8edf5;display:flex;align-items:center;gap:8px;font-size:12px;color:#8a94a6;line-height:1.35}.reporting-v2-shell .trend-widget-hint-icon{color:#7a97cf;font-size:14px;line-height:1;flex-shrink:0}.reporting-v2-shell .injury-dot{width:10px;height:10px;border-radius:999px;display:inline-block;margin-right:5px}.reporting-v2-shell .chart-spike{stroke-width:2;stroke-linecap:round}.reporting-v2-shell .spike-red{stroke:#ff5f63}.reporting-v2-shell .spike-orange{stroke:#ff8a3d}.reporting-v2-shell .timeline-labels{display:grid;grid-template-columns:repeat(var(--timeline-count),minmax(0,1fr));gap:0;align-items:start;margin-top:6px;min-height:56px;padding:0 24px 0 26px}.reporting-v2-shell .timeline-label{display:block;justify-self:start;width:max-content;font-size:10px;line-height:1;color:#7a8599;transform:rotate(-38deg);transform-origin:top left;white-space:nowrap}.reporting-v2-shell .donut-card-body{display:flex;align-items:center;gap:18px}.reporting-v2-shell .donut-ring{width:138px;height:138px;border-radius:50%;padding:16px;flex-shrink:0;box-shadow:inset 0 0 0 1px #1118270a}.reporting-v2-shell .donut-core{width:100%;height:100%;border-radius:50%;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.reporting-v2-shell .donut-core strong,.reporting-v2-shell .qval,.reporting-v2-shell .compare-val-num{font-size:22px;font-weight:700;color:var(--bd)}.reporting-v2-shell .donut-core span{font-size:11px;color:var(--mu)}.reporting-v2-shell .donut-legend{flex:1;display:flex;flex-direction:column;gap:8px}.reporting-v2-shell .donut-legend-row,.reporting-v2-shell .matrix-legend-item{display:flex;align-items:center;gap:8px}.reporting-v2-shell .donut-legend-row strong{margin-left:auto;color:var(--bd)}.reporting-v2-shell .legend-swatch,.reporting-v2-shell .matrix-legend-dot{width:12px;height:12px;border-radius:999px;display:inline-block}.reporting-v2-shell .tone-blue,.reporting-v2-shell .legend-low{background:var(--bl)}.reporting-v2-shell .tone-teal{background:var(--te)}.reporting-v2-shell .tone-orange,.reporting-v2-shell .legend-high{background:var(--o)}.reporting-v2-shell .tone-yellow,.reporting-v2-shell .legend-med{background:var(--y)}.reporting-v2-shell .tone-green,.reporting-v2-shell .legend-low{background:var(--g)}.reporting-v2-shell .tone-red,.reporting-v2-shell .legend-ext{background:var(--r)}.reporting-v2-shell .tone-gray{background:var(--gr)}.reporting-v2-shell .bar-card-body{display:flex;flex-direction:column;gap:10px}.reporting-v2-shell .bar-row{display:flex;flex-direction:column;gap:5px}.reporting-v2-shell .bar-track,.reporting-v2-shell .qbw{height:8px;background:var(--grp);border-radius:999px;overflow:hidden}.reporting-v2-shell .bar-fill,.reporting-v2-shell .qb{height:100%;border-radius:999px}.reporting-v2-shell .matrix-grid{display:inline-grid;grid-template-columns:auto repeat(5,1fr);gap:2px;background:#fff;padding:12px;border-radius:10px;border:1px solid var(--br)}.reporting-v2-shell .matrix-header,.reporting-v2-shell .matrix-ylbl{padding:8px;background:#f8fafc;color:var(--mu);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;min-height:42px}.reporting-v2-shell .matrix-cell{padding:10px;min-height:54px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff}.reporting-v2-shell .matrix-green{background:#65a30d}.reporting-v2-shell .matrix-yellow{background:#ca8a04}.reporting-v2-shell .matrix-orange{background:#ea580c}.reporting-v2-shell .matrix-red{background:#dc2626}.reporting-v2-shell .matrix-legend{display:flex;gap:16px;margin-top:12px;flex-wrap:wrap;justify-content:center;font-size:12px}.reporting-v2-shell .period-sel-row,.reporting-v2-shell .rcfg,.reporting-v2-shell .rinp-g{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.reporting-v2-shell .rcfg{background:var(--bp);border-radius:10px;padding:13px;margin-bottom:12px}.reporting-v2-shell .rinp-l{font-size:12px;color:var(--bd);font-weight:600}.reporting-v2-shell .compare-delta{font-size:13px;font-weight:600;padding:4px 8px;border-radius:5px;background:var(--grp);color:var(--gr)}.reporting-v2-shell .compare-delta.up{background:var(--gp);color:var(--g)}.reporting-v2-shell .compare-delta.down{background:var(--rp);color:var(--r)}.reporting-v2-shell .alert-card{border:2px solid var(--br);display:flex;flex-direction:column;gap:8px}.reporting-v2-shell .alert-card.ok{border-color:var(--g);background:var(--gp)}.reporting-v2-shell .alert-card.warn{border-color:var(--y);background:var(--yp)}.reporting-v2-shell .alert-card.breach{border-color:var(--r);background:var(--rp)}.reporting-v2-shell .alert-value{font-size:22px;font-weight:700;color:var(--bd)}.reporting-v2-shell .alert-threshold,.reporting-v2-shell .alert-status,.reporting-v2-shell .tbl-count{font-size:12px;color:var(--mu)}.reporting-v2-shell .tbl-sec,.reporting-v2-shell .qa-wrap{overflow:hidden}.reporting-v2-shell .tbl-toolbar,.reporting-v2-shell .qa-input-row,.reporting-v2-shell .qa-suggestions{padding:12px 16px;border-bottom:1px solid var(--br);background:#fafafa}.reporting-v2-shell .tbl-tabs{display:flex;gap:0;border:1px solid var(--br);border-radius:7px;overflow:hidden}.reporting-v2-shell .tbl-tab{padding:5px 16px;font-size:13px;font-weight:600;border:none;background:#fff;color:var(--mu)}.reporting-v2-shell .tbl-wrap{overflow-x:auto;max-height:420px;overflow-y:auto}.reporting-v2-shell .dtbl{width:100%;border-collapse:collapse;font-size:12px}.reporting-v2-shell .dtbl th{position:sticky;top:0;background:#f8fafc;padding:8px 12px;text-align:left;font-weight:700;color:var(--bd);border-bottom:2px solid var(--br);white-space:nowrap}.reporting-v2-shell .dtbl td{padding:8px 12px;border-bottom:1px solid var(--br);white-space:nowrap}.reporting-v2-shell .dtbl tr:hover td{background:#f8fafc}.reporting-v2-shell .dbadge.low{background:var(--gp);color:var(--g)}.reporting-v2-shell .dbadge.med{background:var(--yp);color:var(--y)}.reporting-v2-shell .dbadge.high{background:var(--op);color:var(--o)}.reporting-v2-shell .dbadge.ext{background:var(--rp);color:var(--r)}.reporting-v2-shell .dbadge.open{background:var(--bp);color:var(--bd)}.reporting-v2-shell .dbadge.grey{background:var(--grp);color:var(--gr)}.reporting-v2-shell .recency-kpi-grid{display:grid;grid-template-columns:1.6fr repeat(6,1fr);gap:12px}@media (max-width: 1280px){.reporting-v2-shell .recency-kpi-grid{grid-template-columns:repeat(4,1fr)}.reporting-v2-shell .recency-compliance-card{grid-column:span 2}}.reporting-v2-shell .recency-kpi{background:#fff;border:1px solid var(--br);border-radius:12px;padding:14px 16px;display:flex;flex-direction:column;gap:4px;min-width:0}.reporting-v2-shell .recency-kpi-title{font-size:12px;font-weight:600;color:var(--mu);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reporting-v2-shell .recency-kpi-value{font-size:26px;font-weight:700;color:#1f2937;line-height:1.1}.reporting-v2-shell .recency-kpi-sub{font-size:11px;color:var(--mu)}.reporting-v2-shell .recency-kpi-sub-spacer{min-height:14px}.reporting-v2-shell .recency-kpi.rec-amber{background:var(--yp);border-color:color-mix(in srgb,var(--y) 35%,transparent)}.reporting-v2-shell .recency-kpi.rec-amber .recency-kpi-value{color:#92400e}.reporting-v2-shell .recency-kpi.rec-red{background:var(--rp);border-color:color-mix(in srgb,var(--r) 35%,transparent)}.reporting-v2-shell .recency-kpi.rec-red .recency-kpi-value{color:#991b1b}.reporting-v2-shell .recency-compliance-bar{display:flex;height:8px;border-radius:999px;overflow:hidden;background:var(--grp);margin:4px 0 2px}.reporting-v2-shell .rseg{height:100%}.reporting-v2-shell .rseg-current{background:var(--g)}.reporting-v2-shell .rseg-expiring{background:var(--y)}.reporting-v2-shell .rseg-expired{background:var(--r)}.reporting-v2-shell .rseg-never{background:var(--gr)}.reporting-v2-shell .recency-currency-grid{display:flex;flex-wrap:wrap;gap:10px}.reporting-v2-shell .recency-currency-card{background:#fff;border:1px solid var(--br);border-radius:10px;padding:10px 12px;min-width:130px;flex:0 0 auto}.reporting-v2-shell .recency-currency-label{font-size:11px;font-weight:600;color:var(--mu);white-space:nowrap}.reporting-v2-shell .recency-currency-pct{font-size:18px;font-weight:700;color:#1f2937;margin:2px 0 6px}.reporting-v2-shell .recency-currency-track{height:5px;border-radius:999px;background:var(--grp);overflow:hidden}.reporting-v2-shell .recency-currency-fill{display:block;height:100%;border-radius:999px}.reporting-v2-shell .recency-currency-fill.is-good{background:var(--g)}.reporting-v2-shell .recency-currency-fill.is-warn{background:var(--y)}.reporting-v2-shell .recency-currency-fill.is-bad{background:var(--r)}.reporting-v2-shell .recency-subtabs{display:flex;gap:4px;border-bottom:1px solid var(--br);margin-bottom:16px}.reporting-v2-shell .recency-subtab{border:0;background:transparent;padding:10px 16px;font-size:13px;font-weight:600;color:var(--mu);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .recency-subtab:hover{color:#1f2937}.reporting-v2-shell .recency-subtab.is-active{color:#1d4ed8;border-bottom-color:#1d4ed8}.reporting-v2-shell .rra{--rra-bg2: #f5f3ee;--rra-bg3: #ece9e1;--rra-bs: #d3d0c7;--rra-bt: #e6e3da;--rra-tp: #1f1e1c;--rra-ts: #5c5a53;--rra-tt: #8c897f;--rra-info: #2f6fde;color:var(--rra-tp);border:1px solid var(--rra-bt);border-radius:12px;background:#fff;position:relative}.reporting-v2-shell .rra-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid var(--rra-bt);flex-wrap:wrap;gap:8px}.reporting-v2-shell .rra-title{font-size:16px;font-weight:600}.reporting-v2-shell .rra-crumb{font-size:12px;color:var(--rra-tt)}.reporting-v2-shell .rra-btn{cursor:pointer;font:inherit;font-size:13px;background:#fff;color:var(--rra-tp);border:1px solid var(--rra-bs);border-radius:8px;padding:6px 11px}.reporting-v2-shell .rra-btn:hover{background:var(--rra-bg2)}.reporting-v2-shell .rra-tabs{display:flex;gap:2px;padding:0 14px;border-bottom:1px solid var(--rra-bt);flex-wrap:wrap}.reporting-v2-shell .rra-tab{border:none;background:none;border-radius:0;cursor:pointer;padding:11px 14px;font:inherit;font-size:13.5px;color:var(--rra-ts);border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .rra-tab.is-active{color:var(--rra-tp);font-weight:500;border-bottom-color:var(--rra-info)}.reporting-v2-shell .rra-toolbar{display:flex;gap:12px 16px;padding:12px 18px;border-bottom:1px solid var(--rra-bt);flex-wrap:wrap;align-items:center;font-size:13px}.reporting-v2-shell .rra-field{display:inline-flex;gap:8px;align-items:center}.reporting-v2-shell .rra-mu{color:var(--rra-ts)}.reporting-v2-shell .rra-field select,.reporting-v2-shell .rra-field input[type=date]{font:inherit;font-size:12.5px;color:var(--rra-tp);background:#fff;border:1px solid var(--rra-bs);border-radius:8px;padding:5px 8px}.reporting-v2-shell .rra-kpis{display:flex;gap:10px;flex-wrap:wrap;padding:12px 18px 6px}.reporting-v2-shell .rra-kpi{flex:1 1 130px;min-width:120px;background:var(--rra-bg2);border-radius:8px;padding:8px 12px}.reporting-v2-shell .rra-kpi-lab{font-size:12px;color:var(--rra-ts)}.reporting-v2-shell .rra-kpi-val{font-size:18px;font-weight:500}.reporting-v2-shell .rra-kpi-sub{font-size:10.5px;color:var(--rra-tt);margin-top:5px}.reporting-v2-shell .rra-body{padding:8px 18px 18px}.reporting-v2-shell .rra-card{border:1px solid var(--rra-bt);border-radius:8px;padding:12px 14px}.reporting-v2-shell .rra-panels{display:flex;gap:14px;flex-wrap:wrap}.reporting-v2-shell .rra-panel{flex:1 1 300px}.reporting-v2-shell .rra-panel-title{font-weight:500;font-size:13px;margin-bottom:10px}.reporting-v2-shell .rra-drow{display:flex;align-items:center;gap:10px;padding:3px 0}.reporting-v2-shell .rra-dlab{width:150px;font-size:12px;flex:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-v2-shell .rra-track{flex:1;height:14px;background:var(--rra-bt);border-radius:4px;overflow:hidden}.reporting-v2-shell .rra-dnum{width:78px;text-align:right;font-size:11.5px;color:var(--rra-ts);font-variant-numeric:tabular-nums}.reporting-v2-shell .rra-trend{display:flex;align-items:flex-end;gap:6px;height:140px}.reporting-v2-shell .rra-tcol{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.reporting-v2-shell .rra-tcount{font-size:10px;color:var(--rra-ts);height:13px}.reporting-v2-shell .rra-tbar{width:72%;display:flex;flex-direction:column-reverse;border-radius:3px 3px 0 0;overflow:hidden}.reporting-v2-shell .rra-tlabel{font-size:9px;color:var(--rra-tt);margin-top:4px;white-space:nowrap;transform:rotate(-40deg);transform-origin:center}.reporting-v2-shell .rra-legend{display:flex;gap:10px;margin-top:8px;flex-wrap:wrap}.reporting-v2-shell .rra-leg{display:inline-flex;gap:5px;align-items:center;font-size:11px;color:var(--rra-ts)}.reporting-v2-shell .rra-swatch{width:10px;height:10px;border-radius:3px}.reporting-v2-shell .rra-table{width:100%;border-collapse:collapse;font-size:12.5px}.reporting-v2-shell .rra-table thead th{color:var(--rra-ts);font-size:11.5px;text-align:left;font-weight:500;padding:7px 8px;white-space:nowrap;border-bottom:1px solid var(--rra-bt)}.reporting-v2-shell .rra-table tbody td{padding:7px 8px;border-top:1px solid var(--rra-bt)}.reporting-v2-shell .rra-table tbody tr:hover td{background:var(--rra-bg2)}.reporting-v2-shell .rra-pill{display:inline-flex;align-items:center;font-size:11px;padding:2px 8px;border-radius:9px;white-space:nowrap}.reporting-v2-shell .rra-toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--rra-tp);color:#fff;padding:9px 16px;border-radius:8px;font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .rra-toast.is-show{opacity:1;transform:translate(-50%) translateY(0)}.reporting-v2-shell .xr{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .xr *{box-sizing:border-box}.reporting-v2-shell .xr i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .xr button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .xr button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .xr select,.reporting-v2-shell .xr input[type=text],.reporting-v2-shell .xr input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .xr .xr-tabs{display:flex;gap:2px;padding:0 14px;border-bottom:.5px solid var(--color-border-tertiary);flex-wrap:wrap}.reporting-v2-shell .xr .xr-tabs button{border:none;background:none;border-radius:0;padding:11px 14px;font-size:13.5px;color:var(--color-text-secondary);border-bottom:2px solid transparent}.reporting-v2-shell .xr .xr-tabs button:hover{color:var(--color-text-primary);background:none}.reporting-v2-shell .xr .xr-tabs button.active{color:var(--color-text-primary);font-weight:500;border-bottom-color:var(--color-text-info)}.reporting-v2-shell .xr .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .xr .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .xr .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .xr .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .xr table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .xr thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .xr th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .xr th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .xr tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .xr tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .xr tr.total td{border-top:1px solid var(--color-border-secondary);font-weight:500;background:var(--color-background-secondary)}.reporting-v2-shell .xr .scroll{max-height:460px;overflow:auto}.reporting-v2-shell .xr .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .xr .barrow{display:flex;align-items:center;gap:10px;padding:5px 0}.reporting-v2-shell .xr .barrow .nm{width:190px;font-size:12.5px;color:var(--color-text-secondary);flex:none}.reporting-v2-shell .xr .bartrack{flex:1;height:16px;border-radius:4px;background:var(--color-border-tertiary);overflow:hidden;position:relative;min-width:120px}.reporting-v2-shell .xr .barfill{height:100%}.reporting-v2-shell .xr .barrow .pc{width:120px;font-size:12px;color:var(--color-text-secondary);flex:none;text-align:right;font-variant-numeric:tabular-nums}.reporting-v2-shell .xr .seg{display:inline-flex;border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);overflow:hidden}.reporting-v2-shell .xr .seg button{border:none;border-radius:0;padding:5px 11px;font-size:13px;color:var(--color-text-secondary);background:var(--color-background-primary)}.reporting-v2-shell .xr .seg button+button{border-left:.5px solid var(--color-border-secondary)}.reporting-v2-shell .xr .seg button.active{background:var(--color-background-secondary);color:var(--color-text-primary);font-weight:500}.reporting-v2-shell .xr .card{border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:14px 16px}.reporting-v2-shell .xr .muted{color:var(--color-text-secondary)}@media (max-width: 720px){.reporting-v2-shell .xr .barrow .nm{width:120px}.reporting-v2-shell .xr .barrow .pc{width:90px}}.reporting-v2-shell .rr{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .rr *{box-sizing:border-box}.reporting-v2-shell .rr i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .rr button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .rr button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .rr select,.reporting-v2-shell .rr input[type=text],.reporting-v2-shell .rr input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .rr .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .rr .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .rr .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .rr .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .rr table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .rr thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .rr th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .rr th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .rr tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .rr tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .rr tr.total td{border-top:1px solid var(--color-border-secondary);font-weight:500;background:var(--color-background-secondary)}.reporting-v2-shell .rr .scroll{max-height:520px;overflow:auto}.reporting-v2-shell .rr .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .rr .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .rr .muted{color:var(--color-text-secondary)}.reporting-v2-shell .rr .seg{display:inline-flex;border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);overflow:hidden}.reporting-v2-shell .rr .seg button{border:none;border-radius:0;padding:5px 11px;font-size:13px;color:var(--color-text-secondary);background:var(--color-background-primary)}.reporting-v2-shell .rr .seg button.active{background:var(--color-background-secondary);color:var(--color-text-primary);font-weight:500}.reporting-v2-shell .rr .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .cf{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .cf *{box-sizing:border-box}.reporting-v2-shell .cf i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .cf button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .cf button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .cf select,.reporting-v2-shell .cf input[type=text],.reporting-v2-shell .cf input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .cf .tab{padding:8px 14px;font-size:13px;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;color:var(--color-text-secondary)}.reporting-v2-shell .cf .tab.on{color:var(--color-text-primary);border-bottom-color:var(--color-text-info);font-weight:500}.reporting-v2-shell .cf .tab:hover{background:var(--color-background-secondary)}.reporting-v2-shell .cf .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .cf .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .cf .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .cf .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .cf table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .cf thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .cf th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .cf th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .cf tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .cf tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .cf .scroll{max-height:520px;overflow:auto}.reporting-v2-shell .cf .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .cf .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .cf .muted{color:var(--color-text-secondary)}.reporting-v2-shell .cf .scale{display:inline-flex;gap:4px;align-items:center}.reporting-v2-shell .cf .dot{width:20px;height:20px;border-radius:50%;border:1px solid var(--color-border-secondary);display:inline-flex;align-items:center;justify-content:center;font-size:11px;color:var(--color-text-tertiary)}.reporting-v2-shell .cf .dot.on{color:#fff;border-color:transparent;font-weight:600}.reporting-v2-shell .cf .yn{font-size:11px;padding:3px 12px;border-radius:12px;border:1px solid var(--color-border-secondary);color:var(--color-text-tertiary)}.reporting-v2-shell .cf .yn.on{color:#fff;border-color:transparent;font-weight:600}.reporting-v2-shell .cf .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .fm{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .fm *{box-sizing:border-box}.reporting-v2-shell .fm i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .fm button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .fm button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .fm select,.reporting-v2-shell .fm input[type=text],.reporting-v2-shell .fm input[type=date],.reporting-v2-shell .fm input[type=number]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .fm .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .fm .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .fm .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .fm .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .fm table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .fm thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .fm th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .fm th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .fm tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .fm tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .fm .scroll{max-height:540px;overflow:auto}.reporting-v2-shell .fm .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .fm .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .fm .muted{color:var(--color-text-secondary)}.reporting-v2-shell .fm .cd{color:var(--color-text-info);font-weight:700}.reporting-v2-shell .fm .pop{position:absolute;top:calc(100% + 5px);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);box-shadow:0 6px 24px #0000001f;padding:10px 12px;z-index:40}.reporting-v2-shell .fm .ms-btn{font-size:13px}.reporting-v2-shell .fm .ms-panel{padding:8px 10px}.reporting-v2-shell .fm .secttl{font-size:11px;font-weight:600;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.04em;margin:8px 0 3px}.reporting-v2-shell .fm .fldrow{display:flex;align-items:center;gap:8px;font-size:12.5px;padding:3px 2px;border-bottom:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .fm .chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;padding:3px 9px;border-radius:12px;background:var(--color-background-tertiary);color:var(--color-text-secondary)}.reporting-v2-shell .fm .chip .x{cursor:pointer;color:var(--color-text-tertiary);font-weight:600}.reporting-v2-shell .fm .chip .x:hover{color:var(--color-text-primary)}.reporting-v2-shell .fm .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .tf{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .tf *{box-sizing:border-box}.reporting-v2-shell .tf i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .tf button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .tf button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .tf select,.reporting-v2-shell .tf input[type=text],.reporting-v2-shell .tf input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .tf .tab{padding:8px 14px;font-size:13px;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;color:var(--color-text-secondary)}.reporting-v2-shell .tf .tab.on{color:var(--color-text-primary);border-bottom-color:var(--color-text-info);font-weight:500}.reporting-v2-shell .tf .tab:hover{background:var(--color-background-secondary)}.reporting-v2-shell .tf .seg-b{border:none;border-radius:0;padding:5px 12px;font-size:12.5px;color:var(--color-text-secondary);background:var(--color-background-primary)}.reporting-v2-shell .tf .seg-b.on{background:var(--color-background-secondary);color:var(--color-text-primary);font-weight:500}.reporting-v2-shell .tf .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .tf .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .tf .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .tf .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .tf table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .tf thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .tf th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .tf th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .tf tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .tf tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .tf .scroll{max-height:540px;overflow:auto}.reporting-v2-shell .tf .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .tf .muted{color:var(--color-text-secondary)}.reporting-v2-shell .tf .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .ro{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .ro *{box-sizing:border-box}.reporting-v2-shell .ro i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .ro button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .ro button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .ro select,.reporting-v2-shell .ro input[type=text],.reporting-v2-shell .ro input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .ro .tab{padding:8px 14px;font-size:13px;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;color:var(--color-text-secondary)}.reporting-v2-shell .ro .tab.on{color:var(--color-text-primary);border-bottom-color:var(--color-text-info);font-weight:500}.reporting-v2-shell .ro .tab:hover{background:var(--color-background-secondary)}.reporting-v2-shell .ro .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .ro .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .ro .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .ro .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .ro table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .ro thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .ro th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .ro th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .ro tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .ro tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .ro .scroll{max-height:540px;overflow:auto}.reporting-v2-shell .ro .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .ro .muted{color:var(--color-text-secondary)}.reporting-v2-shell .ro .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .ro .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .fd{--color-background-primary: #ffffff;--color-background-secondary: #f5f3ee;--color-background-tertiary: #ece9e1;--color-border-secondary: #d3d0c7;--color-border-tertiary: #e6e3da;--color-text-primary: #1f1e1c;--color-text-secondary: #5c5a53;--color-text-tertiary: #8c897f;--color-text-info: #2f6fde;--border-radius-md: 8px;--border-radius-lg: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--color-text-primary);line-height:1.45}.reporting-v2-shell .fd *{box-sizing:border-box}.reporting-v2-shell .fd i.ti{font-family:tabler-icons!important;font-style:normal;line-height:1;display:inline-block}.reporting-v2-shell .fd button{cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:6px;background:var(--color-background-primary);color:var(--color-text-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md);padding:6px 11px;transition:background .12s ease}.reporting-v2-shell .fd button:hover{background:var(--color-background-secondary)}.reporting-v2-shell .fd select,.reporting-v2-shell .fd input[type=text],.reporting-v2-shell .fd input[type=date]{font-family:inherit;color:var(--color-text-primary);background:var(--color-background-primary);border:.5px solid var(--color-border-secondary);border-radius:var(--border-radius-md)}.reporting-v2-shell .fd .tab{padding:8px 14px;font-size:13px;border:0;border-bottom:2px solid transparent;background:transparent;border-radius:0;color:var(--color-text-secondary)}.reporting-v2-shell .fd .tab.on{color:var(--color-text-primary);border-bottom-color:var(--color-text-info);font-weight:500}.reporting-v2-shell .fd .tab:hover{background:var(--color-background-secondary)}.reporting-v2-shell .fd .kpi{flex:1 1 130px;min-width:120px;background:var(--color-background-secondary);border-radius:var(--border-radius-md);padding:8px 12px}.reporting-v2-shell .fd .kpi .lab{font-size:12px;color:var(--color-text-secondary)}.reporting-v2-shell .fd .kpi .val{font-size:18px;font-weight:500}.reporting-v2-shell .fd .kpi .sub{font-size:10.5px;color:var(--color-text-tertiary);margin-top:5px}.reporting-v2-shell .fd table{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .fd thead th{color:var(--color-text-secondary);font-size:12px;text-align:left;font-weight:500;padding:8px;white-space:nowrap;position:sticky;top:0;background:var(--color-background-primary);z-index:2}.reporting-v2-shell .fd th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .fd th.sortable:hover{color:var(--color-text-primary)}.reporting-v2-shell .fd tbody td{padding:8px;border-top:.5px solid var(--color-border-tertiary)}.reporting-v2-shell .fd tbody tr:hover td{background:var(--color-background-secondary)}.reporting-v2-shell .fd .scroll{max-height:540px;overflow:auto}.reporting-v2-shell .fd .card{flex:1 1 230px;border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);padding:12px 14px}.reporting-v2-shell .fd .muted{color:var(--color-text-secondary)}.reporting-v2-shell .fd .pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;padding:2px 9px;border-radius:10px;white-space:nowrap}.reporting-v2-shell .fd .toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%) translateY(8px);background:var(--color-text-primary);color:var(--color-background-primary);padding:9px 16px;border-radius:var(--border-radius-md);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.reporting-v2-shell .recency-group-row>td{background:#f3f5f8;font-size:12px;padding:7px 12px;border-top:1px solid var(--br)}.reporting-v2-shell .recency-group-rego{font-weight:700;color:#1f2937}.reporting-v2-shell .recency-group-meta{color:var(--mu)}.reporting-v2-shell .recency-item-renewal{color:var(--mu);font-size:11px}.reporting-v2-shell .recency-items-table th.recency-req,.reporting-v2-shell .recency-items-table td.recency-req{text-align:center;width:48px}.reporting-v2-shell .recency-req-check{color:var(--g);font-weight:700}.reporting-v2-shell .recency-items-meta{font-size:12px;color:var(--mu);margin-bottom:8px}.reporting-v2-shell .recency-status-filter{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.reporting-v2-shell .recency-status-chip{border:1px solid var(--br);background:#fff;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600;color:var(--mu);cursor:pointer}.reporting-v2-shell .recency-status-chip:hover{background:#f1f3f6}.reporting-v2-shell .recency-status-chip.is-active{background:#323e3e;color:#fff;border-color:#323e3e}.reporting-v2-shell .recency-status-count{font-weight:700;opacity:.7;margin-left:2px}.reporting-v2-shell .recency-items-table th.recency-num,.reporting-v2-shell .recency-items-table td.recency-num{text-align:right;font-variant-numeric:tabular-nums}.reporting-v2-shell .recency-row{cursor:pointer}.reporting-v2-shell .recency-row:hover{background:#f6f8fb}.reporting-v2-shell .recency-row.is-open{background:#eef4fb}.reporting-v2-shell .recency-row-caret{display:inline-block;width:14px;color:var(--mu);font-size:10px}.reporting-v2-shell .recency-days-neg{color:var(--r);font-weight:600}.reporting-v2-shell .recency-days-warn{color:var(--o);font-weight:600}.reporting-v2-shell .recency-days-none{color:var(--gr)}.reporting-v2-shell .recency-detail-row>td{background:#f8fafc;padding:0}.reporting-v2-shell .recency-detail{display:flex;flex-wrap:wrap;gap:28px;padding:12px 18px 14px 32px}.reporting-v2-shell .recency-detail-field{display:flex;flex-direction:column;gap:2px}.reporting-v2-shell .recency-detail-label{font-size:11px;color:var(--mu)}.reporting-v2-shell .recency-detail-field strong{font-size:13px;color:#1f2937}.reporting-v2-shell .insights-box{padding:20px}.reporting-v2-shell .insights-result{display:flex;flex-direction:column;gap:14px;margin-top:12px}.reporting-v2-shell .ins-h{font-size:13px;font-weight:700;color:var(--bd);margin-bottom:6px}.reporting-v2-shell .ins-section p,.reporting-v2-shell .qa-chat{line-height:1.6}.reporting-v2-shell .ins-section ul,.reporting-v2-shell .qa-asst-bubble ul{margin:6px 0 0;padding-left:18px}.reporting-v2-shell .qa-suggestions{display:flex;gap:6px;flex-wrap:wrap}.reporting-v2-shell .qa-chip{display:inline-flex;align-items:center;padding:4px 11px;background:var(--bp);color:var(--bd);border-radius:20px;border:1px solid #93c5fd;font-size:12px}.reporting-v2-shell .qa-chat{padding:14px;min-height:150px;display:flex;flex-direction:column;gap:10px;background:#f8fafc}.reporting-v2-shell .qa-msg{display:flex}.reporting-v2-shell .qa-user{justify-content:flex-end}.reporting-v2-shell .qa-bubble{max-width:82%;padding:10px 14px;border-radius:12px;font-size:13px}.reporting-v2-shell .qa-user-bubble{background:var(--bd);color:#fff;border-radius:12px 12px 3px}.reporting-v2-shell .qa-asst-bubble{background:#fff;border:1px solid var(--br);color:var(--tx);border-radius:12px 12px 12px 3px}.reporting-v2-shell .qa-input-row{display:flex;gap:8px;background:#fff}.reporting-v2-shell .qa-input{flex:1}.reporting-v2-shell .cw-card-hdr{margin-bottom:8px}.reporting-v2-shell .cw-card-title{font-size:13px;font-weight:600;color:#374151}.reporting-v2-shell .cw-card-actions{display:flex;gap:4px}.reporting-v2-shell .cw-card-btn.del:hover,.reporting-v2-shell .qa-clear:hover{background:var(--rp);color:var(--r);border-color:var(--r)}.reporting-v2-shell .cw-empty{text-align:center;padding:32px 16px;color:var(--mu);font-size:13px;border:2px dashed var(--br);border-radius:8px}@media (max-width: 1100px){.reporting-v2-shell .monthly-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reporting-v2-shell .kgrid{grid-template-columns:repeat(3,minmax(0,1fr))}.reporting-v2-shell .cg3{grid-template-columns:1fr}.reporting-v2-shell .donut-card-body{flex-direction:column;align-items:flex-start}}@media (max-width: 900px){.reporting-v2-shell .dashboard-topbar,.reporting-v2-shell .fbar,.reporting-v2-shell .main{padding-left:16px;padding-right:16px}.reporting-v2-shell .main-dashboard-hero{flex-direction:column}.reporting-v2-shell .main-dashboard-hero-side{width:100%;align-items:stretch}.reporting-v2-shell .main-dashboard-layout-actions{justify-content:space-between}.reporting-v2-shell .main-dashboard-meta{width:100%;min-width:0}.reporting-v2-shell .cg2,.reporting-v2-shell .benchmark-grid,.reporting-v2-shell .main-dashboard-monthly-grid,.reporting-v2-shell .main-dashboard-compare-grid,.reporting-v2-shell .monthly-grid,.reporting-v2-shell .kgrid{grid-template-columns:1fr}.reporting-v2-shell .tbl-toolbar,.reporting-v2-shell .insights-toolbar,.reporting-v2-shell .qa-input-row,.reporting-v2-shell .compare-values,.reporting-v2-shell .dashboard-topbar,.reporting-v2-shell .monthly-card-header,.reporting-v2-shell .monthly-card-tools,.reporting-v2-shell .section-heading{flex-wrap:wrap}.reporting-v2-shell .main-dashboard-section-toolbar{width:100%;margin-left:0;justify-content:flex-start}.reporting-v2-shell .section-threshold-panel{left:0;right:auto}.reporting-v2-shell .timeline-labels{min-height:46px;padding-left:24px;padding-right:20px}.reporting-v2-shell .timeline-label{transform:rotate(-32deg)}}@media (max-width: 640px){.reporting-v2-shell .main-dashboard-meta{grid-template-columns:1fr}.reporting-v2-shell .main-dashboard-reorder-hint{width:100%;justify-content:center}.reporting-v2-shell .main-dashboard-layout-actions,.reporting-v2-shell .section-threshold-control{width:100%}.reporting-v2-shell .section-threshold-button{width:100%;justify-content:center}.reporting-v2-shell .section-threshold-panel{width:100%}.reporting-v2-shell .main-dashboard-gear-button,.reporting-v2-shell .main-dashboard-reset-button{flex:1 1 0;justify-content:center}.reporting-v2-shell .main-dashboard-visibility-actions{flex-direction:column;align-items:stretch}.reporting-v2-shell .main-dashboard-visibility-hint{margin-left:0}}.reporting-v2-shell .hamburger-btn{background:none;border:none;cursor:pointer;padding:6px 8px;display:flex;flex-direction:column;gap:4px;margin-right:8px;border-radius:4px;flex-shrink:0;transition:background .1s}.reporting-v2-shell .hamburger-btn:hover{background:#0000000f}.reporting-v2-shell .hamburger-line{display:block;width:20px;height:2px;background:var(--bd);border-radius:1px}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.nav-drawer{position:fixed;top:0;left:0;height:100%;width:300px;background:#fff;z-index:1000;display:flex;flex-direction:column;overflow:hidden;transform:translate(-100%);transition:transform .2s ease;box-shadow:2px 0 16px #0003;font-family:inherit;font-size:14px}.nav-drawer.nav-drawer-open{transform:translate(0)}.nav-header{background:linear-gradient(to right,#223f7b,#3953a5,#1c75bc);display:flex;align-items:center;justify-content:space-between;padding:0 8px 0 16px;min-height:56px;flex-shrink:0;gap:8px}.nav-logo{max-height:36px;max-width:110px;object-fit:contain}.nav-logo-fallback{color:#fff;font-size:16px;font-weight:700;letter-spacing:.3px;flex:1}.nav-close-btn{background:none;border:none;color:#fffc;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;font-size:14px;flex-shrink:0}.nav-close-btn:hover{background:#ffffff26;color:#fff}.nav-user{background:linear-gradient(to right,#223f7b,#3953a5,#1c75bc);padding:4px 16px 14px;flex-shrink:0}.nav-user-name{color:#fff;font-size:16px;font-weight:700;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-user-loading{height:4px;background:#ffffff4d;border-radius:2px;animation:nav-shimmer 1.2s infinite;width:120px}.nav-quick-actions{display:flex;align-items:stretch;border-bottom:1px solid #e5e7eb;flex-shrink:0}.nav-quick-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 8px;text-decoration:none;color:#111827;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:background .1s}.nav-quick-btn:hover{background:#f3f4f6;color:#111827}.nav-qa-icon{font-size:18px;color:#6b7280;margin-bottom:2px}.nav-qa-divider{width:1px;background:#e5e7eb;flex-shrink:0}.nav-scroll{flex:1;overflow-y:auto;overflow-x:hidden}.nav-scroll::-webkit-scrollbar{width:4px}.nav-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.nav-divider{height:1px;background:#e5e7eb;flex-shrink:0}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;text-align:left;background:none;border:none;cursor:pointer;font-size:14px;color:#111827;text-decoration:none;transition:background .1s;font-family:inherit;box-sizing:border-box}.nav-item:hover{background:#f5f5f5;color:#111827}.nav-item-active{background:#e8f0fe;color:#1a56db;font-weight:600}.nav-item-active:hover{background:#dce7fb;color:#1a56db}.nav-item-no-link{cursor:default}.nav-item-depth-1{padding-left:32px}.nav-item-depth-2{padding-left:48px}.nav-item-depth-3{padding-left:64px}.nav-icon-placeholder{display:inline-block;width:20px;min-width:20px;flex-shrink:0}.nav-item-icon{width:20px;min-width:20px;text-align:center;font-size:15px;color:#6b7280;flex-shrink:0}.nav-item-active .nav-item-icon{color:#1a56db}.nav-item-label{flex:1;min-width:0}.nav-group-trigger{display:flex;align-items:center;gap:12px;width:100%;padding:10px 16px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#111827;text-align:left;transition:background .1s;font-family:inherit;box-sizing:border-box}.nav-group-trigger:hover{background:#f5f5f5}.nav-group-depth-1{padding-left:32px}.nav-group-depth-2{padding-left:48px}.nav-chevron{margin-left:auto;font-size:11px;color:#9ca3af;flex-shrink:0}.nav-loading{display:flex;justify-content:center;padding:20px}.nav-spinner{width:24px;height:24px;border:2px solid #e5e7eb;border-top-color:#2563a8;border-radius:50%;animation:nav-spin .7s linear infinite}.nav-error{display:block;width:100%;padding:12px 16px;font-size:13px;color:#dc2626;background:#fef2f2;border:none;border-left:3px solid #dc2626;margin:8px 0;border-radius:0 4px 4px 0;text-align:left;cursor:pointer;font-family:inherit}.nav-error:hover{background:#fee2e2}.nav-logout{display:flex;align-items:center;gap:16px;padding:14px 16px;background:linear-gradient(to right,#223f7b,#3953a5,#1c75bc);color:#fff;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.8px;flex-shrink:0;transition:filter .15s}.nav-logout:hover{filter:brightness(1.1);color:#fff}@keyframes nav-spin{to{transform:rotate(360deg)}}@keyframes nav-shimmer{0%,to{opacity:.3}50%{opacity:.6}}.reporting-v2-shell .dash-loading,.reporting-v2-shell .dash-empty,.reporting-v2-shell .dash-error{padding:48px 24px;text-align:center;color:var(--mu);font-size:14px;border-radius:10px;margin:8px 0}.reporting-v2-shell .dash-loading:before{content:"";display:block;width:28px;height:28px;border:3px solid var(--bp);border-top-color:var(--bd);border-radius:50%;animation:nav-spin .7s linear infinite;margin:0 auto 12px}.reporting-v2-shell .dash-error{background:var(--rp);color:var(--r);border:1px solid #fca5a5}.reporting-v2-shell .dash-error strong{display:block;font-size:15px;margin-bottom:4px}.reporting-v2-shell .dash-error p{margin:0;font-size:13px;opacity:.85}.reporting-v2-shell .dash-empty{background:var(--grp);border:1px dashed var(--br)}.reporting-v2-shell .db-status-badge{flex-shrink:0;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase}.reporting-v2-shell .db-online{background:var(--gp);color:var(--g);border:1px solid #bbf7d0}.reporting-v2-shell .db-offline{background:var(--rp);color:var(--r);border:1px solid #fca5a5}.reporting-v2-shell .chart-column-red{fill:#dc2626a6}.reporting-v2-shell .series-blue{stroke:#3b82d6;fill:#3b82d6}.reporting-v2-shell .tone-blue{background:var(--bl)}.reporting-v2-shell .tone-green{background:var(--g)}@media (max-width: 1300px){.reporting-v2-shell .dashboard-tab{font-size:12px;padding:8px 12px}}@media (max-width: 900px){.reporting-v2-shell .dashboard-tab-row{flex-wrap:wrap;gap:4px}}.reporting-v2-shell .schedule-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118276b;display:flex;align-items:center;justify-content:center;padding:20px;z-index:50}.reporting-v2-shell .schedule-modal{width:min(1180px,100%);max-height:calc(100vh - 40px);background:#fff;border-radius:22px;border:1px solid #d7e0ea;box-shadow:0 30px 80px #0f172a3d;overflow:hidden;display:flex;flex-direction:column}.reporting-v2-shell .schedule-modal-header{background:var(--bd);color:#fff;padding:24px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.reporting-v2-shell .schedule-modal-title{font-size:24px;font-weight:800}.reporting-v2-shell .schedule-modal-subtitle{margin-top:6px;font-size:13px;color:#fffc}.reporting-v2-shell .schedule-modal-close{border:none;background:transparent;color:#fff;font-size:28px;cursor:pointer}.reporting-v2-shell .schedule-modal-body{padding:24px 28px;overflow-y:auto;display:grid;gap:18px}.reporting-v2-shell .schedule-field{display:grid;gap:8px}.reporting-v2-shell .schedule-label{font-size:13px;font-weight:800;color:var(--bm)}.reporting-v2-shell .schedule-input{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #d7e0ea;border-radius:14px;font-size:16px;color:#243b53;background:#fff}.reporting-v2-shell .schedule-time-input{max-width:280px}.reporting-v2-shell .schedule-recipient-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px}.reporting-v2-shell .schedule-select{border:1px solid #d6dde8;border-radius:12px;padding:12px 14px;font-size:14px;background:#fff;color:#243042}.reporting-v2-shell .schedule-recipient-group{min-width:84px}.reporting-v2-shell .schedule-recipient-group-row{align-items:center}.reporting-v2-shell .schedule-recipient-group-label{font-size:12px;font-weight:700;color:var(--mu);min-width:36px}.reporting-v2-shell .schedule-view-days{margin-top:10px;border:1px solid #e3e9f2;border-radius:12px;padding:10px 12px;background:#f8fafd}.reporting-v2-shell .schedule-view-days-title{font-size:12px;font-weight:700;color:#243042;margin-bottom:8px}.reporting-v2-shell .schedule-view-days-row{display:flex;align-items:center;gap:10px;padding:4px 0}.reporting-v2-shell .schedule-view-days-label{flex:0 0 170px;font-size:12.5px;font-weight:600;color:#243042;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-v2-shell .schedule-view-days-state{font-size:11px;color:var(--mu);min-width:70px}.reporting-v2-shell .schedule-condition-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reporting-v2-shell .schedule-condition-operator{min-width:70px}.reporting-v2-shell .schedule-condition-value{max-width:120px}.reporting-v2-shell .schedule-primary-button,.reporting-v2-shell .schedule-secondary-button,.reporting-v2-shell .schedule-delete-button{border-radius:14px;padding:12px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:.15s ease}.reporting-v2-shell .schedule-primary-button{border:1px solid var(--bd);background:var(--bd);color:#fff}.reporting-v2-shell .schedule-primary-button:hover{background:#173a59}.reporting-v2-shell .schedule-secondary-button{border:1px solid #c6d4e3;background:#fff;color:var(--bd)}.reporting-v2-shell .schedule-secondary-button:hover{background:#eff5fb}.reporting-v2-shell .schedule-delete-button{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c}.reporting-v2-shell .schedule-delete-button:hover{background:#ffe4e6}.reporting-v2-shell .schedule-primary-button:disabled,.reporting-v2-shell .schedule-secondary-button:disabled,.reporting-v2-shell .schedule-delete-button:disabled{opacity:.7;cursor:wait}.reporting-v2-shell .schedule-hint{font-size:12px;color:var(--mu)}.reporting-v2-shell .schedule-chip-row{display:flex;flex-wrap:wrap;gap:8px}.reporting-v2-shell .schedule-chip{border:1px solid #c6d4e3;background:#f8fbff;color:var(--bd);border-radius:999px;padding:8px 12px;font-size:13px;cursor:pointer}.reporting-v2-shell .schedule-chip.is-static{cursor:default}.reporting-v2-shell .schedule-view-grid,.reporting-v2-shell .schedule-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.reporting-v2-shell .schedule-view-option,.reporting-v2-shell .schedule-choice-card{border:1px solid #d7e0ea;background:#fff;border-radius:18px;padding:16px 18px;text-align:left;cursor:pointer;transition:.15s ease;color:#243b53}.reporting-v2-shell .schedule-view-option.is-active,.reporting-v2-shell .schedule-choice-card.is-active{border-color:var(--bd);box-shadow:inset 0 0 0 2px var(--bd);background:#eff5fb}.reporting-v2-shell .schedule-choice-card strong{display:block;font-size:15px;margin-bottom:6px}.reporting-v2-shell .schedule-choice-card span{display:block;font-size:13px;color:var(--mu)}.reporting-v2-shell .schedule-filter-preset{border:1px solid #d7e0ea;border-radius:18px;background:#f8fbff;padding:16px 18px;display:grid;gap:12px}.reporting-v2-shell .schedule-filter-preset-title{font-size:12px;font-weight:800;color:var(--bm);text-transform:uppercase;letter-spacing:.06em}.reporting-v2-shell .schedule-weekday-row{display:flex;flex-wrap:wrap;gap:10px}.reporting-v2-shell .schedule-weekday-button{width:54px;height:54px;border-radius:14px;border:1px solid #d7e0ea;background:#fff;color:#6b7280;font-size:16px;font-weight:800;cursor:pointer}.reporting-v2-shell .schedule-weekday-button.is-active{background:var(--bd);border-color:var(--bd);color:#fff}.reporting-v2-shell .schedule-saved-section{border-top:1px solid #e5ebf1;padding-top:8px;display:grid;gap:12px}.reporting-v2-shell .schedule-saved-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.reporting-v2-shell .schedule-empty{padding:16px 18px;border:1px dashed #cbd5e1;border-radius:16px;color:var(--mu)}.reporting-v2-shell .schedule-saved-list{display:grid;gap:12px}.reporting-v2-shell .schedule-saved-card{border:1px solid #d7e0ea;border-radius:18px;background:#fff;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.reporting-v2-shell .schedule-saved-title{font-size:16px;font-weight:800;color:#243b53}.reporting-v2-shell .schedule-saved-meta{margin-top:6px;font-size:13px;color:var(--mu)}.reporting-v2-shell .schedule-saved-actions{display:flex;flex-wrap:wrap;gap:8px}.reporting-v2-shell .schedule-modal-footer{border-top:1px solid #e5ebf1;padding:18px 28px 22px;display:flex;justify-content:space-between;align-items:center;gap:12px}.reporting-v2-shell .schedule-modal-footer-left,.reporting-v2-shell .schedule-modal-footer-right{display:flex;align-items:center;gap:12px}.reporting-v2-shell .schedule-banner{border-radius:14px;padding:12px 14px;font-size:14px;font-weight:600}.reporting-v2-shell .schedule-banner.is-success{background:#dcfce7;color:#166534}.reporting-v2-shell .schedule-banner.is-error{background:#fee2e2;color:#991b1b}.reporting-v2-shell .sch-btn:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .ai-data-workspace{display:grid;gap:20px;padding:24px}.reporting-v2-shell .ai-data-hero,.reporting-v2-shell .ai-data-panel,.reporting-v2-shell .ai-data-table-card,.reporting-v2-shell .ai-data-chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 18px 45px #0f172a0f}.reporting-v2-shell .ai-data-hero,.reporting-v2-shell .ai-data-panel,.reporting-v2-shell .ai-data-table-card{padding:22px}.reporting-v2-shell .ai-data-kicker,.reporting-v2-shell .ai-data-detail-label,.reporting-v2-shell .ai-data-table-title,.reporting-v2-shell .ai-data-chart-title,.reporting-v2-shell .ai-data-panel-title{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.reporting-v2-shell .ai-data-hero-copy h2{margin:6px 0 8px;font-size:28px;line-height:1.2;color:#0f172a;font-weight:700}.reporting-v2-shell .ai-data-hero-copy p,.reporting-v2-shell .ai-data-panel-subtitle,.reporting-v2-shell .ai-data-approval-note,.reporting-v2-shell .ai-data-results-timestamp{color:#64748b;font-size:14px;line-height:1.5}.reporting-v2-shell .ai-data-question-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:18px}.reporting-v2-shell .ai-data-question-input{min-width:0;padding:14px 16px;border:1px solid #dbe2ea;border-radius:14px;font-size:15px;color:#0f172a;box-shadow:inset 0 1px 2px #0f172a08}.reporting-v2-shell .ai-data-question-input:focus{outline:none;border-color:#323e3e;box-shadow:0 0 0 4px #323e3e1f}.reporting-v2-shell .ai-data-send-button{align-self:center;min-width:44px;min-height:44px;border:1px solid #323E3E;border-radius:12px;background:#fff;color:#323e3e;font-size:16px;line-height:1;font-weight:600;cursor:pointer}.reporting-v2-shell .ai-data-send-button:hover:not(:disabled){background:#323e3e;color:#fff}.reporting-v2-shell .ai-data-send-button:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .ai-data-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.reporting-v2-shell .ai-data-chip,.reporting-v2-shell .ai-data-meta-chip{border:1px solid #d9e1ea;border-radius:999px;background:#f8fafc;color:#475569;padding:8px 12px;font-size:13px}.reporting-v2-shell .ai-data-inline-hint{margin-top:10px;font-size:13px;color:#64748b}.reporting-v2-shell .ai-data-chip.is-static{background:#eae9e5;border-color:#323e3e;color:#323e3e}.reporting-v2-shell .ai-data-chip.is-history{background:#eae9e5;border-color:#7e8484;color:#323e3e}.reporting-v2-shell .ai-data-chip.is-history:before{content:"↺ ";color:#7e8484}.reporting-v2-shell .ai-data-banner{margin-top:16px;border-radius:14px;padding:12px 14px;font-weight:600;font-size:14px}.reporting-v2-shell .ai-data-banner.is-error{background:#fef2f2;color:#b91c1c}.reporting-v2-shell .ai-data-banner.is-warning{background:#fff7ed;color:#9a3412}.reporting-v2-shell .ai-data-banner.is-info{background:#ecfdf5;color:#065f46}.reporting-v2-shell .ai-data-history-toggle{font-weight:600}.reporting-v2-shell .ai-data-history-panel{margin-top:10px;border:1px solid #dbe2ea;border-radius:12px;background:#fff;max-height:260px;overflow-y:auto}.reporting-v2-shell .ai-data-history-row{display:flex;align-items:center;gap:8px;padding:7px 12px;border-bottom:1px dashed #eef2f7}.reporting-v2-shell .ai-data-history-row:last-child{border-bottom:0}.reporting-v2-shell .ai-data-history-question{flex:1 1 auto;text-align:left;border:0;background:transparent;color:#323e3e;font-weight:600;font-size:12.5px;cursor:pointer;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-v2-shell .ai-data-history-question:hover{text-decoration:underline}.reporting-v2-shell .ai-data-history-time{flex:0 0 auto;font-size:11px;color:var(--mu)}.reporting-v2-shell .ai-data-history-star,.reporting-v2-shell .ai-data-history-delete{flex:0 0 auto;border:0;background:transparent;cursor:pointer;font-size:13px;color:var(--mu);padding:0 4px}.reporting-v2-shell .ai-data-history-star.is-on{color:#d97706}.reporting-v2-shell .ai-data-history-delete:hover{color:#dc2626}.reporting-v2-shell .ai-data-results-actions{display:flex;align-items:center;gap:10px}.reporting-v2-shell .ai-data-pin-select{padding:7px 12px;border:1px solid #dbe2ea;border-radius:8px;background:#fff;font-size:12px;font-weight:600;color:var(--bd);cursor:pointer}.reporting-v2-shell .ai-data-pin-select:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .ai-data-followups{margin:6px 0 2px}.reporting-v2-shell .ai-data-sql-card{margin-top:14px}.reporting-v2-shell .ai-data-sql-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.reporting-v2-shell .ai-data-run-sql-button{padding:7px 14px;border:1px solid #323E3E;border-radius:8px;background:#323e3e;color:#fff;font-size:12px;font-weight:600;cursor:pointer}.reporting-v2-shell .ai-data-run-sql-button:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .ai-data-sql-textbox.is-editable{background:#fff;border-color:#c7d4e4}.reporting-v2-shell .ai-data-panel-header,.reporting-v2-shell .ai-data-results-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.reporting-v2-shell .ai-data-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.reporting-v2-shell .ai-data-detail-group{margin-top:16px}.reporting-v2-shell .ai-data-list{margin:8px 0 0;padding-left:20px;color:#334155;font-size:14px;line-height:1.5}.reporting-v2-shell .ai-data-sql{margin:10px 0 0;padding:16px;border-radius:14px;background:#0f172a;color:#dbeafe;overflow-x:auto;font-size:13px;line-height:1.55}.reporting-v2-shell .ai-data-results{display:grid;gap:20px}.reporting-v2-shell .ai-data-chart-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.reporting-v2-shell .ai-data-chart-card{padding:18px 18px 8px}.reporting-v2-shell .ai-data-chart-title,.reporting-v2-shell .ai-data-table-title{margin-bottom:16px}.reporting-v2-shell .ai-data-empty-cell{text-align:center;color:#64748b;padding:30px 12px}.reporting-v2-shell .ai-data-sql-textbox{width:100%;resize:vertical;border:1px solid #dbe2ea;border-radius:12px;padding:14px 16px;background:#f8fafc;color:#0f172a;font-family:Consolas,Courier New,monospace;font-size:13px;line-height:1.55}@media (max-width: 900px){.reporting-v2-shell .ai-data-workspace{padding:16px}.reporting-v2-shell .ai-data-hero,.reporting-v2-shell .ai-data-panel,.reporting-v2-shell .ai-data-table-card{padding:18px;border-radius:18px}.reporting-v2-shell .ai-data-hero-copy h2{font-size:24px}.reporting-v2-shell .ai-data-question-row{grid-template-columns:1fr}.reporting-v2-shell .schedule-modal{max-height:calc(100vh - 16px)}.reporting-v2-shell .schedule-modal-backdrop{padding:8px}.reporting-v2-shell .schedule-recipient-row{grid-template-columns:1fr}.reporting-v2-shell .schedule-saved-card,.reporting-v2-shell .schedule-modal-footer,.reporting-v2-shell .schedule-modal-footer-left,.reporting-v2-shell .schedule-modal-footer-right{display:grid}}body.vellox-theme-body{background:#f7f6f4}.reporting-v2-shell.vellox-theme{--bd: #323E3E;--bm: #465152;--bl: #7E8484;--bp: #EAE9E5;--gr: #465152;--grp: #F7F6F4;--br: #D8D7D2;--tx: #323E3E;--mu: #465152;background:#f7f6f4;color:#323e3e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.reporting-v2-shell.vellox-theme .dashboard-topbar{border-top-color:#323e3e}.reporting-v2-shell.vellox-theme .dashboard-tab{background:#eae9e5;color:#323e3e;border-color:#323e3e;font-family:Inter,sans-serif;font-weight:600}.reporting-v2-shell.vellox-theme .dashboard-tab.is-active{background:#ff3737;color:#fff;border-color:#ff3737}.reporting-v2-shell.vellox-theme .duplicate-button,.reporting-v2-shell.vellox-theme .sch-btn{background:#fff;border:1px solid #323E3E;color:#323e3e;font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .duplicate-button:hover:not(:disabled),.reporting-v2-shell.vellox-theme .sch-btn:hover{background:#eae9e5;border-color:#323e3e;color:#323e3e}.reporting-v2-shell.vellox-theme .pbtn,.reporting-v2-shell.vellox-theme .adv-toggle,.reporting-v2-shell.vellox-theme .wc-btn,.reporting-v2-shell.vellox-theme .tbl-export,.reporting-v2-shell.vellox-theme .period-sel{border-color:#d8d7d2;color:#323e3e;font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .pbtn.active,.reporting-v2-shell.vellox-theme .tbl-tab.on{background:#323e3e;color:#fff;border-color:#323e3e}.reporting-v2-shell.vellox-theme .pbtn:hover,.reporting-v2-shell.vellox-theme .view-tab-copy:hover,.reporting-v2-shell.vellox-theme .tbl-export:hover{background:#eae9e5;border-color:#7e8484;color:#323e3e}.reporting-v2-shell.vellox-theme .adv-toggle.open,.reporting-v2-shell.vellox-theme .adv-toggle:hover,.reporting-v2-shell.vellox-theme .wc-btn.open,.reporting-v2-shell.vellox-theme .wc-btn:hover,.reporting-v2-shell.vellox-theme .insights-btn:hover,.reporting-v2-shell.vellox-theme .qa-send:hover,.reporting-v2-shell.vellox-theme .wc-save:hover{background:#323e3e;color:#fff;border-color:#323e3e}.reporting-v2-shell.vellox-theme .main-dashboard-hero{background:#323e3e;border-radius:12px}.reporting-v2-shell.vellox-theme .main-dashboard-title{font-family:Inter,sans-serif;font-weight:700;font-size:24px;letter-spacing:0}.reporting-v2-shell.vellox-theme .section-heading{border-bottom-color:#d8d7d2}.reporting-v2-shell.vellox-theme .section-label{font-family:Inter,sans-serif;font-weight:700;color:#323e3e}.reporting-v2-shell.vellox-theme .section-handle{background:#eae9e5;border-color:#d8d7d2;color:#465152}.reporting-v2-shell.vellox-theme .title-edit-button{background:#fff;border-color:#d8d7d2;color:#465152}.reporting-v2-shell.vellox-theme .title-edit-button:hover{background:#eae9e5;border-color:#7e8484;color:#323e3e}.reporting-v2-shell.vellox-theme .main-dashboard-reorder-hint{background:#f7f6f4;border-color:#d8d7d2;color:#465152}.reporting-v2-shell.vellox-theme .main-dashboard-filter-pill{background:#eae9e5;color:#323e3e}.reporting-v2-shell.vellox-theme .section-move-button,.reporting-v2-shell.vellox-theme .section-threshold-button{background:#fff;border-color:#d8d7d2;color:#323e3e}.reporting-v2-shell.vellox-theme .section-threshold-button:hover{background:#eae9e5;border-color:#7e8484}.reporting-v2-shell.vellox-theme .adv-add,.reporting-v2-shell.vellox-theme .wc-save,.reporting-v2-shell.vellox-theme .insights-btn,.reporting-v2-shell.vellox-theme .qa-send,.reporting-v2-shell.vellox-theme .section-threshold-save{background:#ff3737;color:#fff;border:1px solid #FF3737;font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .adv-add:hover,.reporting-v2-shell.vellox-theme .wc-save:hover,.reporting-v2-shell.vellox-theme .insights-btn:hover,.reporting-v2-shell.vellox-theme .qa-send:hover,.reporting-v2-shell.vellox-theme .section-threshold-save:hover{background:#ff7878;border-color:#ff7878;color:#fff}.reporting-v2-shell.vellox-theme .ccard,.reporting-v2-shell.vellox-theme .kcard,.reporting-v2-shell.vellox-theme .qcard,.reporting-v2-shell.vellox-theme .tbl-sec,.reporting-v2-shell.vellox-theme .insights-box,.reporting-v2-shell.vellox-theme .qa-wrap,.reporting-v2-shell.vellox-theme .cw-card,.reporting-v2-shell.vellox-theme .compare-card,.reporting-v2-shell.vellox-theme .monthly-card,.reporting-v2-shell.vellox-theme .wc-panel,.reporting-v2-shell.vellox-theme .wc-item{background:#fff;border-color:#d8d7d2}.reporting-v2-shell.vellox-theme .ccard.is-threshold-alert,.reporting-v2-shell.vellox-theme .kcard.is-threshold-alert,.reporting-v2-shell.vellox-theme .qcard.is-threshold-alert,.reporting-v2-shell.vellox-theme .tbl-sec.is-threshold-alert,.reporting-v2-shell.vellox-theme .compare-card.is-threshold-alert,.reporting-v2-shell.vellox-theme .monthly-card.is-threshold-alert{border:2px solid #dc2626;background:linear-gradient(180deg,#fff1f1,#fcdcdc);box-shadow:inset 0 0 0 1px #dc2626,0 0 0 3px #dc262638,0 10px 26px #dc262638}.reporting-v2-shell .ccard.is-threshold-alert:before,.reporting-v2-shell .qcard.is-threshold-alert:before,.reporting-v2-shell .compare-card.is-threshold-alert:before,.reporting-v2-shell .monthly-card.is-threshold-alert:before,.reporting-v2-shell .kcard.is-threshold-alert:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:#dc2626;border-radius:10px 10px 0 0;z-index:1}@media (prefers-reduced-motion: no-preference){.reporting-v2-shell .ccard.is-threshold-alert,.reporting-v2-shell .kcard.is-threshold-alert,.reporting-v2-shell .qcard.is-threshold-alert,.reporting-v2-shell .tbl-sec.is-threshold-alert,.reporting-v2-shell .compare-card.is-threshold-alert,.reporting-v2-shell .monthly-card.is-threshold-alert{animation:thresholdAlertPulse 2.2s ease-in-out infinite}}@keyframes thresholdAlertPulse{0%,to{box-shadow:inset 0 0 0 1px #dc2626,0 0 0 3px #dc262638,0 10px 26px #dc262633}50%{box-shadow:inset 0 0 0 1px #dc2626,0 0 0 5px #dc262657,0 10px 26px #dc262642}}.reporting-v2-shell.vellox-theme .view-tab,.reporting-v2-shell.vellox-theme .view-tab-copy{background:#f7f6f4;border-color:#d8d7d2;color:#465152;font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .view-tab.active{background:#323e3e;color:#fff;border-color:#323e3e}.reporting-v2-shell.vellox-theme .view-tab:hover,.reporting-v2-shell.vellox-theme .view-tab-copy:hover{background:#eae9e5;border-color:#7e8484;color:#323e3e}.reporting-v2-shell.vellox-theme .pills{background:#eae9e5;border-bottom-color:#d8d7d2}.reporting-v2-shell.vellox-theme .pills-lbl{color:#323e3e}.reporting-v2-shell.vellox-theme .pill{background:#fff;border-color:#d8d7d2;color:#323e3e}.reporting-v2-shell.vellox-theme .clear-all{background:#ff3737}.reporting-v2-shell.vellox-theme .dtbl{font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .dtbl th{background:#323e3e;color:#fff;border-bottom-color:#323e3e;font-weight:600}.reporting-v2-shell.vellox-theme .dtbl tbody tr:nth-child(2n) td{background:#f7f6f4}.reporting-v2-shell.vellox-theme .dtbl td{border-bottom-color:#d8d7d2;color:#323e3e}.reporting-v2-shell.vellox-theme .dtbl tr:hover td{background:#eae9e5}.reporting-v2-shell.vellox-theme .tbl-toolbar,.reporting-v2-shell.vellox-theme .qa-input-row,.reporting-v2-shell.vellox-theme .qa-suggestions{background:#f7f6f4;border-bottom-color:#d8d7d2}.reporting-v2-shell.vellox-theme .tbl-tabs{border-color:#d8d7d2}.reporting-v2-shell.vellox-theme .tbl-tab{background:#fff;color:#465152;font-family:Inter,sans-serif}.reporting-v2-shell.vellox-theme .adv-panel,.reporting-v2-shell.vellox-theme .schedule-note{background:#eae9e5;border-bottom-color:#d8d7d2;color:#323e3e}.reporting-v2-shell.vellox-theme .flbl,.reporting-v2-shell.vellox-theme .mini-label,.reporting-v2-shell.vellox-theme .pill-cat,.reporting-v2-shell.vellox-theme .alert-title,.reporting-v2-shell.vellox-theme .compare-label,.reporting-v2-shell.vellox-theme .main-dashboard-meta-label{font-family:Inter,sans-serif;color:#465152}.vellox-theme-toggle{position:fixed;top:14px;right:18px;z-index:9999;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;background:#fff;border:1px solid #D8D7D2;border-radius:999px;box-shadow:0 4px 14px #323e3e1f;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#323e3e;-webkit-user-select:none;user-select:none}.vellox-theme-toggle-label{padding:0 8px;letter-spacing:.04em;text-transform:uppercase}.vellox-theme-toggle-switch{position:relative;width:44px;height:24px;border-radius:999px;background:#d8d7d2;border:none;cursor:pointer;padding:0;transition:background .18s ease}.vellox-theme-toggle-switch.is-on{background:#ff3737}.vellox-theme-toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #323e3e40;transition:transform .18s ease}.vellox-theme-toggle-switch.is-on:after{transform:translate(20px)}.vellox-theme-toggle-state{min-width:60px;text-align:left}.reporting-v2-shell .cw-add-btn{padding:6px 14px;background:var(--bd);color:#fff;border:none;border-radius:7px;cursor:pointer;font-size:12px;font-weight:600}.reporting-v2-shell .cw-add-btn:hover{background:var(--bm)}.reporting-v2-shell .cw-card-sub{font-size:11px;color:var(--mu);margin-top:2px}.reporting-v2-shell .cw-card-body{min-height:200px}.reporting-v2-shell .cw-card-empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--mu);font-size:12px}.reporting-v2-shell .cwb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;z-index:9000;display:none;align-items:center;justify-content:center;padding:16px}.reporting-v2-shell .cwb-overlay.open{display:flex}.reporting-v2-shell .cwb-modal{background:#fff;border-radius:12px;width:100%;max-width:680px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000040}.reporting-v2-shell .cwb-hdr{padding:14px 18px;background:var(--bd);color:#fff;display:flex;align-items:center;justify-content:space-between}.reporting-v2-shell .cwb-hdr h3{font-size:15px;font-weight:600;margin:0}.reporting-v2-shell .cwb-hdr-x{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;opacity:.75;padding:2px 6px}.reporting-v2-shell .cwb-hdr-x:hover{opacity:1}.reporting-v2-shell .cwb-body{padding:16px 18px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:12px}.reporting-v2-shell .cwb-ftr{padding:12px 18px;border-top:1px solid var(--br);display:flex;gap:8px;justify-content:flex-end;background:#fafafa}.reporting-v2-shell .cwb-lbl{font-size:12px;font-weight:600;color:var(--bd);margin-bottom:4px;display:block}.reporting-v2-shell .cwb-inp,.reporting-v2-shell .cwb-sel,.reporting-v2-shell .cwb-textarea{width:100%;padding:8px 10px;border:1px solid var(--br);border-radius:7px;font-size:13px;outline:none;background:#fff;box-sizing:border-box}.reporting-v2-shell .cwb-textarea{font-family:monospace;font-size:12px;resize:vertical;min-height:110px}.reporting-v2-shell .cwb-inp:focus,.reporting-v2-shell .cwb-sel:focus,.reporting-v2-shell .cwb-textarea:focus{border-color:var(--bl)}.reporting-v2-shell .cwb-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.reporting-v2-shell .cwb-tabs{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.reporting-v2-shell .cwb-tab{padding:5px 14px;border:1px solid var(--br);border-radius:6px;background:#fff;font-size:12px;cursor:pointer;color:var(--mu)}.reporting-v2-shell .cwb-tab.on{background:var(--bd);color:#fff;border-color:var(--bd);font-weight:600}.reporting-v2-shell .cwb-colors{display:flex;gap:6px;flex-wrap:wrap;align-items:center;height:100%}.reporting-v2-shell .cwb-swatch{width:24px;height:24px;border-radius:50%;cursor:pointer;border:3px solid transparent;padding:0}.reporting-v2-shell .cwb-swatch.on{border-color:var(--bd)}.reporting-v2-shell .cwb-parse-row{display:flex;gap:8px;align-items:center;margin-top:6px}.reporting-v2-shell .cwb-parse-msg{font-size:12px;color:var(--mu)}.reporting-v2-shell .cwb-col-sel{display:none;gap:8px;margin-top:8px;background:var(--bp);border-radius:7px;padding:8px 10px;font-size:12px;align-items:center;flex-wrap:wrap}.reporting-v2-shell .cwb-col-sel.show{display:flex}.reporting-v2-shell .cwb-sel-inline{width:auto;min-width:120px}.reporting-v2-shell .cwb-manual-tbl{width:100%;border-collapse:collapse;font-size:13px}.reporting-v2-shell .cwb-manual-tbl th{text-align:left;padding:5px 8px;background:var(--grp);font-size:11px;font-weight:700;color:var(--mu);border-bottom:1px solid var(--br)}.reporting-v2-shell .cwb-manual-tbl td{padding:4px}.reporting-v2-shell .cwb-manual-tbl input{width:100%;padding:5px 7px;border:1px solid var(--br);border-radius:5px;font-size:12px;box-sizing:border-box}.reporting-v2-shell .cwb-add-row{margin-top:6px;padding:5px 12px;background:#fff;border:1px dashed var(--bl);color:var(--bm);border-radius:6px;cursor:pointer;font-size:12px;font-weight:600}.reporting-v2-shell .cwb-del-row{padding:4px 8px;background:#fff;border:1px solid var(--br);border-radius:5px;cursor:pointer;color:var(--mu);font-size:12px}.reporting-v2-shell .cwb-del-row:hover{background:var(--rp);color:var(--r);border-color:var(--r)}.reporting-v2-shell .cwb-preview{background:#f8fafc;border-radius:8px;border:1px solid var(--br);padding:12px;min-height:200px}.reporting-v2-shell .cwb-preview-lbl{font-size:11px;font-weight:700;color:var(--mu);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.reporting-v2-shell .cwb-preview-empty{display:flex;align-items:center;justify-content:center;height:180px;color:var(--mu);font-size:12px}.reporting-v2-shell .cwb-sms-note{margin-top:6px;font-size:11px;color:var(--mu)}.reporting-v2-shell .cwb-btn-primary{padding:8px 16px;background:var(--bd);color:#fff;border:none;border-radius:7px;cursor:pointer;font-size:13px;font-weight:600}.reporting-v2-shell .cwb-btn-primary:hover{background:var(--bm)}.reporting-v2-shell .cwb-btn-primary:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .cwb-btn-ghost{padding:8px 14px;background:#fff;color:var(--mu);border:1px solid var(--br);border-radius:7px;cursor:pointer;font-size:13px}.reporting-v2-shell .cwb-btn-ghost:hover{background:var(--grp)}.reporting-v2-shell .custom-range-inputs{display:inline-flex;align-items:center;gap:12px;margin-left:12px;flex-wrap:wrap}.reporting-v2-shell .custom-range-field{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--mu)}.reporting-v2-shell .custom-range-label{font-weight:600}.reporting-v2-shell .custom-range-input{padding:4px 8px;border:1px solid var(--br);border-radius:6px;background:#fff;font-size:13px;color:#1f2937}.reporting-v2-shell .custom-range-hint{font-size:12px;color:var(--r, #dc2626);font-style:italic}.reporting-v2-shell .main-dashboard-compare-range{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.reporting-v2-shell .dashboard-tab-wrap{position:relative}.reporting-v2-shell .dashboard-tab-close{position:absolute;top:2px;right:2px;width:16px;height:16px;border:none;background:#fffc;color:var(--mu);border-radius:50%;font-size:10px;line-height:14px;text-align:center;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease,color .15s ease}.reporting-v2-shell .dashboard-tab-wrap:hover .dashboard-tab-close,.reporting-v2-shell .dashboard-tab-close:focus-visible{opacity:1}.reporting-v2-shell .dashboard-tab-close:hover{background:var(--r, #dc2626);color:#fff}.reporting-v2-shell .dashboard-tab.is-active+.dashboard-tab-close,.reporting-v2-shell .dashboard-tab-wrap.is-drop-target .dashboard-tab-close{background:#ffffffd9}.reporting-v2-shell .qcard-header,.reporting-v2-shell .main-dashboard-compare-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.reporting-v2-shell .cf-workspace{display:grid;grid-template-columns:320px 1fr;gap:16px;padding:16px 24px;align-items:stretch;min-height:calc(100vh - 240px)}.reporting-v2-shell .cf-sidebar{background:#fff;border:1px solid var(--br);border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:10px;position:sticky;top:16px;align-self:start;max-height:calc(100vh - 96px);min-height:0;overflow:hidden}.reporting-v2-shell .cf-sidebar-header h3{margin:0 0 2px;font-size:15px;color:var(--bd)}.reporting-v2-shell .cf-sidebar-subtitle{font-size:11px;color:var(--mu)}.reporting-v2-shell .cf-search,.reporting-v2-shell .cf-module-filter{padding:8px 10px;border:1px solid var(--br);border-radius:7px;font-size:13px}.reporting-v2-shell .cf-legend{display:flex;flex-direction:column;gap:6px;padding:8px 10px;background:#f7f9fc;border:1px solid var(--br);border-radius:7px;font-size:11px;color:var(--mu)}.reporting-v2-shell .cf-legend-row{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:8px;line-height:1.35}.reporting-v2-shell .cf-legend-row .cf-field-kind-badge,.reporting-v2-shell .cf-legend-row .cf-field-merge-suffix{margin-left:0;justify-self:start}.reporting-v2-shell .cf-legend-text{color:#334155}.reporting-v2-shell .cf-legend-text code{font-size:10px;background:#e2e8f0;padding:0 4px;border-radius:3px;color:#1e293b}.reporting-v2-shell .cf-catalog-list{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:12px;padding-right:6px;scrollbar-width:thin;scrollbar-color:#c0cbd9 #f3f5f9}.reporting-v2-shell .cf-catalog-list::-webkit-scrollbar{width:10px}.reporting-v2-shell .cf-catalog-list::-webkit-scrollbar-track{background:#f3f5f9;border-radius:6px}.reporting-v2-shell .cf-catalog-list::-webkit-scrollbar-thumb{background:#c0cbd9;border-radius:6px;border:2px solid #f3f5f9}.reporting-v2-shell .cf-catalog-list::-webkit-scrollbar-thumb:hover{background:#94b5de}.reporting-v2-shell .cf-catalog-group{border:1px solid var(--br);border-radius:8px;overflow:hidden;flex:0 0 auto}.reporting-v2-shell .cf-catalog-group-header{background:#f3f5f9;padding:6px 10px;font-size:11px;font-weight:700;color:var(--bd);text-transform:uppercase;letter-spacing:.04em}.reporting-v2-shell .cf-catalog-group-body{padding:6px;display:flex;flex-direction:column;gap:4px}.reporting-v2-shell .cf-field-chip{display:grid;grid-template-columns:24px 1fr auto auto;align-items:center;gap:6px;padding:6px 8px;border:1px solid var(--br);border-radius:6px;background:#fafbfd;font-size:12px;cursor:grab;transition:background .15s ease,border-color .15s ease}.reporting-v2-shell .cf-field-chip.is-empty .cf-field-label,.reporting-v2-shell .cf-field-chip.is-empty .cf-field-rowcount{opacity:.55}.reporting-v2-shell .cf-field-rowcount{font-size:10px;font-weight:700;color:#1e293b;background:#e2e8f0;border-radius:999px;padding:2px 7px;min-width:22px;text-align:center;font-variant-numeric:tabular-nums}.reporting-v2-shell .cf-field-chip.is-empty .cf-field-rowcount{background:#f3f4f6;color:#6b7280}.reporting-v2-shell .cf-field-chip.is-standard{background:#f0f9ff;border-color:#bae6fd}.reporting-v2-shell .cf-field-chip:hover{background:#eef3fb;border-color:#94b5de}.reporting-v2-shell .cf-field-chip.is-standard:hover{background:#e0f2fe;border-color:#7dd3fc}.reporting-v2-shell .cf-field-chip:active{cursor:grabbing}.reporting-v2-shell .cf-field-kind-badge{display:inline-block;margin-left:6px;padding:1px 5px;border-radius:3px;font-size:9px;font-weight:700;letter-spacing:.04em;vertical-align:middle}.reporting-v2-shell .cf-field-kind-badge.is-standard{background:#0369a1;color:#fff}.reporting-v2-shell .cf-field-kind-badge.is-custom{background:#475569;color:#fff}.reporting-v2-shell .cf-field-merge-suffix{display:inline-block;margin-left:4px;font-size:10px;color:#475569;background:#e2e8f0;border-radius:3px;padding:0 4px;font-weight:600}.reporting-v2-shell .cf-kind-filter{display:inline-flex;border:1px solid var(--br);border-radius:7px;overflow:hidden}.reporting-v2-shell .cf-kind-button{flex:1;padding:6px 0;border:0;background:#fafbfd;font-size:12px;font-weight:600;color:var(--mu);cursor:pointer}.reporting-v2-shell .cf-kind-button.is-active{background:var(--bd);color:#fff}.reporting-v2-shell .cf-field-icon{width:22px;height:22px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:var(--bd);color:#fff;font-size:11px;font-weight:700}.reporting-v2-shell .cf-field-label{font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reporting-v2-shell .cf-field-meta{font-size:10px;color:var(--mu);white-space:nowrap}.reporting-v2-shell .cf-catalog-overflow{padding:8px;font-size:11px;color:var(--mu);font-style:italic}.reporting-v2-shell .cf-loading,.reporting-v2-shell .cf-empty{padding:16px;text-align:center;color:var(--mu);font-size:13px}.reporting-v2-shell .cf-error{padding:8px 10px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:6px;font-size:12px}.reporting-v2-shell .cf-main{display:flex;flex-direction:column;gap:16px;min-width:0}.reporting-v2-shell .cf-builder,.reporting-v2-shell .cf-preview{background:#fff;border:1px solid var(--br);border-radius:12px;padding:16px}.reporting-v2-shell .cf-mode-tabs{display:inline-flex;gap:4px;background:#eef3fb;border:1px solid var(--br);border-radius:8px;padding:4px;align-self:flex-start;margin-bottom:4px}.reporting-v2-shell .cf-mode-tab{padding:6px 18px;border:0;border-radius:6px;background:transparent;font-size:13px;font-weight:600;color:var(--bd);cursor:pointer}.reporting-v2-shell .cf-mode-tab.is-active{background:var(--bd);color:#fff}.reporting-v2-shell .cf-table-row-wrap{margin-bottom:12px}.reporting-v2-shell .cf-table-row-wrap .cf-drop-zone{min-height:64px}.reporting-v2-shell .cf-table-dims{display:grid;grid-template-columns:1fr 1fr;gap:10px}.reporting-v2-shell .cf-table-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}.reporting-v2-shell .cf-link-button,.reporting-v2-shell .cf-save-view-button{padding:6px 12px;border:1px solid var(--br);border-radius:6px;background:#fff;color:var(--bd);font-size:12px;font-weight:600;cursor:pointer}.reporting-v2-shell .cf-save-view-button:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .cf-view-name-input{padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:12px;width:140px}.reporting-v2-shell .cf-saved-views-select{font-size:12px;max-width:180px}.reporting-v2-shell .cf-calc-columns{margin-top:10px}.reporting-v2-shell .cf-calc-row{display:flex;gap:8px;align-items:center}.reporting-v2-shell .cf-calc-label{flex:0 0 220px}.reporting-v2-shell .cf-calc-formula{flex:1 1 auto;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.reporting-v2-shell .cf-table-hint{font-size:11px;color:var(--mu);margin-bottom:8px}.reporting-v2-shell .cf-pivot-table th.cf-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.reporting-v2-shell .cf-pivot-table th.cf-sortable.is-sorted{color:var(--bd)}.reporting-v2-shell .cf-pin-button{border:0;background:transparent;cursor:pointer;font-size:10px;opacity:.25;padding:0 2px;margin-left:2px}.reporting-v2-shell .cf-pivot-table th:hover .cf-pin-button{opacity:.8}.reporting-v2-shell .cf-pin-button.is-on{opacity:1}.reporting-v2-shell .cf-pivot-table th.is-pinned,.reporting-v2-shell .cf-pivot-table td.is-pinned{background:#eef4fb}.reporting-v2-shell .cf-pivot-table th.is-calc,.reporting-v2-shell .cf-pivot-table td.is-calc{background:#f6f2fb}.reporting-v2-shell .cf-field-preview-popup{position:fixed;z-index:1000;width:280px;max-height:250px;overflow:hidden;background:#fff;border:1px solid var(--br);border-radius:10px;box-shadow:0 10px 28px #0f172a2e;padding:12px 14px;pointer-events:none}.reporting-v2-shell .cf-field-preview-title{font-size:13px;font-weight:700;color:#1f2937;display:flex;align-items:center;gap:6px}.reporting-v2-shell .cf-field-preview-meta{font-size:11px;color:var(--mu);margin:4px 0 8px}.reporting-v2-shell .cf-field-preview-loading{font-size:11px;color:var(--mu);font-style:italic}.reporting-v2-shell .cf-field-preview-samples{list-style:none;margin:0;padding:0}.reporting-v2-shell .cf-field-preview-samples li{display:flex;justify-content:space-between;gap:10px;font-size:11.5px;padding:2px 0;border-bottom:1px dashed #edf1f7}.reporting-v2-shell .cf-field-preview-value{color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-v2-shell .cf-field-preview-count{color:var(--mu);flex:0 0 auto}.reporting-v2-shell .cf-table-measures{background:#f7f9fc;border:1px solid var(--br);border-radius:8px;padding:10px;margin-bottom:12px}.reporting-v2-shell .cf-table-measures-header{display:flex;align-items:center;justify-content:space-between;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--mu);margin-bottom:8px}.reporting-v2-shell .cf-add-measure{padding:4px 10px;font-size:12px;font-weight:600;background:var(--bd);color:#fff;border:0;border-radius:6px;cursor:pointer}.reporting-v2-shell .cf-add-measure:disabled{opacity:.5;cursor:not-allowed}.reporting-v2-shell .cf-table-measures-empty{text-align:center;padding:16px;font-style:italic;color:var(--mu)}.reporting-v2-shell .cf-table-measure-row{display:grid;grid-template-columns:1fr 140px 1fr 28px;gap:8px;align-items:stretch;margin-bottom:8px}.reporting-v2-shell .cf-table-measure-zone{min-height:56px;padding:8px}.reporting-v2-shell .cf-table-measure-agg,.reporting-v2-shell .cf-table-measure-label{align-self:center;height:36px;padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:13px}.reporting-v2-shell .cf-table-measure-remove{align-self:center;width:28px;height:28px;border:1px solid var(--br);background:#fff;border-radius:6px;color:var(--mu);cursor:pointer;font-size:16px;line-height:1}.reporting-v2-shell .cf-table-measure-remove:hover{color:#dc2626;border-color:#fecaca}.reporting-v2-shell .cf-pivot-table thead th:first-child{text-align:left}.reporting-v2-shell .cf-builder-header h2{margin:0 0 2px;font-size:16px;color:var(--bd)}.reporting-v2-shell .cf-builder-subtitle{font-size:12px;color:var(--mu);margin-bottom:12px}.reporting-v2-shell .cf-drop-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.reporting-v2-shell .cf-drop-zone{border:2px dashed #b9cbe5;border-radius:10px;padding:12px;min-height:88px;background:#fafbfd;display:flex;flex-direction:column;gap:8px;transition:background .15s ease,border-color .15s ease}.reporting-v2-shell .cf-drop-zone.is-filled{border-style:solid;border-color:#94b5de;background:#eef3fb}.reporting-v2-shell .cf-drop-zone-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--mu);font-weight:700}.reporting-v2-shell .cf-drop-zone-empty{font-size:12px;color:var(--mu);font-style:italic}.reporting-v2-shell .cf-drop-zone-chip{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px}.reporting-v2-shell .cf-drop-zone-field{font-weight:700;font-size:13px;color:var(--bd)}.reporting-v2-shell .cf-drop-zone-meta{font-size:11px;color:var(--mu)}.reporting-v2-shell .cf-drop-zone-remove{background:transparent;border:0;font-size:14px;color:var(--mu);cursor:pointer}.reporting-v2-shell .cf-builder-controls{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;margin-top:8px}.reporting-v2-shell .cf-builder-control{display:flex;flex-direction:column;gap:4px}.reporting-v2-shell .cf-builder-control-label{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--mu);font-weight:700}.reporting-v2-shell .cf-builder-select{padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:13px}.reporting-v2-shell .cf-chart-type-group{display:inline-flex;border:1px solid var(--br);border-radius:7px;overflow:hidden}.reporting-v2-shell .cf-chart-type{padding:6px 12px;border:0;background:#fafbfd;font-size:12px;font-weight:600;color:var(--mu);cursor:pointer}.reporting-v2-shell .cf-chart-type.is-active{background:var(--bd);color:#fff}.reporting-v2-shell .cf-generate-button{padding:8px 16px;background:var(--bd);color:#fff;border:0;border-radius:7px;font-weight:600;cursor:pointer}.reporting-v2-shell .cf-generate-button:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .cf-flip-button{padding:8px 14px;background:#fff;color:var(--bd);border:1px solid var(--br);border-radius:7px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.reporting-v2-shell .cf-flip-button:hover:not(:disabled){background:#f3f5f9;border-color:#94b5de}.reporting-v2-shell .cf-flip-button:disabled{opacity:.4;cursor:not-allowed}.reporting-v2-shell .cf-reset-button{margin-left:auto;padding:8px 14px;background:#fff;color:var(--bd);border:1px solid var(--br);border-radius:7px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.reporting-v2-shell .cf-reset-button:hover:not(:disabled){background:#f3f5f9;border-color:#94b5de}.reporting-v2-shell .cf-reset-button:disabled{opacity:.4;cursor:not-allowed}.reporting-v2-shell .cf-preview-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.reporting-v2-shell .cf-preview-title{flex:1;padding:8px 10px;border:1px solid var(--br);border-radius:7px;font-size:14px}.reporting-v2-shell .cf-save-button,.reporting-v2-shell .cf-save-select{padding:8px 14px;border:1px solid var(--br);background:linear-gradient(180deg,#fafbfd,#f3f5f9);color:var(--bd);font-weight:600;border-radius:7px;cursor:pointer;font-size:13px;min-width:130px}.reporting-v2-shell .cf-save-button:disabled,.reporting-v2-shell .cf-save-select:disabled{opacity:.55;cursor:not-allowed}.reporting-v2-shell .cf-status{padding:8px 10px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:6px;font-size:12px;margin-bottom:12px}.reporting-v2-shell .cf-preview-meta{font-size:11px;color:var(--mu);margin-bottom:8px}.reporting-v2-shell .cf-bridge-note{display:inline;color:#0369a1;background:#e0f2fe;padding:1px 6px;border-radius:4px;margin-left:4px}.reporting-v2-shell .cf-bridge-icon{margin-right:2px;font-weight:700}.reporting-v2-shell .cf-preview-empty{padding:32px;text-align:center;color:var(--mu);font-style:italic}.reporting-v2-shell .cf-data-table{margin-top:16px;border:1px solid var(--br);border-radius:10px;overflow:hidden;background:#fff}.reporting-v2-shell .cf-data-table-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:#f3f5f9;border-bottom:1px solid var(--br)}.reporting-v2-shell .cf-data-table-title{font-size:12px;font-weight:700;color:var(--bd);text-transform:uppercase;letter-spacing:.04em}.reporting-v2-shell .cf-data-export-button{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #a7f3d0;background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46}.reporting-v2-shell .cf-data-export-button:disabled{opacity:.5;cursor:not-allowed}.reporting-v2-shell .cf-data-export-button:hover:not(:disabled){background:linear-gradient(180deg,#d1fae5,#a7f3d0)}.reporting-v2-shell .cf-data-table-scroll{max-height:320px;overflow:auto}.reporting-v2-shell .cf-data-table-grid{width:100%;border-collapse:collapse;font-size:12px}.reporting-v2-shell .cf-data-table-grid th,.reporting-v2-shell .cf-data-table-grid td{padding:6px 10px;text-align:left;border-bottom:1px solid #eaeef4}.reporting-v2-shell .cf-data-table-grid thead th{position:sticky;top:0;background:#f3f5f9;color:#374151;font-weight:700;z-index:1}.reporting-v2-shell .cf-data-table-grid tbody tr:hover{background:#f7fbff}.reporting-v2-shell .cf-data-num{text-align:right;font-variant-numeric:tabular-nums}.reporting-v2-shell .cf-sql summary{cursor:pointer;font-size:11px;color:var(--mu);margin-top:12px}.reporting-v2-shell .cf-sql pre{font-size:11px;background:#f3f5f9;padding:8px;border-radius:6px;white-space:pre-wrap;word-break:break-all;margin-top:6px}.reporting-v2-shell .kcard{position:relative}.reporting-v2-shell .kcard:has(.kpi-threshold.is-open){z-index:50;overflow:visible}.reporting-v2-shell .kpi-threshold{position:absolute;top:6px;right:6px;z-index:5}.reporting-v2-shell .kpi-threshold-button{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 6px;border:1px solid var(--br);border-radius:4px;background:#ffffffd9;color:var(--mu);font-size:11px;font-weight:700;cursor:pointer;line-height:1;opacity:.55;transition:opacity .15s ease,background .15s ease,color .15s ease}.reporting-v2-shell .kcard:hover .kpi-threshold-button,.reporting-v2-shell .kpi-threshold.is-open .kpi-threshold-button,.reporting-v2-shell .kpi-threshold.has-rule .kpi-threshold-button{opacity:1}.reporting-v2-shell .kpi-threshold-button:hover{background:var(--bd);color:#fff;border-color:var(--bd)}.reporting-v2-shell .kpi-threshold.has-rule .kpi-threshold-button{background:#fef3c7;color:#92400e;border-color:#fcd34d}.reporting-v2-shell .kpi-threshold-popover{position:absolute;top:26px;right:0;min-width:220px;background:#fff;border:1px solid var(--br);border-radius:8px;box-shadow:0 8px 22px #0f172a26;padding:10px;z-index:20}.reporting-v2-shell .kpi-threshold-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--mu);margin-bottom:8px}.reporting-v2-shell .kpi-threshold-row{display:flex;gap:6px}.reporting-v2-shell .kpi-threshold-operator,.reporting-v2-shell .kpi-threshold-input{padding:5px 8px;border:1px solid var(--br);border-radius:5px;font-size:13px}.reporting-v2-shell .kpi-threshold-operator{width:64px}.reporting-v2-shell .kpi-threshold-input{flex:1}.reporting-v2-shell .kpi-threshold-actions{display:flex;gap:6px;margin-top:8px;justify-content:flex-end}.reporting-v2-shell .kpi-threshold-save,.reporting-v2-shell .kpi-threshold-clear,.reporting-v2-shell .kpi-threshold-cancel{padding:5px 10px;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid var(--br)}.reporting-v2-shell .kpi-threshold-save{background:var(--bd);color:#fff;border-color:var(--bd)}.reporting-v2-shell .kpi-threshold-clear{background:#fff;color:var(--r, #dc2626);border-color:#fecaca}.reporting-v2-shell .kpi-threshold-clear:disabled{opacity:.45;cursor:not-allowed}.reporting-v2-shell .kpi-threshold-cancel{background:#fff;color:var(--mu)}.reporting-v2-shell .kpi-threshold-hint{font-size:11px;color:var(--mu);margin-top:6px;font-style:italic}.reporting-v2-shell .atg-section{margin-top:18px}.reporting-v2-shell .atg-top-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:8px 0 12px}.reporting-v2-shell .atg-filter{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--mu)}.reporting-v2-shell .atg-filter span{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.reporting-v2-shell .atg-filter select{padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:13px;min-width:160px;background:#fff}.reporting-v2-shell .atg-apply,.reporting-v2-shell .atg-revert,.reporting-v2-shell .atg-export{padding:8px 14px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid var(--br)}.reporting-v2-shell .atg-export{background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46;border-color:#a7f3d0;margin-left:auto}.reporting-v2-shell .atg-export:disabled{opacity:.5;cursor:not-allowed}.reporting-v2-shell .atg-export:hover:not(:disabled){background:linear-gradient(180deg,#d1fae5,#a7f3d0)}.reporting-v2-shell .atg-apply{background:var(--bd);color:#fff;border-color:var(--bd)}.reporting-v2-shell .atg-revert{background:#fff;color:var(--bd)}.reporting-v2-shell .atg-error{padding:8px 10px;background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:6px;font-size:12px;margin:8px 0}.reporting-v2-shell .atg-loading{padding:12px;color:var(--mu);font-style:italic;font-size:12px}.reporting-v2-shell .atg-table-wrap{border:1px solid var(--br);border-radius:8px;overflow-x:auto;background:#fff}.reporting-v2-shell .atg-table{width:100%;border-collapse:collapse;font-size:12px}.reporting-v2-shell .atg-table th,.reporting-v2-shell .atg-table td{padding:7px 10px;border-bottom:1px solid #eaeef4;text-align:left;vertical-align:top}.reporting-v2-shell .atg-table thead th{background:#f3f5f9;color:#374151;font-weight:700;white-space:nowrap}.reporting-v2-shell .atg-group-row th{background:#d8e1ef!important;font-size:11px;text-transform:uppercase;letter-spacing:.04em;text-align:center;padding:4px 8px}.reporting-v2-shell .atg-group-cell{background:#d8e1ef!important}.reporting-v2-shell .atg-head-row th{border-bottom:2px solid var(--bd)}.reporting-v2-shell .atg-th-tiny{width:24px}.reporting-v2-shell .atg-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.reporting-v2-shell .atg-col-filter{width:100%;padding:4px 6px;border:1px solid var(--br);border-radius:4px;font-size:11px}.reporting-v2-shell .atg-filter-row th{padding:4px 6px;background:#fafbfd}.reporting-v2-shell .atg-status-group td{background:#323e3e;color:#fff;font-weight:700;padding:8px 12px;cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .atg-status-group td strong{color:#fff}.reporting-v2-shell .atg-group-toggle{display:inline-block;margin-right:10px;font-size:10px}.reporting-v2-shell .atg-group-count{opacity:.85;font-weight:500;margin-left:6px}.reporting-v2-shell .atg-overdue{background:#ef4444;color:#fff;font-weight:600}.reporting-v2-shell .atg-icon-btn{background:transparent;border:0;color:var(--mu);font-size:16px;cursor:pointer;padding:0 2px}.reporting-v2-shell .atg-icon-btn:hover{color:var(--bd)}.reporting-v2-shell .atg-empty{text-align:center;color:var(--mu);font-style:italic;padding:24px}.reporting-v2-shell .atg-pagination{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:12px;color:var(--mu)}.reporting-v2-shell .atg-pagination button{border:1px solid var(--br);background:#fff;width:28px;height:28px;border-radius:4px;cursor:pointer;font-size:12px}.reporting-v2-shell .atg-pagination button:disabled{opacity:.4;cursor:not-allowed}.reporting-v2-shell .atg-page-size{display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .atg-page-size select{padding:4px 6px;border:1px solid var(--br);border-radius:4px}.reporting-v2-shell .atg-page-num{margin:0 6px}.reporting-v2-shell .atg-page-total{margin-left:auto}.reporting-v2-shell .report-table-shell{display:flex;flex-direction:column;gap:8px}.reporting-v2-shell .report-table-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:4px 0}.reporting-v2-shell .report-table-group-by-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--mu)}.reporting-v2-shell .report-table-group-by-field>span{font-weight:700;text-transform:uppercase;letter-spacing:.04em}.reporting-v2-shell .report-table-group-by-field select{padding:6px 10px;border:1px solid var(--br);border-radius:6px;font-size:13px;min-width:160px;background:#fff;color:var(--tx);font-family:inherit}.reporting-v2-shell .report-table-wrap{border:1px solid var(--br);border-radius:8px;overflow:auto;max-height:620px;background:#fff}.reporting-v2-shell .report-table{width:100%;border-collapse:collapse;font-size:12px}.reporting-v2-shell .report-table-th,.reporting-v2-shell .report-table-cell{padding:7px 10px;border-bottom:1px solid #eaeef4;text-align:left;vertical-align:top}.reporting-v2-shell .report-table-head-row .report-table-th{background:#f3f5f9;color:#374151;font-weight:700;white-space:nowrap;border-bottom:2px solid var(--bd);position:sticky;top:0;z-index:2}.reporting-v2-shell .report-table-th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .report-table-th.sortable:hover{color:var(--bd)}.reporting-v2-shell .report-table-sort-indicator{opacity:.55;font-size:10px;margin-left:4px}.reporting-v2-shell .report-table-filter-row .report-table-filter-th{padding:4px 6px;background:#fafbfd;border-bottom:1px solid var(--br);position:sticky;top:33px;z-index:1}.reporting-v2-shell .report-table-filter-input{width:100%;padding:4px 6px;border:1px solid var(--br);border-radius:4px;font-size:11px;font-family:inherit;background:#fff;color:var(--tx)}.reporting-v2-shell .report-table tbody tr:hover .report-table-cell{background:var(--grp)}.reporting-v2-shell .report-table-group td{background:#323e3e;color:#fff;font-weight:700;padding:8px 12px;-webkit-user-select:none;user-select:none}.reporting-v2-shell .report-table-group td strong{color:#fff}.reporting-v2-shell .report-table-group-count{opacity:.85;font-weight:500;margin-left:6px}.reporting-v2-shell .report-table-empty{text-align:center;color:var(--mu);font-style:italic;padding:24px}.reporting-v2-shell .report-table-pagination{display:flex;align-items:center;gap:8px;padding:8px 4px;font-size:12px;color:var(--mu)}.reporting-v2-shell .report-table-page-size-field{display:inline-flex;align-items:center;gap:6px}.reporting-v2-shell .report-table-page-size-field select{padding:4px 6px;border:1px solid var(--br);border-radius:4px;font-size:12px;background:#fff;color:var(--tx);font-family:inherit}.reporting-v2-shell .report-table-page-btn{border:1px solid var(--br);background:#fff;padding:4px 12px;height:28px;border-radius:4px;cursor:pointer;font-size:12px;color:var(--tx)}.reporting-v2-shell .report-table-page-btn:hover:not(:disabled){background:var(--grp)}.reporting-v2-shell .report-table-page-btn:disabled{opacity:.4;cursor:not-allowed}.reporting-v2-shell .report-table-page-status{margin:0 6px}.reporting-v2-shell .fleet-src{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.reporting-v2-shell .fleet-src-label{font-size:12px;font-weight:600;color:var(--mu)}.reporting-v2-shell .fleet-src-combo{position:relative;display:inline-block}.reporting-v2-shell .fleet-src-input{width:340px;max-width:70vw;padding:5px 8px;border:1px solid var(--br);border-radius:4px;font-size:12px;background:var(--wh);color:var(--tx);font-family:inherit}.reporting-v2-shell .fleet-src-list{position:absolute;top:calc(100% + 2px);left:0;z-index:40;min-width:100%;max-height:260px;overflow-y:auto;margin:0;padding:4px;list-style:none;background:var(--wh);border:1px solid var(--br);border-radius:4px;box-shadow:0 6px 18px #0000001f}.reporting-v2-shell .fleet-src-list li button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:5px 8px;border:0;border-radius:4px;background:transparent;color:var(--tx);font-size:12px;font-family:inherit;text-align:left;cursor:pointer}.reporting-v2-shell .fleet-src-list li button:hover{background:var(--grp)}.reporting-v2-shell .fleet-src-opt-count{color:var(--mu);font-size:11px;flex-shrink:0}.reporting-v2-shell .fleet-src-opt-module{color:var(--mu);font-size:10px;margin-left:6px}.reporting-v2-shell .fleet-src-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 6px 4px 10px;border:1px solid var(--br);border-radius:999px;background:var(--grp);color:var(--tx);font-size:12px;font-weight:600}.reporting-v2-shell .fleet-src-clear{border:0;background:transparent;color:var(--mu);font-size:14px;line-height:1;padding:2px 4px;cursor:pointer;border-radius:999px}.reporting-v2-shell .fleet-src-clear:hover{color:var(--tx);background:var(--wh)}.reporting-v2-shell .fleet-src-caption{font-size:12px;color:var(--mu)}.reporting-v2-shell .heatmap-scroll{overflow-x:auto}.reporting-v2-shell .heatmap-table{border-collapse:separate;border-spacing:3px;width:100%;font-size:12px}.reporting-v2-shell .heatmap-table .heatmap-collabel,.reporting-v2-shell .heatmap-table .heatmap-rowlabel{padding:4px 6px;font-size:11px;font-weight:600;color:var(--mu);white-space:nowrap;text-align:center}.reporting-v2-shell .heatmap-table .heatmap-rowlabel{padding:4px 8px;text-align:right}.reporting-v2-shell .heatmap-cell{min-width:44px;padding:9px 10px;border-radius:5px;text-align:center;font-weight:600;font-variant-numeric:tabular-nums;cursor:default}.reporting-v2-shell .heatmap-cell.is-zero{background:var(--grp)}.reporting-v2-shell .heatmap-cell:hover{outline:2px solid var(--br);outline-offset:-2px}.reporting-v2-shell .heatmap-legend{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:11px;color:var(--mu)}.reporting-v2-shell .heatmap-legend-swatch{width:24px;height:12px;border-radius:2px}.reporting-v2-shell .heatmap-legend-swatch.is-zero{background:var(--grp)}.reporting-v2-shell .heatmap-legend-gap{width:8px}.reporting-v2-shell .widget-resize-handle{position:absolute;right:1px;bottom:1px;width:18px;height:18px;padding:0;border:none;background:transparent;color:var(--mu);font-size:10px;line-height:1;cursor:nwse-resize;opacity:0;transition:opacity .15s ease,color .15s ease;z-index:6;touch-action:none;-webkit-user-select:none;user-select:none}.reporting-v2-shell .ccard:hover .widget-resize-handle,.reporting-v2-shell .kcard:hover .widget-resize-handle,.reporting-v2-shell .qcard:hover .widget-resize-handle,.reporting-v2-shell .monthly-card:hover .widget-resize-handle,.reporting-v2-shell .compare-card:hover .widget-resize-handle,.reporting-v2-shell .cw-card:hover .widget-resize-handle,.reporting-v2-shell .risk-matrix-wrap:hover .widget-resize-handle,.reporting-v2-shell .cf-pivot-export:hover .widget-resize-handle,.reporting-v2-shell .cf-preview-chart:hover .widget-resize-handle,.reporting-v2-shell .cf-data-table:hover .widget-resize-handle{opacity:1}.reporting-v2-shell .widget-resize-handle:hover{color:var(--tx)}.reporting-v2-shell .tile-download-slot{position:absolute;top:6px;right:6px;z-index:4;opacity:0;transition:opacity .15s ease}.reporting-v2-shell .recency-kpi:hover>.tile-download-slot,.reporting-v2-shell .recency-currency-card:hover>.tile-download-slot,.reporting-v2-shell .rra-kpi:hover>.tile-download-slot,.reporting-v2-shell .rra-card:hover>.tile-download-slot,.reporting-v2-shell .ai-data-chart-card:hover>.tile-download-slot,.reporting-v2-shell .ai-data-table-card:hover>.tile-download-slot{opacity:1}.reporting-v2-shell .tile-download-slot .widget-download-button{width:22px;height:22px;font-size:11px}.reporting-v2-shell .recency-kpi,.reporting-v2-shell .recency-currency-card,.reporting-v2-shell .rra-kpi,.reporting-v2-shell .rra-card,.reporting-v2-shell .ai-data-chart-card,.reporting-v2-shell .ai-data-table-card{position:relative}.reporting-v2-shell .qcard .kpi-threshold{position:relative;top:auto;right:auto}.reporting-v2-shell .qcard .kpi-threshold-button{opacity:.55}.reporting-v2-shell .qcard:hover .kpi-threshold-button,.reporting-v2-shell .qcard .kpi-threshold.is-open .kpi-threshold-button,.reporting-v2-shell .qcard .kpi-threshold.has-rule .kpi-threshold-button{opacity:1}.reporting-v2-shell .qcard:has(.kpi-threshold.is-open){z-index:50;overflow:visible}.reporting-v2-shell .tbl-export-button{padding:7px 12px;border-radius:6px;font-size:12.5px;font-weight:600;cursor:pointer;border:1px solid #a7f3d0;background:linear-gradient(180deg,#ecfdf5,#d1fae5);color:#065f46;margin-left:auto}.reporting-v2-shell .tbl-export-button:disabled{opacity:.5;cursor:not-allowed}.reporting-v2-shell .tbl-export-button:hover:not(:disabled){background:linear-gradient(180deg,#d1fae5,#a7f3d0)}.reporting-v2-shell .report-table-columns-picker{position:relative;display:flex;align-items:flex-end}.reporting-v2-shell .report-table-columns-btn{padding:6px 12px;border:1px solid var(--br);border-radius:6px;background:#fff;color:var(--tx);font-size:13px;font-family:inherit;cursor:pointer;white-space:nowrap}.reporting-v2-shell .report-table-columns-btn:hover,.reporting-v2-shell .report-table-columns-btn[aria-expanded=true]{background:var(--grp)}.reporting-v2-shell .report-table-columns-pop{position:absolute;top:calc(100% + 4px);left:0;z-index:40;min-width:210px;max-height:280px;overflow:auto;padding:6px;background:#fff;border:1px solid var(--br);border-radius:8px;box-shadow:0 8px 24px #1118271f}.reporting-v2-shell .report-table-columns-item{display:flex;align-items:center;gap:8px;padding:5px 8px;border-radius:4px;font-size:12px;color:var(--tx);cursor:pointer;-webkit-user-select:none;user-select:none}.reporting-v2-shell .report-table-columns-item:hover{background:var(--grp)}.reporting-v2-shell .report-table-columns-item input[type=checkbox]{margin:0}.reporting-v2-shell .report-table-columns-item input[type=checkbox]:disabled+span{color:var(--mu)}.reporting-v2-shell .report-table-shell :is(select,input,button):focus-visible{outline:2px solid var(--bl);outline-offset:2px;border-color:var(--bd)}.reporting-v2-shell .ai-data-workspace :is(select,input,textarea,button):focus-visible{outline:2px solid var(--bl);outline-offset:2px;border-color:var(--bd)}.session-bar{display:inline-flex;align-items:center;gap:8px;margin-left:12px}.session-bar-user{font-size:12px;font-weight:600;color:#4b5563;white-space:nowrap}.session-bar-logout{font-size:12px;font-weight:600;padding:4px 10px;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#374151;cursor:pointer}.session-bar-logout:hover:not(:disabled){background:#f3f4f6}.session-bar-logout:disabled{opacity:.6;cursor:default}
