:root{--bg-app: #0f1419;--bg-panel: #1a2332;--bg-card: #222d3d;--bg-input: #2a3544;--border: #2d3a4d;--text: #e8edf4;--text-muted: #8b9cb3;--accent: #4d9fff;--green: #3dd68c;--amber: #f5a623;--red: #ff6b6b;--sidebar-w: 300px;--right-w: 380px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg-app);color:var(--text);height:100vh;overflow:hidden;font-size:13px}#root{display:flex;flex-direction:column;height:100vh;min-height:0}.app-shell{display:flex;flex:1;min-height:0;overflow:hidden}.app-main{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.topbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--bg-panel);border-bottom:1px solid var(--border);height:52px}.topbar-left,.topbar-right{display:flex;align-items:center;gap:16px}.show-walkthrough{white-space:nowrap}.logo{font-weight:700;font-size:15px;color:var(--accent);letter-spacing:-.02em}button.logo,.brand-home-btn{background:transparent;border:1px solid transparent;cursor:pointer;text-align:left;padding:4px 6px}button.logo:hover,.brand-home-btn:hover{border-color:var(--border);color:var(--accent)}.left-nav-brand .brand-home-btn{flex:1;min-width:0;display:flex;align-items:center}.org,.user-label{color:var(--text-muted);font-size:12px}select,input,textarea,button{font:inherit;color:var(--text);background:var(--bg-input);border:1px solid var(--border);border-radius:6px;padding:6px 10px}button{cursor:pointer}button:hover{border-color:var(--accent)}button.primary{background:var(--accent);color:#0f1419;border-color:var(--accent);font-weight:600}button.ghost{background:transparent}button.chip{font-size:11px;padding:4px 10px;border-radius:999px}.badge{font-size:10px;padding:2px 8px;border-radius:999px;background:var(--bg-input);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.badge.advisory{color:var(--amber);border:1px solid var(--amber)}.badge.shadow{color:var(--text-muted);border:1px solid var(--text-muted)}.badge.gate{color:var(--accent);border:1px solid var(--accent)}.badge.writeback{color:var(--green);border:1px solid var(--green)}.dashboard{flex:1;min-height:0;overflow-y:auto;padding:20px 24px}.kpi-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.kpi-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;padding:14px 20px;min-width:140px}.kpi-card.warn{border-color:var(--amber)}.kpi-card.error{border-color:var(--red)}.kpi-value{font-size:22px;font-weight:700}.kpi-label{font-size:11px;color:var(--text-muted);margin-top:2px}.facility-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.facility-card{background:var(--bg-panel);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.facility-card-head{display:flex;justify-content:space-between;align-items:center}.facility-stats{display:flex;flex-wrap:wrap;gap:10px;font-size:12px;color:var(--text-muted)}.state-chips{display:flex;flex-wrap:wrap;gap:6px}.state-chips .chip{font-size:10px;padding:2px 8px;border-radius:999px;background:var(--bg-input);border:1px solid var(--border)}.state-chips .chip.cause{border-color:var(--amber);color:var(--amber)}.workspace{display:flex;flex:1;min-height:0}.sidebar{width:var(--sidebar-w);min-width:240px;min-height:0;background:var(--bg-panel);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:width .2s,min-width .2s}.sidebar.collapsed{width:48px;min-width:48px;overflow:hidden}.sidebar.collapsed .sidebar-header{justify-content:center;padding:12px 4px}.sidebar-header{padding:12px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.worklist-heading{display:flex;flex-direction:column;gap:2px;min-width:0}.worklist-heading span{color:var(--text-muted);font-size:10px;font-weight:400}.tabs{display:flex;gap:4px;padding:8px 12px;border-bottom:1px solid var(--border)}.tab{flex:1;text-align:center;padding:6px 4px;font-size:11px;background:transparent;border:none;color:var(--text-muted);border-bottom:2px solid transparent;border-radius:0}.tab.active{color:var(--accent);border-bottom-color:var(--accent)}.filters{padding:8px 12px;display:flex;gap:6px;flex-wrap:wrap}.session-list{flex:1;min-height:0;overflow-y:auto;padding:8px}.session-card{padding:10px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;margin-bottom:6px;cursor:pointer}.session-card:hover{border-color:var(--accent)}.session-card.selected{border-color:var(--accent);background:#263044}.session-card .name{font-weight:600;margin-bottom:4px}.session-card .meta{font-size:11px;color:var(--text-muted);display:flex;flex-wrap:wrap;gap:8px;align-items:center}.facility-meta{margin-top:4px}.dot{width:8px;height:8px;border-radius:50%;display:inline-block}.dot.review{background:var(--amber)}.dot.active{background:var(--accent)}.dot.error{background:var(--red)}.dot.done{background:var(--green)}.center{flex:1;display:flex;flex-direction:column;min-width:320px;min-height:0;overflow:hidden;background:var(--bg-app)}.center-header{flex-shrink:0;padding:12px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.readiness{font-size:12px;color:var(--text-muted)}.readiness strong{color:var(--text)}.chat{flex:1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.bubble{max-width:92%;padding:12px 14px;border-radius:10px;line-height:1.5;font-size:13px}.bubble.assistant{background:var(--bg-card);border:1px solid var(--border);align-self:flex-start}.bubble.user{background:#323d4f;align-self:flex-end}.bubble .label{font-size:10px;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.bubble p{margin:0 0 8px}.bubble p:last-child{margin-bottom:0}.bubble code{background:#00000040;padding:1px 4px;border-radius:4px;font-size:12px}.chat-input{flex-shrink:0;padding:12px 16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:8px}.chat-input-row{display:flex;gap:8px}.chat-input-row input{flex:1}.chips{display:flex;flex-wrap:wrap;gap:6px}.right-panel{min-width:280px;max-width:560px;min-height:0;background:var(--bg-panel);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;position:relative;flex-shrink:0}.resize-handle{position:absolute;left:-3px;top:0;bottom:0;width:6px;cursor:col-resize;z-index:2}.right-header{flex-shrink:0;padding:12px 14px;border-bottom:1px solid var(--border);font-weight:600;display:flex;flex-direction:column;gap:6px}.claim-access-badge{align-self:flex-start;border:1px solid var(--accent);border-radius:999px;color:var(--accent);font-size:10px;font-weight:600;padding:2px 7px;text-transform:uppercase;letter-spacing:.04em}.claim-source-note{padding:9px 14px;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:10px;line-height:1.4}.sections{flex:1;min-height:0;overflow-y:auto;padding:12px}.section{margin-bottom:14px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.section-head{padding:8px 12px;background:var(--bg-card);display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.section-head .led{width:8px;height:8px;border-radius:50%}.led.pass{background:var(--green)}.led.warn{background:var(--amber)}.led.fail{background:var(--red)}.section-body{padding:12px;display:none}.section.open .section-body{display:block}.field{margin-bottom:10px}.field label{display:block;font-size:11px;color:var(--text-muted);margin-bottom:4px}.field-value{width:100%;min-height:31px;padding:7px 9px;border:1px solid var(--border);border-radius:6px;background:#2a354473;overflow-wrap:anywhere}.field.mismatch .field-value{border-color:var(--red)}.field .hint{font-size:10px;color:var(--red);margin-top:4px}.xwalk-card{margin-bottom:14px;border:1px solid var(--border);border-left:3px solid var(--red);border-radius:8px;background:var(--bg-card);padding:12px}.xwalk-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:6px;margin-bottom:10px}.xwalk-rule-name{font-weight:600;font-size:12px}.xwalk-pill{flex-shrink:0;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:600;white-space:nowrap}.xwalk-pill-pos{color:var(--green);border:1px solid var(--green)}.xwalk-pill-neg{color:var(--red);border:1px solid var(--red)}.xwalk-pill-plain{color:var(--text-muted);border:1px solid var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.xwalk-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px}.xwalk-cell{min-width:0;border:1px solid var(--border);border-radius:6px;background:#2a354473;padding:7px 9px}.xwalk-cell-label{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:3px}.xwalk-cell-value{font-size:13px;font-weight:600;overflow-wrap:anywhere}.xwalk-neq{color:var(--red);font-size:18px;font-weight:700;line-height:1}.xwalk-evidence{margin-top:10px;border-left:3px solid var(--green);background:#3dd68c14;border-radius:0 6px 6px 0;padding:7px 9px;font-size:11px;line-height:1.45}.seq-section{margin-bottom:14px;border:1px solid var(--border);border-radius:8px;overflow:hidden}.seq-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg-card);border:none;border-radius:0;color:var(--text);font-weight:600;font-size:12px;text-align:left;cursor:pointer}.seq-toggle:hover{color:var(--accent)}.seq-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.seq-caret{color:var(--text-muted);font-size:10px}.seq-body{padding:12px;border-top:1px solid var(--border)}.seq-option{border:1px solid var(--border);border-radius:6px;background:#2a354473;padding:9px 10px;margin-bottom:8px}.seq-option-suppressed{opacity:.6}.seq-option-head{display:flex;align-items:center;flex-wrap:wrap;gap:6px;margin-bottom:6px}.seq-label{font-weight:600;font-size:12px;margin-right:auto}.seq-pill{border-radius:999px;padding:1px 7px;font-size:10px;font-weight:600;white-space:nowrap}.seq-pill-full{color:var(--green);border:1px solid var(--green)}.seq-pill-partial{color:var(--amber);border:1px solid var(--amber)}.seq-pill-none{color:var(--text-muted);border:1px solid var(--text-muted)}.seq-pill-suppressed{color:var(--text-muted);border:1px solid var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.seq-deltas{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px}.seq-delta{display:inline-flex;align-items:baseline;gap:4px}.seq-money{font-weight:700;font-size:13px}.seq-money-pos{color:var(--green)}.seq-money-neg{color:var(--red)}.seq-option-suppressed .seq-money{text-decoration:line-through}.seq-delta-unit{font-size:10px;color:var(--text-muted)}.seq-exposure-label{font-size:10px;color:var(--red)}.seq-suppress-reason{margin-top:6px;font-size:11px;color:var(--text-muted);line-height:1.4}.seq-apply-note{margin-top:6px;font-size:10px;color:var(--text-muted)}.seq-caption{margin-top:4px;font-size:10px;color:var(--text-muted);font-style:italic}.seq-loading,.seq-error{font-size:11px;color:var(--text-muted);padding:4px 0 10px}.seq-error{color:var(--red)}.right-actions{flex-shrink:0;padding:12px;border-top:1px solid var(--border);display:flex;gap:8px;flex-wrap:wrap}.claim-access-note{color:var(--text-muted);font-size:11px;padding:4px 2px}.empty-state{color:var(--text-muted);padding:24px;text-align:center}.logout-btn{position:fixed;bottom:8px;left:8px;z-index:10;font-size:11px;opacity:.6}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-app)}.login-card{width:360px;padding:32px;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:14px}.login-card h1{color:var(--accent);font-size:22px}.login-sub{color:var(--text-muted);margin-bottom:8px}.login-card label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted)}.login-field{display:flex;flex-direction:column;gap:6px}.login-card input{width:100%;padding:10px 12px;color:var(--text);background:var(--bg-app);border:1px solid var(--border);border-radius:7px}.login-card input:focus{outline:2px solid color-mix(in srgb,var(--accent) 55%,transparent);border-color:var(--accent)}.password-field{position:relative;display:block}.password-field input{padding-right:44px}.password-visibility-toggle{position:absolute;top:50%;right:7px;width:32px;height:32px;padding:6px;transform:translateY(-50%);display:grid;place-items:center;color:var(--text-muted);background:transparent;border:0;border-radius:6px;cursor:pointer}.password-visibility-toggle:hover{color:var(--text);background:color-mix(in srgb,var(--accent) 12%,transparent)}.password-visibility-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.password-visibility-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.login-error{color:var(--red);font-size:12px}.login-hint{font-size:11px;color:var(--text-muted);text-align:center}.role-select-page{position:relative;min-height:100vh;overflow-y:auto;padding:40px 28px 56px;background:radial-gradient(ellipse at top left,rgba(77,159,255,.12),transparent 50%),radial-gradient(ellipse at bottom right,rgba(61,214,140,.08),transparent 45%),var(--bg-app)}.role-select-hero{max-width:920px;margin:0 auto 28px}.role-select-hero h1{font-size:34px;letter-spacing:-.03em;color:var(--accent);margin-bottom:8px}.role-select-hero p{color:var(--text-muted);font-size:15px;max-width:520px}.persona-grid{max-width:980px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.persona-card{text-align:left;display:flex;flex-direction:column;gap:8px;padding:18px 16px;background:var(--bg-panel);border:1px solid var(--border);border-radius:12px;min-height:168px}.persona-card:hover{border-color:var(--accent);transform:translateY(-1px)}.persona-card:disabled{opacity:.7}.persona-label{font-size:15px;font-weight:700;color:var(--text)}.persona-title{font-size:12px;color:var(--accent)}.persona-summary{font-size:12px;color:var(--text-muted);line-height:1.45;flex:1}.persona-cta{font-size:11px;color:var(--green);font-weight:600;margin-top:4px}.left-nav{width:220px;flex-shrink:0;background:#121820;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0;transition:width .18s ease}.left-nav.collapsed{width:56px}.left-nav-brand{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 10px;border-bottom:1px solid var(--border);min-height:52px}.left-nav-brand .brand-home-btn{flex:1;min-width:0;display:flex;align-items:center;color:inherit}.left-nav-brand .brand-home-btn strong{color:var(--accent)}.left-nav-role{display:flex;flex-direction:column;gap:2px;min-width:0}.left-nav-role strong{font-size:13px;color:var(--accent)}.left-nav-role span{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-collapse-btn{font-size:12px;padding:4px 8px;letter-spacing:.04em}.left-nav-items{flex:1;overflow-y:auto;padding:8px 6px;display:flex;flex-direction:column;gap:4px}.left-nav-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;background:transparent;border:1px solid transparent;color:var(--text-muted);padding:8px 10px;border-radius:8px}.left-nav-item:hover{color:var(--text);border-color:var(--border)}.left-nav-item.active{color:var(--text);background:var(--bg-card);border-color:var(--accent)}.nav-icon{width:28px;height:28px;border-radius:6px;background:var(--bg-input);display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.nav-label{font-size:12px}.left-nav-footer{padding:10px;border-top:1px solid var(--border)}.switch-role-btn{width:100%;font-size:11px}.role-landing{padding-bottom:40px}.role-landing-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.role-landing-head h1{font-size:22px;margin-bottom:4px}.role-landing-head p{color:var(--text-muted);max-width:640px}.role-readonly-note{margin-top:16px;color:var(--text-muted);font-size:12px;font-style:italic}.role-section{margin-bottom:22px}.role-section h2{font-size:14px;margin-bottom:10px;color:var(--text)}.analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;margin-bottom:18px}.bar-list,.queue-list{display:flex;flex-direction:column;gap:6px}.bar-row,.queue-row,.trend-row{display:grid;grid-template-columns:1.2fr 1fr 1fr auto;gap:10px;align-items:center;padding:10px 12px;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;color:var(--text);text-align:left;font-size:12px}.bar-row{grid-template-columns:110px 1fr auto}.queue-row.static{cursor:default}.queue-row.severity-critical{border-color:var(--red)}.queue-row.severity-major{border-color:var(--amber)}.queue-name{font-weight:600}.mds-task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.mds-task-card{display:flex;flex-direction:column;gap:6px;min-height:128px;padding:14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-panel);color:var(--text);text-align:left}.mds-task-card:hover{border-color:var(--accent)}.mds-task-action{color:var(--accent);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.mds-task-status{margin-top:auto;color:var(--text-muted);font-size:11px}.mds-exception-detail{color:var(--red)}.bar-track{height:8px;background:var(--bg-input);border-radius:999px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--green))}.trend-table{display:flex;flex-direction:column;gap:6px}.case-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--bg-panel)}.case-summary .case-k{display:block;font-size:10px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.primary-next-action{padding:10px 14px;border-bottom:1px solid var(--border);background:#4d9fff14;display:flex;flex-direction:column;gap:2px}.primary-next-action span{font-size:10px;color:var(--text-muted);text-transform:uppercase}.primary-next-action strong{color:var(--accent)}.walkthrough-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:auto}.walkthrough-focus{position:fixed;z-index:1001;border:2px solid var(--accent);border-radius:10px;box-shadow:0 0 0 9999px #05090eb8,0 0 0 5px #4d9fff33;pointer-events:none}.walkthrough-bubble{position:fixed;z-index:1002;padding:18px;border:1px solid var(--accent);border-radius:12px;background:var(--bg-panel);box-shadow:0 18px 55px #00000080;pointer-events:auto}.walkthrough-bubble h2{margin:4px 0 8px;font-size:18px}.walkthrough-bubble p{color:var(--text-muted);line-height:1.5}.walkthrough-progress{color:var(--accent);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.walkthrough-actions{display:flex;justify-content:space-between;gap:10px;margin-top:18px}.walkthrough-arrow{position:absolute;width:0;height:0;transform:translate(-50%)}.walkthrough-arrow.up{top:-13px;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:13px solid var(--accent)}.walkthrough-arrow.down{bottom:-13px;border-left:12px solid transparent;border-right:12px solid transparent;border-top:13px solid var(--accent)}@media(max-width:900px){.left-nav:not(.collapsed){width:180px}.case-summary{grid-template-columns:repeat(2,1fr)}.bar-row,.queue-row,.trend-row{grid-template-columns:1fr 1fr}.walkthrough-bubble{width:calc(100vw - 32px)!important;left:16px!important}}.catch-kpi-row{margin-bottom:14px}.catch-num{font-variant-numeric:tabular-nums}.catch-kpi-green{border-color:var(--green)}.catch-kpi-green .kpi-value{color:var(--green)}.catch-kpi-red{border-color:var(--red)}.catch-kpi-red .kpi-value{color:var(--red)}.catch-notes{margin-bottom:20px;padding:14px 16px;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px}.catch-capture-note{font-size:14px;font-weight:600;line-height:1.5;margin-bottom:8px}.catch-honesty-note{color:var(--text-muted);font-size:11px;line-height:1.5;margin-top:4px}.catch-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}.catch-meta{color:var(--text-muted);font-size:11px}.catch-download:focus-visible,.batch-approve-btn:focus-visible,.batch-open:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.catch-row{display:grid;grid-template-columns:1fr 1.4fr auto auto 1.2fr auto auto;gap:10px;align-items:center;padding:10px 12px;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;font-size:12px}.catch-rule{color:var(--text-muted)}.catch-pill{font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px;border:1px solid var(--text-muted);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;justify-self:start;white-space:nowrap}.catch-sev-critical{border-color:var(--red);color:var(--red)}.catch-sev-major{border-color:var(--amber);color:var(--amber)}.catch-sev-minor{border-color:var(--text-muted);color:var(--text-muted)}.catch-state-open{border-color:var(--amber);color:var(--amber)}.catch-state-resolved{border-color:var(--green);color:var(--green)}.catch-cf-chip{font-size:11px;padding:2px 8px;border-radius:999px;border:1px solid var(--accent);color:var(--accent);justify-self:start;white-space:nowrap}.catch-cf-none,.catch-date{color:var(--text-muted);font-size:11px}.catch-dollars{font-variant-numeric:tabular-nums;font-weight:600;text-align:right;min-width:88px}.catch-pos{color:var(--green)}.catch-neg{color:var(--red)}.batch-toolbar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:10px}.batch-select-all{display:inline-flex;align-items:center;gap:8px;font-size:12px;cursor:pointer}.batch-check{width:16px;height:16px;padding:0;margin:0;accent-color:var(--accent);cursor:pointer}.batch-check:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.batch-check:disabled{cursor:not-allowed;opacity:.4}.batch-error{color:var(--red);font-size:12px;margin-bottom:8px}.batch-row{display:grid;grid-template-columns:auto 1.2fr 1fr 1fr auto;gap:10px;align-items:center;padding:10px 12px;background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;font-size:12px}.batch-row-approved{border-color:var(--green)}.batch-row-rejected{border-color:var(--red)}.batch-open{background:transparent;border:none;border-radius:4px;padding:0;color:var(--text);font-weight:600;text-align:left;cursor:pointer}.batch-open:hover{color:var(--accent)}.batch-readiness{font-variant-numeric:tabular-nums}.batch-result{grid-column:1 / -1;font-size:11px}.batch-result-ok{color:var(--green)}.batch-result-fail{color:var(--red)}@media(max-width:900px){.catch-row,.batch-row{grid-template-columns:auto 1fr 1fr}}.finding-list{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.finding-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);font-size:12px}.finding-pill{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:999px;flex-shrink:0}.finding-pill-critical{color:var(--red);border:1px solid var(--red)}.finding-pill-major{color:var(--amber);border:1px solid var(--amber)}.finding-pill-minor{color:var(--text-muted);border:1px solid var(--text-muted)}.finding-name{font-weight:600;margin-right:auto}.finding-chip{font-size:10px;padding:3px 8px;border-radius:999px;background:#ff6b6b26;color:var(--red);border:1px solid rgba(255,107,107,.4)}.finding-money{font-weight:700;font-variant-numeric:tabular-nums}.finding-money-pos{color:var(--green)}.finding-money-neg{color:var(--red)}.receipt-block{flex-shrink:0;margin:0 12px 12px;padding:12px 14px;border:1px dashed var(--border);border-radius:8px;background:var(--bg-card);font-family:Consolas,monospace;font-size:11px}.receipt-row{display:flex;justify-content:space-between;gap:12px;padding:3px 0;border-bottom:1px solid rgba(45,58,77,.6)}.receipt-row:last-of-type{border-bottom:none}.receipt-key{color:var(--text-muted);flex-shrink:0}.receipt-value{color:var(--text);text-align:right;overflow-wrap:anywhere}.receipt-caption{margin-top:8px;color:var(--text-muted);font-style:italic;text-align:center}.wl-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:8px 12px;border-bottom:1px solid var(--border)}.wl-filter-chip{font-size:10px;padding:3px 9px;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-muted);cursor:pointer}.wl-filter-chip:hover{border-color:var(--accent);color:var(--text)}.wl-filter-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.wl-filter-chip-active{background:#4d9fff26;border-color:var(--accent);color:var(--accent)}.wl-filter-x{font-size:10px}.wl-filter-clear{background:transparent;border:none;padding:3px 4px;color:var(--text-muted);font-size:10px;text-decoration:underline;cursor:pointer}.wl-filter-clear:hover{color:var(--accent)}.wl-filter-clear:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ci-view{display:flex;flex-direction:column;gap:18px;padding-bottom:40px}.ci-mono{font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-variant-numeric:tabular-nums}.ci-tile-row{margin-bottom:0}.ci-tile-review{border-color:var(--amber)}.ci-tile-note{font-size:10px;color:var(--text-muted);margin-top:4px;line-height:1.35}.ci-badge{display:inline-block;padding:1px 6px;border-radius:10px;font-size:10px;letter-spacing:.02em;white-space:nowrap}.beta-login-card{margin:0 auto 16px}.demo-persona-heading{margin:28px auto 14px;text-align:center;color:var(--text-muted);font-size:12px}.ci-badge-review{color:var(--amber);border:1px solid var(--amber);background:#f5a62314}.ci-warning-strip{border:1px solid var(--amber);border-radius:8px;background:#f5a6230f;padding:10px 12px}.ci-warning-strip-head{font-size:12px;font-weight:600;color:var(--amber);margin-bottom:8px}.ci-warning-list{list-style:none;display:flex;flex-direction:column;gap:6px}.ci-warning-row{display:flex;gap:8px;align-items:baseline}.ci-warning-message{font-size:11px;color:var(--text-muted);line-height:1.45}.ci-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:10px}.ci-filter{display:flex;flex-direction:column;gap:4px;font-size:10px;color:var(--text-muted)}.ci-filter select{min-width:180px;padding:5px 8px}.ci-filter-wide select{min-width:520px;max-width:100%}.ci-count{font-size:11px;color:var(--text-muted);margin-left:auto}.ci-table-scroll{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.ci-table{width:100%;border-collapse:collapse;font-size:12px}.ci-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:8px 10px;background:var(--bg-panel);border-bottom:1px solid var(--border);position:sticky;top:0}.ci-table td{padding:8px 10px;border-bottom:1px solid var(--border);vertical-align:top}.ci-row{cursor:pointer}.ci-row:hover{background:var(--bg-card)}.ci-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.ci-row-selected{background:#263044}.ci-row-payer{font-weight:600}.ci-row-sub{font-size:10px;color:var(--text-muted);line-height:1.4}.ci-row-id{font-size:10px;color:var(--text-muted);overflow-wrap:anywhere}.ci-outcome{display:flex;gap:6px;align-items:baseline;margin-bottom:3px}.ci-provenance{border-top:1px solid var(--border);padding-top:14px}.ci-provenance h2{font-size:14px;margin-bottom:10px}.ci-provenance .receipt-value{font-size:11px}.ci-empty{padding:32px 24px;max-width:640px}.ci-empty h2{font-size:16px;margin-bottom:8px}.ci-empty p{color:var(--text-muted);line-height:1.5;margin-bottom:10px}.ci-code{background:var(--bg-input);border:1px solid var(--border);border-radius:6px;padding:8px 10px;font-family:ui-monospace,Cascadia Mono,Consolas,monospace;font-size:12px;overflow-x:auto}.ci-candidate-head{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:flex-start}.ci-candidate-head h2{font-size:16px}.ci-candidate-badges{display:flex;flex-wrap:wrap;gap:6px}.ci-workbench{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}@media(max-width:1200px){.ci-workbench{grid-template-columns:1fr}}.ci-pane{border:1px solid var(--border);border-radius:8px;background:var(--bg-panel);min-width:0}.ci-pane-head{padding:10px 12px;border-bottom:1px solid var(--border)}.ci-pane-head h2{font-size:13px}.ci-pane-head p{font-size:10px;color:var(--text-muted);margin-top:2px}.ci-pane-body{padding:12px;max-height:620px;overflow-y:auto}.ci-sub-head{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:12px 0 6px}.ci-pane-body>.ci-sub-head:first-child{margin-top:0}.ci-list{list-style:none;display:flex;flex-direction:column;gap:6px}.ci-list-row{border:1px solid var(--border);border-radius:6px;padding:7px 9px;background:var(--bg-card)}.ci-list-name{font-size:12px;font-weight:600}.ci-clause{padding:0}.ci-clause-btn{display:block;width:100%;text-align:left;background:transparent;border:none;padding:7px 9px;cursor:pointer}.ci-clause-btn:hover{color:var(--text)}.ci-clause-badges{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0}.ci-clause-reason{font-size:11px;color:var(--amber);line-height:1.4;margin-bottom:4px}.ci-note-group{margin-bottom:12px}.ci-note-head{display:flex;gap:6px;align-items:baseline;margin-bottom:4px}.ci-note-body{font-size:11px;color:var(--text-muted);line-height:1.5;margin-bottom:6px}.ci-note-body strong{color:var(--text)}.ci-action-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.ci-action-disabled{padding:6px 12px;border:1px dashed var(--text-muted);color:var(--text-muted);background:transparent;cursor:not-allowed;opacity:.75}.ci-action-notes{list-style:none;display:flex;flex-direction:column;gap:8px}.ci-action-notes li{line-height:1.5}.ci-badge-info{color:var(--text-muted);border:1px solid var(--border);background:transparent}.ci-warning-row-info{opacity:.72}.ci-warning-row-info .ci-warning-message{font-size:10px}.ci-warning-strip-quiet{border-color:var(--border);background:transparent}.ci-warning-strip-quiet .ci-warning-strip-head{color:var(--text-muted);font-weight:400}.ci-classline{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;font-size:11px;color:var(--text-muted);border-left:2px solid var(--border);padding-left:10px}.ci-classline strong{color:var(--text);font-weight:600}.ci-classline-note{font-size:10px;color:var(--text-muted);flex-basis:100%;line-height:1.4}.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}.mx-site{--ink:#071b24;--ink-2:#12333e;--paper:#f3f0e8;--paper-2:#e8e2d5;--mint:#8bf0d0;--aqua:#1cb99a;--coral:#ff735c;--gold:#d8a63b;min-height:100vh;background:var(--paper);color:var(--ink);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}.mx-site *{box-sizing:border-box}.mx-site a{color:inherit}.mx-header{height:78px;padding:0 max(28px,calc((100vw - 1320px)/2));display:flex;align-items:center;gap:36px;position:relative;z-index:20;background:#f3f0e8eb;border-bottom:1px solid rgba(7,27,36,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mx-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;font-weight:800;font-size:20px;letter-spacing:-.04em;white-space:nowrap}.mx-brand-mark{width:31px;height:31px;display:grid;place-items:center;position:relative}.mx-brand-mark i{position:absolute;width:23px;height:9px;border:2px solid currentColor;border-radius:50%;transform:rotate(-24deg)}.mx-brand-mark i:nth-child(2){transform:rotate(36deg)}.mx-brand-mark i:nth-child(3){transform:rotate(96deg)}.mx-header nav{display:flex;gap:28px;margin-left:auto}.mx-header nav a,.mx-footer a{text-decoration:none;font-size:13px;font-weight:700}.mx-header nav a:hover,.mx-footer a:hover{color:#087c69}.mx-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 22px;background:var(--ink);color:#fff!important;text-decoration:none;font-weight:800;font-size:14px;border:1px solid var(--ink);border-radius:2px;box-shadow:5px 5px 0 var(--mint);transition:transform .18s,box-shadow .18s}.mx-button:hover{transform:translate(-2px,-2px);box-shadow:8px 8px 0 var(--mint)}.mx-button-small{padding:11px 16px;font-size:12px;box-shadow:none}.mx-button-small:hover{box-shadow:4px 4px 0 var(--mint)}.mx-menu{display:none;background:transparent;border:0;padding:10px}.mx-menu span:not(.sr-only){display:block;width:23px;height:2px;background:var(--ink);margin:5px}.mx-hero{min-height:calc(100vh - 78px);position:relative;padding:96px max(28px,calc((100vw - 1320px)/2)) 0;background:var(--ink);color:#fff;display:grid;grid-template-columns:.92fr 1.08fr;column-gap:62px;align-content:center;overflow:hidden}.mx-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(139,240,208,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(139,240,208,.055) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(to right,black,transparent 78%);mask-image:linear-gradient(to right,black,transparent 78%)}.mx-hero:after{content:"";position:absolute;width:720px;height:720px;border:1px solid rgba(139,240,208,.13);border-radius:50%;right:-190px;top:-290px;box-shadow:0 0 0 100px #8bf0d006,0 0 0 200px #8bf0d005}.mx-hero-copy,.mx-hero-visual,.mx-proof-strip{position:relative;z-index:2}.mx-kicker,.mx-eyebrow{font-size:11px;letter-spacing:.18em;font-weight:900}.mx-kicker{color:var(--mint);display:flex;align-items:center;gap:9px}.mx-kicker span{width:28px;height:2px;background:var(--mint)}.mx-hero h1,.mx-section h2,.mx-final-cta h2{font-family:Georgia,Times New Roman,serif;font-weight:400;line-height:.94;letter-spacing:-.055em}.mx-hero h1{font-size:clamp(58px,6.3vw,104px);margin:27px 0 30px}.mx-hero h1 em,.mx-section h2 em,.mx-final-cta h2 em{font-style:italic;color:var(--mint)}.mx-hero-lede{max-width:720px;font-size:clamp(17px,1.35vw,21px);line-height:1.6;color:#c7d4d7}.mx-hero-lede strong{color:#fff}.mx-hero-actions{display:flex;align-items:center;gap:28px;margin-top:38px}.mx-hero .mx-button{background:var(--mint);border-color:var(--mint);color:var(--ink)!important;box-shadow:5px 5px 0 var(--coral)}.mx-hero .mx-button:hover{box-shadow:8px 8px 0 var(--coral)}.mx-text-link{font-weight:800;font-size:14px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding:10px 0}.mx-text-link span{color:var(--mint);margin-left:8px}.mx-decision-card{background:#f9f7f1;color:var(--ink);border-radius:3px;box-shadow:18px 22px #1cb99a2b,0 26px 80px #00000057;transform:rotate(1.1deg);padding:24px;max-width:680px;margin-left:auto}.mx-card-topline,.mx-case-title,.mx-card-footer{display:flex;justify-content:space-between;align-items:center}.mx-card-topline{font-size:9px;letter-spacing:.13em;font-weight:900;color:#60737a;padding-bottom:18px;border-bottom:1px solid #d9d5cb}.mx-live{color:#087c69}.mx-live:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--aqua);margin-right:6px}.mx-case-title{padding:22px 0}.mx-case-title div{display:flex;flex-direction:column}.mx-case-title small,.mx-crosswalk small,.mx-brain-note small{font-size:9px;letter-spacing:.13em;color:#64747a;font-weight:900}.mx-case-title strong{font-family:Georgia,serif;font-size:22px}.mx-status{font-size:10px;font-weight:900;letter-spacing:.12em;color:#b3372d;border:1px solid #e6a39d;background:#fff0ec;padding:7px 10px}.mx-crosswalk{display:grid;grid-template-columns:1fr auto 1fr;gap:15px;align-items:center;background:#fff;border:1px solid #d8d3c8;padding:18px}.mx-crosswalk div{display:flex;flex-direction:column;gap:4px}.mx-crosswalk strong{font-size:25px;letter-spacing:.05em}.mx-crosswalk>span{font-size:30px;color:var(--coral)}.mx-brain-note{display:flex;gap:13px;margin:16px 0;padding:17px;background:#e4f7f1;border-left:4px solid var(--aqua)}.mx-brain-note p{font-size:13px;line-height:1.5;margin:3px 0 0}.mx-spark{font-size:22px;color:#087c69}.mx-card-footer{gap:12px;font-size:9px;font-weight:800;color:#66777b}.mx-card-footer button{border:0;background:var(--ink);color:#fff;border-radius:1px;padding:10px 12px;font:inherit}.mx-proof-strip{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin-top:80px;border-top:1px solid rgba(255,255,255,.14)}.mx-proof-strip div{padding:26px 25px 30px;border-right:1px solid rgba(255,255,255,.14);display:flex;gap:15px;align-items:center}.mx-proof-strip div:first-child{padding-left:0}.mx-proof-strip strong{font-family:Georgia,serif;font-size:32px;color:var(--mint)}.mx-proof-strip span{color:#9eb0b5;font-size:11px;line-height:1.4}.mx-section{padding:125px max(28px,calc((100vw - 1220px)/2))}.mx-section-heading{max-width:910px;margin-bottom:68px}.mx-eyebrow{color:#087c69}.mx-section h2{font-size:clamp(46px,5.2vw,76px);margin:18px 0 23px}.mx-section h2 em{color:#087c69}.mx-section-heading>p{font-size:18px;color:#4f646a;max-width:720px}.mx-difference{background:var(--paper)}.mx-handoff{display:grid;grid-template-columns:1fr auto 1.1fr auto 1fr;align-items:stretch}.mx-system-card{padding:27px;border:1px solid rgba(7,27,36,.22);background:#f8f6ef}.mx-system-card small{font-size:9px;letter-spacing:.15em;color:#63767c;font-weight:900}.mx-system-card strong{display:block;font-family:Georgia,serif;font-size:28px;margin:12px 0}.mx-system-card p{font-size:13px;color:#63767c}.mx-system-card-x{background:var(--ink);color:#fff;border-color:var(--ink);box-shadow:9px 9px 0 var(--mint)}.mx-system-card-x small,.mx-system-card-x p{color:#b7c8cc}.mx-system-card-x strong{color:var(--mint)}.mx-gap{display:flex;flex-direction:column;justify-content:center;align-items:center;width:92px;color:#718287}.mx-gap span{font-size:8px;letter-spacing:.12em;font-weight:900}.mx-gap i{font-style:normal;font-size:26px;color:var(--coral)}.mx-unique-callout{margin-top:60px;border-top:1px solid #a9b4b1;padding-top:28px;display:grid;grid-template-columns:280px 1fr;gap:50px}.mx-unique-callout>span{font-size:11px;letter-spacing:.13em;font-weight:900;color:#087c69;text-transform:uppercase}.mx-unique-callout p{font-family:Georgia,serif;font-size:29px;line-height:1.38;margin:0}.mx-platform{background:#dfe9e6}.mx-product-story{display:grid;grid-template-columns:.34fr .66fr;gap:60px;align-items:center;margin:100px 0}.mx-product-story.reverse{grid-template-columns:.66fr .34fr}.mx-product-story.reverse .mx-product-copy{order:2}.mx-product-story.reverse .mx-screenshot-frame{order:1}.mx-product-copy h3{font-family:Georgia,serif;font-size:39px;line-height:1.1;letter-spacing:-.035em;margin:15px 0 20px}.mx-product-copy p{color:#465e65}.mx-screenshot-frame{margin:0;background:#071b24;padding:8px;border-radius:4px;box-shadow:16px 20px #071b241f}.mx-screenshot-frame img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top;border:1px solid #243a43;background:#10252e}.mx-browser-chrome{height:29px;color:#789099;display:flex;align-items:center;gap:6px;font-size:9px;padding:0 6px}.mx-browser-chrome i{width:7px;height:7px;border-radius:50%;background:#ff735c}.mx-browser-chrome i:nth-child(2){background:#d8a63b}.mx-browser-chrome i:nth-child(3){background:#1cb99a}.mx-browser-chrome span{margin-left:7px}.mx-loop{background:var(--ink);color:#fff}.mx-loop .mx-eyebrow{color:var(--mint)}.mx-loop-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid #38505a;border-left:1px solid #38505a}.mx-loop-grid li{min-height:220px;padding:29px;border-right:1px solid #38505a;border-bottom:1px solid #38505a}.mx-loop-grid li>span{font-family:Georgia,serif;color:var(--mint);font-size:18px}.mx-loop-grid strong{display:block;font-family:Georgia,serif;font-size:25px;margin:26px 0 10px}.mx-loop-grid p{color:#9fb2b7;font-size:14px}.mx-compare{background:#f3f0e8}.mx-compare-table{overflow-x:auto;border-top:2px solid var(--ink);border-bottom:2px solid var(--ink)}.mx-compare-row{min-width:1040px;display:grid;grid-template-columns:1.15fr 1fr 1.25fr 1.15fr 1.25fr}.mx-compare-row>*{padding:19px 14px;border-bottom:1px solid #c6c5bd;font-size:12px}.mx-compare-row strong{font-size:14px}.mx-compare-row a{text-decoration:none}.mx-compare-head>*{font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#67777b}.mx-compare-row.featured{background:var(--ink);color:#fff}.mx-compare-row.featured>*{border-color:#34505a}.mx-compare-row.featured strong{color:var(--mint)}.mx-comparison-note{max-width:920px;margin:33px 0 0 25%;font-family:Georgia,serif;font-size:22px;line-height:1.5}.mx-rollout{display:grid;grid-template-columns:.34fr .66fr;gap:70px;background:#f9f7f1}.mx-rollout-copy h2{font-size:54px}.mx-rollout-copy p{color:#52676d}.mx-mode-track{border-left:1px solid #97aaa8}.mx-mode-track article{position:relative;padding:0 0 44px 48px}.mx-mode-track article:before{content:"";position:absolute;left:-7px;top:3px;width:13px;height:13px;border-radius:50%;background:var(--paper);border:3px solid var(--aqua)}.mx-mode-track article:last-child{padding-bottom:0}.mx-mode-track span{font-size:9px;letter-spacing:.15em;font-weight:900;color:#087c69}.mx-mode-track strong{display:block;font-family:Georgia,serif;font-size:29px;margin:4px 0}.mx-mode-track p{color:#5d7176;font-size:14px}.mx-final-cta{background:var(--aqua);padding:120px max(28px,calc((100vw - 1220px)/2));color:var(--ink)}.mx-final-cta>div{max-width:950px}.mx-final-cta .mx-eyebrow{color:var(--ink)}.mx-final-cta h2{font-size:clamp(55px,7vw,95px);margin:18px 0 27px}.mx-final-cta h2 em{color:#fff}.mx-final-cta p{font-size:19px;max-width:690px;margin-bottom:36px}.mx-button-light{background:#fff;color:var(--ink)!important;box-shadow:6px 6px 0 var(--ink)}.mx-button-light:hover{box-shadow:9px 9px 0 var(--ink)}.mx-footer{padding:55px max(28px,calc((100vw - 1220px)/2));background:var(--ink);color:#fff;display:grid;grid-template-columns:auto 1fr auto;gap:35px;align-items:center}.mx-footer>p{font-family:Georgia,serif;color:#a7babf}.mx-footer>div{display:flex;gap:25px}.mx-footer>small{grid-column:1/-1;border-top:1px solid #304852;padding-top:25px;color:#7f969c;font-size:10px}.mx-reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.mx-reveal.mx-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.mx-reveal{opacity:1;transform:none;transition:none}.mx-button{transition:none}}@media(max-width:1050px){.mx-header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:25px;flex-direction:column;border-bottom:1px solid #bdc3bf}.mx-header nav.open{display:flex}.mx-menu{display:block;margin-left:auto}.mx-header>.mx-button{display:none}.mx-hero{grid-template-columns:1fr;padding-top:75px}.mx-hero-visual{margin-top:65px}.mx-decision-card{margin:0}.mx-proof-strip{margin-top:70px}.mx-handoff{grid-template-columns:1fr}.mx-gap{height:64px;width:auto}.mx-gap i{transform:rotate(90deg)}.mx-product-story,.mx-product-story.reverse,.mx-rollout{grid-template-columns:1fr}.mx-product-story.reverse .mx-product-copy,.mx-product-story.reverse .mx-screenshot-frame{order:initial}.mx-loop-grid{grid-template-columns:repeat(2,1fr)}.mx-comparison-note{margin-left:0}.mx-rollout-copy{max-width:650px}}@media(max-width:680px){.mx-header{height:68px;padding:0 20px}.mx-header nav{top:68px}.mx-site{font-size:15px}.mx-hero{min-height:auto;padding:65px 20px 0}.mx-hero h1{font-size:52px}.mx-hero-actions{align-items:flex-start;flex-direction:column}.mx-decision-card{padding:15px;box-shadow:9px 11px #1cb99a2b}.mx-card-footer{align-items:flex-start;flex-direction:column}.mx-proof-strip{grid-template-columns:1fr 1fr}.mx-proof-strip div{padding:19px 10px;border-bottom:1px solid rgba(255,255,255,.14)}.mx-proof-strip div:first-child{padding-left:10px}.mx-section{padding:85px 20px}.mx-section h2{font-size:45px}.mx-section-heading{margin-bottom:45px}.mx-unique-callout{grid-template-columns:1fr;gap:20px}.mx-unique-callout p{font-size:24px}.mx-product-story{gap:28px;margin:70px 0}.mx-product-copy h3{font-size:32px}.mx-screenshot-frame{margin:0 -10px;box-shadow:8px 10px #071b241f}.mx-loop-grid{grid-template-columns:1fr}.mx-loop-grid li{min-height:180px}.mx-rollout-copy h2{font-size:45px}.mx-mode-track article{padding-left:32px}.mx-final-cta{padding:85px 20px}.mx-footer{padding:45px 20px;grid-template-columns:1fr}.mx-footer>small{grid-column:auto}.mx-footer>div{flex-wrap:wrap}}.mx-compare-legend{display:flex;flex-wrap:wrap;gap:24px;margin:-38px 0 24px;font-size:11px;font-weight:800}.mx-compare-legend span{display:flex;align-items:center;gap:7px}.mx-compare-legend b{font-size:20px;line-height:1}.mx-compare-legend .has-it b,.mx-capability-mark.has-it b{color:#087c69}.mx-compare-legend .not-shown b,.mx-capability-mark.not-shown b{color:#a35b51}.mx-compare-row{min-width:1100px;grid-template-columns:minmax(340px,1.6fr) repeat(5,minmax(145px,.72fr))}.mx-compare-row>*{padding:11px 14px;border-right:1px solid #d1cfc7}.mx-compare-row>*:last-child{border-right:0}.mx-compare-head>*{min-height:62px;display:flex;align-items:center;letter-spacing:.1em}.mx-compare-head strong{justify-content:center;text-align:center;line-height:1.35}.mx-capability-name{display:flex;flex-direction:column;justify-content:center;gap:2px;background:#ffffff8c}.mx-capability-name strong{font-size:14px;line-height:1.25}.mx-capability-name small{color:#405960;font-size:11px;line-height:1.3}.mx-compare-row>span:not(.mx-capability-name){display:grid;place-items:center;text-align:center}.mx-capability-mark{display:flex;flex-direction:column;align-items:center;font-weight:900}.mx-capability-mark b{font-size:25px;line-height:1}.mx-compare-row .is-claimsxen{background:var(--ink);color:#fff;border-color:#34505a}.mx-compare-head .is-claimsxen,.is-claimsxen .mx-capability-mark.has-it b{color:var(--mint)}.is-claimsxen .mx-capability-mark.not-shown b{color:var(--coral)}@media(max-width:680px){.mx-compare-legend{margin-top:-22px;gap:10px 20px}.mx-compare-row{min-width:1040px;grid-template-columns:minmax(290px,1.45fr) repeat(5,minmax(145px,.72fr))}}.mx-hero{background-color:var(--ink)}.mx-hero-photo{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background:url(/marketing/claims-team-hero-v3.webp) center top / cover no-repeat;opacity:.9;filter:saturate(.88) contrast(1.04)}.mx-hero:before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,#071b2499,#071b248a 40%,#071b2438 62%,#071b241a),linear-gradient(180deg,#071b2405,#071b240a 58%,#071b2494)}.mx-hero-monitor{width:min(100%,720px);position:relative;margin:0 0 0 auto;padding-bottom:55px;filter:drop-shadow(0 28px 38px rgba(0,0,0,.42))}.mx-hero-copy h1,.mx-hero-copy .mx-hero-lede{text-shadow:0 2px 18px rgba(2,15,21,.78)}.mx-monitor-screen{position:relative;z-index:2;overflow:hidden;padding:10px 10px 0;background:linear-gradient(145deg,#24363d,#050b0e 52%,#17282e);border:1px solid rgba(197,222,224,.42);border-radius:13px 13px 9px 9px;box-shadow:inset 0 0 0 2px #03080a,inset 0 1px 1px #ffffff40}.mx-hero-product{overflow:hidden;border:1px solid #020709;border-radius:3px;background:#091922}.mx-hero-product img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:top;border-top:1px solid #243a43}.mx-monitor-screen figcaption{min-height:42px;padding:9px 9px 10px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#c2d0d3;font-size:9px;letter-spacing:.06em}.mx-monitor-screen figcaption:before{content:"";position:absolute;left:50%;bottom:6px;width:5px;height:5px;border-radius:50%;background:var(--mint);box-shadow:0 0 8px #8bf0d0bf}.mx-monitor-screen figcaption strong{color:var(--mint);font-size:10px}.mx-monitor-neck{position:absolute;z-index:1;left:50%;bottom:18px;width:86px;height:52px;transform:translate(-50%);background:linear-gradient(90deg,#0a1317,#405158 48%,#111d22);clip-path:polygon(18% 0,82% 0,94% 100%,6% 100%)}.mx-monitor-base{position:absolute;z-index:2;left:50%;bottom:8px;width:235px;height:16px;transform:translate(-50%);background:linear-gradient(180deg,#607077,#101b20 62%,#050a0c);border:1px solid rgba(196,217,219,.32);border-radius:50% 50% 7px 7px/90% 90% 6px 6px;box-shadow:0 8px 14px #00000061}.mx-photo-section{position:relative;isolation:isolate;overflow:hidden}.mx-photo-section:before,.mx-photo-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.mx-photo-section:before{z-index:-2;top:-3%;right:-3%;bottom:-3%;left:-3%;background-position:center;background-size:cover;animation:mx-photo-drift 28s ease-in-out infinite alternate}.mx-photo-section:after{z-index:-1}.mx-photo-section>*{position:relative;z-index:1}.mx-photo-collaboration:before{background-image:url(/marketing/claims-team-collaboration.webp);background-position:center right}.mx-difference.mx-photo-collaboration:after{background:linear-gradient(90deg,#f3f0e8fa,#f3f0e8ed 48%,#f3f0e8c2)}.mx-photo-reconciliation:before{background-image:url(/marketing/reconciliation-review.webp);background-position:center left}.mx-photo-reconciliation:after{background:#071b24e0}.mx-photo-platform:before{background-image:url(/marketing/claims-strategy-session.webp);background-position:center}.mx-photo-platform:after{background:#dfe9e6e6}.mx-photo-strategy:before{background-image:url(/marketing/claims-strategy-session.webp);background-position:center}.mx-photo-strategy:after{background:#f3f0e8e8}.mx-photo-resolution:before{background-image:url(/marketing/paid-claim-resolution.webp);background-position:center right}.mx-photo-resolution:after{background:linear-gradient(90deg,#f9f7f1f7,#f9f7f1e0 64%,#f9f7f1b8)}.mx-final-cta.mx-photo-collaboration:after{background:linear-gradient(90deg,#1cb99afa,#1cb99ae8 54%,#071b24bd)}@keyframes mx-photo-drift{0%{transform:scale(1.03) translate3d(-.25%,0,0)}to{transform:scale(1.07) translate3d(.25%,-.2%,0)}}@media(prefers-reduced-motion:reduce){.mx-photo-section:before{animation:none;transform:scale(1.04)}}@media(max-width:1050px){.mx-hero-monitor{margin:0}}@media(max-width:680px){.mx-hero{background-color:var(--ink)}.mx-hero-photo{background-position:42% top;background-size:cover;opacity:.62}.mx-hero:before{background:linear-gradient(180deg,#071b24b3,#071b24c2 48%,#071b24e0)}.mx-hero-monitor{margin:0 -5px;padding-bottom:44px}.mx-monitor-screen{padding:6px 6px 0;border-radius:9px 9px 6px 6px}.mx-monitor-screen figcaption{align-items:flex-start;flex-direction:column;gap:4px}.mx-monitor-neck{bottom:14px;width:66px;height:40px}.mx-monitor-base{bottom:5px;width:170px;height:12px}.mx-difference.mx-photo-collaboration:after,.mx-photo-platform:after,.mx-photo-strategy:after,.mx-photo-resolution:after{background:#f3f0e8eb}.mx-final-cta.mx-photo-collaboration:after{background:#1cb99aeb}}.mx-visual-icon{width:24px;height:24px;display:block}.mx-site .mx-button,.mx-site button{border-radius:12px}.mx-site .mx-button-small{border-radius:10px}.mx-compare-status{max-width:940px;margin:22px 0 0;padding:14px 17px;color:#29464e;background:#dff6efeb;border-left:4px solid #087c69;border-radius:0 10px 10px 0;font-size:12px;line-height:1.55}.mx-proof-strip{gap:12px;padding:0 0 28px;border-top:0}.mx-proof-strip .mx-proof-tile{min-width:0;padding:17px 18px;display:grid;grid-template-columns:42px auto;grid-template-rows:auto auto;column-gap:13px;row-gap:5px;align-items:center;background:#071b24c2;border:1px solid rgba(139,240,208,.24);border-radius:12px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.mx-proof-strip .mx-proof-icon{grid-row:1 / 3;width:42px;height:42px;display:grid;place-items:center;color:var(--mint);background:#8bf0d01a;border:1px solid rgba(139,240,208,.25);border-radius:10px}.mx-proof-strip strong{align-self:end;color:var(--mint);font-size:clamp(25px,2vw,32px);line-height:.95;letter-spacing:-.035em;white-space:nowrap}.mx-proof-strip .mx-proof-tile>span:last-child{align-self:start;color:#c4d3d6;font-size:12px;line-height:1.35}.mx-system-card{position:relative;padding:27px 27px 27px 84px;border-radius:14px;box-shadow:0 16px 34px #071b2414}.mx-system-card-x{box-shadow:9px 9px 0 var(--mint),0 18px 36px #071b2429}.mx-system-icon{position:absolute;top:27px;left:25px;width:42px;height:42px;display:grid;place-items:center;color:#087c69;background:#dff6ef;border-radius:11px}.mx-system-card-x .mx-system-icon{color:var(--ink);background:var(--mint)}.mx-loop-grid{gap:14px;border:0}.mx-loop-grid li{position:relative;min-height:205px;padding:27px 26px 25px;background:#071b24b8;border:1px solid rgba(139,240,208,.2);border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 16px 35px #00000024}.mx-loop-icon{position:absolute;top:22px;right:22px;width:44px;height:44px;display:grid;place-items:center;color:var(--mint);background:#8bf0d01a;border:1px solid rgba(139,240,208,.22);border-radius:12px}.mx-loop-grid li>span:not(.mx-loop-icon){display:inline-block;padding:4px 8px;color:var(--mint);background:#8bf0d014;border-radius:999px;font-size:13px}.mx-loop-grid strong{padding-right:46px}.mx-mode-track{border-left:0;display:grid;gap:14px}.mx-mode-track article{position:relative;padding:22px 24px 22px 82px;background:#ffffffb3;border:1px solid rgba(7,27,36,.1);border-radius:14px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);box-shadow:0 14px 32px #071b2412}.mx-mode-track article:last-child{padding-bottom:22px}.mx-mode-track article:before{display:none}.mx-mode-icon{position:absolute;top:22px;left:22px;width:42px;height:42px;display:grid;place-items:center;color:#087c69;background:#dff6ef;border-radius:11px}.mx-mode-track strong{font-size:27px}@media(max-width:1050px){.mx-proof-strip{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.mx-proof-strip{gap:8px;padding-bottom:18px}.mx-proof-strip .mx-proof-tile{padding:13px;grid-template-columns:34px auto;column-gap:9px}.mx-proof-strip .mx-proof-icon{width:34px;height:34px;border-radius:9px}.mx-proof-strip .mx-proof-icon .mx-visual-icon{width:19px;height:19px}.mx-proof-strip strong{font-size:24px}.mx-proof-strip .mx-proof-tile>span:last-child{font-size:10px}.mx-system-card{padding:24px 22px 24px 76px}.mx-system-icon{top:23px;left:20px}.mx-loop-grid li{min-height:190px}.mx-mode-track article{padding-left:74px}}
