:root{--bg: #ffffff;--bg-soft: #f7f8fa;--bg-hover: rgba(99, 91, 255, .04);--text: #1a1a1a;--text-muted: #6b7280;--text-light: #9ca3af;--accent: #635bff;--accent-hover: #5148e0;--accent-soft: #eef0ff;--success: #30b366;--success-text: #147d4c;--warning: #f59e0b;--warning-text: #ab6400;--danger: #ef4444;--info: #3b82f6;--border: #ecedef;--border-soft: #f0f1f3;--radius: 8px;--sidebar-w: 220px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);font-size:14px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}.shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:var(--bg-soft);display:flex;flex-direction:column;padding:16px 12px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:6px 8px 18px;font-weight:700;font-size:16px}.brand .logo{width:28px;height:28px;border-radius:8px;object-fit:cover;display:block}.nav{display:flex;flex-direction:column;gap:2px}.nav a{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:6px;color:var(--text-muted);font-weight:500;transition:background .12s,color .12s}.nav a .fa-fw{width:18px;text-align:center}.nav a:hover{background:var(--bg-hover)}.nav a.active{background:#fff;color:var(--text);box-shadow:0 1px 2px #0000000a}.sidebar .ds-status{margin-top:auto;font-size:11px;color:var(--text-light);padding:8px;display:flex;align-items:center;gap:6px}.dot{width:7px;height:7px;border-radius:50%;background:var(--success);display:inline-block}.main{flex:1;min-width:0}.topbar{display:flex;align-items:center;gap:16px;padding:14px 28px;flex-wrap:wrap}.content{padding:4px 28px 48px;max-width:1280px}.seg{display:inline-flex;background:var(--bg-soft);border-radius:8px;padding:3px;gap:2px}.seg button{border:none;background:transparent;color:var(--text-muted);padding:6px 13px;border-radius:6px;font-size:13px;font-weight:500}.seg button.on{background:#fff;color:var(--text);box-shadow:0 1px 2px #0000000f}.spacer{flex:1}.muted{color:var(--text-muted)}.icon-btn{border:none;background:transparent;color:var(--text-muted);width:34px;height:34px;border-radius:6px}.icon-btn:hover{background:var(--bg-hover)}.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:8px 0 24px}.kpi{background:var(--bg-soft);border-radius:var(--radius);padding:16px 18px;position:relative;min-height:100px}.kpi .k-label{font-size:13px;color:var(--text-muted);display:flex;align-items:center;gap:6px}.kpi .k-label .en{font-size:10px;color:var(--text-light)}.kpi .k-val{font-size:30px;font-weight:700;margin:6px 0 2px;letter-spacing:-.5px}.kpi .k-foot{font-size:12px;color:var(--text-light)}.kpi .delta{font-size:13px;font-weight:600;position:absolute;top:16px;right:18px}.kpi .delta.up{color:var(--success)}.kpi .delta.down{color:var(--danger)}.kpi .spark{position:absolute;right:14px;bottom:12px;width:84px;height:28px}.section-head{display:flex;align-items:center;gap:10px;margin:26px 0 12px}.section-head h2{font-size:16px;font-weight:600;margin:0}.section-head .en{font-size:11px;color:var(--text-light);font-weight:400}.chart-wrap{margin-bottom:8px}.chart-controls{display:flex;gap:10px}table.cmp{width:100%;border-collapse:collapse}table.cmp thead th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-light);font-weight:600;text-align:right;padding:10px 12px;border-bottom:1px solid var(--border)}table.cmp thead th:first-child,table.cmp thead th:nth-child(2){text-align:left}table.cmp tbody td{padding:13px 12px;text-align:right;font-variant-numeric:tabular-nums}table.cmp tbody td:first-child{text-align:left;font-weight:500}table.cmp tbody td:nth-child(2){text-align:left}table.cmp tbody tr{cursor:pointer;transition:background .1s}table.cmp tbody tr:hover{background:var(--bg-hover)}table.cmp tbody tr.zero{color:var(--text-light)}.badge{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:600;padding:2px 9px;border-radius:10px}.badge.web{background:#e7f0ff;color:var(--info)}.badge.ext{background:var(--accent-soft);color:var(--accent)}.badge.web .dot,.badge.ext .dot{width:5px;height:5px}.badge.web .dot{background:var(--info)}.badge.ext .dot{background:var(--accent)}table.cmp.src tbody tr{cursor:default}table.cmp.src tbody td:first-child{font-weight:500}.more-apps{margin:30px 0 34px;background:var(--bg-soft);border-radius:12px;overflow:hidden}.more-apps-head{display:flex;align-items:flex-start;gap:24px;padding:20px 22px 14px;background:var(--bg)}.more-apps-title-line{display:flex;align-items:baseline;gap:10px}.more-apps-title-line h2{margin:0;font-size:17px;font-weight:650}.more-apps-title-line .en{color:var(--text-muted);font-size:12px}.more-apps-controls{display:flex;align-items:center;gap:14px;margin-left:auto}.more-apps-total{color:var(--text-muted);font-size:12px;white-space:nowrap}.more-apps-total strong{margin-left:5px;color:var(--text);font-size:15px;font-variant-numeric:tabular-nums}.more-apps .seg button{min-height:36px}.more-apps-surface-pills{display:flex;flex-wrap:wrap;gap:7px;padding:0 22px 14px;background:var(--bg)}.more-apps-surface-pills .pill{display:inline-flex;align-items:center;gap:6px;background:var(--accent-soft);border-radius:999px;padding:5px 10px;font-size:12px;color:var(--accent-hover)}.more-apps-surface-pills .pill strong{color:inherit;font-variant-numeric:tabular-nums}.more-apps-flow-head,.more-apps-flow-row{display:grid;grid-template-columns:minmax(220px,1fr) 64px minmax(220px,1fr) 90px;align-items:center;column-gap:18px}.more-apps-flow-head{min-height:38px;padding:0 22px;color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.035em}.more-apps-flow-head span:last-child{text-align:right}.more-apps-flow-row{min-height:86px;padding:14px 22px;background:var(--bg);transition:background-color .15s ease}.more-apps-flow-row+.more-apps-flow-row{margin-top:1px}.more-apps-flow-row:hover{background:color-mix(in srgb,var(--accent) 3%,var(--bg))}.more-apps-product{min-width:0;display:flex;align-items:center;gap:13px}.more-apps-logo{width:46px;height:46px;flex:0 0 46px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:var(--accent-soft);color:var(--accent);box-shadow:inset 0 0 0 1px #1a1a1a0f}.more-apps-logo img{width:100%;height:100%;object-fit:cover}.more-apps-logo i{font-size:18px}.more-apps-product-copy{min-width:0;display:flex;flex-direction:column;gap:4px}.more-apps-product-copy .more-apps-role-label{padding:0;background:transparent;border-radius:0;color:var(--accent-hover);font-family:inherit;font-size:12px;font-weight:650;line-height:1.1}.more-apps-product-copy strong,.more-apps-product-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.more-apps-product-copy strong{color:var(--text);font-size:14px;font-weight:600}.more-apps-product-copy span{width:fit-content;max-width:100%;padding:2px 6px;border-radius:4px;background:var(--bg-soft);color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.more-apps-arrow{justify-self:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--text-muted)}.more-apps-arrow i{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--accent-soft);color:var(--accent-hover)}.more-apps-arrow span{font-size:11px;font-weight:600;white-space:nowrap}.more-apps-clicks{display:flex;flex-direction:column;align-items:flex-end;gap:1px;font-variant-numeric:tabular-nums}.more-apps-clicks strong{color:var(--text);font-size:18px;line-height:1.1}.more-apps-clicks span{color:var(--text-muted);font-size:12px}.more-apps-mobile-label{display:none}.more-apps-product-list-head,.more-apps-product-row{display:grid;grid-template-columns:1fr 90px;align-items:center;padding-left:22px;padding-right:22px}.more-apps-product-list-head{min-height:38px;color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.035em}.more-apps-product-list-head span:last-child{text-align:right}.more-apps-product-row{min-height:80px;background:var(--bg)}.more-apps-product-row+.more-apps-product-row{margin-top:1px}.more-apps-product.compact{gap:9px;min-width:190px}.more-apps-product.compact .more-apps-logo{width:34px;height:34px;flex-basis:34px;border-radius:8px}.more-apps-product.compact .more-apps-product-copy strong{font-size:13px}.more-apps-product.compact .more-apps-product-copy span{font-size:11px;padding:0;background:transparent}.more-apps-skeleton{height:260px;margin:0;border-radius:0}.more-apps-empty{padding:46px 18px;background:var(--bg)}table.cmp.more-apps-recent{min-width:940px;background:var(--bg)}table.cmp.more-apps-recent thead th,table.cmp.more-apps-recent tbody td{text-align:left}table.cmp.more-apps-recent tbody td{font-weight:400}table.cmp.utm thead th,table.cmp.utm tbody td{text-align:left}table.cmp.utm thead th:nth-last-child(-n+2),table.cmp.utm tbody td:nth-last-child(-n+2){text-align:right}table.cmp.utm tbody td{font-weight:400}.urlcell{max-width:0;width:60%}.urlcell a{display:block;max-width:560px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:var(--accent)}.urlcell a:hover{text-decoration:underline}.share-bar{display:inline-flex;align-items:center;gap:8px;justify-content:flex-end}.share-bar .track{width:60px;height:5px;border-radius:3px;background:var(--bg-soft);overflow:hidden}.share-bar .fill{height:100%;background:var(--accent);border-radius:3px}.featured-property{margin:8px 0 32px}.featured-property .link-more{font-size:13px;font-weight:500;color:var(--accent);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.featured-property .link-more:hover{text-decoration:underline}.lifecycle-comparison{background:var(--bg-soft);border-radius:var(--radius);padding:18px 20px;margin:8px 0 24px}.lifecycle-chart-head{display:flex;align-items:flex-start;gap:20px;margin-bottom:18px}.lifecycle-chart-head h3{font-size:14px;font-weight:600;margin:0 0 4px}.lifecycle-chart-head .muted{font-size:12px}.lifecycle-summary{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:7px;margin-bottom:18px}.lifecycle-summary>div{padding:13px 16px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.lifecycle-summary span{font-size:12px;color:var(--text-muted)}.lifecycle-summary strong{font-size:22px;font-variant-numeric:tabular-nums}.lifecycle-table-head,.lifecycle-row{display:grid;grid-template-columns:minmax(150px,1.2fr) minmax(130px,1fr) minmax(130px,1fr) 74px;align-items:center;gap:18px}.lifecycle-table-head{color:var(--text-muted);font-size:11px;font-weight:600;padding:0 0 8px}.lifecycle-row{min-height:48px;padding:8px 0;border-top:1px solid var(--border-soft)}.lifecycle-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.lifecycle-metric{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:8px;font-size:12px;font-variant-numeric:tabular-nums}.lifecycle-track{height:6px;background:#e7e8eb;border-radius:3px;overflow:hidden}.lifecycle-track span{display:block;height:100%;min-width:2px;border-radius:inherit}.lifecycle-metric.installed .lifecycle-track span{background:var(--success)}.lifecycle-metric.uninstalled .lifecycle-track span{background:var(--danger)}.installed-text,.lifecycle-net.positive{color:var(--success-text)}.uninstalled-text,.lifecycle-net.negative{color:var(--danger)}.lifecycle-net{text-align:right;font-size:12px;font-variant-numeric:tabular-nums}.lifecycle-empty{background:#fff;border-radius:7px;padding:16px;display:flex;align-items:center;gap:18px}.lifecycle-empty>div:first-child{display:flex;flex-direction:column;gap:4px}.lifecycle-empty strong{font-size:13px}.lifecycle-empty span{color:var(--text-muted);font-size:12px}.lifecycle-range-actions{display:flex;gap:6px;margin-left:auto}.lifecycle-range-actions button{border:none;background:var(--bg-soft);color:var(--text-muted);border-radius:6px;padding:7px 10px;font-weight:600}.lifecycle-range-actions button.on{background:var(--accent-soft);color:var(--accent)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:8px}.list-block h3{font-size:14px;font-weight:600;margin:0 0 12px}.list-row{display:flex;align-items:center;gap:10px;padding:7px 0}.list-row .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.list-row .name.plain{font-family:inherit}.list-row .val{font-variant-numeric:tabular-nums;font-weight:500}.list-row .barbg{width:90px;height:6px;border-radius:3px;background:var(--bg-soft);overflow:hidden}.list-row .barfill{height:100%;background:var(--accent);opacity:.85}.list-children{margin:0 0 4px}.list-row.child{padding:4px 0 4px 14px}.list-row.child .name{color:var(--text-muted);font-size:12px}.list-row.child .val{font-size:12px;color:var(--text-muted)}.list-row.child .barfill{opacity:.55}.settings-wrap{display:grid;grid-template-columns:200px 1fr;gap:36px;margin-top:8px}.settings-nav{display:flex;flex-direction:column;gap:2px}.settings-nav button{text-align:left;border:none;background:transparent;padding:9px 12px;border-radius:6px;color:var(--text-muted);font-size:14px;font-weight:500}.settings-nav button.on{background:var(--bg-soft);color:var(--text)}.field{margin-bottom:26px}.field label.flabel{display:block;font-size:14px;font-weight:600;margin-bottom:8px}.field .hint{font-size:12px;color:var(--text-muted);margin-top:6px}select.input{padding:9px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px;background:#fff;min-width:280px}.btn{border:none;border-radius:6px;padding:9px 16px;font-size:14px;font-weight:500}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent-hover)}.btn.ghost{background:#fff;border:1px solid var(--border);color:var(--text)}.login{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-soft)}.login .card{background:#fff;border-radius:12px;padding:36px;width:360px;box-shadow:0 8px 28px #00000014}.login h1{font-size:20px;margin:0 0 4px;display:flex;align-items:center;gap:10px}.login p{color:var(--text-muted);font-size:13px;margin:0 0 22px}.login input{width:100%;padding:11px 13px;border:1px solid var(--border);border-radius:8px;font-size:14px;margin-bottom:14px}.login input:focus{outline:none;border-color:var(--accent)}.login .err{color:var(--danger);font-size:13px;margin-bottom:12px}.login .btn{width:100%}.skeleton{background:linear-gradient(90deg,var(--bg-soft) 25%,#eef0f2 50%,var(--bg-soft) 75%);background-size:200% 100%;animation:sk 1.4s infinite;border-radius:6px}@keyframes sk{0%{background-position:200% 0}to{background-position:-200% 0}}.center-msg{padding:60px 0;text-align:center;color:var(--text-muted)}@media(max-width:1024px){.kpi-row{grid-template-columns:repeat(2,1fr)}.two-col,.settings-wrap{grid-template-columns:1fr}}@media(max-width:720px){.sidebar{width:64px}.brand span,.nav a span,.sidebar .ds-status span{display:none}.kpi-row{grid-template-columns:1fr 1fr}.content,.topbar{padding-left:14px;padding-right:14px}.table-scroll{overflow-x:auto}.lifecycle-summary{grid-template-columns:1fr}.lifecycle-summary>div{padding:10px 12px}.lifecycle-table-head{display:none}.lifecycle-row{grid-template-columns:1fr 58px;gap:8px 12px}.lifecycle-name{grid-column:1}.lifecycle-net{grid-column:2;grid-row:1}.lifecycle-metric{grid-column:1 / -1;grid-template-columns:64px 1fr}.lifecycle-empty{align-items:flex-start;flex-direction:column}.lifecycle-range-actions{margin-left:0}.more-apps{margin-top:24px}.more-apps-head{padding:18px;flex-direction:column;gap:16px}.more-apps-controls{width:100%;margin-left:0;align-items:flex-start;flex-direction:column}.more-apps .seg{width:100%;overflow-x:auto;justify-content:flex-start}.more-apps .seg button{min-height:44px;flex:0 0 auto}.more-apps-surface-pills{padding:0 18px 14px}.more-apps-surface-pills .pill{min-height:44px;padding:8px 12px}.more-apps-flow-head{display:none}.more-apps-flow-row{grid-template-columns:1fr auto;gap:7px 16px;padding:18px;min-height:0}.more-apps-mobile-label{display:block;grid-column:1;color:var(--text-muted);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.035em}.more-apps-flow-row>.more-apps-product{grid-column:1}.more-apps-arrow{grid-column:1;justify-self:start;margin-left:7px;flex-direction:row}.more-apps-arrow i{transform:rotate(90deg)}.more-apps-clicks{grid-column:2;grid-row:1 / 6;align-self:center}.more-apps-product-list-head{display:none}.more-apps-product-row{min-height:78px;padding:12px 18px}}.mobile-shell-bar,.sidebar-close,.sidebar-backdrop{display:none}.cfh-page{--cfh-slate-1: #fcfcfd;--cfh-slate-2: #f9f9fb;--cfh-slate-3: #f0f0f3;--cfh-slate-6: #d9d9e0;--cfh-slate-7: #cdced6;--cfh-slate-11: #60646c;--cfh-slate-12: #1c2024;--cfh-red-3: #feebec;--cfh-red-9: #e5484d;--cfh-red-11: #ce2c31;--cfh-amber-3: #fff7c2;--cfh-amber-11: #ab6400;--cfh-blue-3: #e6f4fe;--cfh-blue-11: #0d74ce;--cfh-green-3: #e6f6eb;--cfh-green-11: #218358;width:100%;max-width:1240px;padding:20px 32px 64px;color:var(--cfh-slate-12)}.cfh-page button,.cfh-page select,.cfh-page label{-webkit-user-select:none;user-select:none}.skip-link{position:absolute;left:12px;top:-80px;z-index:80;padding:10px 14px;border-radius:6px;background:var(--cfh-slate-12);color:var(--cfh-slate-1)}.skip-link:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cfh-page :is(button,select,input,summary):focus-visible{outline:3px solid rgba(0,144,255,.28);outline-offset:2px}.cfh-primary-controls{display:grid;grid-template-columns:minmax(240px,320px) 1fr auto;align-items:center;gap:20px;margin-bottom:24px}.cfh-plugin-select{min-width:0}.cfh-plugin-select select,.cfh-more-fields :is(select,input){width:100%;min-height:44px;border:1px solid var(--cfh-slate-7);border-radius:7px;background:var(--cfh-slate-1);color:var(--cfh-slate-12);padding:0 36px 0 14px;font:inherit}.cfh-range,.cfh-environment{display:inline-flex;width:fit-content;gap:2px;padding:3px;border-radius:8px;background:var(--cfh-slate-3)}.cfh-range{justify-self:end}.cfh-range button,.cfh-environment button{min-height:38px;border:0;border-radius:6px;padding:0 15px;background:transparent;color:var(--cfh-slate-11);font-size:13px;font-weight:600}.cfh-range button.on,.cfh-environment button.on{background:var(--cfh-slate-1);color:var(--cfh-slate-12);box-shadow:0 1px 2px #1c202414}.cfh-more-button,.cfh-back{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border:1px solid var(--cfh-slate-7);border-radius:7px;padding:0 14px;background:var(--cfh-slate-1);color:var(--cfh-slate-12);font-weight:600}.cfh-more-button:hover{background:var(--cfh-slate-2);border-color:var(--cfh-slate-11)}.cfh-back{border:0;padding:0;color:var(--accent)}.cfh-back:hover,.cfh-row-action:hover{color:var(--accent-hover)}.cfh-dev-notice,.cfh-query-notice{display:flex;align-items:center;gap:9px;margin:-8px 0 20px;padding:10px 12px;border-radius:7px;font-size:13px}.cfh-dev-notice{background:var(--cfh-blue-3);color:var(--cfh-blue-11)}.cfh-query-notice{background:var(--cfh-amber-3);color:var(--cfh-amber-11)}.cfh-conclusion{display:flex;align-items:flex-start;gap:13px;margin-bottom:24px;border-radius:8px;padding:18px 20px;line-height:1.55}.cfh-conclusion>i{margin-top:4px}.cfh-conclusion p{margin:0;font-weight:540}.cfh-conclusion-abnormal{background:var(--cfh-red-3);color:var(--cfh-red-11)}.cfh-conclusion-incomplete_chain{background:var(--cfh-amber-3);color:var(--cfh-amber-11)}.cfh-conclusion-low_sample,.cfh-conclusion-no_data{background:var(--cfh-blue-3);color:var(--cfh-blue-11)}.cfh-conclusion-normal{background:var(--cfh-green-3);color:var(--cfh-green-11)}.cfh-priority-list{overflow:hidden;border:1px solid var(--cfh-slate-6);border-radius:8px;background:var(--cfh-slate-1)}.cfh-priority-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:44px;padding:10px 20px;background:var(--cfh-slate-2)}.cfh-priority-heading h2,.cfh-detail-section h2,.cfh-diagnostic-block h2{margin:0;font-size:13px;font-weight:680}.cfh-priority-heading h2{color:var(--cfh-slate-11);letter-spacing:.02em}.cfh-priority-heading>span{color:var(--cfh-slate-11);font-size:12px;white-space:nowrap}.cfh-flat-row{display:grid;grid-template-columns:minmax(220px,1.35fr) minmax(180px,.85fr) minmax(220px,1.25fr) auto;align-items:center;gap:20px;min-height:76px;padding:14px 20px}.cfh-flat-row+.cfh-flat-row{border-top:1px solid var(--cfh-slate-3)}.cfh-flat-row:hover{background:var(--cfh-slate-2)}.cfh-feature-identity{display:flex;min-width:0;flex-direction:column;gap:7px}.cfh-feature-identity>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.cfh-plain-status{display:inline-flex;align-items:center;gap:7px;width:fit-content;font-size:12px;font-weight:650}.cfh-plain-status>i{font-size:6px}.cfh-plain-status-normal{color:var(--cfh-green-11)}.cfh-plain-status-abnormal{color:var(--cfh-red-11)}.cfh-plain-status-incomplete_chain{color:var(--cfh-amber-11)}.cfh-plain-status-low_sample,.cfh-plain-status-no_data{color:var(--cfh-blue-11)}.cfh-feature-evidence{min-width:0;font-size:13px;font-variant-numeric:tabular-nums}.cfh-feature-summary{min-width:0;overflow:hidden;color:var(--cfh-slate-11);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cfh-feature-summary code{color:var(--cfh-slate-12);font-size:12px}.cfh-row-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;border:1px solid var(--cfh-slate-7);border-radius:7px;padding:0 13px;background:var(--cfh-slate-1);color:var(--cfh-slate-12);font-size:13px;font-weight:650;white-space:nowrap}.cfh-healthy-summary{display:flex;align-items:center;gap:10px;width:100%;min-height:56px;border:0;border-top:1px solid var(--cfh-slate-3);padding:0 20px;background:var(--cfh-slate-2);color:var(--cfh-slate-11);text-align:left}.cfh-healthy-summary>i:first-child,.cfh-all-healthy>i{color:var(--cfh-green-11)}.cfh-healthy-summary>i:last-child{margin-left:auto}.cfh-all-healthy,.cfh-inline-empty-state{display:flex;min-height:96px;align-items:center;justify-content:center;gap:10px;padding:20px;color:var(--cfh-slate-11)}.cfh-inline-empty-state{flex-direction:column}.cfh-inline-empty-state p{margin:0}.cfh-inline-empty-state button{min-height:40px;border:0;background:transparent;color:var(--accent);font-weight:650}.cfh-empty,.cfh-query-error{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:36px 20px;border-radius:9px;background:var(--cfh-slate-2)}.cfh-empty>i,.cfh-query-error>i{margin-bottom:14px;color:var(--cfh-slate-11);font-size:28px}.cfh-empty h1,.cfh-empty h3,.cfh-query-error h1{margin:0 0 7px;font-size:18px}.cfh-empty p,.cfh-query-error p{max-width:560px;margin:0;color:var(--cfh-slate-11);line-height:1.55}.cfh-empty-filter{min-height:230px}.cfh-secondary-action,.cfh-query-error button{min-height:40px;margin-top:18px;border:1px solid var(--cfh-slate-7);border-radius:7px;background:var(--cfh-slate-1);padding:0 14px;color:var(--cfh-slate-12);font-weight:650}.cfh-query-error{max-width:760px;margin:48px 32px}.cfh-query-error button{border:0;background:var(--accent);color:#fff}.cfh-loading{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:96px 32px}.cfh-loading span{height:110px;border-radius:8px;background:var(--bg-soft);animation:cfh-pulse 1.2s ease-in-out infinite alternate}@keyframes cfh-pulse{to{opacity:.45}}.cfh-detail{padding-top:26px}.cfh-back{margin-bottom:18px;padding:0}.cfh-detail-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding-bottom:24px}.cfh-detail-heading h1{margin:0;font-size:clamp(24px,3vw,30px);line-height:1.2;letter-spacing:-.02em;overflow-wrap:anywhere}.cfh-detail-heading p{margin:6px 0 0;color:var(--cfh-slate-11)}.cfh-detail-heading code{display:block;margin-top:7px;color:var(--cfh-slate-11);font-size:12px}.cfh-detail-kpis{display:flex;align-items:flex-start;gap:32px}.cfh-detail-kpis>span{display:flex;flex-direction:column;color:var(--cfh-slate-11);font-size:12px}.cfh-detail-kpis strong{margin-top:5px;color:var(--cfh-slate-12);font-size:23px;font-variant-numeric:tabular-nums}.cfh-detail-kpis small{margin-top:3px}.cfh-detail-section{margin-top:28px}.cfh-trend-bars{display:flex;align-items:flex-end;gap:8px;height:240px;margin-top:18px;padding:18px 14px 0;border-radius:8px;background:var(--cfh-slate-2);overflow-x:auto}.cfh-trend-column{display:grid;grid-template-rows:18px 1fr 24px;gap:5px;align-items:end;min-width:34px;height:100%;text-align:center}.cfh-trend-rate{color:var(--cfh-slate-11);font-size:10px}.cfh-trend-bar{display:flex;align-items:flex-end;justify-content:center;height:100%}.cfh-trend-bar i{display:block;width:14px;min-height:4px;border-radius:3px 3px 0 0;background:var(--accent)}.cfh-trend-column small{color:var(--cfh-slate-11);font-size:10px;white-space:nowrap}.cfh-diagnostic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.cfh-diagnostic-block{min-width:0;border-radius:8px;background:var(--cfh-slate-2);padding:18px}.cfh-breakdown-list{margin-top:12px}.cfh-breakdown-list>div{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px}.cfh-breakdown-list>div+div{border-top:1px solid var(--cfh-slate-3)}.cfh-breakdown-list span{min-width:0}.cfh-breakdown-list span>:is(strong,code,small){display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfh-breakdown-list code{color:var(--cfh-red-11);font-size:11px}.cfh-breakdown-list small{margin-top:3px;color:var(--cfh-slate-11);font-size:11px}.cfh-breakdown-list>div>strong{font-variant-numeric:tabular-nums}.metric-attention,.cfh-breakdown-list strong.attention{color:var(--cfh-red-11)}.cfh-inline-empty{margin:14px 0 0;color:var(--cfh-slate-11)}.cfh-operation-list{margin-top:12px}.cfh-operation-row{display:grid;grid-template-columns:minmax(180px,1fr) 130px 130px 150px;align-items:center;gap:16px;min-height:62px}.cfh-operation-row+.cfh-operation-row{border-top:1px solid var(--cfh-slate-3)}.cfh-operation-row>span:first-child{min-width:0}.cfh-operation-row code,.cfh-operation-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfh-operation-row code{font-size:12px}.cfh-operation-row small,.cfh-operation-row time{margin-top:3px;color:var(--cfh-slate-11);font-size:11px}.cfh-operation-status{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:650}.cfh-operation-status.succeeded{color:var(--cfh-green-11)}.cfh-operation-status.failed{color:var(--cfh-red-11)}.cfh-operation-status.unfinished{color:var(--cfh-amber-11)}.cfh-operation-row button{display:inline-flex;align-items:center;justify-content:flex-end;gap:7px;min-height:40px;border:0;background:transparent;color:var(--accent);font-weight:650}.cfh-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:center;justify-content:center;padding:20px;background:#1c202457}.cfh-dialog{width:min(560px,100%);border-radius:12px;background:var(--cfh-slate-1);box-shadow:0 16px 50px #1c20242e}.cfh-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px}.cfh-dialog-head h2{margin:0;font-size:18px}.cfh-dialog-head p{margin:0 0 4px;color:var(--cfh-slate-11);font-size:12px}.cfh-dialog-head button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border:0;border-radius:7px;background:var(--cfh-slate-3);color:var(--cfh-slate-12)}.cfh-dialog-head button i{font-size:20px}.cfh-rules-copy{padding:0 20px 22px}.cfh-rules-copy p{display:flex;gap:10px;margin:10px 0 0;padding:13px 14px;border-radius:7px;background:var(--cfh-slate-2);line-height:1.55}.cfh-rules-copy p:first-child i{color:var(--cfh-green-11)}.cfh-rules-copy p:nth-child(2) i{color:var(--cfh-amber-11)}.cfh-rules-copy p:nth-child(3) i{color:var(--cfh-blue-11)}.cfh-drawer-overlay{justify-content:flex-end;padding:0}.cfh-drawer{width:min(600px,94vw);height:100%;overflow-y:auto;background:var(--cfh-slate-1);box-shadow:-12px 0 36px #1c202426}.cfh-drawer .cfh-dialog-head{padding:20px 24px}.cfh-more-drawer{width:min(440px,94vw)}.cfh-more-content{padding:0 24px 32px}.cfh-more-content section{padding:20px 0}.cfh-more-content section+section{border-top:1px solid var(--cfh-slate-3)}.cfh-more-content h3{margin:0 0 12px;font-size:14px}.cfh-more-fields{display:grid;gap:14px}.cfh-more-fields label{display:grid;gap:6px;color:var(--cfh-slate-11);font-size:12px;font-weight:600}.cfh-more-fields input{padding-right:14px}.cfh-more-rules p{margin:10px 0 0;color:var(--cfh-slate-11);font-size:13px;line-height:1.55}.cfh-trace-summary{display:flex;flex-direction:column;gap:5px;margin:0 24px;padding:14px;border-radius:8px;background:var(--cfh-slate-2)}.cfh-trace-summary code{overflow-wrap:anywhere}.cfh-trace-summary span{color:var(--cfh-slate-11);font-size:12px}.cfh-stage-list{list-style:none;margin:24px;padding:0}.cfh-stage-list li{position:relative;display:flex;gap:14px;min-height:76px}.cfh-stage-list li:not(:last-child):after{content:"";position:absolute;left:10px;top:27px;bottom:4px;width:1px;background:var(--cfh-slate-6)}.cfh-stage-list li>i{width:21px;padding-top:3px;text-align:center;color:var(--accent);z-index:1}.cfh-stage-list li.succeeded>i{color:var(--cfh-green-11)}.cfh-stage-list li.failed>i{color:var(--cfh-red-11)}.cfh-stage-list li span{display:flex;min-width:0;flex-direction:column;gap:4px}.cfh-stage-list time,.cfh-stage-list small{color:var(--cfh-slate-11);font-size:11px}.cfh-stage-list code{color:var(--cfh-red-11);font-size:11px;overflow-wrap:anywhere}.cfh-metadata{margin:0 24px 28px;border-radius:8px;background:var(--cfh-slate-2);padding:12px 14px}.cfh-metadata summary{min-height:32px;padding-top:7px;font-weight:650;cursor:pointer}.cfh-metadata dl{margin:8px 0 0}.cfh-metadata dl>div{display:grid;grid-template-columns:140px 1fr;gap:12px;padding:7px 0}.cfh-metadata dt{color:var(--cfh-slate-11)}.cfh-metadata dd{margin:0;overflow-wrap:anywhere}.cfh-raw-page{max-width:none;min-width:0}.cfh-raw-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.cfh-raw-header h1{margin:0;font-size:26px;line-height:1.2;letter-spacing:-.02em}.cfh-raw-header h1.cfh-plugin-detail-title{display:flex;align-items:center;gap:11px}.cfh-header-summary{display:flex;align-items:flex-end;flex-direction:column;gap:5px}.cfh-failure-summary{display:inline-flex;min-height:38px;align-items:center;gap:6px;border-radius:7px;padding:0 12px;background:var(--cfh-red-3);color:var(--cfh-red-11);font-size:13px;font-weight:680;white-space:nowrap}.cfh-failure-summary strong{font-size:21px;line-height:1;font-variant-numeric:tabular-nums}.cfh-failure-summary i{margin:0 2px;font-style:normal;opacity:.55}.cfh-total-summary{color:var(--cfh-slate-11);font-size:13px;white-space:nowrap}.cfh-raw-back{margin:0 0 10px;border:0;padding:0;background:transparent;color:var(--accent);font-size:13px;font-weight:600}.cfh-global-status-tags{display:flex;align-items:center;flex-wrap:nowrap;gap:3px;padding:3px;border-radius:7px;background:var(--cfh-slate-3);white-space:nowrap}.cfh-global-status-tags button{min-height:32px;border:0;border-radius:5px;padding:0 11px;background:transparent;color:var(--cfh-slate-11);font-size:13px;font-weight:620;line-height:1;-webkit-user-select:none;user-select:none}.cfh-global-status-tags button strong{margin-left:3px;font-size:14px;font-variant-numeric:tabular-nums}.cfh-global-status-tags button:hover{border-color:var(--cfh-slate-7);color:var(--cfh-slate-12)}.cfh-global-status-tags button.on{background:var(--cfh-slate-1);color:var(--cfh-slate-12);box-shadow:0 1px 2px #1c202414}.cfh-global-status-tags .succeeded.on{border-color:var(--cfh-green-11);background:var(--cfh-green-11);color:#fff}.cfh-global-status-tags .failed.on{border-color:var(--cfh-red-11);background:var(--cfh-red-11);color:#fff}.cfh-raw-controls{display:flex;position:relative;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px;padding-bottom:14px;border-bottom:1px solid var(--cfh-slate-4)}.cfh-high-frequency-controls{display:flex;min-width:0;align-items:center;flex-wrap:wrap;gap:8px}.cfh-high-frequency-controls>label{display:inline-flex;min-height:36px;align-items:center;border:1px solid var(--cfh-slate-6);border-radius:6px;padding-left:10px;color:var(--cfh-slate-11);font-size:12px;font-weight:600}.cfh-high-frequency-controls>label:hover{border-color:var(--cfh-slate-8)}.cfh-high-frequency-controls>label span{white-space:nowrap}.cfh-high-frequency-controls select{min-width:0;min-height:34px;border:0;padding:0 30px 0 6px;background-color:transparent;color:var(--cfh-slate-12);font:inherit;outline:0}.cfh-view-menu{position:relative;flex:0 0 auto;margin-left:auto}.cfh-view-menu-trigger{display:inline-flex;min-height:36px;align-items:center;gap:8px;border:1px solid var(--cfh-slate-6);border-radius:6px;padding:0 12px;background:var(--cfh-slate-1);color:var(--cfh-slate-11);font-size:12px;font-weight:600}.cfh-view-menu-trigger:hover{border-color:var(--cfh-slate-8);background:var(--cfh-slate-2);color:var(--cfh-slate-12)}.cfh-raw-notice{margin:0 0 12px;padding:10px 12px;border-radius:6px;background:var(--cfh-amber-3);color:var(--cfh-amber-11);font-size:13px}.cfh-plugin-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--cfh-slate-6);border-radius:9px;background:var(--cfh-slate-1);scrollbar-gutter:stable}.cfh-plugin-table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:fixed}.cfh-plugin-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.cfh-plugin-table thead{background:var(--cfh-slate-2)}.cfh-plugin-table th{height:42px;padding:0 14px;color:var(--cfh-slate-11);font-size:11px;font-weight:680;text-align:left;white-space:nowrap}.cfh-plugin-table th:nth-child(1){width:20%}.cfh-plugin-table th:nth-child(2){width:15%}.cfh-plugin-table th:nth-child(3){width:16%}.cfh-plugin-table th:nth-child(4){width:27%}.cfh-plugin-table th:nth-child(5){width:14%}.cfh-plugin-table th:nth-child(6){width:8%}.cfh-plugin-table td{height:76px;padding:12px 14px;border-top:1px solid var(--cfh-slate-3);vertical-align:middle}.cfh-plugin-table-row:hover{background:var(--cfh-slate-2)}.cfh-plugin-table-row.has-failure{background:color-mix(in srgb,var(--cfh-red-3) 42%,var(--cfh-slate-1))}.cfh-plugin-table-row.has-failure:hover{background:color-mix(in srgb,var(--cfh-red-3) 62%,var(--cfh-slate-1))}.cfh-plugin-table-row.is-unreported{color:var(--cfh-slate-11);background:var(--cfh-slate-2)}.cfh-plugin-table-row.is-unreported .cfh-project-title-logo{filter:grayscale(.35);opacity:.7}.cfh-plugin-cell{min-width:0}.cfh-plugin-table .cfh-project-title>div{min-width:0}.cfh-plugin-table .cfh-project-title strong{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.cfh-table-feature-select{display:block}.cfh-table-feature-select select{width:100%;min-height:38px;border:1px solid var(--cfh-slate-6);border-radius:6px;padding:0 30px 0 10px;background-color:var(--cfh-slate-1);color:var(--cfh-slate-12);font:inherit;font-size:12px;text-overflow:ellipsis}.cfh-table-event{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:4px 8px;min-width:0}.cfh-table-event>strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cfh-table-event>span:last-child{grid-column:2;overflow:hidden;color:var(--cfh-slate-11);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.cfh-table-event.is-failed>span:last-child{color:var(--cfh-red-11)}.cfh-table-event.is-failed .cfh-event-status{color:var(--cfh-red-11)}.cfh-updated-cell time{color:var(--cfh-slate-11);font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.cfh-plugin-table td.cfh-project-actions{display:table-cell;text-align:right}.cfh-plugin-table td.cfh-project-actions button{min-height:36px;white-space:nowrap}.cfh-plugin-expanded-row>td{height:auto;padding:0;background:var(--cfh-slate-2)}.cfh-plugin-expanded-row .cfh-expanded-events{padding:10px 20px 14px 36%}.cfh-project-list{overflow:hidden;border:1px solid var(--cfh-slate-6);border-radius:9px;background:var(--cfh-slate-1);scrollbar-gutter:stable}.cfh-project-events{min-width:0}.cfh-project-events+.cfh-project-events{border-top:1px solid var(--cfh-slate-3)}.cfh-project-row{display:grid;grid-template-columns:minmax(330px,1.05fr) minmax(320px,1fr) auto;align-items:center;gap:24px;min-height:114px;padding:17px 20px}.cfh-project-row:hover{background:var(--cfh-slate-2)}.cfh-project-primary{min-width:0}.cfh-project-title{display:flex;min-width:0;align-items:center;gap:9px}.cfh-project-title>div{min-width:0}.cfh-project-events h2{overflow:hidden;margin:0;font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.cfh-project-title>div>span{display:block;margin-top:2px;color:var(--cfh-slate-11);font-size:11px}.cfh-project-title-logo{position:relative;display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;overflow:hidden;border-radius:7px;background:var(--cfh-slate-3);color:var(--cfh-slate-11);font-size:12px;font-weight:700}.cfh-project-title-logo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cfh-plugin-detail-title .cfh-project-title-logo{width:36px;height:36px;flex-basis:36px;border-radius:9px;font-size:14px}.cfh-feature-tags{display:flex;align-items:center;flex-wrap:nowrap;gap:8px;margin-top:10px}.cfh-plugin-status-counts{display:flex;flex:0 0 auto;flex-wrap:nowrap;gap:6px}.cfh-plugin-status-counts .cfh-status-tag{display:inline-flex;min-height:30px;align-items:center;gap:4px;border:0;border-radius:999px;padding:0 9px;background:var(--cfh-green-3);color:var(--cfh-green-11);font-size:12px;font-weight:650;line-height:1;-webkit-user-select:none;user-select:none}.cfh-plugin-status-counts .cfh-status-tag.failed{background:var(--cfh-red-3);color:var(--cfh-red-11)}.cfh-plugin-status-counts .cfh-status-tag.zero{background:var(--cfh-slate-3);color:var(--cfh-slate-11)}.cfh-plugin-status-counts .cfh-status-tag strong{color:inherit;font-size:17px;line-height:1;font-variant-numeric:tabular-nums}.cfh-feature-select{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--cfh-slate-6);border-radius:6px;padding-left:10px;color:var(--cfh-slate-11);font-size:12px;font-weight:600}.cfh-feature-select:hover{border-color:var(--cfh-slate-7)}.cfh-feature-select>span{white-space:nowrap}.cfh-feature-select select{width:150px;min-width:0;min-height:32px;border:0;padding:0 30px 0 7px;background-color:transparent;color:var(--cfh-slate-12);font:inherit;outline:0;text-overflow:ellipsis}.cfh-feature-tags button:hover{border-color:var(--cfh-slate-7);color:var(--cfh-slate-12)}.cfh-feature-tags button.on{border-color:var(--accent);background:var(--accent);color:#fff}.cfh-plugin-status-counts .cfh-status-tag.succeeded.on{border-color:var(--cfh-green-11);background:var(--cfh-green-11);color:#fff}.cfh-plugin-status-counts .cfh-status-tag.failed.on{border-color:var(--cfh-red-11);background:var(--cfh-red-11);color:#fff}.cfh-plugin-status-counts .cfh-status-tag.on strong{color:inherit}.cfh-latest-event{min-width:0}.cfh-latest-label{display:block;margin-bottom:6px;color:var(--cfh-slate-11);font-size:11px;font-weight:650}.cfh-event-summary{display:grid;grid-template-columns:auto minmax(110px,.75fr) minmax(130px,1fr) auto;align-items:center;gap:9px;min-width:0}.cfh-event-summary>strong,.cfh-event-context{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cfh-event-summary>strong{font-size:13px}.cfh-event-context{color:var(--cfh-slate-11);font-size:12px}.cfh-event-summary time{color:var(--cfh-slate-11);font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}.cfh-event-status{display:inline-flex;align-items:center;gap:5px;color:var(--cfh-green-11);font-size:12px;font-weight:650;white-space:nowrap}.cfh-event-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.cfh-event-summary.is-failed .cfh-event-status,.cfh-event-summary.is-failed .cfh-event-context{color:var(--cfh-red-11)}.cfh-no-event{color:var(--cfh-slate-11);font-size:12px}.cfh-expanded-events{padding:8px 20px 14px 379px;background:var(--cfh-slate-2)}.cfh-expanded-event{display:grid;grid-template-columns:minmax(300px,1fr) minmax(180px,.75fr);gap:16px;align-items:center;min-height:44px}.cfh-expanded-event+.cfh-expanded-event{border-top:1px solid var(--cfh-slate-3)}.cfh-expanded-event .cfh-event-summary{grid-template-columns:auto minmax(100px,1fr) auto}.cfh-event-error{overflow:hidden;color:var(--cfh-slate-11);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cfh-view-raw{min-height:36px;margin-top:7px;border:0;padding:0;background:transparent;color:var(--accent);font-size:12px;font-weight:650}.cfh-plugin-manager{width:min(1040px,100%);max-height:min(760px,calc(100vh - 40px));overflow:hidden;border-radius:10px;background:var(--cfh-slate-1);box-shadow:0 18px 54px #1c202433}.cfh-plugin-manager>header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--cfh-slate-3)}.cfh-plugin-manager h2{margin:0;font-size:18px}.cfh-plugin-manager>header button{width:36px;height:36px;border:0;border-radius:6px;background:var(--cfh-slate-2);color:var(--cfh-slate-11);font-size:22px}.cfh-plugin-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;max-height:calc(100vh - 190px);overflow-y:auto;padding:18px 20px}.cfh-plugin-grid article{display:grid;min-width:0;min-height:72px;align-items:center;border:1px solid var(--cfh-slate-6);border-radius:8px;padding:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.cfh-plugin-grid article:hover{border-color:var(--cfh-slate-8)}.cfh-plugin-grid article:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cfh-plugin-grid article.is-shown{border-color:color-mix(in srgb,var(--accent) 42%,var(--cfh-slate-6));background:color-mix(in srgb,var(--accent) 9%,var(--cfh-slate-1))}.cfh-plugin-grid article.is-hidden{background:var(--cfh-slate-1);opacity:.58}.cfh-plugin-card-heading{display:flex;min-width:0;align-items:center;gap:10px}.cfh-plugin-card-heading strong{min-width:0;overflow:hidden;display:-webkit-box;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cfh-plugin-logo{position:relative;display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;overflow:hidden;border-radius:9px;background:var(--cfh-slate-3);color:var(--cfh-slate-11);font-size:14px;font-weight:700}.cfh-plugin-logo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cfh-plugin-manager>footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--cfh-slate-3)}.cfh-plugin-manager>footer button{min-height:38px;border:1px solid var(--cfh-slate-7);border-radius:6px;padding:0 14px;background:var(--cfh-slate-1);color:var(--cfh-slate-12);font-weight:600}.cfh-plugin-manager>footer button.primary{border-color:var(--accent);background:var(--accent);color:#fff}.cfh-project-actions{display:flex;align-items:center;gap:12px}.cfh-project-actions span{color:var(--cfh-slate-11);font-size:12px;white-space:nowrap}.cfh-project-actions button{min-height:34px;border:1px solid var(--cfh-slate-7);border-radius:6px;padding:0 10px;background:var(--cfh-slate-1);color:var(--cfh-slate-12);font-size:12px;font-weight:600}.cfh-project-actions button:hover{background:var(--cfh-slate-2)}.cfh-project-actions button:disabled{cursor:not-allowed;opacity:.4}.cfh-raw-table-wrap{width:100%;max-width:100%;overflow-x:auto;border:1px solid var(--cfh-slate-6);border-radius:8px;background:var(--cfh-slate-1)}.cfh-raw-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:12px}.cfh-raw-table th{padding:10px 12px;background:var(--cfh-slate-2);color:var(--cfh-slate-11);cursor:grab;font-weight:650;text-align:left;white-space:nowrap}.cfh-raw-table th:active{cursor:grabbing}.cfh-raw-table td{padding:11px 12px;border-top:1px solid var(--cfh-slate-3);vertical-align:top;white-space:nowrap}.cfh-raw-table tbody tr:hover{background:var(--cfh-slate-2)}.cfh-raw-table tbody tr.cfh-event-failed{background:var(--cfh-red-3)}.cfh-raw-table tbody tr.cfh-event-failed:hover{background:color-mix(in srgb,var(--cfh-red-3) 92%,var(--cfh-red-9))}.cfh-raw-table code{color:inherit;font-size:11px}.cfh-raw-table .cfh-field-metadataJson{min-width:220px;max-width:440px;white-space:normal;overflow-wrap:anywhere;line-height:1.45}.cfh-raw-table .cfh-field-metadataJson code{white-space:pre-wrap}.cfh-clamp{display:flex;width:100%;min-width:0;flex-direction:column;align-items:flex-start;gap:4px}.cfh-clamp-body{min-width:0;max-width:100%;max-height:2.9em;overflow:hidden;overflow-wrap:anywhere;font-size:11px;line-height:1.45;white-space:normal}.cfh-clamp.is-expanded .cfh-clamp-body{max-height:none;overflow:visible}.cfh-clamp-toggle{min-height:24px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-weight:650;-webkit-user-select:none;user-select:none}.cfh-clamp-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cfh-raw-table time{font-variant-numeric:tabular-nums}.cfh-raw-empty{display:flex;min-height:220px;align-items:center;justify-content:center;border:1px solid var(--cfh-slate-6);border-radius:8px;color:var(--cfh-slate-11);font-size:13px}.cfh-raw-empty{flex-direction:column;gap:12px}.cfh-raw-empty button{min-height:40px;border:0;background:transparent;color:var(--accent);font-weight:650}@media(prefers-reduced-motion:reduce){.cfh-loading span{animation:none}}@media(max-width:1024px){.cfh-flat-row{grid-template-columns:minmax(200px,1.2fr) minmax(170px,.8fr) minmax(180px,1fr) auto;gap:14px}.cfh-diagnostic-grid{grid-template-columns:1fr}.cfh-plugin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.shell{display:block}.mobile-shell-bar{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:8px 14px;background:var(--bg-soft)}.mobile-shell-bar>div{display:flex;align-items:center;gap:9px;min-width:0;font-weight:700}.mobile-shell-bar .logo{width:28px;height:28px;border-radius:8px}.mobile-shell-bar button,.sidebar-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:0;border-radius:7px;background:transparent;color:var(--text)}.mobile-shell-bar button i,.sidebar-close i{font-size:22px}.sidebar{position:fixed;inset:0 auto 0 0;z-index:92;display:flex;width:min(300px,86vw);height:100vh;padding:16px 12px;transform:translate(-102%);transition:transform .2s ease-out;box-shadow:12px 0 32px #1c202424}.sidebar.mobile-open{transform:translate(0)}.sidebar .brand span,.sidebar .nav a span,.sidebar .ds-status span{display:inline}.sidebar .brand{padding-right:0}.sidebar-close{margin-left:auto}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:91;display:block;width:100%;height:100%;border:0;background:#1c20244d}.cfh-page{padding:18px 16px 48px}.cfh-raw-header{align-items:flex-start;flex-direction:column;gap:6px}.cfh-raw-header h1{font-size:23px}.cfh-header-summary{width:100%;align-items:flex-start}.cfh-failure-summary{min-height:36px}.cfh-raw-controls{align-items:flex-start;flex-wrap:wrap;gap:10px}.cfh-raw-controls{margin-bottom:14px}.cfh-high-frequency-controls{width:100%}.cfh-global-status-tags{max-width:100%;overflow-x:auto}.cfh-global-status-tags button,.cfh-high-frequency-controls>label{min-height:40px}.cfh-high-frequency-controls select{min-height:38px}.cfh-view-menu{width:auto;margin-left:auto}.cfh-view-menu-trigger{min-height:40px}.cfh-plugin-table-wrap{border-radius:8px}.cfh-plugin-table{min-width:900px}.cfh-plugin-table th:first-child,.cfh-plugin-table td:first-child{position:sticky;left:0;z-index:2;background:var(--cfh-slate-1);box-shadow:1px 0 0 var(--cfh-slate-3)}.cfh-plugin-table th:first-child{z-index:3;background:var(--cfh-slate-2)}.cfh-plugin-table-row.has-failure td:first-child{background:color-mix(in srgb,var(--cfh-red-3) 42%,var(--cfh-slate-1))}.cfh-plugin-table th:nth-child(1){width:190px}.cfh-plugin-table th:nth-child(2){width:150px}.cfh-plugin-table th:nth-child(3){width:170px}.cfh-plugin-table th:nth-child(4){width:250px}.cfh-plugin-table th:nth-child(5){width:135px}.cfh-plugin-table th:nth-child(6){width:90px}.cfh-plugin-table td{height:72px;padding:10px 12px}.cfh-plugin-expanded-row .cfh-expanded-events{min-width:690px;padding:10px 16px 14px 210px}.cfh-project-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px 12px;min-height:0;padding:14px 15px}.cfh-project-primary{grid-column:1 / -1}.cfh-project-events h2{display:-webkit-box;overflow:hidden;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cfh-feature-tags{align-items:center;flex-direction:row}.cfh-feature-select{min-width:0;min-height:40px;flex:1}.cfh-feature-select select{width:100%;min-height:38px}.cfh-latest-label{margin-bottom:5px}.cfh-event-summary{grid-template-columns:auto minmax(0,1fr) auto;gap:7px}.cfh-event-summary .cfh-event-context{grid-column:2 / -1;overflow:hidden;display:-webkit-box;white-space:normal;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cfh-event-summary time{font-size:10px}.cfh-project-actions{width:auto;justify-content:flex-end}.cfh-project-actions button{min-height:44px}.cfh-expanded-events{padding:6px 15px 14px}.cfh-expanded-event{grid-template-columns:1fr;gap:2px;padding:8px 0}.cfh-expanded-event .cfh-event-summary{grid-template-columns:auto minmax(0,1fr) auto}.cfh-event-error{padding-left:51px;white-space:normal;line-height:1.4}.cfh-plugin-grid{grid-template-columns:1fr}.cfh-primary-controls{grid-template-columns:1fr auto;gap:12px;margin-bottom:20px}.cfh-plugin-select{grid-column:1 / -1}.cfh-plugin-select select{min-height:44px;width:100%}.cfh-range{justify-self:start;width:100%}.cfh-range button{min-height:44px;flex:1;padding:0 10px}.cfh-more-button{min-width:44px;min-height:44px;padding:0 12px}.cfh-conclusion{padding:16px}.cfh-priority-heading{align-items:flex-start;min-height:60px;padding:13px 16px}.cfh-priority-heading h2{max-width:68%;line-height:1.4}.cfh-flat-row{display:flex;min-height:0;flex-direction:column;align-items:stretch;gap:10px;padding:16px}.cfh-feature-identity{gap:8px}.cfh-feature-identity>strong{overflow:visible;white-space:normal;line-height:1.4}.cfh-feature-summary{overflow:visible;white-space:normal;line-height:1.45}.cfh-row-action{min-height:44px;margin-top:2px}.cfh-healthy-summary{min-height:60px;padding:0 16px}.cfh-detail-heading{align-items:flex-start;flex-direction:column}.cfh-detail-kpis{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:18px}.cfh-detail-kpis>span:last-child{grid-column:1 / -1}.cfh-operation-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:14px 0}.cfh-operation-row time{grid-column:1}.cfh-operation-row button{grid-column:2;grid-row:2;min-width:44px}.cfh-dialog{max-height:calc(100vh - 32px);overflow-y:auto}.cfh-drawer{width:100%;max-width:none}.cfh-loading{grid-template-columns:1fr 1fr;padding:48px 16px}}
