:root{--ink:#0B1824;--ink-2:#15283B;--ink-3:#1E3851;--paper:#F4EFE6;--paper-2:#EAE2D3;--paper-3:#DDD2BD;--brass:#B5853B;--brass-deep:#8A6320;--sea:#2C7C8F;--sea-deep:#155464;--teal:var(--sea);--danger:#A8361F;--go:#2F6B3E;--caution:#B07714;--muted:#6F7D89;--muted-2:#A0AAB3;--bh-radius:4px;--bh-radius-lg:10px}.bh-ph{background-image:repeating-linear-gradient(135deg,rgba(11,24,36,.045) 0 8px,rgba(11,24,36,.02) 8px 16px);background-color:var(--paper-2);border:1px solid rgba(11,24,36,.1);color:rgba(11,24,36,.55);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase}.bh-frame{border:1px solid rgba(11,24,36,.18);background:#FBF7EF}.bh-eyebrow{font-family:var(--mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--brass-deep);display:inline-flex;align-items:center;gap:10px}.bh-eyebrow:before{content:"";width:24px;height:1px;background:var(--brass);display:inline-block}.bh-nav{position:sticky;top:0;z-index:100;background:rgba(244,239,230,.88);backdrop-filter:blur(14px);border-bottom:1px solid rgba(11,24,36,.08)}.bh-nav-inner{max-width:1320px;margin:0 auto;padding:16px 40px;display:flex;justify-content:space-between;align-items:center}.bh-nav-logo{cursor:pointer;flex:0 0 auto}.bh-nav-links{display:flex;gap:22px;align-items:flex-start;min-width:0}.bh-nav-link-disabled,.bh-nav-links a{flex:0 0 auto;cursor:pointer;font-size:14px;font-weight:500;color:rgba(11,24,36,.65);transition:color .15s}.bh-nav-links a:hover,.bh-nav-links a[data-active=true]{color:var(--ink)}.bh-nav-client-menu{align-items:center;display:grid;flex:0 0 auto;gap:4px;justify-items:start;position:relative}.bh-nav-client-select{position:relative}.bh-nav-client-select summary{align-items:center;border:1px solid rgba(11,24,36,.12);color:rgba(11,24,36,.62);cursor:pointer;display:inline-flex;font-family:var(--mono);font-size:10px;gap:6px;letter-spacing:.08em;list-style:none;min-width:62px;padding:4px 7px;text-transform:uppercase;white-space:nowrap}.bh-nav-client-select summary:after{content:"▾";color:rgba(11,24,36,.42);font-size:9px;line-height:1}.bh-nav-client-select summary::-webkit-details-marker{display:none}.bh-nav-client-select summary:hover,.bh-nav-client-select[open] summary{border-color:var(--brass);color:var(--ink)}.bh-nav-client-select>div{background:rgba(248,245,238,.98);border:1px solid rgba(11,24,36,.12);box-shadow:0 14px 34px rgba(11,24,36,.12);display:grid;gap:2px;left:0;min-width:210px;padding:6px;position:absolute;top:calc(100% + 6px);z-index:120}.bh-nav-client-select:not([open])>div{display:none}.bh-nav-client-select a{align-items:center;border:1px solid transparent;color:rgba(11,24,36,.68);display:flex;gap:10px;justify-content:space-between;padding:8px 9px;min-height:36px}.bh-nav-client-select a[data-active=true]{background:#FFF8EA;border-color:rgba(176,119,20,.42);color:var(--ink)}.bh-nav-client-select a span{font-size:13px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bh-nav-client-select a em{color:rgba(11,24,36,.46);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.bh-nav-link-disabled{cursor:default;color:rgba(11,24,36,.28)}.bh-nav-cta{background:var(--ink);color:var(--paper)!important;padding:10px 20px;border-radius:999px;font-weight:600!important;display:inline-flex;gap:6px;align-items:center}.bh-nav-cta:hover{background:var(--ink-2)}.bh-nav-cta span{transition:transform .2s}.bh-nav-cta:hover span{transform:translateX(3px)}.bh-hero{position:relative;padding:80px 40px 0;background:var(--paper);background-image:radial-gradient(circle at 20% 0,rgba(181,133,59,.06),transparent 60%)}.bh-hero-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center;min-height:72vh}.bh-display{font-family:var(--serif);font-size:clamp(52px,7vw,108px);line-height:1;letter-spacing:-.02em;margin:24px 0 28px;padding-bottom:4px;color:var(--ink);font-weight:400}.bh-display em{font-style:italic;color:var(--brass-deep)}.bh-lede{font-size:20px;line-height:1.55;color:rgba(11,24,36,.75);max-width:520px;margin:0 0 36px}.bh-lede strong{color:var(--ink);font-weight:600}.bh-hero-actions{display:flex;gap:14px;margin-bottom:56px;flex-wrap:wrap}.bh-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:999px;font-family:var(--sans);font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;border:1px solid transparent;transition:all .2s ease}.bh-btn.sm{padding:9px 18px;font-size:13px}.bh-btn span{transition:transform .2s;display:inline-block}.bh-btn:hover span{transform:translateX(3px)}.bh-btn-primary{background:var(--ink);color:var(--paper)}.bh-btn-primary:hover{background:var(--ink-2);box-shadow:0 6px 20px rgba(11,24,36,.2)}.bh-btn-brass{background:var(--brass);color:var(--ink)}.bh-btn-brass:hover{background:var(--brass-deep);color:var(--paper)}.bh-btn-ghost{background:transparent;color:var(--ink);border-color:rgba(11,24,36,.18)}.bh-btn-ghost:hover{background:rgba(11,24,36,.04);border-color:var(--ink)}.bh-btn-ghost-dark{background:transparent;color:var(--paper);border-color:rgba(244,239,230,.3)}.bh-btn-ghost-dark:hover{background:rgba(244,239,230,.08)}.bh-segmented{display:flex;align-items:stretch;gap:4px;padding:4px;border-radius:8px;background:rgba(255,255,255,.66)}.bh-segmented button{flex:1 1 0;padding:7px 10px;border-radius:6px;color:var(--muted);font:inherit;line-height:1.2}.bh-segmented button.on{box-shadow:0 4px 14px rgba(11,24,36,.14)}.bh-segmented-wrap{flex-wrap:wrap}.bh-segmented-wrap button{flex:1 1 150px}.bh-hero-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding-top:28px;border-top:1px solid rgba(11,24,36,.12);max-width:540px}.bh-meta-num{font-family:var(--serif);font-size:38px;color:var(--ink);line-height:1}.bh-meta-label{font-family:var(--mono);font-size:10.5px;line-height:1.45;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.55);margin-top:10px}.bh-hero-right{display:flex;flex-direction:column;align-items:center;gap:16px}.bh-compass-stage{width:100%;max-width:460px}.bh-compass-svg{width:100%;display:block}.bh-compass-caption{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(11,24,36,.6);display:inline-flex;align-items:center;gap:8px}.bh-compass-caption em{font-family:var(--serif);font-style:italic;font-size:13px;text-transform:none;letter-spacing:0;color:var(--ink)}.bh-dot-live{width:7px;height:7px;border-radius:50%;background:var(--go);display:inline-block;box-shadow:0 0 0 4px rgba(47,107,62,.15);animation:bhPulseDot 1.6s ease-in-out infinite}@keyframes bhPulseDot{0%,to{box-shadow:0 0 0 4px rgba(47,107,62,.15)}50%{box-shadow:0 0 0 8px rgba(47,107,62,.05)}}.bh-ticker{margin-top:64px;padding:14px 0;border-top:1px solid rgba(11,24,36,.12);border-bottom:1px solid rgba(11,24,36,.12);overflow:hidden;background:var(--paper-2);margin-left:-40px;margin-right:-40px}.bh-ticker-track{display:inline-flex;gap:64px;white-space:nowrap;animation:bhTicker 40s linear infinite;font-family:var(--mono);font-size:12px;letter-spacing:.1em;color:rgba(11,24,36,.65)}.bh-ticker-track span:before{content:"◆";margin-right:16px;color:var(--brass)}@keyframes bhTicker{0%{transform:translateX(0)}to{transform:translateX(-33%)}}.customer-portal-shell{min-height:100vh;background:#F7F4EC;color:var(--ink)}.customer-portal-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:18px clamp(20px,4vw,56px);background:rgba(247,244,236,.94);border-bottom:1px solid rgba(11,24,36,.1);backdrop-filter:blur(14px)}.customer-portal-mark{font-family:var(--serif);font-size:28px;line-height:1}.customer-portal-brand-lockup{display:flex;align-items:center;gap:14px;min-height:36px}.customer-portal-brand-divider{width:1px;height:30px;background:rgba(11,24,36,.18)}.customer-portal-customer-logo{display:block;width:auto;height:32px;max-width:160px;object-fit:contain}.customer-portal-header p{margin:4px 0 0;color:rgba(11,24,36,.62);font-size:13px}.customer-portal-header nav{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.customer-portal-header nav a{border:1px solid transparent;border-radius:999px;color:rgba(11,24,36,.68);font-size:14px;font-weight:650;padding:9px 14px}.customer-portal-header nav a:hover,.customer-portal-header nav a[data-active=true]{background:var(--ink);color:var(--paper)}.customer-portal-main{max-width:1240px;margin:0 auto;padding:34px clamp(20px,4vw,56px) 72px}.customer-portal-page-head{display:block;margin-bottom:22px}.customer-portal-attention span,.customer-portal-brand-selector span,.customer-portal-dialog-field span,.customer-portal-media-head span,.customer-portal-memory-preview span,.customer-portal-metric span,.customer-portal-mini-card span,.customer-portal-page-head span,.customer-portal-proposal span,.customer-portal-recommendation span,.customer-portal-scope span,.customer-portal-slack-package span,.customer-portal-status-band span,.customer-portal-strategist span,.customer-portal-suggestion span{color:var(--brass-deep);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.customer-portal-page-head h1{font-family:var(--serif);font-size:clamp(38px,5vw,62px);font-weight:400;letter-spacing:0;line-height:1.02;margin:10px 0 12px}.customer-portal-page-head p{color:rgba(11,24,36,.72);font-size:17px;line-height:1.5;max-width:820px}.customer-portal-page-head>div:first-child:last-child{grid-column:1/-1}.customer-portal-attention,.customer-portal-brand-selector,.customer-portal-metric,.customer-portal-mini-card,.customer-portal-panel,.customer-portal-scope,.customer-portal-status-band,.customer-portal-strategist,.customer-portal-two-col>article{background:#FFFCF5;border:1px solid rgba(11,24,36,.12);border-radius:8px}.customer-portal-scope{padding:18px}.customer-portal-brand-selector{align-items:center;background:transparent;border:0;display:flex;flex-wrap:wrap;gap:10px 12px;margin-top:18px;min-width:0;padding:0}.customer-portal-brand-selector>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:0}.customer-portal-brand-selector a{align-items:center;background:#FFFCF5;border:1px solid rgba(11,24,36,.12);border-radius:999px;color:var(--ink);display:inline-flex;font-size:14px;font-weight:650;min-height:34px;padding:7px 12px;text-decoration:none}.customer-portal-brand-selector a[data-active=true]{background:var(--ink);border-color:var(--ink);color:var(--paper);box-shadow:none}.customer-portal-brand-selector.compact{background:transparent;border:0;border-radius:0;min-width:0;padding:0}.customer-portal-brand-selector.compact>span{align-self:center;color:rgba(11,24,36,.48);font-size:10px}.customer-portal-brand-selector.compact>div{gap:6px;margin-top:0}.customer-portal-brand-selector.compact a{background:#FFFCF6;font-size:13px;min-height:32px;padding:6px 10px}.customer-portal-brand-selector.compact a[data-active=true]{background:var(--ink);border-color:var(--ink);color:var(--paper)}.customer-portal-scope strong{display:block;font-size:20px;margin-top:8px}.customer-portal-brand-selector em,.customer-portal-metric em,.customer-portal-mini-card em,.customer-portal-recommendation em,.customer-portal-scope em{color:rgba(11,24,36,.58);display:block;font-size:13px;font-style:normal;margin-top:4px}.customer-portal-brand-selector em{display:inline-flex;margin-top:0}.customer-portal-status-band{display:grid;grid-template-columns:.8fr 1fr 1.4fr;gap:1px;margin-bottom:18px;overflow:hidden}.customer-portal-status-band>div{padding:22px}.customer-portal-status-band strong{display:block;font-size:26px;margin-top:8px}.customer-portal-status-band em{color:rgba(11,24,36,.62);display:block;font-style:normal;margin-top:4px}.customer-portal-card-grid,.customer-portal-funnel,.customer-portal-metric-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.customer-portal-funnel{grid-template-columns:repeat(5,minmax(0,1fr))}.customer-portal-metric,.customer-portal-mini-card{min-height:128px;padding:20px}.customer-portal-metric strong,.customer-portal-mini-card strong{display:block;font-size:28px;line-height:1.05;margin-top:14px}.customer-portal-mini-card strong{font-size:20px;line-height:1.18}.customer-portal-attention p,.customer-portal-mini-card p,.customer-portal-recommendation p,.customer-portal-two-col p{color:rgba(11,24,36,.68);margin-top:10px}.customer-portal-metric[data-availability=partial]{border-color:rgba(176,119,20,.42)}.customer-portal-metric[data-availability=missing],.customer-portal-metric[data-availability=pending]{background:#F0E8D9;border-style:dashed}.customer-portal-two-col{display:grid;gap:18px;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.customer-portal-panel,.customer-portal-two-col>article{padding:24px;margin-bottom:18px}.customer-portal-panel h2,.customer-portal-two-col h2{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 14px}.customer-portal-section-head{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:18px}.customer-portal-section-head h2{margin-bottom:6px}.customer-portal-google-title-row{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center}.customer-portal-google-title-row h2{margin-bottom:0}.customer-portal-section-head p{color:rgba(11,24,36,.62);font-size:14px;line-height:1.45;margin:0}.customer-portal-section-head>span{color:rgba(11,24,36,.52);flex:0 0 auto;font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.12em;line-height:1.2;padding-top:8px;text-transform:uppercase;white-space:nowrap}.customer-portal-google-ads-summary .perf-campaign-pie{grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr);margin-bottom:0}.customer-portal-google-ads-summary .perf-campaign-pie-left{grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.customer-portal-google-ads-summary .perf-campaign-pie-legend li{grid-template-columns:12px minmax(0,1fr) 54px minmax(138px,154px);gap:8px}.customer-portal-google-ads-summary .perf-campaign-pie-legend b{font-size:12px}.customer-portal-google-ads-summary .perf-campaign-pie-weekly{gap:14px}.customer-portal-google-ads-summary .perf-campaign-pie-weekly-head h3{font-size:22px;line-height:1.05}.customer-portal-google-outcomes{margin-top:18px;padding-top:16px;border-top:1px solid rgba(11,24,36,.09)}.customer-portal-google-outcomes h3{margin:0 0 10px;font-size:15px;letter-spacing:0}.customer-portal-campaign-cell{display:grid;gap:4px}.customer-portal-campaign-cell strong{line-height:1.2}.customer-portal-campaign-cell span{color:rgba(11,24,36,.56);font-size:12px}@media (max-width:640px){.customer-portal-google-outcomes .customer-portal-table{min-width:0}.customer-portal-google-outcomes .customer-portal-table thead{display:none}.customer-portal-google-outcomes .customer-portal-table tbody{display:grid;gap:10px}.customer-portal-google-outcomes .customer-portal-table tr{border:1px solid rgba(11,24,36,.1);border-radius:8px;display:grid;padding:8px 10px}.customer-portal-google-outcomes .customer-portal-table td{align-items:baseline;border-bottom:1px solid rgba(11,24,36,.08);display:flex;gap:14px;justify-content:space-between;padding:8px 0}.customer-portal-google-outcomes .customer-portal-table td:first-child{display:block}.customer-portal-google-outcomes .customer-portal-table td:last-child{border-bottom:0}.customer-portal-google-outcomes .customer-portal-table td:before{color:rgba(11,24,36,.58);content:attr(data-label);flex:0 0 auto;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.customer-portal-google-outcomes .customer-portal-table td:first-child:before{display:block;margin-bottom:6px}}.customer-portal-list-block{margin-top:20px}.customer-portal-list-block h3{font-family:var(--mono);font-size:11px;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.customer-portal-list-block ul{display:grid;gap:8px;padding-left:18px}.customer-portal-recommendation{border-left:3px solid var(--brass);padding-left:16px}.customer-portal-recommendation strong{display:block;font-size:20px;margin-top:8px}.customer-portal-stack{display:grid;gap:12px}.customer-portal-attention{padding:16px}.customer-portal-attention strong{display:block}.customer-portal-table-wrap{overflow-x:auto}.customer-portal-table{border-collapse:collapse;min-width:840px;width:100%}.customer-portal-table td,.customer-portal-table th{border-bottom:1px solid rgba(11,24,36,.1);padding:13px 10px;text-align:left;vertical-align:top}.customer-portal-table th{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.customer-portal-comment-panel{margin-top:8px}.customer-portal-goal-panel{margin-bottom:18px}.customer-portal-goal-head{align-items:start;display:flex;gap:20px;justify-content:space-between;margin-bottom:18px}.customer-portal-goal-form label span,.customer-portal-goal-head span{color:var(--brass-deep);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.customer-portal-goal-head strong{background:#F0E8D9;border:1px solid rgba(11,24,36,.12);border-radius:999px;color:rgba(11,24,36,.72);font-size:13px;padding:8px 12px;white-space:nowrap}.customer-portal-goal-form{align-items:end;display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.customer-portal-goal-form label{display:grid;gap:10px}.customer-portal-goal-form input{background:#FFFCF5;border:1px solid rgba(11,24,36,.16);border-radius:8px;color:var(--ink);font:inherit;padding:12px 14px;width:100%}.customer-portal-goal-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.customer-portal-goal-actions button{background:var(--ink);border:0;border-radius:999px;color:var(--paper);cursor:pointer;font:inherit;font-weight:700;min-height:45px;padding:11px 18px}.customer-portal-goal-actions button:disabled{cursor:wait;opacity:.68}.customer-portal-goal-actions p{font-size:14px}.customer-portal-goal-actions p[data-state=saved]{color:var(--go)}.customer-portal-goal-actions p[data-state=error]{color:var(--danger)}.customer-portal-comment-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.customer-portal-comment-form label span,.customer-portal-comment-head span{color:var(--brass-deep);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.customer-portal-comment-head h2{margin-bottom:8px}.customer-portal-comment-head p{color:rgba(11,24,36,.68);max-width:640px}.customer-portal-comment-head strong{align-self:start;background:#F0E8D9;border:1px solid rgba(11,24,36,.12);border-radius:999px;color:rgba(11,24,36,.72);font-size:13px;padding:8px 12px;white-space:nowrap}.customer-portal-comment-form,.customer-portal-comment-form label{display:grid;gap:10px}.customer-portal-comment-fields{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-portal-comment-form input,.customer-portal-comment-form textarea{background:#FFFCF5;border:1px solid rgba(11,24,36,.16);border-radius:8px;color:var(--ink);font:inherit;padding:12px 14px;width:100%}.customer-portal-comment-form textarea{line-height:1.5;resize:vertical}.customer-portal-comment-actions{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-top:4px}.customer-portal-comment-actions button{background:var(--ink);border:0;border-radius:999px;color:var(--paper);cursor:pointer;font:inherit;font-weight:700;padding:11px 18px}.customer-portal-comment-actions button:disabled{cursor:wait;opacity:.68}.customer-portal-comment-actions p{font-size:14px}.customer-portal-comment-actions p[data-state=sent]{color:var(--go)}.customer-portal-comment-actions p[data-state=error]{color:var(--danger)}.customer-portal-strategist{display:grid;gap:18px;margin-bottom:18px;padding:24px}.customer-portal-strategist-head{align-items:center;cursor:pointer;display:flex;gap:18px;justify-content:space-between;list-style:none}.customer-portal-strategist-head::-webkit-details-marker{display:none}.customer-portal-strategist h2{font-family:var(--serif);font-size:30px;font-weight:400;margin:4px 0 8px}.customer-portal-strategist p{color:rgba(11,24,36,.68)}.customer-portal-dialog-actions button,.customer-portal-strategist-toggle{background:var(--ink);border:0;border-radius:999px;color:var(--paper);font:inherit;font-weight:700;padding:11px 18px;white-space:nowrap}.customer-portal-strategist-toggle-up,.customer-portal-strategist[open] .customer-portal-strategist-toggle-down{display:none}.customer-portal-strategist[open] .customer-portal-strategist-toggle-up{display:inline}.customer-portal-dialog-actions button:nth-child(2){background:var(--brass-deep)}.customer-portal-dialog-actions button:disabled{cursor:wait;opacity:.58}.customer-portal-strategist-panel{background:#FFFCF5;border:1px solid rgba(11,24,36,.14);border-radius:8px;display:grid;gap:16px;padding:18px}.customer-portal-dialog-history{border-bottom:1px solid rgba(11,24,36,.1);display:grid;gap:10px;padding-bottom:14px}.customer-portal-dialog-field>span,.customer-portal-dialog-history>span{color:rgba(11,24,36,.58);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.customer-portal-dialog-history ol{display:grid;gap:10px;list-style:none;margin:0;max-height:280px;overflow:auto;padding:0}.customer-portal-dialog-history li{background:rgba(11,24,36,.035);border:1px solid rgba(11,24,36,.08);border-radius:8px;display:grid;gap:5px;padding:10px 12px}.customer-portal-dialog-history li[data-role=assistant]{background:rgba(181,133,59,.08)}.customer-portal-dialog-history li[data-role=approval]{background:rgba(23,128,91,.08)}.customer-portal-dialog-history strong{font-size:13px}.customer-portal-dialog-history p{font-size:14px;line-height:1.4;margin:0}.customer-portal-dialog-history time{color:rgba(11,24,36,.52);font-size:12px}.customer-portal-dialog-field{display:grid;gap:10px}.customer-portal-dialog-field textarea{line-height:1.5;min-height:118px;resize:vertical}.customer-portal-dialog-field input,.customer-portal-dialog-field textarea{background:#FFFCF5;border:1px solid rgba(11,24,36,.16);border-radius:8px;color:var(--ink);font:inherit;padding:12px 14px;width:100%}.customer-portal-dialog-actions{display:flex;flex-wrap:wrap;gap:12px;margin:16px 0}.customer-portal-dialog-message{color:rgba(11,24,36,.68);font-size:14px;margin-bottom:14px}.customer-portal-dialog-result{min-height:24px;scroll-margin-top:24px}.customer-portal-dialog-message[data-state=approving],.customer-portal-dialog-message[data-state=proposing]{border-left:3px solid var(--brass);color:rgba(11,24,36,.78);padding-left:12px}.customer-portal-dialog-message[data-state=approved]{color:var(--go)}.customer-portal-dialog-message[data-state=error]{color:var(--danger)}.customer-portal-proposal{border-top:1px solid rgba(11,24,36,.12);display:grid;gap:16px;padding-top:18px}.customer-portal-proposal strong{display:block;font-size:18px;line-height:1.25;margin-top:8px}.customer-portal-proposal em,.customer-portal-proposal p{color:rgba(11,24,36,.68);display:block;font-style:normal;margin-top:8px}.customer-portal-proposal-grid{display:grid;gap:14px;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)}.customer-portal-proposal article{border-left:3px solid var(--brass);margin-top:12px;padding-left:14px}.customer-portal-media-context{display:grid;gap:18px}.customer-portal-media-head{align-items:start;display:flex;gap:20px;justify-content:space-between}.customer-portal-media-head h2{margin:4px 0 8px}.customer-portal-media-head p{color:rgba(11,24,36,.68)}.customer-portal-media-head strong{background:#F0E8D9;border:1px solid rgba(11,24,36,.12);border-radius:999px;color:rgba(11,24,36,.72);font-size:13px;padding:8px 12px;white-space:nowrap}.customer-portal-media-control-row{align-items:center;display:flex;gap:10px;justify-content:flex-end}.customer-portal-icon-button{align-items:center;background:#F0E8D9;border:1px solid rgba(11,24,36,.16);border-radius:999px;color:rgba(11,24,36,.78);cursor:pointer;display:inline-flex;height:38px;justify-content:center;padding:0;width:38px}.customer-portal-icon-button:hover{border-color:rgba(11,24,36,.34);color:var(--ink)}.customer-portal-cog-button:before{content:"\2699";font-size:20px;line-height:1}.customer-portal-global-agent-config{margin-top:16px}.customer-portal-local-agent-configs{display:grid;gap:16px}.customer-portal-local-agent-config{border-top:1px solid rgba(11,24,36,.12);display:grid;gap:14px;padding-top:16px}.customer-portal-local-agent-toggle{align-items:center;display:flex;gap:10px}.customer-portal-local-agent-toggle input{accent-color:var(--ink);height:18px;width:18px}.customer-portal-local-agent-toggle span{font-weight:800}.customer-portal-agent-response,.customer-portal-execute-panel,.customer-portal-memory-preview,.customer-portal-slack-package{background:#FFFCF5;border:1px solid rgba(11,24,36,.14);border-radius:8px;display:grid;gap:14px;padding:18px}.customer-portal-memory-details,.customer-portal-setup-details{margin-top:16px}.customer-portal-memory-details summary,.customer-portal-setup-details summary{color:var(--brass-deep);cursor:pointer;font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.customer-portal-suggestion{background:#FFFCF5;border:1px solid rgba(11,24,36,.14);border-radius:8px;display:grid;gap:16px;padding:18px}.customer-portal-suggestion h3{font-size:22px;line-height:1.15;margin:6px 0 0}.customer-portal-agent-response p,.customer-portal-suggestion p{color:rgba(11,24,36,.68)}.customer-portal-suggestion-head{align-items:start;display:flex;gap:16px;justify-content:space-between}.customer-portal-suggestion-head strong{background:#F0E8D9;border:1px solid rgba(11,24,36,.12);border-radius:999px;color:rgba(11,24,36,.72);font-size:13px;padding:8px 12px;white-space:nowrap}.customer-portal-suggestion-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-portal-suggestion-grid>div{border-left:3px solid var(--brass);padding-left:12px}.customer-portal-suggestion-grid strong{display:block;margin-top:6px}.customer-portal-execute-config{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.customer-portal-memory-preview{margin-top:18px}.customer-portal-memory-preview pre,.customer-portal-slack-package pre{background:#F0E8D9;border:1px solid rgba(11,24,36,.12);border-radius:8px;color:rgba(11,24,36,.78);font-family:var(--mono);font-size:12px;line-height:1.55;max-height:360px;overflow:auto;padding:14px;white-space:pre-wrap}.customer-portal-flow-panel{background:#101720;border:1px solid rgba(255,252,245,.12);border-radius:8px;color:#F8F1E4;display:grid;gap:18px;margin-top:18px;overflow:hidden;padding:22px}.customer-portal-flow-panel .customer-portal-media-head h2{color:#F8F1E4;font-size:26px}.customer-portal-flow-panel .customer-portal-media-head p{color:rgba(248,241,228,.68);max-width:720px}.customer-portal-flow-panel .customer-portal-media-head strong{background:rgba(83,223,176,.12);border-color:rgba(83,223,176,.3);color:#8FE7C8}.customer-portal-flow-scroll{overflow-x:auto;padding-bottom:4px}.customer-portal-flow-canvas{background:radial-gradient(circle at 18% 20%,rgba(83,223,176,.08),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0));border:1px solid rgba(248,241,228,.08);border-radius:8px;height:350px;min-width:1080px;position:relative}.customer-portal-flow-lines{inset:0;overflow:visible;position:absolute}.flow-line{fill:none;stroke:rgba(155,168,182,.72);stroke-linecap:round;stroke-width:3}.flow-line-solid{marker-end:url(#flow-arrow-solid)}.flow-line-dashed{stroke:rgba(83,223,176,.74);stroke-dasharray:10 12}.flow-line-return{stroke:rgba(176,119,20,.65);stroke-dasharray:6 10}.customer-portal-flow-node{background:rgba(25,23,31,.92);border:1px solid rgba(248,241,228,.12);border-radius:8px;box-shadow:0 18px 40px rgba(0,0,0,.22);display:grid;gap:5px;height:76px;justify-content:center;padding:13px 18px 13px 22px;position:absolute;width:165px;z-index:1}.customer-portal-flow-node:before{border-radius:8px 0 0 8px;content:"";inset:0 auto 0 0;position:absolute;width:6px}.customer-portal-flow-node span{color:rgba(248,241,228,.58);font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.customer-portal-flow-node strong{color:#F8F1E4;display:block;font-size:15px;line-height:1.15}.customer-portal-flow-node small{color:rgba(248,241,228,.58);font-size:12px;line-height:1.2}.customer-portal-flow-node[data-accent=teal]:before{background:#2FC59B}.customer-portal-flow-node[data-accent=mint]{border-color:rgba(83,223,176,.52);border-style:dashed}.customer-portal-flow-node[data-accent=mint]:before{background:#53DFB0}.customer-portal-flow-node[data-accent=amber]:before{background:#E0A233}.customer-portal-flow-node[data-accent=slate]:before{background:#9BA8B6}.customer-portal-flow-node[data-accent=violet]:before{background:#9A6DFF}.customer-portal-flow-node[data-accent=purple]:before{background:#B48CFF}.customer-portal-flow-node[data-accent=green]:before{background:#7BCB77}.flow-node-strategist{left:28px;top:127px}.flow-node-request{left:250px;top:38px}.flow-node-specialist{left:250px;top:216px}.flow-node-control{left:500px;top:127px}.flow-node-host{left:700px;top:127px}.flow-node-proof{left:890px;top:48px}.flow-node-state{left:890px;top:216px}@media (max-width:900px){.customer-portal-comment-fields,.customer-portal-comment-head,.customer-portal-execute-config,.customer-portal-goal-form,.customer-portal-goal-head,.customer-portal-header,.customer-portal-page-head,.customer-portal-proposal-grid,.customer-portal-status-band,.customer-portal-suggestion-grid,.customer-portal-two-col{grid-template-columns:1fr}.customer-portal-comment-head,.customer-portal-goal-head{display:grid}.customer-portal-header{align-items:flex-start;flex-direction:column}.customer-portal-brand-lockup{flex-wrap:wrap}.customer-portal-strategist-head{align-items:flex-start;flex-direction:column}.customer-portal-media-head{flex-direction:column}.customer-portal-media-control-row{justify-content:flex-start}.customer-portal-suggestion-head{flex-direction:column}.customer-portal-flow-panel{padding:18px}.customer-portal-card-grid,.customer-portal-funnel,.customer-portal-metric-grid{grid-template-columns:1fr}}.bh-section{padding:120px 40px}.bh-section-inner{max-width:1320px;margin:0 auto}.bh-section-paper{background:var(--paper)}.bh-section-paper2{background:var(--paper-2)}.bh-section-ink{background:var(--ink);color:var(--paper)}.bh-section-head{max-width:780px;margin-bottom:72px}.bh-section-head-dark{color:var(--paper)}.bh-h2{font-family:var(--serif);font-size:clamp(40px,5.5vw,72px);line-height:1.04;letter-spacing:-.02em;font-weight:400;color:var(--ink);margin:20px 0 28px;padding-bottom:4px}.bh-section-ink .bh-h2{color:var(--paper)}.bh-h2 em{font-style:italic;color:var(--brass)}.bh-subtitle{font-size:18px;line-height:1.6;color:rgba(11,24,36,.7);max-width:640px}.bh-subtitle-dark{color:rgba(244,239,230,.7)}.bh-mono-head{font-family:var(--mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(11,24,36,.55)}.bh-section-ink .bh-mono-head{color:rgba(244,239,230,.5)}.bh-three{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(11,24,36,.12);border:1px solid rgba(11,24,36,.12)}.bh-problem{background:var(--paper);padding:40px 32px}.bh-problem-num{font-family:var(--mono);font-size:12px;letter-spacing:.14em;color:var(--brass-deep);margin-bottom:20px}.bh-problem h3{font-family:var(--serif);font-size:30px;font-style:italic;line-height:1.1;font-weight:400;margin:0 0 14px;color:var(--ink)}.bh-problem p{font-size:15px;line-height:1.6;color:rgba(11,24,36,.68);margin:0}.bh-roster{display:grid;grid-template-columns:1fr 1fr;gap:60px}.bh-roster-list{border-top:1px solid rgba(244,239,230,.2)}.bh-roster-row{display:grid;grid-template-columns:50px 40px 1.4fr 1.2fr 30px;gap:14px;align-items:baseline;padding:28px 0;border-bottom:1px solid rgba(244,239,230,.15);cursor:pointer;transition:all .2s}.bh-roster-row.on,.bh-roster-row:hover{padding-left:8px;padding-right:8px;background:rgba(244,239,230,.03)}.bh-roster-glyph{font-family:var(--serif);font-size:32px;color:var(--brass)}.bh-roster-glyph.big{font-size:56px}.bh-roster-role{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:rgba(244,239,230,.45)}.bh-roster-name{font-family:var(--serif);font-size:30px;font-style:italic;color:var(--paper)}.bh-roster-tag{font-size:13px;color:rgba(244,239,230,.55);font-family:var(--mono);letter-spacing:.04em}.bh-roster-arrow{color:var(--brass);opacity:0;transition:opacity .2s}.bh-roster-row.on .bh-roster-arrow{opacity:1}.bh-roster-detail{background:rgba(244,239,230,.04);border:1px solid rgba(244,239,230,.12);padding:36px;border-radius:var(--bh-radius-lg);position:sticky;top:100px}.bh-roster-detail-top{display:flex;gap:20px;margin-bottom:28px}.bh-roster-detail-top h3{font-family:var(--serif);font-style:italic;font-size:36px;margin:10px 0 6px;color:var(--paper);font-weight:400}.bh-roster-detail-top p{color:rgba(244,239,230,.7);line-height:1.55}.bh-roster-skills{margin-top:24px;padding-top:20px;border-top:1px solid rgba(244,239,230,.1)}.bh-roster-skill{font-size:14px;color:var(--paper);line-height:1.9}.bh-roster-skill span{color:var(--brass);margin-right:10px}.bh-roster-sub{margin-top:24px;padding-top:20px;border-top:1px solid rgba(244,239,230,.1);margin-bottom:24px}.bh-roster-sub-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.bh-chip-dark{font-family:var(--mono);font-size:11px;letter-spacing:.06em;padding:4px 10px;border:1px solid rgba(244,239,230,.2);border-radius:999px;color:rgba(244,239,230,.75)}.bh-feed{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:var(--bh-radius-lg);padding:28px 32px;margin-bottom:48px}.bh-feed-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.bh-feed-ts{font-family:var(--mono);font-size:11px;color:rgba(11,24,36,.5);letter-spacing:.1em;text-transform:uppercase}.bh-feed-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(11,24,36,.1);border:1px solid rgba(11,24,36,.1)}.bh-feed-row{background:var(--paper);padding:24px;transition:background .3s}.bh-feed-row.on{background:#FFF8EA}.bh-feed-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.bh-chip-agent{background:var(--ink);color:var(--paper);font-size:11px;text-transform:uppercase;padding:4px 10px;border-radius:999px}.bh-chip-agent,.bh-feed-ts-small{font-family:var(--mono);letter-spacing:.08em}.bh-feed-ts-small{font-size:10.5px;color:rgba(11,24,36,.5)}.bh-feed-title{font-family:var(--serif);font-style:italic;font-size:22px;margin-bottom:8px;color:var(--ink)}.bh-feed-desc{font-size:13.5px;line-height:1.55;color:rgba(11,24,36,.7)}.bh-loop{display:grid;grid-template-columns:1fr 20px 1fr 20px 1fr 20px 1fr;gap:16px;align-items:flex-start}.bh-loop-step{border-top:1px solid var(--ink);padding-top:20px}.bh-loop-n{font-family:var(--mono);font-size:11px;letter-spacing:.14em;color:var(--brass-deep);margin-bottom:12px}.bh-loop-t{font-family:var(--serif);font-style:italic;font-size:30px;color:var(--ink);margin-bottom:8px}.bh-loop-d{font-size:13.5px;line-height:1.55;color:rgba(11,24,36,.65)}.bh-loop-arr{color:var(--brass);font-size:16px;padding-top:40px;text-align:center}.bh-compare{display:grid;grid-template-columns:1fr 1fr;gap:28px}.bh-compare-card{border-radius:var(--bh-radius-lg);padding:40px}.perf-shell{max-width:100vw;min-height:100vh;overflow-x:clip;padding:38px 40px 56px;background:#F7F3EA;color:var(--ink)}.perf-shell,.perf-shell *,.perf-shell :after,.perf-shell :before{box-sizing:border-box}.perf-topbar{max-width:1440px;margin:0 auto 22px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.perf-title{font-family:var(--serif);font-size:58px;font-weight:400;line-height:1;margin:14px 0 12px}.perf-subtitle{color:rgba(11,24,36,.66);font-size:18px;line-height:1.35}.perf-subtitle span{color:rgba(11,24,36,.78)}.perf-controls{display:inline-flex;gap:6px;padding:5px;border:1px solid rgba(11,24,36,.14);background:rgba(255,255,255,.48)}.perf-controls a{min-width:48px;padding:8px 12px;text-align:center;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.62)}.perf-controls a[data-active=true]{background:var(--ink);color:var(--paper)}.perf-date-range-panel{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.perf-custom-range{align-items:end;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(132px,1fr)) auto}.perf-custom-range label{color:rgba(11,24,36,.58);display:grid;font-family:var(--mono);font-size:10px;gap:4px;letter-spacing:0;text-transform:uppercase}.perf-custom-range input[type=date]{background:rgba(255,255,255,.64);border:1px solid rgba(11,24,36,.16);color:var(--ink);font-family:var(--sans);font-size:13px;min-height:34px;padding:6px 8px}.perf-custom-range button{background:var(--ink);border:1px solid var(--ink);color:var(--paper);cursor:pointer;font-size:10px;letter-spacing:0;min-height:34px;padding:8px 12px}.perf-breadcrumb,.perf-custom-range button{font-family:var(--mono);text-transform:uppercase}.perf-breadcrumb{align-items:center;color:rgba(11,24,36,.52);display:flex;flex-wrap:wrap;gap:8px;font-size:10.5px;letter-spacing:.08em;margin:0 auto 18px;max-width:1440px}.perf-breadcrumb a{color:rgba(11,24,36,.68)}.perf-breadcrumb b{color:var(--ink);font-weight:500}.perf-top-actions{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.perf-client-home{color:rgba(11,24,36,.62);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase}.perf-brand-scope{align-items:center;display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.perf-brand-scope span{color:rgba(11,24,36,.44);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.perf-brand-scope a{border:1px solid rgba(11,24,36,.12);color:rgba(11,24,36,.62);font-size:12px;padding:5px 8px}.perf-brand-scope a[data-active=true]{border-color:rgba(176,119,20,.5);color:var(--ink)}.perf-tabs{width:100%;max-width:1440px;margin:0 auto 22px;display:flex;gap:0;overflow-x:auto;border:1px solid rgba(11,24,36,.14);background:rgba(255,255,255,.42)}.perf-tabs a{flex:1 0 118px;min-width:118px;padding:12px 10px;border-right:1px solid rgba(11,24,36,.1);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-align:center;text-transform:uppercase;color:rgba(11,24,36,.62)}.perf-tabs a:last-child{border-right:0}.perf-tabs a[data-active=true]{background:var(--ink);color:var(--paper)}.perf-fullwidth{max-width:1440px;margin:0 auto}.perf-alert{max-width:1440px;margin:0 auto 20px;padding:14px 16px;border:1px solid rgba(168,54,31,.24);background:rgba(168,54,31,.07);color:var(--danger);font-size:14px}.perf-alert-neutral{border-color:rgba(176,119,20,.22);background:rgba(176,119,20,.08);color:rgba(11,24,36,.74)}.perf-grid{max-width:1440px;margin:0 auto;display:grid;gap:12px}.perf-grid-metrics{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.perf-grid-metrics-dashcare{grid-template-columns:repeat(5,minmax(0,1fr))}.perf-source-kpis{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:18px}.perf-seo-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.perf-seo-decision-card{position:relative;min-height:310px;padding:20px;border:1px solid rgba(11,24,36,.13);background:#FFFCF6;box-shadow:0 10px 24px rgba(11,24,36,.035)}.perf-seo-decision-card:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--sea)}.perf-seo-decision-card[data-tone=attention]:before{background:var(--brass)}.perf-seo-decision-eyebrow{display:block;margin-bottom:16px;color:rgba(11,24,36,.5);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.perf-seo-decision-card h3{margin:0 0 7px;color:rgba(11,24,36,.68);font-family:var(--sans);font-size:13px;font-weight:650}.perf-seo-decision-value{display:block;margin-bottom:7px;color:var(--ink);font-family:var(--serif);font-size:clamp(34px,3.2vw,50px);font-weight:500;letter-spacing:-.035em;line-height:1}.perf-seo-decision-card>p,.perf-seo-decision-card>small{color:rgba(11,24,36,.56);font-size:11px;line-height:1.45}.perf-seo-decision-card>p{min-height:32px;margin:0 0 18px}.perf-seo-decision-support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:14px;border-top:1px solid rgba(11,24,36,.1)}.perf-seo-decision-support>div{min-width:0}.perf-seo-decision-support>div>span,.perf-seo-decision-support>div>strong{display:block}.perf-seo-decision-support>div>span{min-height:28px;color:rgba(11,24,36,.5);font-size:10px;line-height:1.3}.perf-seo-decision-support>div>strong{margin-top:5px;color:var(--ink);font-size:15px;line-height:1.3}.perf-seo-decision-card>small{display:block;margin-top:14px}.perf-seo-decision-card[data-tone=attention]>small{padding:9px 10px;border-left:2px solid var(--brass);background:rgba(176,119,20,.08);color:rgba(104,62,10,.88);font-weight:650}.perf-seo-decision-card>small>span{display:block}.perf-seo-footer-metric{margin-top:7px}.perf-ai-trend-chart{margin:8px 0 0}.perf-ai-trend-chart figcaption{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:10px;color:rgba(11,24,36,.54);font-size:10px;line-height:1.4}.perf-ai-trend-chart figcaption>span:first-child{display:grid;gap:2px}.perf-ai-trend-chart figcaption strong{color:var(--ink);font-size:20px;line-height:1}.perf-ai-trend-chart figcaption em{font-style:normal}.perf-ai-trend-deltas{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:6px}.perf-ai-trend-deltas>span{display:flex;align-items:baseline;justify-content:space-between;gap:6px;padding:5px 7px;background:rgba(11,24,36,.035)}.perf-ai-trend-deltas em{color:rgba(11,24,36,.48);font-size:10px;font-style:normal}.perf-ai-trend-deltas strong{color:var(--ink);font-size:11px}.perf-ai-trend-plot{display:block;width:100%;height:112px;overflow:visible}.perf-ai-trend-plot line{stroke:rgba(11,24,36,.1);stroke-width:1}.perf-ai-trend-plot path{fill:none;stroke:var(--sea);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.perf-ai-trend-plot circle{fill:#FFFCF6;stroke:var(--sea);stroke-width:3}.perf-ai-trend-plot text{fill:rgba(11,24,36,.42);font-family:var(--sans);font-size:8px}.perf-ai-trend-date{font-size:8px}.perf-ai-trend-baseline{margin:-3px 0 8px;padding:6px 8px;border-left:2px solid var(--brass);background:rgba(176,119,20,.06);color:rgba(104,62,10,.82);font-size:9px;font-weight:600;line-height:1.35}.perf-ai-trend-support{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px;border-top:1px solid rgba(11,24,36,.1)}.perf-ai-trend-support>span{display:grid;gap:3px;color:rgba(11,24,36,.48);font-size:9px;line-height:1.3}.perf-ai-trend-support strong{color:var(--ink);font-size:13px}.perf-ai-visibility-empty{display:grid;gap:7px;min-height:150px;align-content:start;color:rgba(11,24,36,.56);font-size:11px}.perf-ai-visibility-empty>strong{color:var(--ink);font-family:var(--serif);font-size:38px;font-weight:500}.perf-seo-status-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 18px}.perf-seo-status{align-items:flex-start;background:#FFFCF6;border:1px solid rgba(11,24,36,.12);display:flex;gap:14px;justify-content:space-between;min-height:118px;padding:16px}.perf-seo-status em,.perf-seo-status span,.perf-seo-status strong{display:block}.perf-seo-status strong{font-size:14px;margin-bottom:7px}.perf-seo-status em,.perf-seo-status span{color:rgba(11,24,36,.58);font-size:12px;line-height:1.4}.perf-seo-status>div:last-child{align-items:flex-end;display:flex;flex-direction:column;gap:8px;text-align:right}.perf-seo-source-status[data-status=connected]{background:rgba(47,107,62,.1);color:var(--go)}.perf-seo-source-status[data-status=missing]{background:rgba(176,119,20,.12);color:var(--brass)}.perf-seo-source-status[data-status=stale]{background:rgba(168,54,31,.1);color:var(--danger)}.perf-seo-source-status[data-status=baseline]{background:rgba(45,95,106,.1);color:var(--sea)}.perf-seo-health-details{margin:0 0 18px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.72)}.perf-seo-health-details>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;cursor:pointer;list-style:none}.perf-seo-health-details>summary::-webkit-details-marker{display:none}.perf-seo-health-details>summary:after{content:"+";flex:0 0 auto;color:var(--sea);font-size:20px;line-height:1}.perf-seo-health-details[open]>summary:after{content:"−"}.perf-seo-health-details>summary em,.perf-seo-health-details>summary strong{display:block}.perf-seo-health-details>summary strong{font-size:13px}.perf-seo-health-details>summary em,.perf-seo-health-details>summary>span:last-of-type{margin-top:3px;color:rgba(11,24,36,.55);font-size:11px;font-style:normal}.perf-seo-health-details .perf-seo-status-grid{margin:0;padding:18px;border-top:1px solid rgba(11,24,36,.08)}.perf-seo-details{margin:0 0 18px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.72)}.perf-seo-details>summary{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;cursor:pointer;list-style:none}.perf-seo-details>summary::-webkit-details-marker{display:none}.perf-seo-details>summary:after{content:"+";flex:0 0 auto;color:var(--sea);font-size:22px;line-height:1}.perf-seo-details[open]>summary:after{content:"−"}.perf-seo-details>summary>span:first-child{min-width:0}.perf-seo-details>summary em,.perf-seo-details>summary strong{display:block}.perf-seo-details>summary strong{color:var(--ink);font-size:14px}.perf-seo-details>summary em,.perf-seo-details>summary>span:last-of-type{margin-top:4px;color:rgba(11,24,36,.55);font-size:11px;font-style:normal;line-height:1.4}.perf-seo-details-body{padding:0 20px 20px;border-top:1px solid rgba(11,24,36,.08)}.perf-seo-details-body .perf-segment-grid{margin-top:20px}.perf-zocdoc-kpis{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.perf-zocdoc-kpis .perf-metric{min-height:116px;padding:15px 16px}.perf-zocdoc-kpis .perf-metric strong{font-size:clamp(27px,2.4vw,40px)}.perf-zocdoc-kpis .perf-metric em,.perf-zocdoc-kpis .perf-metric-label{font-size:9.5px;letter-spacing:.07em}.perf-attribution-kpis{grid-template-columns:repeat(6,minmax(0,1fr))}.perf-metric{min-height:126px;padding:18px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6;display:flex;flex-direction:column;justify-content:space-between}.perf-metric[data-tone=money]{border-top:3px solid var(--go)}.perf-metric[data-tone=attention]{border-top:3px solid var(--brass)}.perf-metric em,.perf-metric-label{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.56);font-style:normal}.perf-metric strong{font-family:var(--serif);font-weight:400;font-size:clamp(28px,3.2vw,42px);line-height:1}.perf-metric-download{align-items:flex-end;color:inherit;display:flex;gap:10px;justify-content:space-between;text-decoration:none}.perf-metric-download>span{color:var(--teal);font-family:var(--mono);font-size:10px;letter-spacing:.08em;padding-bottom:3px;text-transform:uppercase}.perf-metric-download:focus-visible strong,.perf-metric-download:hover strong{text-decoration:underline;text-decoration-color:var(--teal);text-decoration-thickness:2px;text-underline-offset:5px}.perf-metric-download:focus-visible{outline:2px solid var(--teal);outline-offset:4px}.perf-funnel-summary{max-width:1440px;margin:0 auto 22px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6;padding:22px}.perf-funnel-head{align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,1fr) 260px;margin-bottom:18px}.perf-funnel-economics p,.perf-funnel-economics span,.perf-funnel-eyebrow,.perf-funnel-overall em,.perf-funnel-overall span,.perf-funnel-stage-meta{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10.5px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.perf-funnel-head h2{font-family:var(--serif);font-size:clamp(31px,3.4vw,48px);font-weight:400;line-height:1;margin:5px 0 7px}.perf-funnel-head p{color:rgba(11,24,36,.68);font-size:15px}.perf-funnel-overall{border-left:1px solid rgba(11,24,36,.12);display:grid;gap:5px;min-width:0;padding-left:18px}.perf-funnel-overall strong{font-family:var(--serif);font-size:40px;font-weight:400;line-height:1}.perf-funnel-body{align-items:stretch;gap:22px}.perf-funnel-body,.perf-funnel-trend{display:grid;grid-template-columns:minmax(0,1fr) 260px}.perf-funnel-trend{gap:0;margin:4px 0 22px;padding:0}.perf-funnel-trend.empty{color:rgba(11,24,36,.54);font-size:13px;min-height:74px;place-items:center}.perf-funnel-trend-plot{grid-column:1;min-width:0;padding:0 36px;position:relative}.perf-funnel-trend-svg{display:block;height:148px;overflow:visible;width:100%}.perf-funnel-trend-axis-labels span,.perf-funnel-trend-x-labels span{color:rgba(44,124,143,.72);font-size:15px;font-weight:800;line-height:1}.perf-funnel-trend-axis-labels span{position:absolute;z-index:1}.perf-funnel-trend-axis-labels [data-axis=visitors]{left:0;text-align:right}.perf-funnel-trend-axis-labels [data-axis=conversions]{color:rgba(168,54,31,.68);right:0;text-align:left}.perf-funnel-trend-axis-labels [data-position=top]{top:16px}.perf-funnel-trend-axis-labels [data-position=bottom]{bottom:27px}.perf-funnel-trend-bar{fill:rgba(44,124,143,.3)}.perf-funnel-trend-path{fill:none;pointer-events:none;stroke:var(--danger);stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;vector-effect:non-scaling-stroke}.perf-funnel-trend-dot{fill:var(--danger);opacity:0}.perf-funnel-trend-hit{fill:transparent;outline:none}.perf-funnel-trend-point{outline:none}.perf-funnel-trend-point:focus .perf-funnel-trend-bar,.perf-funnel-trend-point:hover .perf-funnel-trend-bar{fill:rgba(44,124,143,.48)}.perf-funnel-trend-point:focus .perf-funnel-trend-dot,.perf-funnel-trend-point:hover .perf-funnel-trend-dot{opacity:1}.perf-funnel-trend-point:focus-visible .perf-funnel-trend-hit{stroke:rgba(11,24,36,.5);stroke-width:1;vector-effect:non-scaling-stroke}.perf-funnel-trend-pill{display:none;pointer-events:none}.perf-funnel-trend-point:focus .perf-funnel-trend-pill,.perf-funnel-trend-point:hover .perf-funnel-trend-pill{display:block}.perf-funnel-trend-pill rect{fill:rgba(255,250,242,.98);filter:drop-shadow(0 8px 14px rgba(11,24,36,.14));stroke:rgba(44,124,143,.34);stroke-width:1}.perf-funnel-trend-pill text{fill:var(--ink);font-family:var(--mono);font-size:9px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.perf-funnel-trend-x-labels{bottom:6px;color:rgba(11,24,36,.48);display:flex;font-size:15px;font-weight:800;justify-content:space-between;left:52px;line-height:1;pointer-events:none;position:absolute;right:52px;z-index:1}.perf-funnel-stages{display:grid;gap:0;list-style:none;min-width:0}.perf-funnel-stage{display:grid;gap:7px;justify-items:center;margin-top:-1px}.perf-funnel-stage-bar{align-items:center;background:linear-gradient(90deg,rgba(36,104,70,.96),rgba(61,132,89,.92));clip-path:polygon(0 0,100% 0,calc(100% - 34px) 100%,34px 100%);color:#FFFCF6;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;margin-inline:auto;min-height:76px;max-width:100%;padding:15px 52px;width:max(var(--stage-width),242px)}.perf-funnel-stage:nth-child(2) .perf-funnel-stage-bar{background:linear-gradient(90deg,rgba(176,119,20,.96),rgba(205,145,45,.92))}.perf-funnel-stage:nth-child(3) .perf-funnel-stage-bar{background:linear-gradient(90deg,rgba(11,24,36,.96),rgba(41,57,72,.92))}.perf-funnel-stage-bar span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;overflow-wrap:anywhere;text-transform:uppercase}.perf-funnel-stage-bar strong{font-family:var(--serif);font-size:clamp(32px,3.8vw,52px);font-weight:400;line-height:1}.perf-funnel-segment-set{display:grid;gap:7px;grid-column:1/-1;min-width:0;width:100%}.perf-funnel-stage-segments{align-items:stretch;border:1px solid rgba(255,252,246,.32);display:flex;height:8px;min-width:0;overflow:hidden}.perf-funnel-stage-segment{background:rgba(255,252,246,.84);border:0;border-radius:0;cursor:pointer;display:block;flex:0 0 var(--segment-width);min-width:4px;outline:none;padding:0;transition:filter .14s ease,opacity .14s ease}.perf-funnel-stage-segment:focus,.perf-funnel-stage-segment:hover{filter:saturate(1.18) brightness(.92)}.perf-funnel-stage-segment:focus{box-shadow:inset 0 0 0 2px rgba(11,24,36,.72)}.perf-funnel-stage-segment+.perf-funnel-stage-segment{border-left:1px solid rgba(11,24,36,.18)}.perf-funnel-stage-segments [data-segment-index="0"]{background:rgba(186,220,190,.92)}.perf-funnel-stage-segments [data-segment-index="1"]{background:rgba(99,161,173,.88)}.perf-funnel-stage-segments [data-segment-index="2"]{background:rgba(224,186,105,.9)}.perf-funnel-stage-segments [data-segment-index="3"]{background:rgba(213,116,93,.88)}.perf-funnel-stage-segments [data-segment-index="4"]{background:rgba(238,226,205,.8)}.perf-funnel-source-hover{color:rgba(255,252,246,.72);font-size:12px;line-height:1.2;min-height:34px;position:relative}.perf-funnel-source-hover-card,.perf-funnel-source-hover-empty{align-content:center;display:grid;gap:4px;inset:0;pointer-events:none;position:absolute;transition:opacity .12s ease}.perf-funnel-source-hover-empty{margin:0}.perf-funnel-source-hover-cards{inset:0;position:absolute}.perf-funnel-source-hover-card{color:rgba(255,252,246,.84);opacity:0}.perf-collections-pie-hover-card span,.perf-funnel-source-hover-card span{align-items:center;display:flex;gap:7px;min-width:0}.perf-collections-pie-hover-card i,.perf-funnel-source-hover-card i{border:1px solid rgba(11,24,36,.16);display:block;flex:0 0 auto;height:10px;width:10px}.perf-collections-pie-hover-card b,.perf-funnel-source-hover-card b{font-size:13px;font-weight:800}.perf-funnel-source-hover-card b{color:#FFFCF6}.perf-collections-pie-hover-card b{color:var(--ink)}.perf-funnel-segment-set:has(.perf-funnel-stage-segment:focus) .perf-funnel-source-hover-empty,.perf-funnel-segment-set:has(.perf-funnel-stage-segment:hover) .perf-funnel-source-hover-empty{opacity:0}.perf-funnel-segment-set:has(.perf-funnel-stage-segment:first-of-type:focus) .perf-funnel-source-hover-card:first-of-type,.perf-funnel-segment-set:has(.perf-funnel-stage-segment:first-of-type:hover) .perf-funnel-source-hover-card:first-of-type,.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(2):focus) .perf-funnel-source-hover-card:nth-of-type(2),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(2):hover) .perf-funnel-source-hover-card:nth-of-type(2),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(3):focus) .perf-funnel-source-hover-card:nth-of-type(3),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(3):hover) .perf-funnel-source-hover-card:nth-of-type(3),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(4):focus) .perf-funnel-source-hover-card:nth-of-type(4),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(4):hover) .perf-funnel-source-hover-card:nth-of-type(4),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(5):focus) .perf-funnel-source-hover-card:nth-of-type(5),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(5):hover) .perf-funnel-source-hover-card:nth-of-type(5),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(6):focus) .perf-funnel-source-hover-card:nth-of-type(6),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(6):hover) .perf-funnel-source-hover-card:nth-of-type(6),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(7):focus) .perf-funnel-source-hover-card:nth-of-type(7),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(7):hover) .perf-funnel-source-hover-card:nth-of-type(7),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(8):focus) .perf-funnel-source-hover-card:nth-of-type(8),.perf-funnel-segment-set:has(.perf-funnel-stage-segment:nth-of-type(8):hover) .perf-funnel-source-hover-card:nth-of-type(8){opacity:1}.perf-funnel-stage-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:center;letter-spacing:0;margin-bottom:12px;max-width:min(100%,max(var(--stage-width),242px));text-align:center}.perf-funnel-stage-meta em{color:rgba(11,24,36,.74);font-style:normal}.perf-funnel-economics{border-left:1px solid rgba(11,24,36,.12);display:grid;gap:10px;padding-left:20px}.perf-funnel-economics div{border-bottom:1px solid rgba(11,24,36,.09);display:grid;gap:3px;padding-bottom:10px}.perf-funnel-economics strong{font-family:var(--serif);font-size:32px;font-weight:400;line-height:1}.perf-funnel-economics p{background:rgba(36,104,70,.08);color:rgba(11,24,36,.74);padding:10px}.perf-patient-funnel-grid{align-items:stretch;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) minmax(320px,1fr)}.perf-patient-funnel-left{border-right:1px solid rgba(11,24,36,.12);min-width:0;padding-right:28px}.perf-patient-trend{padding-left:28px}.perf-patient-trend,.perf-patient-trend-column{display:grid;gap:12px;min-width:0}.perf-patient-trend-context{display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));padding-left:28px}.perf-patient-trend-context span{background:rgba(11,24,36,.035);color:rgba(11,24,36,.62);font-family:var(--mono);font-size:10px;letter-spacing:.05em;padding:8px 10px;text-transform:uppercase}.perf-patient-trend-head{align-items:flex-start;display:flex;gap:18px;justify-content:space-between}.perf-patient-trend-head>div:first-child{display:grid;gap:4px}.perf-patient-trend-axis-title,.perf-patient-trend-head span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase}.perf-patient-trend-head h3{font-family:var(--serif);font-size:25px;font-weight:400;line-height:1.08;margin:0}.perf-patient-trend-legend{display:grid;flex:0 0 auto;gap:7px;padding-top:2px}.perf-patient-trend-legend span{align-items:center;display:flex;gap:7px;letter-spacing:.04em;text-transform:none}.perf-patient-trend-legend span:before{background:var(--legend-color);border-radius:999px;content:"";display:block;height:3px;width:18px}.perf-patient-trend-legend span[data-series=cac]{--legend-color:#bd7d17}.perf-patient-trend-legend span[data-series=conversion]{--legend-color:#2c7655}.perf-patient-trend-scroll{max-width:100%;overflow-x:auto;scrollbar-color:rgba(11,24,36,.22) transparent;scrollbar-width:thin}.perf-patient-trend-chart{display:block;min-width:var(--patient-trend-width);width:100%}.perf-patient-trend-gridline{stroke:rgba(11,24,36,.09);stroke-width:1}.perf-patient-trend-axis,.perf-patient-trend-month{fill:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px}.perf-patient-trend-axis-title{fill:rgba(11,24,36,.54)}.perf-patient-trend-axis-cac{fill:#9a6110}.perf-patient-trend-axis-conversion{fill:#286a4d}.perf-patient-trend-line{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.perf-patient-trend-line-cac{stroke:#bd7d17}.perf-patient-trend-line-conversion{stroke:#2c7655}.perf-patient-trend-dot{stroke-width:2.25}.perf-patient-trend-dot-cac{fill:#fbf8f1;stroke:#bd7d17}.perf-patient-trend-dot-conversion{fill:#2c7655;stroke:#fbf8f1}.perf-patient-trend-dot-pending{fill:#fbf8f1;stroke:rgba(11,24,36,.34);stroke-dasharray:2 2}.perf-patient-trend-point:focus{outline:none}.perf-patient-trend-point:focus .perf-patient-trend-dot{stroke-width:4}.perf-patient-trend-empty,.perf-patient-trend-note{color:rgba(11,24,36,.58);font-size:11px;margin:0}.perf-patient-trend-empty{align-items:center;background:rgba(11,24,36,.035);display:flex;justify-content:center;min-height:230px;padding:18px;text-align:center}.perf-patient-funnel .perf-funnel-stage-bar{gap:6px;grid-template-columns:1fr;justify-items:center;min-width:184px;padding-inline:28px;text-align:center;width:var(--stage-width)}.perf-patient-funnel .perf-funnel-stage-segments{height:26px}.perf-patient-funnel .perf-funnel-segment-set[data-label-mode=compact] .perf-funnel-stage-segments{height:16px}.perf-patient-funnel .perf-funnel-segment-set[data-label-mode=compact] .perf-funnel-source-hover{min-height:24px}.perf-patient-funnel .perf-funnel-segment-set[data-label-mode=compact] .perf-funnel-source-hover-empty{display:none}.perf-funnel-source-legend{display:grid;gap:7px 12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:4px auto 14px;max-width:min(100%,560px)}.perf-funnel-source-legend div{align-items:center;border-bottom:1px solid rgba(11,24,36,.08);display:grid;gap:5px 7px;grid-template-columns:10px minmax(0,1fr) auto;padding-bottom:6px}.perf-funnel-source-legend i{border:1px solid rgba(11,24,36,.16);display:block;height:10px;width:10px}.perf-funnel-source-legend strong{color:rgba(11,24,36,.76);font-size:12px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perf-funnel-source-legend em,.perf-funnel-source-legend span{color:rgba(11,24,36,.54);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.05em;text-transform:uppercase}.perf-funnel-source-legend span{grid-column:2/3}.perf-collections-pie-hover-card i[data-segment-index="5"],.perf-collections-pie-legend span[data-segment-index="5"],.perf-collections-pie-slice[data-segment-index="5"],.perf-funnel-source-hover-card i[data-segment-index="5"],.perf-funnel-source-legend i[data-segment-index="5"],.perf-funnel-stage-segments [data-segment-index="5"]{background:rgba(88,118,169,.88);fill:rgba(88,118,169,.88)}.perf-collections-pie-hover-card i[data-segment-index="6"],.perf-collections-pie-legend span[data-segment-index="6"],.perf-collections-pie-slice[data-segment-index="6"],.perf-funnel-source-hover-card i[data-segment-index="6"],.perf-funnel-source-legend i[data-segment-index="6"],.perf-funnel-stage-segments [data-segment-index="6"]{background:rgba(146,122,83,.88);fill:rgba(146,122,83,.88)}.perf-collections-pie{align-content:start;display:grid;gap:14px;min-width:0}.perf-collections-pie-head{display:flex;align-items:end;justify-content:space-between;gap:16px}.perf-collections-pie-head span,.perf-collections-pie-legend em{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase}.perf-collections-pie-head strong{font-family:var(--serif);font-size:34px;font-weight:400;line-height:1}.perf-collections-pie-chart-wrap{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(180px,310px) minmax(150px,1fr);justify-content:center;min-width:0}.perf-collections-pie-chart{aspect-ratio:1;justify-self:center;max-width:310px;width:min(100%,310px)}.perf-collections-pie-slice{outline:none}.perf-collections-pie-slice path{cursor:pointer;stroke:#FFFCF6;stroke-width:1.5;transition:opacity .14s ease}.perf-collections-pie-slice:focus path,.perf-collections-pie-slice:hover path{opacity:.86;stroke:rgba(11,24,36,.72);stroke-width:2}.perf-collections-pie-hover-card i[data-segment-index="0"],.perf-collections-pie-legend span[data-segment-index="0"],.perf-collections-pie-slice[data-segment-index="0"],.perf-funnel-source-hover-card i[data-segment-index="0"],.perf-funnel-source-legend i[data-segment-index="0"]{background:rgba(186,220,190,.92);fill:rgba(186,220,190,.92)}.perf-collections-pie-hover-card i[data-segment-index="1"],.perf-collections-pie-legend span[data-segment-index="1"],.perf-collections-pie-slice[data-segment-index="1"],.perf-funnel-source-hover-card i[data-segment-index="1"],.perf-funnel-source-legend i[data-segment-index="1"]{background:rgba(99,161,173,.88);fill:rgba(99,161,173,.88)}.perf-collections-pie-hover-card i[data-segment-index="2"],.perf-collections-pie-legend span[data-segment-index="2"],.perf-collections-pie-slice[data-segment-index="2"],.perf-funnel-source-hover-card i[data-segment-index="2"],.perf-funnel-source-legend i[data-segment-index="2"]{background:rgba(224,186,105,.9);fill:rgba(224,186,105,.9)}.perf-collections-pie-hover-card i[data-segment-index="3"],.perf-collections-pie-legend span[data-segment-index="3"],.perf-collections-pie-slice[data-segment-index="3"],.perf-funnel-source-hover-card i[data-segment-index="3"],.perf-funnel-source-legend i[data-segment-index="3"]{background:rgba(213,116,93,.88);fill:rgba(213,116,93,.88)}.perf-collections-pie-hover-card i[data-segment-index="4"],.perf-collections-pie-legend span[data-segment-index="4"],.perf-collections-pie-slice[data-segment-index="4"],.perf-funnel-source-hover-card i[data-segment-index="4"],.perf-funnel-source-legend i[data-segment-index="4"]{background:rgba(238,226,205,.8);fill:rgba(238,226,205,.8)}.perf-collections-pie-hole{fill:#FFFCF6;stroke:rgba(11,24,36,.12)}.perf-collections-pie-total{fill:var(--ink);font-family:var(--serif);font-size:18px}.perf-collections-pie-caption{fill:rgba(11,24,36,.58);font-family:var(--mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.perf-collections-pie-hover{color:rgba(11,24,36,.56);font-size:12px;line-height:1.25;min-height:58px;min-width:0;position:relative}.perf-collections-pie-hover-card,.perf-collections-pie-hover-empty{align-content:center;display:grid;gap:5px;inset:0;pointer-events:none;position:absolute;transition:opacity .12s ease}.perf-collections-pie-hover-empty{margin:0}.perf-collections-pie-hover-cards{inset:0;position:absolute}.perf-collections-pie-hover-card{color:rgba(11,24,36,.74);opacity:0}.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:focus) .perf-collections-pie-hover-empty,.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:hover) .perf-collections-pie-hover-empty{opacity:0}.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:first-of-type:focus) .perf-collections-pie-hover-card:first-of-type,.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:first-of-type:hover) .perf-collections-pie-hover-card:first-of-type,.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(2):focus) .perf-collections-pie-hover-card:nth-of-type(2),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(2):hover) .perf-collections-pie-hover-card:nth-of-type(2),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(3):focus) .perf-collections-pie-hover-card:nth-of-type(3),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(3):hover) .perf-collections-pie-hover-card:nth-of-type(3),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(4):focus) .perf-collections-pie-hover-card:nth-of-type(4),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(4):hover) .perf-collections-pie-hover-card:nth-of-type(4),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(5):focus) .perf-collections-pie-hover-card:nth-of-type(5),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(5):hover) .perf-collections-pie-hover-card:nth-of-type(5),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(6):focus) .perf-collections-pie-hover-card:nth-of-type(6),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(6):hover) .perf-collections-pie-hover-card:nth-of-type(6),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(7):focus) .perf-collections-pie-hover-card:nth-of-type(7),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(7):hover) .perf-collections-pie-hover-card:nth-of-type(7),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(8):focus) .perf-collections-pie-hover-card:nth-of-type(8),.perf-collections-pie-chart-wrap:has(.perf-collections-pie-slice:nth-of-type(8):hover) .perf-collections-pie-hover-card:nth-of-type(8){opacity:1}.perf-collections-pie-legend{display:grid;gap:8px}.perf-collections-pie-legend div{align-items:center;border-bottom:1px solid rgba(11,24,36,.08);display:grid;gap:8px;grid-template-columns:12px minmax(74px,1fr) auto;padding-bottom:8px}.perf-collections-pie-legend span{border:1px solid rgba(11,24,36,.18);display:block;height:12px;width:12px}.perf-collections-pie-legend strong{font-size:13px}.perf-owner-readout{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto 22px;max-width:1440px}.perf-owner-readout article{background:#FFFCF6;border:1px solid rgba(11,24,36,.12);border-left:3px solid var(--brass);min-height:132px;padding:18px}.perf-owner-readout span{color:rgba(11,24,36,.56);display:block;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;margin-bottom:12px;text-transform:uppercase}.perf-owner-readout strong{color:var(--ink);display:block;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.08}.perf-owner-readout p{color:rgba(11,24,36,.64);font-size:13.5px;line-height:1.45;margin-top:10px}.perf-layout{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:18px;align-items:start}.perf-layout-wide{grid-template-columns:1fr}.perf-main-panel,.perf-side-panel{min-width:0}.perf-section-head{padding:22px 0 14px;display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.perf-section-head.compact{padding-top:30px}.perf-panel h2,.perf-section-head h2{font-family:var(--serif);font-size:30px;font-weight:400;margin:0 0 5px}.perf-section-head h2.perf-scorecard-title{display:inline-flex;align-items:center;gap:7px}.perf-section-head .perf-scorecard-title-help{flex:0 0 auto;margin-top:0;padding:0;background:transparent;appearance:none}.perf-section-head .perf-scorecard-title-help:after{width:min(420px,80vw)}@media (max-width:540px){.perf-section-head .perf-scorecard-title-help:after,.perf-section-head .perf-scorecard-title-help:before{right:0;left:auto;transform:translateY(4px)}.perf-section-head .perf-scorecard-title-help:before{right:2px}.perf-section-head .perf-scorecard-title-help:focus:after,.perf-section-head .perf-scorecard-title-help:focus:before,.perf-section-head .perf-scorecard-title-help:hover:after,.perf-section-head .perf-scorecard-title-help:hover:before{transform:translate(0)}}.perf-section-head p{max-width:680px;color:rgba(11,24,36,.62);font-size:14px}.perf-section-head>span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.55)}.perf-table-wrap{width:100%;overflow-x:auto;border:1px solid rgba(11,24,36,.12);background:#FFFCF6;max-width:100%;-webkit-overflow-scrolling:touch}.perf-table-wrap-flush{border:0;border-top:1px solid rgba(11,24,36,.08)}.perf-microsoft-freshness{display:flex;flex-wrap:wrap;gap:6px 18px;margin:-4px 0 14px;color:rgba(11,24,36,.62);font-size:12px}.perf-microsoft-freshness span{white-space:nowrap}.perf-microsoft-freshness strong{color:var(--ink)}.perf-table{width:100%;min-width:920px;border-collapse:collapse}.perf-table th{padding:12px 14px;text-align:left;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54);border-bottom:1px solid rgba(11,24,36,.1)}.perf-sort-button{display:inline-flex;align-items:center;gap:6px;width:100%;min-height:28px;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;text-decoration:none;text-transform:inherit;cursor:pointer}.perf-sort-button:focus-visible,.perf-sort-button:hover{color:var(--ink);outline:none}.perf-sort-button:focus-visible{box-shadow:0 2px 0 var(--brass)}.perf-sort-indicator{color:rgba(11,24,36,.36);font-size:10px;line-height:1}.perf-table th[aria-sort=ascending] .perf-sort-indicator,.perf-table th[aria-sort=descending] .perf-sort-indicator{color:var(--brass)}.perf-table td{padding:14px;border-bottom:1px solid rgba(11,24,36,.08);font-size:14px;vertical-align:top}.perf-table td:not(:first-child){white-space:nowrap}.perf-table tr:last-child td{border-bottom:0}.perf-scorecard-caveats{background:rgba(255,252,246,.72);border:1px solid var(--line);display:grid;gap:8px;margin-bottom:16px;padding:14px 16px}.perf-scorecard-caveats p{color:var(--muted);font-size:13px;line-height:1.45;margin:0}.perf-patient-scorecard-wrap{margin-bottom:18px}.perf-patient-scorecard-table{min-width:1580px}.perf-patient-scorecard-table td,.perf-patient-scorecard-table th{vertical-align:top}.perf-ltv-cohort{border-top:1px solid rgba(11,24,36,.12);margin-top:26px;padding-top:24px}.perf-ltv-cohort-head{align-items:end;display:flex;gap:24px;justify-content:space-between;margin-bottom:16px}.perf-ltv-cohort-head h3{font-family:var(--serif);font-size:clamp(24px,3vw,36px);font-weight:400;letter-spacing:-.025em;line-height:1.05;margin:5px 0 8px}.perf-ltv-cohort-head p,.perf-ltv-cohort-note{color:var(--muted);font-size:13px;line-height:1.5;margin:0}.perf-ltv-cohort-meta{display:grid;flex:0 0 auto;gap:5px;text-align:right}.perf-ltv-cohort-meta span{color:var(--muted);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.perf-ltv-cohort-scroll{border:1px solid rgba(11,24,36,.1);overflow-x:auto}.perf-ltv-cohort table{border-collapse:collapse;min-width:760px;width:100%}.perf-ltv-cohort td,.perf-ltv-cohort th{border-bottom:1px solid rgba(11,24,36,.08);padding:13px 14px;text-align:right;white-space:nowrap}.perf-ltv-cohort thead th{background:rgba(11,24,36,.045);color:var(--muted);font-family:var(--mono);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.perf-ltv-cohort th:first-child{text-align:left}.perf-ltv-cohort tbody td,.perf-ltv-cohort tbody th{font-size:13px;font-weight:400}.perf-ltv-cohort tbody tr:last-child td,.perf-ltv-cohort tbody tr:last-child th{border-bottom:0}.perf-ltv-cohort-blended td,.perf-ltv-cohort-blended th{background:rgba(176,119,20,.09);color:var(--ink);font-weight:650!important}.perf-ltv-cohort-note{margin-top:10px}.perf-ltv-cohort-mobile-help{display:none}@media (max-width:720px){.perf-ltv-cohort-head{align-items:start;display:grid;gap:12px}.perf-ltv-cohort-meta{text-align:left}.perf-ltv-cohort-mobile-help{display:inline-flex;margin-top:10px}.perf-ltv-cohort-scroll{border:0;overflow:visible}.perf-ltv-cohort table{min-width:0}.perf-ltv-cohort thead{display:none}.perf-ltv-cohort tbody{display:grid;gap:10px}.perf-ltv-cohort tbody tr{border:1px solid rgba(11,24,36,.1);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.perf-ltv-cohort tbody th{background:rgba(11,24,36,.045);border-bottom:1px solid rgba(11,24,36,.08);grid-column:1/-1;font-weight:650;padding:11px 12px}.perf-ltv-cohort tbody td{align-items:start;border-bottom:1px solid rgba(11,24,36,.08);display:grid;gap:4px;padding:10px 12px;text-align:left;white-space:normal}.perf-ltv-cohort tbody td:before{color:var(--muted);content:attr(data-label);font-family:var(--mono);font-size:9px;letter-spacing:.07em;text-transform:uppercase}.perf-ltv-cohort tbody td:nth-last-child(-n+2){border-bottom:0}.perf-ltv-cohort tbody td:last-child{grid-column:1/-1}}.perf-patient-report-link{align-items:baseline;color:inherit;display:inline-flex;gap:5px;text-decoration-color:rgba(44,124,143,.52);text-decoration-thickness:1px;text-underline-offset:3px}.perf-patient-report-link small{color:var(--teal);font-family:var(--mono);font-size:8px;letter-spacing:.04em}.perf-patient-report-link:focus-visible,.perf-patient-report-link:hover{color:var(--teal);text-decoration-thickness:2px}.perf-patient-report-link:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.perf-patient-funnel-report-link{align-items:baseline;color:inherit;display:inline-flex;gap:8px;justify-content:center;min-height:32px;position:relative;text-decoration:none;z-index:2}.perf-patient-funnel-report-link small{color:var(--teal);font-family:var(--mono);font-size:8px;letter-spacing:.06em;text-transform:uppercase}.perf-patient-funnel-report-link:focus-visible strong,.perf-patient-funnel-report-link:hover strong{text-decoration:underline;text-decoration-color:var(--teal);text-decoration-thickness:2px;text-underline-offset:4px}.perf-patient-funnel-report-link:focus-visible{outline:2px solid var(--teal);outline-offset:4px}.perf-patient-review-shell{max-width:1440px}.perf-patient-review-header{align-items:flex-start;display:flex;gap:28px;justify-content:space-between;margin-bottom:20px}.perf-patient-review-header p{color:rgba(11,24,36,.68);line-height:1.55;margin:14px 0 0;max-width:760px}.perf-patient-review-back{border:1px solid rgba(11,24,36,.18);color:var(--ink);flex:0 0 auto;font-family:var(--mono);font-size:10px;letter-spacing:.07em;min-height:42px;padding:13px 16px;text-transform:uppercase}.perf-patient-review-back:focus-visible,.perf-patient-review-back:hover{border-color:var(--teal);color:var(--teal)}.perf-patient-review-back:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.perf-patient-review-notice{align-items:center;background:#FFF8EA;border:1px solid rgba(176,119,20,.36);display:flex;gap:16px;margin-bottom:14px;padding:14px 16px}.perf-patient-review-notice strong{color:var(--brass-deep);flex:0 0 auto;font-family:var(--mono);font-size:10px;letter-spacing:.09em;text-transform:uppercase}.perf-patient-review-notice span{color:rgba(11,24,36,.72);font-size:13px}.perf-patient-review-summary{background:#FFFCF6;border:1px solid rgba(11,24,36,.12);display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.perf-patient-review-summary>div{border-right:1px solid rgba(11,24,36,.1);display:grid;gap:6px;padding:18px}.perf-patient-review-summary>div:last-child{border-right:0}.perf-patient-review-summary strong{font-family:var(--serif);font-size:25px;font-weight:400;line-height:1.05}.perf-patient-review-summary>div:nth-child(n+4) strong{font-size:clamp(16px,1.45vw,21px);line-height:1.2}.perf-patient-review-summary>div:nth-child(4) strong{white-space:nowrap}.perf-patient-review-cohort-date{display:flex;flex-wrap:wrap;gap:0 5px}.perf-patient-review-cohort-date time{font:inherit;white-space:nowrap}.perf-patient-review-cohort-date time:first-child:after{content:" –"}.perf-patient-review-candidate>div>span,.perf-patient-review-summary span{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-patient-review-grain{color:rgba(11,24,36,.64);font-size:13px;line-height:1.5;margin:12px 0 22px}.perf-patient-review-list{display:grid;gap:16px}.perf-patient-review-case{background:#FFFCF6;border:1px solid rgba(11,24,36,.14)}.perf-patient-review-case>header{align-items:center;border-bottom:1px solid rgba(11,24,36,.1);display:flex;gap:24px;justify-content:space-between;padding:18px}.perf-patient-review-case h2{font-family:var(--serif);font-size:28px;font-weight:400;margin:4px 0 0}.perf-patient-review-case dl{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(100px,1fr));margin:0}.perf-patient-review-case dl>div{display:grid;gap:4px}.perf-patient-review-case dt{color:rgba(11,24,36,.48);font-family:var(--mono);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.perf-patient-review-case dd{font-size:13px;margin:0}.perf-patient-review-candidate-person+.perf-patient-review-candidate-person{border-top:1px solid rgba(11,24,36,.14)}.perf-patient-review-candidate-person>header{align-items:baseline;background:rgba(44,124,143,.045);border-bottom:1px solid rgba(11,24,36,.08);display:flex;flex-wrap:wrap;gap:8px 14px;padding:14px 17px}.perf-patient-review-candidate-person>header>span,.perf-patient-review-conflict>span,.perf-patient-review-controls label,.perf-patient-review-controls legend{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-patient-review-candidate-person>header>strong{font-family:var(--serif);font-size:22px;font-weight:400}.perf-patient-review-candidate-person>header>small{color:rgba(11,24,36,.58);font-size:11px}.perf-patient-review-candidate{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(220px,1.25fr) minmax(190px,1fr) minmax(190px,1fr)}.perf-patient-review-candidate+.perf-patient-review-candidate{border-top:1px solid rgba(11,24,36,.1)}.perf-patient-review-candidate>div{align-content:start;border-right:1px solid rgba(11,24,36,.08);display:grid;gap:7px;min-width:0;padding:17px}.perf-patient-review-candidate>div:last-child{border-right:0}.perf-patient-review-candidate strong{font-size:14px;line-height:1.35}.perf-patient-review-identity>strong{font-family:var(--serif);font-size:22px;font-weight:400}.perf-patient-review-identity a{color:var(--teal);font-size:13px;text-decoration-thickness:1px;text-underline-offset:3px}.perf-patient-review-candidate small,.perf-patient-review-identity em{color:rgba(11,24,36,.58);font-size:11px;font-style:normal;line-height:1.4}.perf-patient-review-evidence>div{display:flex;flex-wrap:wrap;gap:5px}.perf-patient-review-evidence>div small{background:rgba(44,124,143,.08);border:1px solid rgba(44,124,143,.2);color:var(--sea-deep);padding:4px 6px}.perf-patient-review-reasons a,.perf-patient-review-reasons strong{color:var(--brass-deep);font-weight:600}.perf-patient-review-reasons a{font-size:14px;line-height:1.35;text-decoration-thickness:1px;text-underline-offset:4px}.perf-patient-review-reasons a:focus-visible{outline:2px solid var(--brass-deep);outline-offset:3px}.perf-patient-review-recommendation{align-items:start;background:rgba(44,124,143,.055);border-top:1px solid rgba(44,124,143,.18);display:grid;gap:7px 18px;grid-column:1/-1;grid-template-columns:minmax(150px,.75fr) minmax(210px,1.1fr) minmax(280px,2fr);padding:14px 17px}.perf-patient-review-recommendation>span{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-patient-review-recommendation>div{display:grid;gap:4px}.perf-patient-review-recommendation>div small{color:var(--sea-deep);font-family:var(--mono);font-size:9px;letter-spacing:.05em;text-transform:uppercase}.perf-patient-review-recommendation>p{font-size:13px;line-height:1.45;margin:0}.perf-patient-review-recommendation>small{color:rgba(11,24,36,.62);font-size:11px;grid-column:2/-1;line-height:1.4}.perf-patient-review-conflict{align-items:center;background:#FFF8EA;border-top:1px solid rgba(176,119,20,.24);display:grid;gap:5px 18px;grid-template-columns:minmax(150px,.75fr) minmax(180px,1.2fr) minmax(100px,.7fr) minmax(160px,1fr);grid-column:1/-1;padding:14px 17px;scroll-margin-top:18px}.perf-patient-review-conflict:target{outline:2px solid var(--brass-deep);outline-offset:-2px}.perf-patient-review-conflict small{color:rgba(11,24,36,.62);font-size:12px}.perf-patient-review-controls{border:0;border-top:1px solid rgba(11,24,36,.1);display:grid;gap:9px;margin:0;min-width:0;padding:14px 17px 16px}.perf-patient-review-controls legend{float:left;padding:0;width:100%}.perf-patient-review-controls input{background:#FFFFFF;border:1px solid rgba(11,24,36,.2);border-radius:0;color:var(--ink);font:inherit;min-height:40px;padding:9px 11px;width:min(100%,640px)}.perf-patient-review-controls input:focus-visible{border-color:var(--teal);outline:2px solid var(--teal);outline-offset:2px}.perf-patient-review-controls>div{display:flex;flex-wrap:wrap;gap:8px}.perf-patient-review-controls button{border:1px solid rgba(11,24,36,.24);cursor:pointer;font-family:var(--mono);font-size:9px;letter-spacing:.05em;min-height:40px;padding:10px 13px;text-transform:uppercase}.perf-patient-review-controls button:disabled{cursor:wait;opacity:.56}.perf-patient-review-controls button:focus-visible{outline:2px solid var(--teal);outline-offset:3px}.perf-patient-review-decision-primary{background:var(--sea-deep);color:#FFFFFF}.perf-patient-review-decision-neutral{background:#FFFFFF;color:var(--ink)}.perf-patient-review-decision-danger{background:#FFF8EA;color:var(--brass-deep)}.perf-patient-review-controls>p{color:rgba(11,24,36,.68);font-size:12px;margin:0;min-height:1.4em}.perf-patient-review-controls-unavailable{border-top:1px solid rgba(11,24,36,.1);color:rgba(11,24,36,.64);font-size:12px;margin:0;padding:14px 17px}.perf-patient-review-empty,.perf-patient-review-missing{background:#FFFCF6;border:1px dashed rgba(11,24,36,.22);padding:24px}@media (max-width:760px){.perf-patient-review-case>header,.perf-patient-review-header,.perf-patient-review-notice{align-items:flex-start;flex-direction:column}.perf-patient-review-back{width:100%}.perf-patient-review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.perf-patient-review-summary>div:nth-child(4) strong{white-space:normal}.perf-patient-review-summary>div:nth-child(2n){border-right:0}.perf-patient-review-summary>div:nth-child(-n+4){border-bottom:1px solid rgba(11,24,36,.1)}.perf-patient-review-candidate,.perf-patient-review-case dl{grid-template-columns:1fr}.perf-patient-review-candidate>div{border-bottom:1px solid rgba(11,24,36,.08);border-right:0}.perf-patient-review-candidate>div:last-child{border-bottom:0}.perf-patient-review-recommendation{grid-template-columns:1fr}.perf-patient-review-recommendation>small{grid-column:1}.perf-patient-review-conflict{align-items:start;grid-template-columns:1fr}.perf-patient-review-controls button,.perf-patient-review-controls input{width:100%}}.perf-table tfoot td{background:rgba(36,104,70,.06);border-top:1px solid rgba(36,104,70,.22);color:var(--ink);font-weight:600}.perf-table tfoot td:first-child strong{font-family:var(--mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.perf-table tfoot td:first-child span{font-weight:400}.perf-table td:first-child strong{display:block;font-size:15px}.perf-table td:first-child span{display:block;margin-top:3px;color:rgba(11,24,36,.52);font-size:12px;max-width:260px}.perf-change-table{min-width:1080px}.perf-change-list{display:grid;gap:8px}.perf-change-day{border:1px solid rgba(11,24,36,.1);border-left:3px solid rgba(11,24,36,.12);background:rgba(255,255,255,.5)}.perf-change-day.has-significant{border-left-color:rgba(176,119,20,.72)}.perf-change-day>summary{display:grid;grid-template-columns:104px minmax(0,1fr) 96px;gap:18px;align-items:start;padding:18px 20px;cursor:pointer;list-style-position:outside}.perf-change-day>summary::-webkit-details-marker{color:var(--brass)}.perf-change-date strong{display:block;font-size:17px;line-height:1.2}.perf-change-count span,.perf-change-date span{display:block;margin-top:5px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.5)}.perf-change-brief{min-width:0}.perf-change-brief p{margin:8px 0 0;color:rgba(11,24,36,.78);font-size:14px;line-height:1.45}.perf-change-chip-row{display:flex;flex-wrap:wrap;gap:6px}.perf-change-chip{display:inline-flex;align-items:center;max-width:100%;padding:4px 8px;border:1px solid rgba(44,124,143,.22);background:rgba(44,124,143,.07);color:rgba(11,24,36,.78);font-size:12px;line-height:1.2}.perf-change-meta{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:8px;color:rgba(11,24,36,.56);font-size:12px}.perf-change-count{min-width:86px;text-align:right}.perf-change-count strong{display:block;font-family:var(--serif);font-size:26px;font-weight:400;line-height:.95}.perf-change-count em{display:block;margin-top:8px;color:var(--teal);font-size:12px;font-style:normal}.perf-change-day[open] .perf-change-count em{font-size:0}.perf-change-day[open] .perf-change-count em:before{content:"Hide changes";font-size:12px}.perf-change-examples{margin:0 20px 14px 142px;padding:12px 14px;border:1px solid rgba(176,119,20,.16);background:rgba(176,119,20,.05);color:rgba(11,24,36,.6);font-size:13px;line-height:1.45}.perf-change-examples p{margin:0}.perf-change-examples span{margin-right:8px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.42)}.perf-change-details summary{cursor:pointer;font-weight:500}.perf-change-details.nested{padding:12px 20px 12px 142px;border-top:1px solid rgba(11,24,36,.08)}.perf-change-details.nested:first-child{border-top:0}.perf-change-details.nested summary{display:flex;align-items:center;justify-content:space-between;gap:12px}.perf-change-details summary::-webkit-details-marker{color:var(--brass)}.perf-change-details>div{margin-top:12px;display:grid;gap:10px;color:rgba(11,24,36,.68)}.perf-change-day-list{gap:0!important;border-top:1px solid rgba(11,24,36,.08)}.perf-change-more{padding:14px 20px 16px 142px;border-top:1px solid rgba(11,24,36,.08);color:rgba(11,24,36,.52);font-size:12px}.perf-change-details dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 14px;margin:0}.perf-change-details dt{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.48)}.perf-change-details dd{margin:2px 0 0;overflow-wrap:anywhere}.perf-change-details pre{max-height:260px;overflow:auto;margin:0;padding:12px;background:rgba(11,24,36,.04);border:1px solid rgba(11,24,36,.1);font-size:11px}@media (max-width:760px){.perf-change-day>summary{grid-template-columns:minmax(0,1fr) 72px;gap:12px;padding:16px}.perf-change-date{grid-column:1/-1}.perf-change-count{min-width:72px}.perf-change-details.nested,.perf-change-examples,.perf-change-more{margin-left:0;padding-left:16px;padding-right:16px}.perf-change-details dl{grid-template-columns:1fr}}.perf-status{display:inline-flex;min-width:88px;justify-content:center;padding:5px 8px;border:1px solid rgba(11,24,36,.14);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink);background:#F7F3EA}.perf-status[data-status=active],.perf-status[data-status=healthy]{background:rgba(47,107,62,.11);color:var(--go)}.perf-status[data-status=watch]{background:rgba(176,119,20,.12);color:var(--caution)}.perf-status[data-status=degraded]{background:rgba(168,54,31,.12);color:var(--danger)}.perf-status[data-status=running]{background:rgba(44,124,143,.12);color:var(--sea-deep)}.perf-status[data-status=failed]{background:rgba(168,54,31,.12);color:var(--danger)}.perf-status[data-status=idle]{background:rgba(11,24,36,.08);color:rgba(11,24,36,.6)}.perf-status[data-status=neutral]{background:rgba(11,24,36,.07);color:rgba(11,24,36,.68)}.perf-status[data-status=missing]{background:rgba(11,24,36,.05);color:rgba(11,24,36,.52)}.perf-status[data-status=lead_only],.perf-status[data-status=needs_review],.perf-status[data-status=spend_only]{background:rgba(176,119,20,.12);color:var(--caution)}.perf-campaign-list,.perf-campaign-tree{display:grid;gap:8px}.perf-campaign,.perf-campaign-node>summary{display:grid;grid-template-columns:minmax(260px,1fr) minmax(286px,1.4fr) minmax(180px,auto);gap:18px;align-items:start;padding:16px;border:1px solid rgba(11,24,36,.11);background:#FFFCF6}.perf-campaign-node{min-width:0;overflow:hidden;border:1px solid rgba(11,24,36,.11);background:#FFFCF6}.perf-campaign-node[data-campaign-state=inactive]{border-color:rgba(11,24,36,.08);background:#F1EEE7}.perf-campaign-node[data-campaign-state=inactive]>summary{background:#F1EEE7}.perf-campaign-node[data-campaign-state=inactive] .perf-campaign-spend,.perf-campaign-node[data-campaign-state=inactive] h3{color:rgba(11,24,36,.54)}.perf-campaign-node[data-campaign-state=inactive] p,.perf-campaign-node[data-campaign-state=inactive] span{color:rgba(11,24,36,.42)}.perf-campaign-node>summary{border:0;cursor:pointer;grid-template-columns:18px minmax(240px,1fr) minmax(286px,1.4fr) minmax(180px,auto);list-style:none}.perf-campaign-node>summary::-webkit-details-marker{display:none}.perf-campaign-node>summary:before{content:">";align-self:start;color:var(--brass-deep);font-size:20px;line-height:1;transition:transform .12s ease}.perf-campaign-node[open]>summary:before{transform:rotate(90deg)}.perf-campaign-node[data-compare-role=control],.perf-campaign[data-compare-role=control]{border-color:rgba(176,119,20,.48);box-shadow:inset 4px 0 0 rgba(176,119,20,.72)}.perf-campaign-node[data-compare-role=variant],.perf-campaign[data-compare-role=variant]{border-color:rgba(44,124,143,.48);box-shadow:inset 4px 0 0 rgba(44,124,143,.72)}.perf-campaign h3,.perf-campaign-node h3{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin:0 0 4px;font-size:15px;font-weight:600}.perf-campaign-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.perf-campaign h3 .perf-campaign-title-text{color:var(--ink);font-size:15px}.perf-campaign-type-badge{display:inline-flex;flex:0 0 auto;align-items:center;border:1px solid rgba(44,124,143,.24);background:rgba(44,124,143,.08);color:var(--sea-deep);font-family:var(--mono);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.06em;line-height:1;padding:3px 5px;text-transform:uppercase;white-space:nowrap}.perf-campaign p,.perf-campaign span,.perf-campaign-node p,.perf-campaign-node span{color:rgba(11,24,36,.58);font-size:12px}.perf-campaign span b,.perf-campaign-node span b{color:rgba(11,24,36,.72);font-weight:700}.perf-campaign-node[data-campaign-state=inactive] span b{color:rgba(11,24,36,.52)}.perf-campaign-status{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.perf-campaign-compare-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.perf-campaign-compare-actions a{border:1px solid rgba(11,24,36,.16);background:rgba(247,243,234,.62);color:rgba(11,24,36,.66);padding:5px 8px;font-family:var(--mono);font-size:9.5px;font-weight:800;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.perf-campaign-compare-actions a:focus-visible,.perf-campaign-compare-actions a:hover{border-color:rgba(11,24,36,.34);color:var(--ink);outline:none}.perf-campaign-compare-actions a[data-active=true]:first-child{border-color:rgba(176,119,20,.5);background:rgba(176,119,20,.12);color:var(--caution)}.perf-campaign-compare-actions a[data-active=true]:last-child{border-color:rgba(44,124,143,.52);background:rgba(44,124,143,.12);color:var(--sea-deep)}.perf-campaign-value{display:grid;justify-items:end;min-width:180px;text-align:right}.perf-campaign-value strong{display:block;font-family:var(--serif);font-size:24px;font-weight:400}.perf-campaign-value strong .perf-campaign-cpl{color:rgba(11,24,36,.46);font-family:var(--sans);font-size:13px;font-weight:500;white-space:nowrap}.perf-ad-group-list{display:grid;gap:8px;padding:0 14px 14px 32px}.perf-ad-group-node{min-width:0;overflow:hidden;border:1px solid rgba(11,24,36,.1);background:rgba(255,255,255,.56)}.perf-ad-group-node summary{display:grid;grid-template-columns:18px minmax(220px,1fr) minmax(82px,max-content) minmax(0,320px);gap:12px;align-items:center;min-height:48px;padding:11px 12px;cursor:pointer;list-style:none}.perf-ad-group-node summary::-webkit-details-marker{display:none}.perf-ad-group-node summary:before{content:">";color:var(--sea-deep);font-size:18px;line-height:1;transition:transform .12s ease}.perf-ad-group-node[open] summary:before{transform:rotate(90deg)}.perf-ad-group-title{display:grid;gap:2px;min-width:0}.perf-ad-group-title small{color:var(--sea-deep);font-family:var(--mono);font-size:9px;font-weight:800;letter-spacing:.08em;line-height:1;text-transform:uppercase}.perf-ad-group-title strong{color:var(--ink);font-size:14px;font-weight:700;line-height:1.2}.perf-ad-group-node summary b{font-family:var(--serif);font-size:20px;font-weight:400}.perf-ad-group-node summary em{color:rgba(11,24,36,.55);font-family:var(--mono);font-size:10px;font-style:normal;letter-spacing:.06em;line-height:1.25;text-transform:uppercase;white-space:normal}.perf-ad-group-node .perf-table-wrap{border-left:0;border-right:0;border-bottom:0}.perf-experiment-panel{margin:16px 0 24px;border:1px solid rgba(11,24,36,.14);background:#FFFCF6}.perf-experiment-panel.empty{display:grid;gap:6px;padding:18px 20px}.perf-experiment-head h2,.perf-experiment-panel.empty h2{margin:0 0 5px;font-family:var(--serif);font-size:26px;font-weight:400;letter-spacing:0}.perf-experiment-head p,.perf-experiment-panel.empty p{margin:0;color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.perf-experiment-head{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;gap:14px;align-items:start;padding:18px 20px;border-bottom:1px solid rgba(11,24,36,.09)}.perf-experiment-control span,.perf-experiment-eyebrow,.perf-experiment-verdict span{display:block;color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.perf-experiment-eyebrow{margin-bottom:6px;color:var(--brass-deep)}.perf-experiment-control{min-width:116px;padding:10px 12px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.58)}.perf-experiment-control b{display:block;margin-top:4px;font-size:15px}.perf-experiment-verdict{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,.6fr) minmax(240px,.8fr);border-bottom:1px solid rgba(11,24,36,.09)}.perf-experiment-verdict>div{min-width:0;padding:16px 20px;border-right:1px solid rgba(11,24,36,.09)}.perf-experiment-verdict>div:last-child{border-right:0}.perf-experiment-verdict strong{display:block;margin-top:6px;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.05}.perf-experiment-verdict[data-verdict=inconclusive] strong:first-of-type,.perf-experiment-verdict[data-verdict=underpowered] strong:first-of-type{color:var(--caution)}.perf-experiment-verdict[data-verdict=likely_better] strong:first-of-type{color:var(--go)}.perf-experiment-verdict[data-verdict=likely_worse] strong:first-of-type{color:var(--danger)}.perf-experiment-verdict em{display:block;margin-top:5px;color:rgba(11,24,36,.54);font-size:12px;font-style:normal;line-height:1.35}.perf-experiment-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.36fr)}.perf-experiment-table-wrap{border:0}.perf-experiment-table{min-width:760px;table-layout:fixed}.perf-experiment-table td,.perf-experiment-table th{padding-right:10px;padding-left:10px}.perf-experiment-table td:first-child strong{font-size:14px}.perf-experiment-notes{display:grid;align-content:start;gap:12px;padding:18px 20px;border-left:1px solid rgba(11,24,36,.09)}.perf-experiment-notes h3{margin:0;font-family:var(--serif);font-size:22px;font-weight:400}.perf-experiment-notes li,.perf-experiment-notes p,.perf-experiment-notes span{color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.perf-experiment-notes p,.perf-experiment-notes ul{margin:0}.perf-experiment-notes ul{padding-left:18px}.perf-experiment-notes div{display:grid;gap:2px;padding-top:10px;border-top:1px solid rgba(11,24,36,.08)}.perf-campaign-pie{display:grid;grid-template-columns:minmax(680px,2fr) minmax(320px,1fr);gap:24px;align-items:center;margin-bottom:16px;padding:20px 24px;border:1px solid rgba(11,24,36,.11);background:#FFFCF6}.perf-campaign-pie.empty{display:block;color:rgba(11,24,36,.58);font-size:13px}.perf-campaign-pie-no-spend{display:grid;min-height:120px;place-items:center start;color:rgba(11,24,36,.58);font-size:13px}.perf-campaign-pie-left{grid-template-columns:minmax(276px,.8fr) minmax(420px,1.2fr)}.perf-campaign-pie-chart,.perf-campaign-pie-left{display:grid;gap:18px;align-items:center;min-width:0}.perf-campaign-pie-chart{grid-template-columns:132px minmax(0,1fr)}.perf-campaign-pie-chart svg{display:block;width:132px;height:132px}.perf-campaign-pie-slice{outline:none;pointer-events:all}.perf-campaign-pie-slice:focus path{stroke:rgba(11,24,36,.72);stroke-width:1.5}.perf-campaign-pie-slice path{cursor:pointer;pointer-events:auto;transition:opacity .16s ease}.perf-campaign-pie-slice:focus path,.perf-campaign-pie-slice:hover path{opacity:.86}.perf-campaign-pie-summary{min-width:0}.perf-campaign-pie-chart strong{display:block;font-family:var(--serif);font-size:34px;font-weight:400;line-height:1}.perf-campaign-pie-chart span{display:block;margin-top:6px;color:rgba(11,24,36,.58);font-size:12px;line-height:1.35}.perf-campaign-pie-hover{position:relative;min-height:48px;margin-top:14px}.perf-campaign-pie-hover-card,.perf-campaign-pie-hover-empty{position:absolute;inset:0;display:grid;align-content:center;gap:4px;max-width:270px;color:rgba(11,24,36,.52);font-size:12px;line-height:1.2;pointer-events:none;transition:opacity .12s ease}.perf-campaign-pie-hover-card{opacity:0}.perf-campaign-pie-name{display:flex;min-width:0;gap:6px;align-items:center}.perf-campaign-pie-name .perf-campaign-title-text{white-space:nowrap}.perf-campaign-pie-hover-card .perf-campaign-pie-name{overflow:hidden;color:rgba(11,24,36,.74);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.perf-campaign-pie-hover-card b{color:var(--ink);font-size:14px;font-weight:800}.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:focus) .perf-campaign-pie-hover-empty,.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:hover) .perf-campaign-pie-hover-empty{opacity:0}.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:first-of-type:focus) .perf-campaign-pie-hover-card:first-of-type,.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:first-of-type:hover) .perf-campaign-pie-hover-card:first-of-type,.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(2):focus) .perf-campaign-pie-hover-card:nth-of-type(2),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(2):hover) .perf-campaign-pie-hover-card:nth-of-type(2),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(3):focus) .perf-campaign-pie-hover-card:nth-of-type(3),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(3):hover) .perf-campaign-pie-hover-card:nth-of-type(3),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(4):focus) .perf-campaign-pie-hover-card:nth-of-type(4),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(4):hover) .perf-campaign-pie-hover-card:nth-of-type(4),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(5):focus) .perf-campaign-pie-hover-card:nth-of-type(5),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(5):hover) .perf-campaign-pie-hover-card:nth-of-type(5),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(6):focus) .perf-campaign-pie-hover-card:nth-of-type(6),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(6):hover) .perf-campaign-pie-hover-card:nth-of-type(6),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(7):focus) .perf-campaign-pie-hover-card:nth-of-type(7),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(7):hover) .perf-campaign-pie-hover-card:nth-of-type(7),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(8):focus) .perf-campaign-pie-hover-card:nth-of-type(8),.perf-campaign-pie-chart:has(.perf-campaign-pie-slice:nth-of-type(8):hover) .perf-campaign-pie-hover-card:nth-of-type(8){opacity:1}.perf-campaign-pie-legend{display:grid;gap:9px;margin:0;padding:0;list-style:none}.perf-campaign-pie-legend li{display:grid;grid-template-columns:12px minmax(260px,1fr) 54px minmax(138px,154px);gap:10px;align-items:center;color:rgba(11,24,36,.72);font-size:13px}.perf-campaign-pie-legend i{display:block;width:12px;height:12px}.perf-campaign-pie-legend .perf-campaign-pie-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perf-campaign-pie-legend .perf-campaign-type-slot{display:flex;width:54px;justify-content:flex-start}.perf-campaign-pie-legend .perf-campaign-type-slot .perf-campaign-type-badge{justify-self:start;width:54px;justify-content:center}.perf-campaign-pie-legend .perf-campaign-title-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.perf-campaign-pie-legend .perf-campaign-pie-values{display:grid;grid-template-columns:minmax(72px,1fr) 8px 46px;column-gap:8px;align-items:baseline;color:rgba(11,24,36,.86);font-weight:600;justify-self:stretch;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.perf-campaign-pie-legend .perf-campaign-pie-share,.perf-campaign-pie-legend .perf-campaign-pie-spend{justify-self:end}.perf-campaign-pie-weekly{display:grid;gap:10px;min-width:0;padding-left:22px;border-left:1px solid rgba(11,24,36,.09)}.perf-campaign-pie-weekly.empty{color:rgba(11,24,36,.54);font-size:13px}.perf-campaign-pie-weekly-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.perf-campaign-pie-weekly-head span{display:block;color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.perf-campaign-pie-weekly-head h3{margin:3px 0 0;font-family:var(--serif);font-size:24px;font-weight:400;letter-spacing:0}.perf-campaign-pie-weekly-head strong{color:var(--sea-deep);font-family:var(--serif);font-size:30px;font-weight:400;line-height:1;white-space:nowrap}.perf-campaign-pie-weekly-chart{display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:stretch}.perf-campaign-pie-weekly-y{display:grid;grid-template-rows:auto 1fr auto;color:rgba(44,124,143,.68);font-size:10px;font-weight:800;line-height:1;text-align:right}.perf-campaign-pie-weekly-y span:last-child{grid-row:3}.perf-campaign-pie-weekly-plot{display:grid;gap:2px;min-width:0}.perf-campaign-pie-weekly-svg{display:block;width:100%;height:76px;overflow:visible}.perf-campaign-pie-weekly-path{pointer-events:none;stroke:var(--sea-deep)}.perf-campaign-pie-weekly-point{cursor:default;outline:none}.perf-campaign-pie-weekly-point:focus .perf-campaign-sparkline-conversion-bar,.perf-campaign-pie-weekly-point:hover .perf-campaign-sparkline-conversion-bar{fill:rgba(44,124,143,.52)}.perf-campaign-pie-weekly-point:focus-visible .perf-campaign-pie-weekly-hit{stroke:rgba(11,24,36,.58);stroke-width:1;vector-effect:non-scaling-stroke}.perf-campaign-pie-weekly-hit{fill:transparent}.perf-campaign-pie-weekly-pill{display:none;pointer-events:none}.perf-campaign-pie-weekly-point:focus .perf-campaign-pie-weekly-pill,.perf-campaign-pie-weekly-point:hover .perf-campaign-pie-weekly-pill{display:block}.perf-campaign-pie-weekly-pill rect{fill:rgba(255,252,246,.96);filter:drop-shadow(0 12px 26px rgba(11,24,36,.12));stroke:rgba(44,124,143,.32);stroke-width:1}.perf-campaign-pie-weekly-pill text{fill:var(--ink);font-family:var(--mono);font-size:8.5px;font-weight:800;letter-spacing:0;text-transform:none}.perf-campaign-pie-weekly-x{display:flex;justify-content:space-between;gap:8px;color:rgba(11,24,36,.46);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.perf-campaign-sparkline{display:grid;grid-template-columns:118px minmax(180px,1fr) 54px;gap:5px;align-items:stretch;align-content:start;justify-self:stretch;min-width:0;width:100%}.perf-campaign-sparkline.empty{display:grid;min-height:50px;place-items:center;color:rgba(11,24,36,.46);font-size:11px}.perf-campaign-sparkline-switches{display:flex;grid-column:2/4;gap:4px;justify-content:flex-end;align-items:flex-start;margin-top:-2px;min-width:0}.perf-campaign-sparkline-switches button{border:1px solid rgba(11,24,36,.13);background:rgba(247,243,234,.54);color:rgba(11,24,36,.54);cursor:pointer;font-family:var(--mono);font-size:8px;font-weight:800;line-height:1;min-width:26px;padding:2px 5px}.perf-campaign-sparkline-switches button:focus-visible,.perf-campaign-sparkline-switches button:hover{border-color:rgba(11,24,36,.34);color:var(--ink);outline:none}.perf-campaign-sparkline-switches button[aria-pressed=true]{border-color:rgba(168,54,31,.38);background:rgba(168,54,31,.1);color:var(--danger)}.perf-campaign-sparkline-y{display:grid;grid-template-columns:minmax(58px,1fr) minmax(48px,auto);gap:6px;align-items:stretch;color:rgba(11,24,36,.46);font-size:10px;font-weight:700;line-height:1;text-align:right}.perf-campaign-sparkline-y em{color:rgba(11,24,36,.58);font-size:9px;font-style:normal;font-weight:800;letter-spacing:.04em;line-height:1.05;place-self:start end;text-transform:uppercase}.perf-campaign-sparkline-y div{position:relative;min-height:52px}.perf-campaign-sparkline-y span:first-child{position:absolute;right:0;transform:translateY(-50%)}.perf-campaign-sparkline-y span:last-child{position:absolute;right:0;bottom:0}.perf-campaign-sparkline-plot{position:relative;display:grid;gap:1px;min-width:0;width:100%}.perf-campaign-sparkline-svg{display:block;width:100%;height:52px;overflow:visible}.perf-campaign-sparkline-base,.perf-campaign-sparkline-guide,.perf-campaign-sparkline-tick{stroke:rgba(11,24,36,.14);stroke-width:1;vector-effect:non-scaling-stroke}.perf-campaign-sparkline-guide{stroke-dasharray:3 3}.perf-campaign-sparkline-tick{stroke:rgba(11,24,36,.28)}.perf-campaign-sparkline-status-marker line{stroke:rgba(176,119,20,.72);stroke-dasharray:2 3;stroke-linecap:round;stroke-width:1.5;vector-effect:non-scaling-stroke}.perf-campaign-sparkline-path{fill:none;stroke:var(--danger);stroke-linecap:round;stroke-linejoin:round;stroke-width:2;vector-effect:non-scaling-stroke}.perf-campaign-sparkline-conversion-bar{fill:rgba(44,124,143,.32)}.perf-campaign-sparkline-bar-group{cursor:default;outline:none}.perf-campaign-sparkline-bar-group:focus .perf-campaign-sparkline-conversion-bar,.perf-campaign-sparkline-bar-group:hover .perf-campaign-sparkline-conversion-bar{fill:rgba(44,124,143,.52)}.perf-campaign-sparkline-hit-layer{position:absolute;top:0;right:0;left:0;z-index:2;height:52px;pointer-events:none}.perf-campaign-sparkline-bar-hit{position:absolute;min-width:10px;margin:0;padding:0;border:0;appearance:none;background:transparent;color:inherit;cursor:default;font:inherit;overflow:visible;pointer-events:auto}.perf-campaign-sparkline-bar-hit:focus-visible{outline:1px solid rgba(44,124,143,.72);outline-offset:1px}.perf-campaign-sparkline-hover-pill{position:absolute;z-index:3;display:inline-flex;align-items:center;gap:5px;min-width:76px;max-width:none;padding:8px 10px;border:1px solid rgba(44,124,143,.32);border-radius:8px;background:rgba(255,252,246,.96);box-shadow:0 12px 26px rgba(11,24,36,.12);color:var(--ink);font-family:var(--mono);font-size:11px;font-weight:800;line-height:1;opacity:0;pointer-events:none;text-transform:none;transform:translate(-50%,-100%);transition:opacity 80ms ease;visibility:hidden;white-space:nowrap;left:50%;top:var(--sparkline-pill-top,50%)}.perf-campaign-sparkline-bar-hit:focus-visible .perf-campaign-sparkline-hover-pill,.perf-campaign-sparkline-bar-hit:hover .perf-campaign-sparkline-hover-pill{opacity:1;visibility:visible}.perf-campaign-sparkline-hover-pill b,.perf-campaign-sparkline-hover-pill span{display:block;overflow:visible}.perf-campaign-sparkline-latest{fill:var(--danger)}.perf-campaign-sparkline-conversions{display:grid;grid-template-columns:minmax(16px,auto) minmax(12px,auto);gap:4px;align-items:stretch;color:rgba(44,124,143,.68);font-size:9px;font-weight:800;line-height:1}.perf-campaign-sparkline-conversions em{align-self:start;color:rgba(44,124,143,.78);font-size:8px;font-style:normal;font-weight:800;line-height:1.05;text-transform:uppercase;writing-mode:vertical-rl}.perf-campaign-sparkline-conversions div{display:grid;grid-template-rows:1fr auto}.perf-campaign-sparkline-conversions span:first-child{align-self:start}.perf-campaign-sparkline-conversions span:last-child{align-self:end}.perf-campaign-sparkline-x{display:flex;justify-content:space-between;align-items:center;gap:8px;color:rgba(11,24,36,.46);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}.perf-table-keywords{table-layout:fixed;min-width:1100px}.perf-table-keywords td,.perf-table-keywords th{padding-right:8px;padding-left:8px;white-space:nowrap}.perf-table-keywords th{font-size:10px;line-height:1.2;white-space:normal}.perf-table-keywords th .perf-help-label{white-space:normal}.perf-keyword-sort-button{align-items:flex-start;justify-content:space-between;gap:4px;min-height:24px}.perf-keyword-sort-button .perf-help-label{flex:1 1 auto}.perf-keyword-sort-button .perf-sort-indicator{flex:0 0 auto;padding-top:2px}.perf-table-keywords td:first-child,.perf-table-keywords th:first-child{white-space:normal}.perf-microsoft-keyword-table{min-width:860px}.perf-microsoft-keyword-table td,.perf-microsoft-keyword-table th{padding:10px 12px}.perf-microsoft-keyword-table td:first-child,.perf-microsoft-keyword-table th:first-child{min-width:220px}.perf-help-label{display:inline-flex;align-items:flex-start;gap:4px;min-width:0;white-space:nowrap}.perf-help-icon{position:relative;display:inline-grid;place-items:center;width:13px;height:13px;margin-top:-4px;border:1px solid rgba(11,24,36,.34);border-radius:999px;color:rgba(11,24,36,.6);cursor:help;font-family:var(--mono);font-size:9px;font-style:normal;font-weight:800;line-height:1;text-transform:none;z-index:3}.perf-help-icon:after,.perf-help-icon:before{position:absolute;left:50%;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .12s ease,transform .12s ease}.perf-help-icon:before{content:"";top:calc(100% + 3px);border-right:5px solid transparent;border-bottom:5px solid #0b1824;border-left:5px solid transparent}.perf-help-icon:after{content:attr(data-help);top:calc(100% + 8px);width:min(320px,72vw);padding:10px 12px;border:1px solid rgba(255,255,255,.14);background:#0B1824;box-shadow:0 12px 28px rgba(11,24,36,.24);color:#FFF8EA;font-family:var(--sans);font-size:12px;font-weight:600;letter-spacing:0;line-height:1.35;text-align:left;text-transform:none;white-space:normal}.perf-help-icon:focus:after,.perf-help-icon:focus:before,.perf-help-icon:hover:after,.perf-help-icon:hover:before{opacity:1;transform:translate(-50%)}.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:after,.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:before{right:0;left:auto;transform:translateY(4px)}.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:before{right:2px}.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:focus:after,.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:focus:before,.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:hover:after,.perf-table-keywords th:nth-last-child(-n+3) .perf-help-icon:hover:before{transform:translate(0)}.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:after,.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:before{right:0;left:auto;transform:translateY(4px)}.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:before{right:2px}.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:focus:after,.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:focus:before,.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:hover:after,.perf-patient-scorecard-table th:nth-last-child(-n+4) .perf-help-icon:hover:before{transform:translate(0)}.perf-patient-scorecard-table th:first-child .perf-help-icon:after,.perf-patient-scorecard-table th:first-child .perf-help-icon:before{right:auto;left:0;transform:translateY(4px)}.perf-patient-scorecard-table th:first-child .perf-help-icon:before{left:2px}.perf-patient-scorecard-table th:first-child .perf-help-icon:focus:after,.perf-patient-scorecard-table th:first-child .perf-help-icon:focus:before,.perf-patient-scorecard-table th:first-child .perf-help-icon:hover:after,.perf-patient-scorecard-table th:first-child .perf-help-icon:hover:before{transform:translate(0)}.perf-help-icon:focus-visible{outline:2px solid rgba(176,119,20,.55);outline-offset:2px}@media (max-width:540px){.perf-help-label.perf-patient-cac-label{position:relative;z-index:3}.perf-help-label.perf-patient-cac-label .perf-patient-cac-help{position:static}.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:after,.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:before{right:auto;left:0;transform:translateY(4px)}.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:before{left:calc(100% - 7px)}.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:after{width:min(320px,calc(100vw - 48px))}.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:focus:after,.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:focus:before,.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:hover:after,.perf-help-label.perf-patient-cac-label .perf-patient-cac-help:hover:before{transform:translate(0)}}.perf-keyword-groups{display:grid;gap:10px}.perf-keyword-group{min-width:0;overflow:hidden;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-keyword-group summary{display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:14px;align-items:center;min-height:50px;padding:12px 14px;cursor:pointer;list-style:none}.perf-keyword-group summary::-webkit-details-marker{display:none}.perf-keyword-group summary:before{content:"›";color:var(--brass-deep);font-size:18px;line-height:1;transition:transform .12s ease}.perf-keyword-group[open] summary:before{transform:rotate(90deg)}.perf-keyword-group summary{grid-template-columns:18px minmax(220px,1fr) minmax(82px,max-content) minmax(0,280px)}.perf-keyword-group summary span{color:var(--ink);font-size:15px;font-weight:700}.perf-keyword-group summary b{font-family:var(--serif);font-size:22px;font-weight:400}.perf-keyword-group summary em{color:rgba(11,24,36,.55);font-family:var(--mono);font-size:10.5px;font-style:normal;letter-spacing:.06em;line-height:1.25;text-transform:uppercase;white-space:normal}.perf-keyword-group .perf-table-wrap{border-left:0;border-right:0;border-bottom:0}.perf-keyword-adgroups{display:grid;gap:8px;padding:0 12px 12px}.perf-keyword-adgroup{min-width:0;overflow:hidden;border:1px solid rgba(11,24,36,.1);background:rgba(255,255,255,.72)}.perf-keyword-adgroup summary{display:grid;grid-template-columns:18px minmax(180px,1fr) minmax(76px,max-content) minmax(0,250px);gap:12px;align-items:center;min-height:42px;padding:9px 12px;cursor:pointer;list-style:none}.perf-keyword-adgroup summary::-webkit-details-marker{display:none}.perf-keyword-adgroup summary:before{content:"›";color:rgba(176,119,20,.78);font-size:16px;line-height:1;transition:transform .12s ease}.perf-keyword-adgroup[open] summary:before{transform:rotate(90deg)}.perf-keyword-adgroup summary span{color:rgba(11,24,36,.82);font-size:13.5px;font-weight:700}.perf-keyword-adgroup summary b{font-family:var(--serif);font-size:19px;font-weight:400}.perf-keyword-adgroup summary em{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:10px;font-style:normal;letter-spacing:.06em;line-height:1.25;text-transform:uppercase;white-space:normal}.perf-data-question{display:grid;gap:12px;margin-bottom:16px}.perf-answer-source-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:4px;border:1px solid rgba(11,24,36,.14);background:rgba(247,243,234,.72)}.perf-answer-source-tabs button{min-width:0;height:42px;border:0;border-right:1px solid rgba(11,24,36,.1);background:transparent;color:rgba(11,24,36,.58);font-family:var(--mono);font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-answer-source-tabs button:last-child{border-right:0}.perf-answer-source-tabs button[aria-selected=true]{background:var(--ink);color:var(--paper);box-shadow:0 1px 3px rgba(11,24,36,.16)}.perf-answer-source-tabs button:focus-visible{position:relative;z-index:1;outline:2px solid var(--brass);outline-offset:2px}.perf-answer-source-tabs button:disabled{cursor:wait;opacity:.68}.perf-answer-source-panel{display:grid;min-width:0;gap:12px}.perf-answer-source-panel[hidden]{display:none}.perf-data-question-form{padding:16px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-data-question-form label{display:block;margin-bottom:10px;font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.58)}.perf-data-question-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(118px,auto);gap:8px}.perf-data-loading{display:flex;align-items:center;gap:10px;margin-top:10px;padding:10px 12px;border:1px solid rgba(11,24,36,.1);border-left:2px solid rgba(181,133,59,.66);background:rgba(247,243,234,.58);color:rgba(11,24,36,.62);font-size:12.5px;line-height:1.35}.perf-data-compass{width:30px;height:30px;flex:0 0 auto;animation:perf-data-compass-spin 1.55s linear infinite;filter:drop-shadow(0 1px 0 rgba(11,24,36,.08))}@keyframes perf-data-compass-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.perf-data-question-form textarea{min-width:0;height:42px;border:1px solid rgba(11,24,36,.16);background:var(--paper);color:var(--ink);padding:10px 12px;font-family:var(--sans);font-size:14px;line-height:20px;resize:none}.perf-data-question-form textarea:focus{outline:none;border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.14)}.perf-data-question-form button{height:42px;border:1px solid var(--ink);background:var(--ink);color:var(--paper);font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-data-question-form button:disabled,.perf-data-question-form textarea:disabled{cursor:wait;opacity:.68}.perf-data-question-error{padding:12px 14px;border:1px solid rgba(168,54,31,.22);background:rgba(168,54,31,.07);color:var(--danger);font-size:13px}.perf-data-viz{padding:18px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-data-viz-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.perf-data-viz-head h3{margin:0 0 4px;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.05}.perf-data-viz-head p,.perf-data-viz-insight,.perf-data-viz-warning{margin:0;color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.perf-data-viz-head span{flex-shrink:0;padding:5px 8px;border:1px solid rgba(11,24,36,.12);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.58)}.perf-data-viz-chart{display:block;width:100%;height:auto;min-height:260px;border:1px solid rgba(11,24,36,.08);background:rgba(247,243,234,.55)}.perf-data-viz-axis line{stroke:rgba(11,24,36,.28);stroke-width:1}.perf-data-viz-axis .grid{stroke:rgba(11,24,36,.07)}.perf-data-viz-axis text,.perf-data-viz-chart text{fill:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;line-height:1.3;letter-spacing:0}.perf-data-viz-legend text{fill:rgba(11,24,36,.72)}.perf-data-viz-pie{min-height:360px}.perf-data-viz-pie-total{fill:var(--ink)!important;font-family:var(--serif)!important;font-size:34px!important;font-weight:400}.perf-data-viz-pie-caption{fill:rgba(11,24,36,.54)!important;font-size:9.5px!important;letter-spacing:.08em!important;text-transform:uppercase}.perf-data-viz-pie-legend .label{fill:var(--ink);font-family:var(--sans);font-size:13px;font-weight:600}.perf-data-viz-pie-legend .value{fill:rgba(11,24,36,.56);font-size:11px}.perf-data-viz-insight{margin-top:12px;padding-left:12px;border-left:2px solid var(--brass);color:rgba(11,24,36,.72)}.perf-data-viz-warning{margin-top:8px;color:var(--caution)}.perf-data-sql{display:grid;gap:10px;margin-top:12px}.perf-data-feedback button,.perf-data-sql>button,.perf-feedback-actions button,.perf-feedback-toolbar button{justify-self:start;border:1px solid rgba(11,24,36,.18);background:rgba(247,243,234,.72);color:rgba(11,24,36,.74);padding:9px 12px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-data-feedback button:hover,.perf-data-sql>button:hover,.perf-feedback-actions button:hover,.perf-feedback-toolbar button:hover{border-color:rgba(11,24,36,.38);color:var(--ink)}.perf-data-sql-panel{display:grid;gap:12px;padding:14px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.48)}.perf-data-sql-panel h4{margin:0 0 6px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.58)}.perf-data-sql-panel p{margin:0;color:rgba(11,24,36,.68);font-size:13px;line-height:1.5;white-space:pre-wrap}.perf-data-sql-panel pre,.perf-feedback-card pre{overflow-x:auto;margin:0;padding:12px;background:#0B1824;color:rgba(255,252,246,.88);font-family:var(--mono);font-size:11px;line-height:1.55}.perf-data-feedback{display:grid;gap:8px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(11,24,36,.08)}.perf-data-feedback label{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.58)}.perf-data-feedback div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:start}.perf-data-feedback textarea{width:100%;min-width:0;resize:vertical;border:1px solid rgba(11,24,36,.14);background:var(--paper);color:var(--ink);padding:10px 12px;font-family:var(--sans);font-size:13px;line-height:1.4}.perf-data-feedback p{margin:0;color:rgba(11,24,36,.62);font-size:12px}.perf-data-viz-table{margin-top:8px}.perf-data-viz-table .perf-table{min-width:640px}.perf-claritype-conversation{--claritype-pane:#E3E9EB;--claritype-pane-strong:#D8E1E4;--claritype-pane-soft:#EDF1F2;--claritype-response:#F7F8F8;--claritype-input:#FFFFFF;--claritype-user:#68747A;--claritype-border:rgba(35,52,61,0.18);--claritype-border-strong:rgba(35,52,61,0.26);min-width:0;overflow:visible;border:1px solid var(--claritype-border);background:var(--claritype-pane);box-shadow:inset 0 3px 0 rgba(44,124,143,.34)}.perf-claritype-conversation-head{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px 20px 16px;border-bottom:1px solid var(--claritype-border);background:var(--claritype-pane-strong)}.perf-claritype-conversation-head h3{max-width:min(720px,64vw);margin:4px 0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--serif);font-size:28px;font-weight:400;line-height:1.05}.perf-claritype-conversation-head p{margin:0;color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.perf-claritype-conversation-head .perf-kicker{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:9.5px;letter-spacing:.1em;text-transform:uppercase}.perf-claritype-new-conversation{flex:0 0 auto;border:1px solid rgba(11,24,36,.22);background:transparent;color:rgba(11,24,36,.72);padding:9px 11px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-claritype-new-conversation:hover:not(:disabled){border-color:var(--ink);color:var(--ink)}.perf-claritype-new-conversation:disabled{cursor:default;opacity:.42}.perf-claritype-picker-control{position:relative;flex:0 0 auto}.perf-claritype-picker-trigger{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:252px;min-height:44px;padding:8px 11px;border:1px solid rgba(11,24,36,.22);background:var(--claritype-response);color:var(--ink);text-align:left;cursor:pointer}.perf-claritype-picker-trigger>span:first-child{display:grid;min-width:0;gap:2px}.perf-claritype-picker-trigger b{font-size:11px}.perf-claritype-picker-trigger small{max-width:190px;overflow:hidden;color:rgba(11,24,36,.58);font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.perf-claritype-picker-trigger:hover:not(:disabled){border-color:rgba(11,24,36,.48)}.perf-claritype-picker-trigger:disabled{cursor:progress;opacity:.56}.perf-claritype-palette,.perf-claritype-picker{border:1px solid rgba(11,24,36,.18);background:var(--claritype-response);box-shadow:0 22px 54px rgba(11,24,36,.18)}.perf-claritype-picker{position:absolute;top:calc(100% + 8px);right:0;width:min(390px,calc(100vw - 40px));z-index:40}.perf-claritype-picker-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border-bottom:1px solid rgba(11,24,36,.1)}.perf-claritype-picker-heading>div{display:grid;min-width:0;gap:2px}.perf-claritype-picker-heading strong{font-size:13px}.perf-claritype-list-label,.perf-claritype-picker-heading span{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:8.5px;letter-spacing:.09em;text-transform:uppercase}.perf-claritype-picker-heading button{flex:0 0 auto;min-width:58px;height:38px;padding:0 12px;border:1px solid var(--ink);background:var(--ink);color:#FFFCF6;font-size:11px;font-weight:700;cursor:pointer}.perf-claritype-picker-search{display:grid;gap:6px;padding:12px;border-bottom:1px solid rgba(11,24,36,.08)}.perf-claritype-picker>.perf-claritype-picker-search{display:none}.perf-claritype-picker-search input{box-sizing:border-box;width:100%;height:44px;padding:0 12px;border:1px solid rgba(11,24,36,.14);border-radius:0;background:var(--claritype-pane-soft);color:var(--ink);font:13px var(--sans)}.perf-claritype-picker-search>div{display:flex;align-items:center;justify-content:space-between;min-height:20px;color:rgba(11,24,36,.56);font-size:10.5px}.perf-claritype-picker-search button{border:0;background:transparent;color:var(--teal);font-size:10.5px;font-weight:700;cursor:pointer}.perf-claritype-picker-new{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 24px);min-height:58px;margin:12px;padding:10px 12px;border:1px solid rgba(11,24,36,.16);background:transparent;color:var(--ink);text-align:left;cursor:pointer}.perf-claritype-picker-new>span:first-child{display:grid;gap:2px}.perf-claritype-picker-new b{font-size:12px}.perf-claritype-picker-new small{color:rgba(11,24,36,.56);font-size:10.5px}.perf-claritype-picker-new>span:last-child{color:var(--teal);font-size:17px}.perf-claritype-picker-new:hover:not(:disabled){border-color:rgba(11,24,36,.44)}.perf-claritype-picker-list{display:grid;max-height:min(360px,48vh);overflow-y:auto}.perf-claritype-picker-list>button{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:9px 12px;border:0;border-left:2px solid transparent;background:transparent;color:var(--ink);text-align:left;cursor:pointer}.perf-claritype-picker-list>button:hover:not(:disabled){background:rgba(44,124,143,.06)}.perf-claritype-picker-list>button.is-active{border-left-color:var(--teal);background:rgba(44,124,143,.1)}.perf-claritype-picker-list>button>span:first-child{display:grid;min-width:0;gap:2px}.perf-claritype-picker-list b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.perf-claritype-picker-list small{color:rgba(11,24,36,.54);font-size:10.5px}.perf-claritype-picker-list>button>span:last-child{color:var(--teal)}.perf-claritype-picker-foot{padding:10px 12px;border-top:1px solid rgba(11,24,36,.1)}.perf-claritype-picker-foot button{width:100%;min-height:38px;border:0;background:transparent;color:var(--teal);font-size:11px;font-weight:700;text-align:left;cursor:pointer}.perf-claritype-picker-state{margin:8px 12px 12px;padding:16px 12px;border:1px dashed rgba(11,24,36,.16);color:rgba(11,24,36,.62);text-align:center}.perf-claritype-picker-state strong{color:var(--ink);font-size:12px}.perf-claritype-picker-state p{margin:5px 0 0;font-size:10.5px;line-height:1.45}.perf-claritype-picker-state button{min-height:36px;margin-top:10px;padding:0 12px;border:1px solid rgba(11,24,36,.18);background:transparent;color:var(--ink);cursor:pointer}.perf-claritype-palette-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:start center;padding:max(120px,12vh) 20px 20px;background:rgba(11,24,36,.42);backdrop-filter:blur(2px)}.perf-claritype-palette{box-sizing:border-box;width:min(620px,calc(100vw - 40px));max-height:min(700px,calc(100vh - 160px));overflow-y:auto}.perf-claritype-palette .perf-claritype-picker-new{margin-top:10px;margin-bottom:10px}.perf-claritype-list-label{padding:5px 12px 3px}.perf-claritype-context{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border-bottom:1px solid var(--claritype-border);background:rgba(247,248,248,.72)}.perf-claritype-context>div{min-width:0;padding:11px 14px;border-right:1px solid rgba(11,24,36,.08);border-bottom:1px solid rgba(11,24,36,.08)}.perf-claritype-context>div:nth-child(4n){border-right:0}.perf-claritype-context>div:nth-last-child(-n+4){border-bottom:0}.perf-claritype-connection-details dt,.perf-claritype-context dt{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:9px;letter-spacing:.09em;text-transform:uppercase}.perf-claritype-connection-details dd,.perf-claritype-context dd{margin:4px 0 0;overflow-wrap:anywhere;color:var(--ink);font-size:12.5px;font-weight:600;line-height:1.35}.perf-claritype-connection-details{border-bottom:1px solid var(--claritype-border);background:rgba(237,241,242,.86)}.perf-claritype-connection-details summary{display:flex;align-items:center;justify-content:space-between;padding:9px 14px;color:rgba(11,24,36,.64);font-family:var(--mono);font-size:9px;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;list-style:none}.perf-claritype-connection-details summary::-webkit-details-marker{display:none}.perf-claritype-connection-details summary:after{content:"+";color:var(--ink);font-size:14px}.perf-claritype-connection-details[open] summary:after{content:"−"}.perf-claritype-connection-details dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;border-top:1px solid rgba(11,24,36,.08)}.perf-claritype-connection-details dl>div{min-width:0;padding:10px 14px;border-right:1px solid rgba(11,24,36,.08)}.perf-claritype-connection-details dl>div:last-child{border-right:0}.perf-claritype-transcript{display:grid;gap:14px;max-height:720px;overflow-y:auto;padding:18px;background:var(--claritype-pane-soft);scroll-behavior:smooth}.perf-claritype-composer{border:0;border-top:1px solid var(--claritype-border);background:var(--claritype-pane-strong)}.perf-claritype-composer .perf-data-question-row{grid-template-columns:minmax(0,1fr) 86px}.perf-claritype-composer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.perf-data-question-form .perf-claritype-composer-head label{margin:0}.perf-data-question-form .perf-claritype-composer-size{width:auto;height:auto;min-height:28px;padding:4px 8px;border:1px solid rgba(11,24,36,.16);background:transparent;color:rgba(11,24,36,.62);font-size:9px}.perf-data-question-form .perf-claritype-composer-size:hover{border-color:rgba(11,24,36,.38);color:var(--ink)}.perf-claritype-composer textarea{height:64px;min-height:64px;max-height:min(320px,50vh);background:var(--claritype-input);resize:vertical}.perf-claritype-composer textarea[data-expanded=true]{height:min(220px,40vh)}.perf-claritype-conversation-empty{padding:26px 18px;border:1px dashed rgba(11,24,36,.16);background:rgba(247,248,248,.54);color:rgba(11,24,36,.58);text-align:center}.perf-claritype-conversation-empty strong{color:rgba(11,24,36,.72);font-size:13px}.perf-claritype-conversation-empty p{margin:5px 0 0;font-size:12.5px;line-height:1.45}.perf-claritype-message-user{justify-self:end;width:fit-content;max-width:min(78%,760px);padding:11px 14px;border-radius:10px;background:var(--claritype-user);color:#FFFFFF}.perf-claritype-message-user span{display:block;margin-bottom:4px;color:#FFFFFF;font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-claritype-message-user p{margin:0;font-size:13.5px;line-height:1.45;overflow-wrap:anywhere}.perf-claritype-message-assistant{min-width:0;padding:16px;border-radius:10px;border-color:var(--claritype-border-strong);background:var(--claritype-response)}.perf-claritype-message-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.perf-claritype-message-head h4{margin:0;font-family:var(--mono);font-size:9.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:rgba(11,24,36,.7)}.perf-claritype-message-loading{display:flex;align-items:center;gap:10px;color:rgba(11,24,36,.62);font-size:12.5px}.perf-claritype-message-loading .perf-data-compass{width:26px;height:26px}.perf-claritype-conversation-error{margin:0}.perf-claritype-answer-text,.perf-codex-answer-text{color:rgba(11,24,36,.72);font-size:13.5px;line-height:1.55}.perf-claritype-answer-text{overflow-wrap:anywhere}.perf-claritype-answer-text>*{margin:0}.perf-claritype-answer-text>*+*{margin-top:.85em}.perf-claritype-answer-text ol,.perf-claritype-answer-text ul{padding-left:1.5em}.perf-claritype-answer-text li+li{margin-top:.3em}.perf-claritype-answer-text strong{color:rgba(11,24,36,.9);font-weight:700}.perf-claritype-answer-text code{padding:.08em .28em;background:rgba(11,24,36,.06);font-family:var(--mono);font-size:.9em}.perf-claritype-answer-text blockquote{padding-left:12px;border-left:2px solid var(--brass)}.perf-claritype-answer-text h2,.perf-claritype-answer-text h3,.perf-claritype-answer-text h4{color:var(--ink);font-family:var(--sans);font-size:15px;font-weight:700;line-height:1.35}.perf-claritype-exportable-table{display:grid;gap:6px;margin-top:.9em}.perf-claritype-result-set .perf-claritype-exportable-table{margin-top:0}.perf-claritype-table-export{display:flex;align-items:center;justify-content:flex-end;gap:5px}.perf-claritype-table-export>span{margin-right:2px;color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-claritype-table-export button{min-height:28px;padding:4px 9px;border:1px solid rgba(11,24,36,.18);background:transparent;color:rgba(11,24,36,.72);font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.perf-claritype-table-export button:hover{border-color:rgba(11,24,36,.42);color:var(--ink)}.perf-claritype-table-export button:focus-visible{outline:2px solid var(--brass);outline-offset:2px}.perf-claritype-table-export button:disabled{cursor:wait;opacity:.58}.perf-claritype-export-error{margin:0;color:var(--danger);font-size:12px}.perf-claritype-markdown-table-wrap{max-height:540px;overflow:auto}.perf-claritype-markdown-table{min-width:100%}.perf-claritype-markdown-table th{position:sticky;top:0;z-index:1;background:#F6F0E4}.perf-claritype-markdown-table th,.perf-claritype-table th{white-space:nowrap}.perf-claritype-markdown-table td{padding:11px 14px;font-size:13px;line-height:1.4}.perf-claritype-markdown-table tbody tr:nth-child(2n),.perf-claritype-table tbody tr:nth-child(2n){background:rgba(240,232,217,.28)}.perf-claritype-markdown-table tbody tr:hover,.perf-claritype-table tbody tr:hover{background:rgba(44,124,143,.07)}.perf-codex-answer-text{overflow-wrap:anywhere}.perf-codex-answer-text>*{margin:0}.perf-codex-answer-text>*+*{margin-top:.85em}.perf-codex-answer-text ol,.perf-codex-answer-text ul{padding-left:1.5em}.perf-codex-answer-text li+li{margin-top:.3em}.perf-codex-answer-text strong{color:rgba(11,24,36,.9);font-weight:700}.perf-codex-answer-text code{padding:.08em .28em;background:rgba(11,24,36,.06);font-family:var(--mono);font-size:.9em}.perf-codex-answer-text blockquote{padding-left:12px;border-left:2px solid var(--brass)}.perf-claritype-results{display:grid;gap:16px;margin-top:16px}.perf-claritype-result-set{display:grid;gap:8px;padding:12px;border:1px solid rgba(11,24,36,.1);background:rgba(255,252,246,.7)}.perf-claritype-result-head{display:flex;justify-content:space-between;align-items:baseline;gap:16px}.perf-claritype-result-head h4{margin:0;font-family:var(--mono);font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.perf-claritype-empty,.perf-claritype-result-head p{margin:0;color:rgba(11,24,36,.62);font-size:12px;line-height:1.45}.perf-claritype-table-wrap{max-height:540px;overflow:auto;border-color:rgba(11,24,36,.1)}.perf-claritype-table-scroll-hint{display:none;margin:0 0 6px;color:rgba(11,24,36,.62);font-family:var(--mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.perf-claritype-table{min-width:760px}.perf-claritype-table th{position:sticky;top:0;z-index:1;background:#F6F0E4}.perf-claritype-table td,.perf-claritype-table td:not(:first-child){min-width:120px;max-width:320px;overflow-wrap:anywhere;white-space:normal}.perf-claritype-table td{padding:11px 14px;font-size:13px;line-height:1.4}@media (max-width:720px){.perf-answer-source-tabs button{height:40px;padding:0 6px;font-size:10.5px}.perf-data-question-row{grid-template-columns:1fr}.perf-data-question-form button{width:100%}.perf-data-question-form textarea{height:82px;font-size:16px;resize:vertical}.perf-claritype-composer{padding:12px}.perf-claritype-composer .perf-data-question-row{grid-template-columns:minmax(0,1fr) 72px}.perf-claritype-composer button{width:auto}.perf-claritype-composer textarea{height:64px;resize:vertical}.perf-data-viz{padding:14px}.perf-data-viz-head{display:grid}.perf-data-viz-head h3{font-size:23px}.perf-claritype-conversation-head{display:grid;padding:16px}.perf-claritype-conversation-head h3{max-width:calc(100vw - 64px);font-size:24px}.perf-claritype-picker-control,.perf-claritype-picker-trigger{width:100%}.perf-claritype-picker-trigger small{display:none}.perf-claritype-picker{position:fixed;z-index:140;inset:0;width:100vw;height:100dvh;max-height:none;overflow-y:auto;border:0;box-shadow:none}.perf-claritype-picker>.perf-claritype-picker-search{display:grid}.perf-claritype-picker-heading{position:sticky;z-index:2;top:0;min-height:68px;box-sizing:border-box;background:#FFFCF6}.perf-claritype-picker-heading button,.perf-claritype-picker-search button,.perf-claritype-picker-state button{min-width:44px;min-height:44px}.perf-claritype-picker-list{max-height:none;overflow:visible;padding-bottom:28px}.perf-claritype-picker-list>button{min-height:58px}.perf-claritype-picker-foot{display:none}.perf-claritype-palette-backdrop{padding:0}.perf-claritype-palette{width:100vw;height:100dvh;max-height:none;border:0}.perf-claritype-new-conversation{width:100%}.perf-claritype-context{grid-template-columns:repeat(2,minmax(0,1fr))}.perf-claritype-context>div,.perf-claritype-context>div:nth-child(4n),.perf-claritype-context>div:nth-last-child(-n+4){border-right:1px solid rgba(11,24,36,.08);border-bottom:1px solid rgba(11,24,36,.08)}.perf-claritype-context>div:nth-child(2n){border-right:0}.perf-claritype-context>div:nth-last-child(-n+2){border-bottom:0}.perf-claritype-connection-details dl{grid-template-columns:1fr}.perf-claritype-connection-details dl>div{border-right:0;border-bottom:1px solid rgba(11,24,36,.08)}.perf-claritype-connection-details dl>div:last-child{border-bottom:0}.perf-claritype-transcript{max-height:640px;padding:12px}.perf-claritype-message-user{max-width:92%}.perf-claritype-message-assistant{padding:13px}.perf-claritype-result-head{display:grid;gap:4px}.perf-claritype-table-scroll-hint{display:block}.perf-claritype-table-scroll-hint:after{content:" →"}.perf-data-feedback div{grid-template-columns:1fr}}.perf-feedback-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:12px}.perf-feedback-toolbar span{color:rgba(11,24,36,.62);font-size:13px}.perf-feedback-card,.perf-feedback-list{display:grid;gap:12px}.perf-feedback-card{padding:16px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-feedback-card-head{display:flex;justify-content:space-between;gap:12px}.perf-feedback-card-head strong,.perf-feedback-reviewed strong{display:block}.perf-feedback-card-head em,.perf-feedback-card-head span,.perf-feedback-reviewed em{color:rgba(11,24,36,.54);font-family:var(--mono);font-size:10px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.perf-feedback-card blockquote,.perf-feedback-card p{margin:0;color:rgba(11,24,36,.7);font-size:14px;line-height:1.45}.perf-feedback-card blockquote{padding-left:12px;border-left:2px solid rgba(181,133,59,.62)}.perf-feedback-card summary{cursor:pointer;color:rgba(11,24,36,.66);font-size:12px}.perf-feedback-actions{display:flex;gap:8px}.perf-feedback-actions button:first-child{background:var(--ink);color:var(--paper)}.perf-feedback-reviewed{display:grid;gap:10px}.perf-feedback-reviewed div{display:grid;gap:3px;padding-bottom:10px;border-bottom:1px solid rgba(11,24,36,.08)}.perf-feedback-reviewed div:last-child{border-bottom:0;padding-bottom:0}.perf-feedback-reviewed span{color:rgba(11,24,36,.66);font-size:13px}.perf-side-panel{display:grid;gap:12px;align-content:start;position:sticky;top:88px}.perf-panel{padding:18px;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-wide-panel{margin-top:12px}.perf-panel h2{display:flex;gap:8px;align-items:center}.perf-panel-note{margin:-2px 0 12px;color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.infra-shell .perf-layout{grid-template-columns:minmax(0,1fr) minmax(300px,360px)}.infra-shell .perf-grid-metrics{grid-template-columns:repeat(6,minmax(0,1fr))}.infra-monitor-card{min-width:260px;padding:16px 18px;border:1px solid rgba(11,24,36,.14);background:#FFFCF6}.infra-check-list span,.infra-host-head span,.infra-monitor-card em,.infra-monitor-card span,.infra-pagination,.infra-setup-card em,.infra-sparkline span,.infra-watch-list span{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.56);font-style:normal}.infra-monitor-card strong{display:block;margin:8px 0 5px;font-size:17px}.infra-telemetry-note{display:inline-flex;margin-top:10px;max-width:780px;padding:8px 10px;border:1px solid rgba(176,119,20,.18);background:rgba(176,119,20,.08);color:rgba(11,24,36,.66);font-size:12.5px;line-height:1.35}.infra-telemetry-note[data-source=control_plane]{border-color:rgba(47,107,62,.18);background:rgba(47,107,62,.08)}.infra-setup-grid{max-width:1440px;margin:0 auto 10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.infra-setup-card{display:flex;flex-direction:column;gap:16px;min-height:238px;border-top:3px solid rgba(47,107,62,.72)}.infra-setup-card[data-status=watch]{border-top-color:var(--brass)}.infra-setup-card[data-status=degraded]{border-top-color:var(--danger)}.infra-setup-card h2{margin-top:12px}.infra-host-head p,.infra-setup-card p{color:rgba(11,24,36,.62);font-size:13.5px;line-height:1.45}.infra-host-facts,.infra-setup-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0}.infra-host-facts dt,.infra-setup-card dt{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase}.infra-host-facts dd,.infra-setup-card dd{margin:4px 0 0;color:var(--ink);font-size:13px;font-weight:600}.infra-copy-count{position:relative;display:inline-flex;align-items:center}.infra-copy-count-trigger{appearance:none;border:0;background:transparent;color:var(--ink);cursor:pointer;font:inherit;font-size:14px;font-weight:700;line-height:1;min-width:24px;padding:2px 0;text-align:left}.infra-error-count .infra-copy-count-trigger{text-decoration:underline;text-decoration-color:rgba(169,72,44,.42);text-underline-offset:4px}.infra-error-count .infra-copy-count-trigger:hover{color:var(--danger);text-decoration-color:currentColor}.infra-copy-count-trigger:focus-visible{outline:2px solid rgba(47,107,62,.34);outline-offset:3px}.infra-copy-popover{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:8;width:min(360px,78vw);transform:translateX(-50%) translateY(4px);border:1px solid rgba(11,24,36,.16);background:#0b1824;color:#fffaf2;box-shadow:0 12px 28px rgba(11,24,36,.18);display:grid;gap:8px;font-size:11px;font-weight:500;line-height:1.35;padding:10px;opacity:0;visibility:hidden;transition:opacity .14s ease,transform .14s ease,visibility .14s ease}.infra-copy-popover:after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;background:#0b1824;transform:translate(-50%,-4px) rotate(45deg)}.infra-copy-count:focus-within .infra-copy-popover,.infra-copy-count:hover .infra-copy-popover{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.infra-copy-popover-head,.infra-copy-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.infra-copy-popover-head strong{color:rgba(255,250,242,.72);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.infra-copy-row span{display:grid;gap:3px;min-width:0}.infra-copy-row em{color:rgba(255,250,242,.62);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.infra-copy-row code{color:#fffaf2;font-family:var(--mono);font-size:10.5px;overflow-wrap:anywhere}.infra-copy-popover button{appearance:none;border:1px solid rgba(255,250,242,.28);background:rgba(255,250,242,.08);color:#fffaf2;cursor:pointer;flex:0 0 auto;font-family:var(--mono);font-size:9.5px;letter-spacing:.04em;padding:5px 7px;text-transform:uppercase}.infra-copy-popover button:focus-visible,.infra-copy-popover button:hover{background:rgba(255,250,242,.16);outline:none}.infra-copy-popover-head span{color:rgba(255,250,242,.62);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.infra-error-popover{width:min(420px,82vw)}.infra-error-row b{color:rgba(255,250,242,.72);flex:0 0 auto;font-family:var(--mono);font-size:10px;font-weight:600;white-space:nowrap}.infra-error-count-link{color:var(--ink);font:inherit;text-decoration:underline;text-decoration-color:rgba(169,72,44,.42);text-underline-offset:4px}.infra-error-count-link:focus-visible,.infra-error-count-link:hover{color:var(--danger);text-decoration-color:currentColor}.perf-metric .infra-copy-count-trigger{font-family:var(--serif);font-size:clamp(28px,3.2vw,42px);font-weight:400}.perf-metric .infra-copy-popover{bottom:auto;top:calc(100% + 10px)}.perf-metric .infra-copy-popover:after{top:auto;bottom:100%;transform:translate(-50%,4px) rotate(45deg)}.infra-cost-panel{max-width:1440px;margin:0 auto 12px;display:grid;gap:16px}.infra-cost-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:18px;align-items:start}.infra-cost-head h2{margin:6px 0;font-size:22px}.infra-cost-head p{max-width:760px;color:rgba(11,24,36,.62);font-size:13px;line-height:1.45}.infra-cost-total{display:grid;gap:4px;padding:12px;border:1px solid rgba(11,24,36,.12);background:rgba(247,243,234,.72)}.infra-cost-bar-row>span,.infra-cost-category em,.infra-cost-category span,.infra-cost-resource em,.infra-cost-total em,.infra-cost-total span{color:rgba(11,24,36,.54);font-family:var(--mono);font-size:9.5px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.infra-cost-total strong{color:var(--ink);font-size:28px;line-height:1.05}.infra-cost-chart{display:none}.infra-cost-bar-row{display:grid;grid-template-columns:108px minmax(0,1fr) 88px;gap:12px;align-items:center}.infra-cost-bar-track{height:18px;border:1px solid rgba(11,24,36,.12);background:rgba(11,24,36,.045);overflow:hidden}.infra-cost-bar-fill{height:100%;background:var(--sea-deep)}.infra-cost-bar-row:first-child .infra-cost-bar-fill{background:var(--brass)}.infra-cost-bar-row strong{color:var(--ink);font-family:var(--mono);font-size:12px;text-align:right}.infra-cost-trend{display:grid;gap:10px;padding:12px 14px 10px;border:1px solid rgba(11,24,36,.1);background:rgba(255,252,246,.62)}.infra-cost-trend-head{display:flex;justify-content:space-between;gap:12px;align-items:baseline}.infra-cost-trend-head em,.infra-cost-trend-head span{color:rgba(11,24,36,.54);font-family:var(--mono);font-size:9.5px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.infra-cost-trend-svg{display:block;width:100%;height:auto;aspect-ratio:720/250;max-height:220px;overflow:visible}.infra-cost-trend-guide{stroke:rgba(11,24,36,.1);stroke-width:1}.infra-cost-trend-axis-label,.infra-cost-trend-month,.infra-cost-trend-value{fill:rgba(11,24,36,.54);font-family:var(--mono);font-size:10px}.infra-cost-trend-value{fill:var(--ink);font-size:11px;font-weight:700}.infra-cost-trend-line{stroke:var(--sea-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.infra-cost-trend-point{fill:var(--paper);stroke:var(--sea-deep);stroke-width:3}.infra-cost-trend-point.is-current{fill:var(--brass);stroke:var(--ink)}.infra-cost-trend-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.infra-cost-trend-list>div{display:grid;gap:3px;padding:8px;border-top:2px solid rgba(11,24,36,.12)}.infra-cost-trend-list>div.is-current{border-top-color:var(--brass)}.infra-cost-trend-list em,.infra-cost-trend-list span{color:rgba(11,24,36,.54);font-family:var(--mono);font-size:9.5px;font-style:normal;letter-spacing:.04em;text-transform:uppercase}.infra-cost-trend-list strong{color:var(--ink);font-size:16px}.infra-cost-breakdown{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.infra-cost-category{display:grid;gap:4px;padding:10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.62)}.infra-cost-category strong{font-size:18px}.infra-cost-resource-list{display:grid;gap:6px}.infra-cost-resource{display:grid;grid-template-columns:minmax(180px,1.2fr) minmax(150px,1fr) minmax(110px,.7fr) 86px;gap:10px;align-items:center;padding:9px 10px;border:1px solid rgba(11,24,36,.08);background:rgba(255,252,246,.7)}.infra-cost-resource span{min-width:0;color:rgba(11,24,36,.68);font-size:12px}.infra-cost-resource span:first-child{display:grid;gap:3px}.infra-cost-resource span:first-child strong{color:var(--ink);font-size:13px}.infra-cost-resource b{color:var(--ink);font-family:var(--mono);font-size:12px;text-align:right}.infra-host-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.infra-host-card{display:grid;gap:16px;border-left:3px solid rgba(47,107,62,.68)}.infra-db-host-card{background:#FBF8F0}.infra-host-card[data-status=watch]{border-left-color:var(--brass)}.infra-host-card[data-status=degraded]{border-left-color:var(--danger)}.infra-host-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.infra-host-head h3{margin:5px 0 4px;font-size:17px}.infra-host-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.infra-db-host-backup{display:grid;gap:4px;padding:10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.62)}.infra-db-host-backup em,.infra-db-host-backup span{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.infra-db-host-backup strong{color:var(--ink);font-size:13px}.infra-error-details{display:grid;gap:14px;scroll-margin-top:96px}.infra-error-details:target{border-color:rgba(169,72,44,.36);box-shadow:0 0 0 3px rgba(169,72,44,.12)}.infra-error-detail-card,.infra-error-details-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.infra-error-details-head h2{margin:5px 0 0;font-size:18px}.infra-error-details-head strong{color:var(--danger);font-family:var(--mono);font-size:13px;white-space:nowrap}.infra-error-detail-list{display:grid;gap:8px}.infra-error-detail-card{border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.62);padding:10px}.infra-error-detail-card span{display:grid;gap:4px;min-width:0}.infra-error-detail-card em{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:9px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.infra-error-detail-card code{color:var(--ink);font-family:var(--mono);font-size:11px;overflow-wrap:anywhere}.infra-error-detail-card b{color:rgba(11,24,36,.58);flex:0 0 auto;font-family:var(--mono);font-size:11px;white-space:nowrap}.infra-graph-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.infra-trend-panel{display:grid;gap:8px}.infra-trend-switches{grid-column:auto;justify-content:flex-start;margin-top:0}.infra-trend-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.infra-trend-card{min-width:0;padding:10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.62)}.infra-trend-axis,.infra-trend-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.infra-trend-axis,.infra-trend-head span{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.infra-trend-head strong{color:var(--ink);font-family:var(--mono);font-size:12px}.infra-trend-svg{display:block;width:100%;height:48px;margin:7px 0 4px}.infra-trend-base{stroke:rgba(11,24,36,.12);stroke-width:1}.infra-trend-path{fill:none;stroke:var(--sea-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.infra-trend-axis{font-size:8px;letter-spacing:.06em}.infra-sparkline{min-width:0;padding:10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.62)}.infra-sparkline div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:7px}.infra-sparkline strong{font-family:var(--mono);font-size:12px}.infra-sparkline svg{width:100%;height:58px;display:block}.infra-sparkline[data-compact=true]{flex:1 1 132px;padding:6px 8px}.infra-sparkline[data-compact=true] svg{height:42px}.infra-sparkline polyline{fill:none;stroke:var(--sea-deep);stroke-linecap:round;stroke-linejoin:round;stroke-width:3}.infra-ping-row{display:flex;align-items:center;gap:10px}.infra-ping-row em{color:rgba(11,24,36,.54);font-size:12px;font-style:normal;min-width:108px}.infra-ping-status{display:flex;align-items:center;gap:10px}.infra-ping-status em{color:rgba(11,24,36,.54);font-size:12px;font-style:normal}.infra-db-table{min-width:1080px}.infra-access-table{min-width:980px}.infra-pagination{display:flex;align-items:center;justify-content:flex-end;gap:14px;padding:12px 0 2px}.infra-pagination a,.infra-pagination span{padding:8px 10px;border:1px solid rgba(11,24,36,.14);background:#FFFCF6;color:rgba(11,24,36,.64)}.infra-pagination span{opacity:.5}.infra-pagination strong{color:rgba(11,24,36,.62);font-weight:500}.infra-check-list{display:grid;gap:8px}.infra-check-list span{padding:9px 10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.68);color:rgba(11,24,36,.66)}.infra-recommendation{border-left:3px solid var(--brass);padding-left:12px}.infra-recommendation[data-priority=now]{border-left-color:var(--danger)}.infra-recommendation[data-priority=later]{border-left-color:var(--sea)}.infra-watch-list{display:grid;gap:10px}.infra-watch-list div{padding-bottom:10px;border-bottom:1px solid rgba(11,24,36,.08)}.infra-watch-list div:last-child{padding-bottom:0;border-bottom:0}.infra-watch-list strong{display:block;margin-bottom:3px;font-size:14px}.perf-label-with-info{display:inline-flex;align-items:center;gap:4px;min-width:0}.perf-info{position:relative;display:inline-flex;flex:0 0 auto;width:13px;height:13px;align-items:center;justify-content:center;margin-left:4px;border:1px solid rgba(11,24,36,.38);border-radius:50%;background:transparent;color:rgba(11,24,36,.55);font-size:9px;font-weight:600;font-style:normal;line-height:1;transform:translateY(-1px);cursor:help;transition:border-color .12s ease,color .12s ease}.perf-info,.perf-info:after{font-family:var(--sans);letter-spacing:0;text-transform:none}.perf-info:after{content:attr(aria-label);bottom:calc(100% + 9px);z-index:12;width:min(236px,72vw);padding:8px 10px;border:1px solid rgba(244,239,230,.16);border-radius:5px;color:rgba(244,239,230,.9);font-size:12px;font-weight:400;line-height:1.42;text-align:left;transform:translate(-50%,4px);box-shadow:0 10px 24px rgba(11,24,36,.16)}.perf-info:after,.perf-info:before{position:absolute;left:50%;background:var(--ink);opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.perf-info:before{content:"";bottom:calc(100% + 5px);z-index:13;width:8px;height:8px;border-right:1px solid rgba(244,239,230,.16);border-bottom:1px solid rgba(244,239,230,.16);transform:translate(-50%,4px) rotate(45deg)}.perf-info:focus-visible,.perf-info:hover{border-color:rgba(11,24,36,.62);color:rgba(11,24,36,.75)}.perf-info:focus-visible{outline:none;box-shadow:0 0 0 2px rgba(181,133,59,.22)}.perf-info:focus-visible:after,.perf-info:focus-visible:before,.perf-info:hover:after,.perf-info:hover:before{opacity:1;transform:translate(-50%)}.perf-info:focus-visible:before,.perf-info:hover:before{transform:translate(-50%) rotate(45deg)}.perf-metric-label .perf-info{margin-left:4px}.perf-compact-table{min-width:880px}.perf-feed,.perf-insight-list{display:grid;gap:10px}.perf-feed div,.perf-insight{padding-top:10px;border-top:1px solid rgba(11,24,36,.09)}.perf-feed strong,.perf-insight strong{display:block;font-size:14px}.perf-feed em,.perf-feed span,.perf-insight span{display:block;margin-top:2px;color:rgba(11,24,36,.58);font-size:12px;font-style:normal}.perf-pipeline-panel{display:grid;gap:14px}.perf-pipeline-tab .perf-pipeline-panel{padding:22px}.perf-pipeline-tab .perf-pipeline-steps{grid-template-columns:1fr}.perf-pipeline-tab .perf-pipeline-log pre{max-height:360px}.perf-pipeline-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.perf-pipeline-head h2{margin-bottom:4px}.perf-pipeline-head p{margin:0;color:rgba(11,24,36,.58);font-size:12px}.perf-pipeline-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.64)}.perf-pipeline-kpis div{min-width:0;padding:10px;border-right:1px solid rgba(11,24,36,.08)}.perf-pipeline-kpis div:last-child{border-right:0}.perf-pipeline-kpi-button{display:block;width:100%;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.perf-pipeline-kpi-button:focus-visible strong,.perf-pipeline-kpi-button:hover strong{color:var(--danger);text-decoration:underline;text-underline-offset:3px}.perf-pipeline-kpi-button:focus-visible{outline:2px solid rgba(168,54,31,.28);outline-offset:4px}.perf-pipeline-kpi-button:disabled{cursor:default}.perf-pipeline-kpi-button:disabled:hover strong{color:inherit;text-decoration:none}.perf-pipeline-kpis strong{display:block;font-family:var(--serif);font-size:22px;font-weight:400;line-height:1;overflow-wrap:anywhere}.perf-pipeline-backfill span,.perf-pipeline-kpis span{display:block;margin-top:4px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54)}.perf-pipeline-failure-queue{display:grid;gap:10px;padding:12px;border:1px solid rgba(168,54,31,.18);background:rgba(168,54,31,.055)}.perf-pipeline-failure-queue-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.perf-pipeline-failure-queue-head strong{color:var(--ink);font-size:14px}.perf-pipeline-failure-queue-head span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.perf-pipeline-failure-queue-list{display:grid;gap:8px}.perf-pipeline-failure-queue-list p{margin:0;color:rgba(11,24,36,.62);font-size:13px}.perf-pipeline-failure-queue-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid rgba(168,54,31,.14);background:rgba(255,252,246,.72)}.perf-pipeline-failure-queue-item span,.perf-pipeline-failure-queue-item strong{display:block}.perf-pipeline-failure-queue-item strong{color:var(--ink);font-size:13px}.perf-pipeline-failure-queue-item span{margin-top:3px;color:rgba(11,24,36,.58);font-size:12px}.perf-pipeline-failure-queue-item button{min-height:30px;padding:4px 10px;border:1px solid rgba(168,54,31,.24);background:rgba(168,54,31,.08);color:var(--danger);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-failure-queue-item button:focus-visible,.perf-pipeline-failure-queue-item button:hover{border-color:rgba(168,54,31,.44);background:rgba(168,54,31,.12);outline:none}.perf-pipeline-attention{display:grid;gap:10px;padding:12px;border:1px solid rgba(11,24,36,.1);border-radius:8px;background:#f8fafb}.perf-pipeline-attention[data-empty=true]{color:#52616f}.perf-pipeline-attention-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.perf-pipeline-attention-head strong,.perf-pipeline-attention>strong{color:#102331;font-size:.95rem}.perf-pipeline-attention p,.perf-pipeline-attention small,.perf-pipeline-attention-head span{color:#52616f;font-size:.82rem;line-height:1.45}.perf-pipeline-attention-list{display:grid;gap:8px}.perf-pipeline-attention-item{display:grid;gap:6px;padding:10px;border:1px solid rgba(11,24,36,.1);border-left:4px solid #8a98a7;border-radius:8px;background:#fff}.perf-pipeline-attention-item[data-severity=p0]{border-left-color:#b42318}.perf-pipeline-attention-item[data-severity=p1]{border-left-color:#c2410c}.perf-pipeline-attention-item[data-severity=p2]{border-left-color:#b7791f}.perf-pipeline-attention-title{display:flex;justify-content:space-between;gap:12px}.perf-pipeline-attention-item strong{color:#102331;font-size:.88rem}.perf-pipeline-attention-item span{color:#6b7280;font-size:.72rem;font-weight:700}.perf-pipeline-repair{display:grid;gap:8px;margin-top:2px}.perf-pipeline-repair button{justify-self:start;min-height:30px;padding:5px 9px;border:1px solid rgba(11,24,36,.16);background:#102331;color:#fff;font-family:var(--mono);font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-repair button:focus-visible,.perf-pipeline-repair button:hover{background:#1c3446;outline:none}.perf-pipeline-repair button:disabled{cursor:wait;opacity:.66}.perf-pipeline-repair>span{color:rgba(11,24,36,.58);font-size:.78rem;font-weight:600}.perf-pipeline-repair>span[data-state=error]{color:var(--danger)}.perf-pipeline-repair-summary{display:grid;gap:8px;max-width:920px;padding:10px 12px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.55)}.perf-pipeline-repair-summary>strong{font-size:.82rem}.perf-pipeline-repair-summary p{max-width:820px;margin:0;color:rgba(11,24,36,.66);font-size:.8rem;line-height:1.45}.perf-pipeline-repair details{display:grid;gap:8px;padding:10px;border:1px solid rgba(11,24,36,.1);background:rgba(247,243,234,.5)}.perf-pipeline-repair summary{color:rgba(11,24,36,.76);font-family:var(--mono);font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-repair p strong{display:block;margin-bottom:3px;color:#102331}.perf-pipeline-repair dl{display:grid;gap:6px;margin:0}.perf-pipeline-repair dl div{display:grid;grid-template-columns:70px minmax(0,1fr);gap:8px}.perf-pipeline-repair dt{color:rgba(11,24,36,.48);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.perf-pipeline-repair dd{min-width:0;margin:0;color:rgba(11,24,36,.72);font-size:.78rem;overflow-wrap:anywhere}.perf-pipeline-repair textarea{width:100%;min-height:180px;padding:8px;border:1px solid rgba(11,24,36,.12);background:#fff;color:rgba(11,24,36,.78);font-family:var(--mono);font-size:10.5px;line-height:1.45;resize:vertical}.perf-pipeline-action-gate,.perf-pipeline-control-badge{display:inline-flex;box-sizing:border-box;width:max-content;max-width:100%;align-items:center;min-height:29px;padding:4px 8px;border:1px solid rgba(11,24,36,.12);font-family:var(--mono);font-size:10.5px!important;font-weight:700;letter-spacing:.04em;line-height:1.3;margin-top:0;text-transform:uppercase;white-space:normal}.perf-pipeline-action-gate[data-state=actions_allowed],.perf-pipeline-control-badge[data-state=ok]{color:#166534;background:#ecfdf3;border-color:rgba(22,101,52,.18)}.perf-pipeline-control-badge[data-state=late]{color:#854d0e;background:#fffbeb;border-color:rgba(133,77,14,.22)}.perf-pipeline-action-gate[data-state=actions_blocked],.perf-pipeline-action-gate[data-state=shadow_block],.perf-pipeline-control-badge[data-state=failed],.perf-pipeline-control-badge[data-state=partial],.perf-pipeline-control-badge[data-state=quarantined]{color:#991b1b;background:#fef2f2;border-color:rgba(153,27,27,.2)}.perf-pipeline-action-gate[data-state=safety_unknown],.perf-pipeline-control-badge[data-state=unknown]{color:#374151;background:#f3f4f6;border-color:rgba(55,65,81,.16)}.perf-pipeline-actions,.perf-pipeline-backfill{display:grid;grid-template-columns:repeat(2,minmax(0,160px));gap:7px;justify-content:end}.perf-pipeline-actions button,.perf-pipeline-backfill button,.perf-pipeline-section-head button,.perf-pipeline-step-backfill button{min-height:34px;border:1px solid rgba(11,24,36,.16);background:var(--ink);color:var(--paper);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-actions button,.perf-pipeline-section-head button{background:transparent;color:var(--ink)}.perf-pipeline-target{min-width:0}.perf-pipeline-note,.perf-pipeline-target span{display:block;margin-bottom:4px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54)}.perf-pipeline-target select{width:100%;min-height:34px;border:1px solid rgba(11,24,36,.16);background:#FFFCF6;color:var(--ink);font:inherit;font-size:12px;padding:5px 6px}.perf-pipeline-note{margin:-2px 0 0;color:rgba(11,24,36,.62);text-transform:none;letter-spacing:0}.perf-pipeline-actions button:disabled,.perf-pipeline-backfill button:disabled,.perf-pipeline-section-head button:disabled,.perf-pipeline-step-backfill button:disabled,.perf-pipeline-step-backfill input:disabled{cursor:not-allowed;opacity:.5}.perf-pipeline-backfill{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 94px;align-items:end}.perf-pipeline-backfill label{min-width:0}.perf-pipeline-backfill input{width:100%;min-height:34px;margin-top:4px;border:1px solid rgba(11,24,36,.14);background:#FFFCF6;color:var(--ink);font:inherit;font-size:12px;padding:5px 6px}.perf-pipeline-message{padding:9px 10px;border:1px solid rgba(11,24,36,.11);background:rgba(44,124,143,.08);font-size:12px}.perf-pipeline-message span{display:block}.perf-pipeline-message details{margin-top:8px}.perf-pipeline-message summary{display:inline-flex;align-items:center;min-height:26px;color:inherit;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-message summary::-webkit-details-marker{display:none}.perf-pipeline-message pre{max-height:180px;overflow:auto;margin:6px 0 0;padding:8px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.72);color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.45}.perf-pipeline-message[data-state=error]{border-color:rgba(168,54,31,.2);background:rgba(168,54,31,.08);color:var(--danger)}.perf-pipeline-table{min-width:0;table-layout:fixed}.perf-pipeline-table th:first-child{width:20%}.perf-pipeline-table th:nth-child(2){width:22%}.perf-pipeline-table th:nth-child(3){width:20%}.perf-pipeline-table th:nth-child(4),.perf-pipeline-table th:nth-child(5){width:14%}.perf-pipeline-table th:nth-child(6),.perf-pipeline-table th:nth-child(7){width:5%}.perf-pipeline-table td:not(:first-child){white-space:normal}.perf-pipeline-table td{vertical-align:top}.perf-pipeline-table tbody tr:not(.perf-pipeline-client-row) td:not(:first-child){padding-top:24px}.perf-pipeline-table tbody tr.perf-pipeline-controls-row td,.perf-pipeline-table tbody tr.perf-pipeline-controls-row td:not(:first-child){padding:0 14px 16px;border-bottom:1px solid rgba(11,24,36,.1);text-align:left}.perf-pipeline-controls-row .perf-pipeline-step{margin-top:0;background:rgba(255,252,246,.72)}.perf-pipeline-client-row td,.perf-pipeline-client-row td:nth-child(7){padding:0;text-align:left}.perf-pipeline-client-row button{display:grid;grid-template-columns:18px minmax(120px,max-content) minmax(0,1fr);gap:12px;align-items:center;width:100%;min-height:46px;padding:11px 14px;border:0;border-top:1px solid rgba(11,24,36,.12);border-bottom:1px solid rgba(11,24,36,.08);background:rgba(44,124,143,.1);color:var(--ink);cursor:pointer;text-align:left}.perf-pipeline-client-row button:focus-visible,.perf-pipeline-client-row button:hover{background:rgba(44,124,143,.15);outline:none}.perf-pipeline-client-chevron{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center;margin:0;color:var(--brass-deep);font-size:20px;font-weight:500;line-height:1;transition:transform .12s ease}.perf-pipeline-client-chevron:before{content:">"}.perf-pipeline-client-row button[aria-expanded=true] .perf-pipeline-client-chevron{transform:rotate(90deg)}.perf-pipeline-client-row strong{color:#1d6070;font-size:.96rem}.perf-pipeline-client-row small{min-width:0;color:rgba(11,24,36,.62);font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;line-height:1.4;overflow-wrap:anywhere;text-transform:uppercase}.perf-pipeline-table td:nth-child(6),.perf-pipeline-table td:nth-child(7),.perf-pipeline-table th:nth-child(6),.perf-pipeline-table th:nth-child(7){min-width:52px;text-align:right}.perf-pipeline-table td span{display:block;margin-top:3px;color:rgba(11,24,36,.56);font-size:12px}.perf-pipeline-table td .perf-pipeline-action-gate,.perf-pipeline-table td .perf-pipeline-control-badge{display:inline-flex;margin-top:0}.perf-pipeline-table td .perf-pipeline-host{display:inline-flex;width:max-content;max-width:100%;align-items:center;margin-top:0;min-width:0}.perf-pipeline-table td .perf-pipeline-host strong{box-sizing:border-box;min-height:29px;min-width:0;max-width:100%;padding:4px 8px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.72);color:#102331;font-size:10.5px;font-weight:800;letter-spacing:.04em;line-height:1.3;overflow-wrap:anywhere;white-space:nowrap}.perf-pipeline-rerun-link,.perf-pipeline-table td .perf-pipeline-host strong{display:inline-flex;align-items:center;font-family:var(--mono);text-transform:uppercase}.perf-pipeline-rerun-link{gap:5px;margin-top:7px;min-height:28px;padding:4px 9px;border:1px solid rgba(11,24,36,.14);background:rgba(255,252,246,.7);color:rgba(11,24,36,.74);font-size:10px;letter-spacing:.08em;cursor:pointer}.perf-pipeline-rerun-link:focus-visible,.perf-pipeline-rerun-link:hover{border-color:rgba(156,104,34,.38);color:var(--ink);background:rgba(188,135,48,.08);outline:none}.perf-pipeline-rerun-link:disabled{cursor:default;opacity:.78}.perf-pipeline-rerun-spinner{width:13px;height:13px;flex:0 0 auto;animation:perf-data-compass-spin .9s linear infinite}.perf-pipeline-rerun-status{display:grid!important;gap:4px;margin-top:2px!important;font-size:10px!important;letter-spacing:.02em;color:rgba(11,24,36,.5)!important}.perf-pipeline-rerun-status[data-state=running]{color:var(--gold)!important}.perf-pipeline-rerun-status[data-state=done]{color:var(--green)!important}.perf-pipeline-rerun-status[data-state=error]{color:var(--danger)!important}.perf-pipeline-rerun-status a,.perf-pipeline-rerun-status summary{color:inherit;cursor:pointer;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.perf-pipeline-rerun-status a:hover,.perf-pipeline-rerun-status summary:hover{text-decoration:underline}.perf-pipeline-rerun-status pre{max-width:min(520px,70vw);margin:4px 0 0;padding:8px;overflow-x:auto;border:1px solid rgba(168,54,31,.18);background:rgba(168,54,31,.06);color:var(--ink);white-space:pre-wrap}.perf-pipeline-success{display:inline-block;box-sizing:border-box;min-height:29px;width:fit-content;margin-top:0!important;padding:4px 8px;border:1px solid rgba(11,24,36,.12);color:var(--ink)!important;font-family:var(--mono);font-size:10.5px!important;letter-spacing:.04em;text-transform:uppercase}.perf-pipeline-success[data-state=clean]{border-color:rgba(42,123,80,.26);background:rgba(42,123,80,.1);color:#256B48!important}.perf-pipeline-success[data-state=blocked]{border-color:rgba(168,54,31,.26);background:rgba(168,54,31,.08);color:var(--danger)!important}.perf-pipeline-failure-link{display:inline-flex;align-items:center;justify-content:center;min-width:38px;min-height:30px;padding:4px 8px;border:1px solid rgba(11,24,36,.16);background:transparent;color:var(--ink);font:inherit;font-family:var(--mono);cursor:pointer}.perf-pipeline-failure-link:focus-visible,.perf-pipeline-failure-link:hover,.perf-pipeline-failure-link[aria-expanded=true]{border-color:rgba(176,119,20,.34);background:rgba(176,119,20,.08);outline:none}.perf-pipeline-failure-link:disabled{cursor:default;opacity:.62}.perf-pipeline-failure-list{display:grid;gap:10px}.perf-pipeline-failure-list p{margin:0;color:rgba(11,24,36,.62);font-size:13px}.perf-pipeline-failure-card{display:grid;gap:10px;padding:12px;border:1px solid rgba(168,54,31,.18);background:rgba(168,54,31,.055)}.perf-pipeline-failure-card>div:first-child strong,.perf-pipeline-step-error strong{display:block;font-size:13px}.perf-pipeline-failure-card span,.perf-pipeline-step-error span{display:block;margin-top:3px;color:rgba(11,24,36,.6);font-size:12px}.perf-pipeline-step-error{padding-top:8px;border-top:1px solid rgba(168,54,31,.14)}.perf-pipeline-step-error p{margin:6px 0 0;color:rgba(11,24,36,.72);font-size:13px}.perf-pipeline-step>.perf-pipeline-step-error{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;margin-top:10px;color:var(--danger)}.perf-pipeline-step>.perf-pipeline-step-error strong{font-size:12px}.perf-pipeline-step>.perf-pipeline-step-error p{color:var(--danger);font-size:12px;line-height:1.45}.perf-pipeline-step-error-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.perf-pipeline-error-action,.perf-pipeline-step-error summary,.perf-pipeline-step-error-actions a,.perf-pipeline-step-error-actions button,.perf-pipeline-step-error-actions summary{min-height:28px;border:1px solid rgba(168,54,31,.24);background:rgba(168,54,31,.06);color:var(--danger);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;text-decoration:none}.perf-pipeline-error-action,.perf-pipeline-step-error-actions a,.perf-pipeline-step-error-actions button{padding:4px 10px}.perf-pipeline-step-error summary,.perf-pipeline-step-error-actions summary{display:inline-flex;align-items:center;padding:4px 9px;list-style:none}.perf-pipeline-step-error summary::-webkit-details-marker,.perf-pipeline-step-error-actions summary::-webkit-details-marker{display:none}.perf-pipeline-step-error-actions button:disabled{cursor:not-allowed;opacity:.5}.perf-pipeline-step-error-actions details[open]{flex-basis:100%}.perf-pipeline-error-action{display:inline-flex;align-items:center;width:fit-content;margin-top:6px}.perf-pipeline-step-error details{margin-top:8px}.perf-pipeline-step-error-actions details{margin-top:0}.perf-pipeline-step-error pre{max-width:min(720px,100%);max-height:180px;overflow:auto;margin:7px 0 0;padding:8px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.72);color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.45}.perf-pipeline-steps{display:grid;gap:16px}.perf-pipeline-step{display:grid;gap:12px;padding:16px;border:1px solid rgba(11,24,36,.1);border-left:3px solid rgba(11,24,36,.18);background:rgba(255,252,246,.58)}.perf-pipeline-step[data-status=failed]{border-left-color:var(--danger)}.perf-pipeline-step strong{display:block;font-size:14px}.perf-pipeline-section-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.perf-pipeline-section-head span,.perf-pipeline-step>div:first-child span{display:block;margin-top:2px;color:rgba(11,24,36,.58);font-size:12px}.perf-pipeline-step dl{display:grid;grid-template-columns:84px minmax(180px,1fr) 104px;gap:8px;margin:0}.perf-pipeline-step dt{position:relative;gap:3px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.5)}.perf-help,.perf-pipeline-step dt{display:inline-flex;align-items:center}.perf-help{justify-content:center;width:12px;height:12px;padding:0;margin-left:1px;transform:translateY(-4px);border:0;border-radius:50%;background:transparent;color:rgba(11,24,36,.32);cursor:help;appearance:none;-webkit-appearance:none;transition:color .12s ease,background .12s ease,transform .12s ease}.perf-help:focus-visible,.perf-help:hover{background:rgba(11,24,36,.045);color:rgba(11,24,36,.62);outline:none}.perf-help svg{width:11px;height:11px;display:block;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.perf-help:after{content:attr(aria-label);bottom:calc(100% + 9px);z-index:3;width:min(288px,70vw);padding:10px 12px;border:1px solid rgba(11,24,36,.11);border-radius:5px;color:rgba(11,24,36,.76);font-family:var(--sans);font-size:12px;font-weight:400;line-height:1.42;letter-spacing:0;text-transform:none;text-align:left;transform:translate(-50%,4px);box-shadow:0 12px 28px rgba(11,24,36,.12),inset 0 1px 0 rgba(255,255,255,.8)}.perf-help:after,.perf-help:before{position:absolute;left:50%;background:#FFFCF6;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.perf-help:before{content:"";bottom:calc(100% + 5px);z-index:4;width:8px;height:8px;border-right:1px solid rgba(11,24,36,.13);border-bottom:1px solid rgba(11,24,36,.13);transform:translate(-50%,4px) rotate(45deg)}.perf-help:focus-visible:after,.perf-help:hover:after{opacity:1;transform:translate(-50%)}.perf-help:focus-visible:before,.perf-help:hover:before{opacity:1;transform:translate(-50%) rotate(45deg)}.perf-pipeline-step dd{margin:2px 0 0;font-size:12px;overflow-wrap:anywhere}.perf-pipeline-progress{display:grid;gap:8px;padding:10px 12px;border:1px solid rgba(11,24,36,.1);background:rgba(255,252,246,.72)}.perf-pipeline-progress[data-active=true]{border-color:rgba(47,94,79,.28);background:rgba(47,94,79,.06)}.perf-pipeline-progress strong{display:block;font-size:12px}.perf-pipeline-progress span{display:block;margin-top:2px;color:rgba(11,24,36,.64);font-size:12px}.perf-pipeline-progress-meter{height:5px;overflow:hidden;border:1px solid rgba(11,24,36,.08);background:rgba(11,24,36,.08)}.perf-pipeline-progress-meter span{display:block;height:100%;margin:0;background:#2F5E4F;transition:width .18s ease}.perf-pipeline-step-backfill{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(168px,auto) minmax(116px,auto);gap:8px;align-items:end;padding:10px;border:1px solid rgba(11,24,36,.08);background:rgba(11,24,36,.025)}.perf-pipeline-step-backfill label{min-width:0}.perf-pipeline-step-backfill span{display:block;margin-bottom:4px;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54)}.perf-pipeline-step-backfill input{width:100%;min-height:34px;border:1px solid rgba(11,24,36,.14);background:#FFFCF6;color:var(--ink);font:inherit;font-size:12px;padding:5px 6px}.perf-pipeline-step-backfill p{grid-column:1/-1;margin:0;color:rgba(11,24,36,.62);font-size:12px}.perf-pipeline-step-backfill[data-supported=false]{grid-template-columns:minmax(0,1fr)}.perf-pipeline-step-backfill[data-supported=false] button,.perf-pipeline-step-backfill[data-supported=false] label{display:none}.perf-pipeline-step-action-status{display:grid;gap:7px;padding:8px 10px;border:1px solid rgba(11,24,36,.1);background:rgba(44,124,143,.06);color:rgba(11,24,36,.72);font-size:12px}.perf-pipeline-step-action-status[data-state=running]{border-color:rgba(156,104,34,.22);background:rgba(188,135,48,.08);color:var(--gold)}.perf-pipeline-step-action-status[data-state=done]{border-color:rgba(42,123,80,.22);background:rgba(42,123,80,.07);color:#256B48}.perf-pipeline-step-action-status[data-state=error]{border-color:rgba(168,54,31,.22);background:rgba(168,54,31,.07);color:var(--danger)}.perf-pipeline-step-action-status span{display:block;font-weight:700}.perf-pipeline-step-action-status summary{display:inline-flex;width:fit-content;color:inherit;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.perf-pipeline-step-action-status pre{max-height:180px;overflow:auto;margin:0;padding:8px;border:1px solid rgba(11,24,36,.12);background:rgba(255,252,246,.78);color:var(--ink);white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.45}.perf-pipeline-run-table{display:grid;border:1px solid rgba(11,24,36,.08);background:rgba(11,24,36,.05);gap:1px}.perf-pipeline-run-row{display:grid;grid-template-columns:minmax(112px,.85fr) minmax(132px,.9fr) minmax(168px,1.35fr) minmax(112px,.7fr) minmax(96px,.7fr);gap:10px;align-items:center;padding:9px 10px;background:#FFFCF6;font-size:12px}.perf-pipeline-run-head{background:rgba(247,243,234,.82)}.perf-pipeline-run-head span{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54)}.perf-pipeline-run-row em,.perf-pipeline-run-row strong{display:block}.perf-pipeline-run-row strong{font-size:12px}.perf-pipeline-run-row em{margin-top:2px;color:rgba(11,24,36,.54);font-style:normal;font-size:11px}.perf-pipeline-run-row span[data-status=completed]{color:#256B48}.perf-pipeline-run-row span[data-status=failed],.perf-pipeline-run-row span[data-status=partially_completed]{color:var(--danger)}.perf-pipeline-run-empty{padding:11px 10px;background:#FFFCF6;color:rgba(11,24,36,.62);font-size:12px}.perf-pipeline-log{display:grid;gap:6px}.perf-pipeline-log strong{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.58)}.perf-pipeline-log pre{max-height:180px;overflow:auto;margin:0;padding:10px;border:1px solid rgba(11,24,36,.12);background:rgba(11,24,36,.04);color:rgba(11,24,36,.74);font-family:var(--mono);font-size:10.5px;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.perf-empty{padding:18px;border:1px solid rgba(11,24,36,.11);background:#FFFCF6;color:rgba(11,24,36,.62)}.perf-google-empty-setup{display:flex;align-items:center;gap:10px;justify-content:space-between}.perf-google-empty-setup div{display:grid;gap:5px}.perf-google-empty-setup strong{color:var(--ink)}.perf-google-empty-setup span{line-height:1.4}.perf-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:14px 0 0}.perf-pagination a{min-width:94px;padding:8px 12px;border:1px solid rgba(11,24,36,.14);color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-align:center;text-decoration:none;text-transform:uppercase}.perf-pagination a[aria-disabled=true]{pointer-events:none;color:rgba(11,24,36,.34);background:rgba(11,24,36,.04)}.perf-pagination span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.52)}.perf-segment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.perf-segment-panel{min-width:0;border:1px solid rgba(11,24,36,.12);background:#FFFCF6}.perf-segment-panel[data-available=false]{background:rgba(255,252,246,.66)}.perf-segment-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:16px;border-bottom:1px solid rgba(11,24,36,.08)}.perf-segment-head h3{margin:0 0 4px;font-size:16px}.perf-segment-head p{margin:0;color:rgba(11,24,36,.58);font-size:12px}.perf-segment-table{width:100%;border-collapse:collapse}.perf-seo-table{min-width:620px}.perf-segment-table td,.perf-segment-table th{padding:10px 12px;border-bottom:1px solid rgba(11,24,36,.08);text-align:left;font-size:13px}.perf-segment-table th{font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.54)}.perf-segment-table tr:last-child td{border-bottom:0}.perf-seo-table td:first-child strong{display:block;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.perf-seo-table td:first-child span{color:rgba(11,24,36,.52);display:block;font-family:var(--mono);font-size:10px;letter-spacing:.04em;margin-top:3px;text-transform:uppercase}.perf-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.perf-mini-row{border:1px solid rgba(11,24,36,.1);padding:12px;background:rgba(247,243,234,.54)}.perf-mini-row em,.perf-mini-row span,.perf-mini-row strong{display:block}.perf-mini-row strong{font-size:13px}.perf-mini-row em,.perf-mini-row span{margin-top:4px;color:rgba(11,24,36,.58);font-size:12px;font-style:normal}.perf-footer{max-width:1440px;margin:28px auto 0;font-size:10.5px;letter-spacing:.08em;color:rgba(11,24,36,.52)}.bh-compare-tag,.perf-footer{font-family:var(--mono);text-transform:uppercase}.bh-compare-tag{font-size:11px;letter-spacing:.14em;color:rgba(11,24,36,.6);margin-bottom:18px}.bh-compare-tag-new{color:var(--brass-deep)}.bh-compare-old{background:#E6DCC6;border:1px solid rgba(11,24,36,.1);color:rgba(11,24,36,.6)}.bh-compare-old ul li{text-decoration:line-through;text-decoration-color:rgba(168,54,31,.4)}.bh-compare-new{background:var(--ink);color:var(--paper)}.bh-compare-card ul{list-style:none;padding:0;margin:0}.bh-compare-card li{padding:14px 0;border-bottom:1px solid rgba(11,24,36,.1);font-size:15px;display:flex;gap:12px;align-items:baseline}.bh-compare-new li{border-bottom:1px solid rgba(244,239,230,.1);text-decoration:none}.bh-compare-card li span{width:22px;display:inline-block;font-weight:700}.bh-compare-old li span{color:#A8361F}.bh-compare-new li span{color:var(--brass)}.bh-reviewer-grid{display:grid;gap:1px;grid-template-columns:repeat(4,minmax(0,1fr));background:rgba(11,24,36,.12);border:1px solid rgba(11,24,36,.12)}.bh-reviewer-card{min-height:210px;padding:30px;background:#FBF7EF}.bh-reviewer-card p{margin-top:18px;color:rgba(11,24,36,.76);font-size:17px;line-height:1.55}.bh-compliance-panel{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:32px;padding:34px;background:#FBF7EF;border:1px solid rgba(11,24,36,.12);border-radius:var(--bh-radius-lg)}.bh-compliance-facts{display:grid;border:1px solid rgba(11,24,36,.12)}.bh-compliance-facts div{display:grid;gap:6px;padding:17px 18px;border-bottom:1px solid rgba(11,24,36,.1)}.bh-compliance-facts div:last-child{border-bottom:0}.bh-compliance-facts span{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.bh-compliance-facts strong{color:var(--ink);font-size:16px;font-weight:600;line-height:1.35}.bh-compliance-copy{align-self:center}.bh-compliance-copy h3{color:var(--ink);font-family:var(--serif);font-size:34px;font-weight:400;margin-bottom:14px}.bh-compliance-copy p{color:rgba(11,24,36,.72);font-size:18px;line-height:1.6;margin-bottom:24px}.bh-compliance-links{display:flex;flex-wrap:wrap;gap:12px}.bh-policy{background:var(--paper);color:var(--ink);min-height:calc(100vh - 64px);padding:84px 40px 110px}.bh-policy-callout,.bh-policy-grid,.bh-policy-hero{max-width:1120px;margin:0 auto}.bh-policy-hero{margin-bottom:46px}.bh-policy-hero h1{color:var(--ink);font-family:var(--serif);font-size:clamp(48px,7vw,86px);font-weight:400;letter-spacing:0;line-height:1;margin:22px 0 24px}.bh-policy-hero p{color:rgba(11,24,36,.74);font-size:20px;line-height:1.58;max-width:760px}.bh-policy-updated{color:rgba(11,24,36,.48)!important;font-family:var(--mono);font-size:12px!important;letter-spacing:.08em;margin-top:20px;text-transform:uppercase}.bh-policy-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.bh-policy-grid{display:grid;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));background:rgba(11,24,36,.12);border:1px solid rgba(11,24,36,.12)}.bh-policy-grid article{min-height:260px;padding:32px;background:#FBF7EF}.bh-policy-callout h2,.bh-policy-grid h2{color:var(--ink);font-family:var(--serif);font-size:32px;font-weight:400;letter-spacing:0;line-height:1.08;margin-bottom:16px}.bh-policy-callout p,.bh-policy-grid li,.bh-policy-grid p{color:rgba(11,24,36,.74);font-size:17px;line-height:1.58}.bh-policy-grid ul{display:grid;gap:12px;margin:0;padding-left:18px}.bh-policy-callout a,.bh-policy-grid a{color:var(--brass-deep);font-weight:600;text-decoration:underline;text-underline-offset:3px}.bh-policy-callout{display:flex;gap:24px;align-items:flex-start;margin-top:34px;padding:30px;background:var(--paper-2);border:1px solid rgba(11,24,36,.12);border-radius:var(--bh-radius-lg)}.bh-policy-facts{display:grid;gap:14px;margin:0}.bh-policy-facts div{display:grid;gap:4px}.bh-policy-facts dt{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase}.bh-policy-facts dd{color:var(--ink);font-size:17px;font-weight:600;margin:0}.bh-team{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.bh-team-avatar{width:100%;aspect-ratio:1;background-color:var(--paper-2);background-image:repeating-linear-gradient(135deg,rgba(11,24,36,.06) 0 6px,transparent 6px 12px);display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid rgba(11,24,36,.12)}.bh-team-avatar span{font-style:italic;font-size:68px}.bh-team-avatar span,.bh-team-name{font-family:var(--serif);color:var(--ink)}.bh-team-name{font-size:24px}.bh-team-role{font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--brass-deep);margin:4px 0 10px}.bh-team-bio{font-size:14px;line-height:1.5;color:rgba(11,24,36,.65)}.bh-section-cta{padding:140px 40px}.bh-footer{background:var(--ink);color:rgba(244,239,230,.55);padding:40px;border-top:1px solid rgba(244,239,230,.08)}.bh-footer-inner{max-width:1320px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.bh-footer-meta{display:flex;gap:28px;font-family:var(--mono);font-size:12px;letter-spacing:.08em}.bh-footer-meta a{color:rgba(244,239,230,.72)}.bh-footer-meta a:hover{color:var(--paper)}.bh-dash{padding:48px 40px 80px;background:var(--paper);min-height:100vh}.bh-dash-inner{max-width:1320px;margin:0 auto}.bh-dash-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;gap:40px;flex-wrap:wrap}.bh-dash-title{font-family:var(--serif);font-size:56px;line-height:1.15;margin:12px 0 40px;font-weight:400;color:var(--ink);padding-bottom:12px;max-width:520px}.bh-dash-title em{color:var(--brass-deep);font-style:italic}.bh-dash-sub{color:rgba(11,24,36,.7);max-width:540px;font-size:16px;line-height:1.5;margin-top:8px}.bh-dash-stats{display:flex;gap:28px}.bh-inline-alert{margin:0 0 20px;padding:14px 16px;border:1px solid rgba(176,119,20,.28);background:rgba(176,119,20,.08);color:rgba(11,24,36,.78);font-size:14px;line-height:1.45}.bh-stat{padding:14px 22px;border-left:1px solid rgba(11,24,36,.15)}.bh-stat.brass{border-left-color:var(--brass)}.bh-stat-v{font-family:var(--serif);font-size:32px;color:var(--ink)}.bh-stat.brass .bh-stat-v{color:var(--brass-deep)}.bh-stat-l{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.55);margin-top:2px}.bh-brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bh-brand-card{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);padding:28px;cursor:pointer;transition:all .2s;border-radius:4px}.bh-brand-card:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 10px 30px rgba(11,24,36,.08)}.bh-brand-card-head{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;margin-bottom:24px}.bh-brand-crest{width:48px;height:48px;border-radius:50%;background:var(--ink);color:var(--paper);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-style:italic;font-size:26px;border:2px solid var(--brass)}.bh-brand-crest.lg{width:72px;height:72px;font-size:38px}.bh-brand-name{font-family:var(--serif);font-size:22px;font-style:italic;color:var(--ink)}.bh-brand-tag{font-size:11px;letter-spacing:.06em;color:rgba(11,24,36,.55)}.bh-brand-tag,.bh-status-dot{font-family:var(--mono);text-transform:uppercase}.bh-status-dot{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.1em;color:rgba(11,24,36,.65);font-style:normal}.bh-status-dot span{width:8px;height:8px;border-radius:50%}.bh-status-dot em{font-style:normal}.bh-brand-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 0;border-top:1px solid rgba(11,24,36,.08);border-bottom:1px solid rgba(11,24,36,.08);margin-bottom:14px}.bh-brand-metric-v{font-family:var(--serif);font-size:24px;color:var(--ink)}.bh-brand-metric-l{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:rgba(11,24,36,.5);margin-top:2px}.bh-spark{width:100%;height:50px}.bh-brand-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-family:var(--mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:rgba(11,24,36,.55)}.bh-brand-add{background:transparent;border:1px dashed rgba(11,24,36,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;min-height:280px}.bh-brand-add-plus{font-family:var(--serif);font-size:56px;color:var(--brass);line-height:1}.bh-brand-add-t{font-family:var(--serif);font-style:italic;font-size:20px;color:var(--ink)}.bh-brand-add-d{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(11,24,36,.55)}.bh-modal-overlay{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgba(11,24,36,.38);backdrop-filter:blur(8px)}.bh-brand-modal{width:min(960px,100%);max-height:min(860px,calc(100vh - 48px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(11,24,36,.16);border-radius:8px;background:#FBF7EF;box-shadow:0 24px 80px rgba(11,24,36,.22)}.bh-brand-modal-footer,.bh-brand-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px;border-bottom:1px solid rgba(11,24,36,.1)}.bh-brand-modal-footer{align-items:center;border-top:1px solid rgba(11,24,36,.1);border-bottom:0}.bh-brand-modal-header h2{margin:6px 0;color:var(--ink);font-size:32px;line-height:1.1}.bh-brand-modal-header h2 em{color:var(--brass-deep)}.bh-brand-modal-header p{max-width:560px;margin:0;color:rgba(11,24,36,.66);line-height:1.45}.bh-modal-close{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(11,24,36,.14);border-radius:999px;background:transparent;color:var(--ink);cursor:pointer}.bh-brand-modal-body{overflow:auto;padding:26px 28px 30px}.bh-account-modal[data-mode=google]{width:min(760px,100%);max-height:min(680px,calc(100vh - 48px))}.bh-account-modal[data-mode=google] .bh-brand-modal-header{padding-bottom:16px}.bh-account-modal[data-mode=google] .bh-brand-modal-body{overflow:auto;padding-top:16px;padding-bottom:18px}.bh-account-modal[data-mode=google] .bh-brand-modal-header h2{font-size:28px}.bh-account-modal[data-mode=google] .bh-brand-modal-header h2 em{margin-right:.16em}.bh-form-section+.bh-form-section{margin-top:28px;padding-top:26px;border-top:1px solid rgba(11,24,36,.1)}.bh-form-grid{display:grid;gap:16px}.bh-form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-field{display:grid;gap:8px;margin-top:16px;color:rgba(11,24,36,.68);font-size:13px}.bh-form-grid .bh-field{margin-top:0}.bh-field span,.bh-form-section-head h3{color:var(--ink)}.bh-field span{font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.bh-field input,.bh-field select,.bh-service-card input{width:100%;min-height:42px;border:1px solid rgba(11,24,36,.14);border-radius:6px;background:rgba(255,255,255,.68);color:var(--ink);padding:10px 12px;font:inherit}.bh-field em{color:rgba(11,24,36,.52);font-size:12px;font-style:normal;line-height:1.35}.bh-form-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px}.bh-form-section-head h3{margin:0 0 4px;font-size:18px}.bh-form-section-head p{max-width:620px;margin:0;color:rgba(11,24,36,.64);line-height:1.45}.bh-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bh-service-card{display:grid;gap:12px;padding:16px;border:1px solid rgba(11,24,36,.12);border-radius:6px;background:rgba(255,255,255,.42)}.bh-service-card-top{display:flex;justify-content:space-between;gap:12px}.bh-service-card-top b,.bh-service-card-top strong{display:block;color:var(--ink);font-size:13px}.bh-service-card-top span{display:block;margin-top:4px;color:rgba(11,24,36,.6);font-size:12px;line-height:1.35}.bh-service-card-top b{white-space:nowrap;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--brass-deep)}.bh-segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid rgba(11,24,36,.12);border-radius:6px}.bh-segmented button{min-height:34px;border:0;border-right:1px solid rgba(11,24,36,.12);background:transparent;color:rgba(11,24,36,.68);font-size:12px;cursor:pointer}.bh-segmented button:last-child{border-right:0}.bh-segmented button.on{background:var(--ink);color:var(--paper)}.bh-google-wizard{display:grid;gap:14px}.bh-google-wizard .bh-form-section-head{align-items:center;margin-bottom:0}.bh-google-config-note{align-items:center;border:1px solid rgba(11,24,36,.1);border-radius:6px;background:rgba(255,255,255,.42);display:grid;gap:6px 12px;grid-template-columns:auto minmax(0,1fr) auto;padding:10px 12px}.bh-google-config-note b{color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-google-config-note span{color:rgba(11,24,36,.62);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.bh-google-config-note small{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;white-space:nowrap}.bh-google-config-note[data-ready=false]{border-color:rgba(178,123,35,.22);background:rgba(178,123,35,.07)}.bh-wizard-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.bh-wizard-steps span{border:1px solid rgba(11,24,36,.1);border-radius:999px;color:rgba(11,24,36,.54);font-family:var(--mono);font-size:10px;letter-spacing:.05em;padding:7px 9px;text-align:center;text-transform:uppercase}.bh-wizard-steps span[data-state=current]{border-color:rgba(178,123,35,.3);color:var(--brass-deep)}.bh-wizard-steps span[data-state=done]{background:rgba(47,107,62,.08);border-color:rgba(47,107,62,.22);color:var(--go)}.bh-google-wizard-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:12px}.bh-google-wizard-grid .bh-service-card{grid-row:span 2}.bh-fieldset{border:1px solid rgba(11,24,36,.1);border-radius:6px;background:rgba(255,255,255,.34);display:grid;gap:12px;padding:14px}.bh-fieldset .bh-field{margin-top:0}.bh-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.bh-check-grid label{align-items:center;border:1px solid rgba(11,24,36,.1);border-radius:5px;color:rgba(11,24,36,.68);display:flex;gap:8px;min-height:34px;padding:8px 10px}.bh-health-panel{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.bh-health-panel>div{border:1px solid rgba(11,24,36,.08);border-radius:6px;background:rgba(255,255,255,.3);padding:12px}.bh-health-panel b{color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-health-panel p{margin:6px 0 0;color:rgba(11,24,36,.62);font-size:12px;line-height:1.4}.bh-account-modal[data-mode=google] .bh-fieldset,.bh-account-modal[data-mode=google] .bh-google-config-note,.bh-account-modal[data-mode=google] .bh-health-panel>div,.bh-account-modal[data-mode=google] .bh-service-card{background:rgba(255,255,255,.52)}.bh-account-modal[data-mode=google] .bh-google-wizard-grid{grid-template-columns:1fr}.bh-account-modal[data-mode=google] .bh-fieldset{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-upload-zone{width:100%;min-height:76px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px dashed rgba(11,24,36,.28);border-radius:6px;background:transparent;color:var(--ink);cursor:pointer}.bh-file-list{display:grid;gap:8px;margin-top:12px}.bh-file-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid rgba(11,24,36,.1);border-radius:6px}.bh-file-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bh-file-row em{color:rgba(11,24,36,.55);font-style:normal;font-size:12px}.bh-file-row button{border:0;background:transparent;color:var(--brass-deep);cursor:pointer}.bh-form-error{margin-top:18px;padding:12px 14px;border:1px solid rgba(152,31,31,.22);border-radius:6px;background:rgba(152,31,31,.08);color:rgb(118,22,22)}.bh-seo{min-height:100vh;padding:48px 40px 80px;background:var(--paper)}.bh-seo-inner{max-width:1320px;margin:0 auto}.bh-seo-head{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;flex-wrap:wrap;margin-bottom:28px}.bh-seo-architecture{display:grid;grid-template-columns:minmax(260px,.8fr) 1.4fr;gap:24px;align-items:center;margin-bottom:24px;padding:22px 24px;border:1px solid rgba(11,24,36,.1);background:#FBF7EF;border-radius:6px}.bh-seo-architecture p{margin:8px 0 0;color:rgba(11,24,36,.68);line-height:1.45}.bh-seo-flow{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.bh-seo-flow span{min-width:130px;padding:10px 12px;border:1px solid rgba(11,24,36,.12);background:var(--paper);font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:rgba(11,24,36,.72)}.bh-seo-flow b{color:var(--brass-deep);font-weight:600}.bh-seo-flow small{flex-basis:100%;color:rgba(11,24,36,.6);font-size:13px;line-height:1.4;text-align:right}.bh-seo-clients{display:grid;gap:22px}.bh-seo-client{border:1px solid rgba(11,24,36,.11);background:#FBF7EF;border-radius:6px;padding:22px}.bh-seo-client-head{display:flex;justify-content:space-between;gap:28px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid rgba(11,24,36,.08)}.bh-seo-client-head h2{margin:8px 0 6px;font-family:var(--serif);font-size:44px;font-weight:400;color:var(--ink)}.bh-seo-client-head p{margin:0;max-width:620px;color:rgba(11,24,36,.68);line-height:1.5}.bh-seo-client-meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.bh-seo-client-meta span{border:1px solid rgba(11,24,36,.12);padding:7px 9px;font-family:var(--mono);font-size:10.5px;letter-spacing:.07em;text-transform:uppercase;color:rgba(11,24,36,.62)}.bh-connection-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0 22px}.bh-backup-host-panel{display:grid;gap:16px;margin:18px 0 22px;padding:18px;border:1px solid rgba(11,24,36,.1);border-left:4px solid rgba(11,24,36,.18);background:rgba(255,255,255,.52);border-radius:4px}.bh-backup-host-panel[data-state=selected]{border-left-color:var(--go)}.bh-backup-host-panel[data-state=missing]{border-left-color:var(--danger)}.bh-backup-host-panel .bh-seo-client-head{margin-bottom:0}.bh-backup-host-facts,.bh-backup-host-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bh-backup-host-facts{margin:0}.bh-backup-host-facts div{padding:12px;border:1px solid rgba(11,24,36,.08);background:rgba(244,239,230,.56);border-radius:4px}.bh-backup-host-facts dt{color:rgba(11,24,36,.48);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-backup-host-facts dd{margin:6px 0 0;overflow-wrap:anywhere;color:var(--ink);font-size:13px}.bh-backup-host-form{align-items:end}.bh-backup-host-form .bh-field{margin-top:0}.bh-backup-host-form .bh-btn{min-height:42px}.bh-google-setup-workflow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:start;margin:18px 0 22px;padding:16px;border:1px solid rgba(139,95,28,.24);border-left:4px solid var(--brass);background:rgba(255,255,255,.62);border-radius:4px}.bh-google-setup-workflow strong{display:block;margin-top:5px;color:var(--ink);font-size:17px}.bh-google-setup-workflow p{margin:7px 0 0;color:rgba(11,24,36,.66);font-size:13px;line-height:1.45}.bh-google-setup-workflow ol{display:grid;gap:8px;min-width:240px;margin:0;padding:0;list-style:none}.bh-google-setup-workflow li{position:relative;padding-left:24px;color:rgba(11,24,36,.54);font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1.3;text-transform:uppercase}.bh-google-setup-workflow li:before{content:"";position:absolute;left:0;top:1px;width:14px;height:14px;border:1px solid rgba(11,24,36,.24);border-radius:999px;background:rgba(255,255,255,.8)}.bh-google-setup-workflow li[data-state=done]{color:var(--go)}.bh-google-setup-workflow li[data-state=done]:before{border-color:var(--go);background:var(--go)}.bh-google-setup-workflow li[data-state=current]{color:var(--brass-deep)}.bh-google-setup-workflow li[data-state=current]:before{border-color:var(--brass-deep);box-shadow:inset 0 0 0 3px var(--paper);background:var(--brass)}.bh-google-setup-workflow li[data-state=failed]{color:var(--danger)}.bh-google-setup-workflow li[data-state=failed]:before{border-color:var(--danger);background:var(--danger)}.bh-google-setup-workflow li a{color:inherit;text-decoration:underline;text-underline-offset:3px}.bh-google-setup-workflow li a:hover{color:var(--ink)}.bh-google-progress{margin-left:8px;color:var(--brass-deep)}.bh-google-overwrite-toggle{grid-column:2;display:inline-flex;align-items:center;gap:7px;justify-self:end;color:rgba(11,24,36,.64);font-size:12px;line-height:1.2}.bh-google-overwrite-toggle input{width:14px;height:14px;accent-color:var(--brass)}.bh-google-workflow-actions{grid-column:2;display:flex;flex-wrap:wrap;gap:8px;justify-self:end}.bh-google-workflow-actions .bh-btn{min-width:0}.bh-connection-strip.compact{grid-template-columns:1fr;margin:12px 0 18px}.bh-connection-card{display:grid;grid-template-columns:1fr auto;gap:12px;padding:14px;border:1px solid rgba(11,24,36,.1);border-left:4px solid var(--caution);background:var(--paper);border-radius:4px}.bh-connection-card[data-health=healthy]{border-left-color:var(--go)}.bh-connection-card[data-health=limited]{border-left-color:var(--brass)}.bh-connection-card b,.bh-connection-card span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-connection-card span{color:rgba(11,24,36,.5)}.bh-connection-card em,.bh-connection-card strong{display:block}.bh-connection-card strong{margin-top:6px;font-family:var(--serif);font-size:22px;font-style:italic;font-weight:400;color:var(--ink);text-transform:capitalize}.bh-connection-card em{margin-top:3px;color:rgba(11,24,36,.65);font-style:normal;font-size:13px}.bh-connection-card b{color:var(--brass-deep)}.bh-connection-status-btn{align-self:start;border:1px solid rgba(139,95,28,.34);background:rgba(178,123,35,.1);color:var(--brass-deep);border-radius:4px;padding:7px 10px;cursor:pointer;font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;line-height:1;text-transform:uppercase}.bh-connection-status-btn:hover{border-color:var(--brass-deep);background:rgba(178,123,35,.16)}.bh-connection-status-btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.bh-connection-card p{grid-column:1/-1;margin:2px 0 0;color:rgba(11,24,36,.62);font-size:12.5px;line-height:1.45}.bh-seo-measurement{margin:16px 0 20px;padding-top:16px;border-top:1px solid rgba(11,24,36,.1)}.bh-seo-measurement-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;margin-bottom:12px}.bh-seo-measurement-head strong{display:block;margin-top:5px;font-family:var(--serif);font-size:24px;font-style:italic;font-weight:400;color:var(--ink)}.bh-seo-measurement-head p{margin-top:5px;font-size:13px}.bh-seo-measurement-head a{align-self:start;border:1px solid rgba(139,95,28,.34);border-radius:4px;color:var(--brass-deep);font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;padding:8px 10px;text-transform:uppercase}.bh-seo-measurement-head a:hover{border-color:var(--brass-deep);background:rgba(178,123,35,.1)}.bh-seo-measurement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid rgba(11,24,36,.09);background:rgba(11,24,36,.08)}.bh-seo-measurement-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px;min-height:92px;padding:13px 14px;background:rgba(255,252,246,.82);border-left:3px solid var(--caution)}.bh-seo-measurement-row[data-state=ready]{border-left-color:var(--go)}.bh-seo-measurement-row[data-state=blocked]{border-left-color:var(--danger)}.bh-seo-measurement-row b,.bh-seo-measurement-row span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.bh-seo-measurement-row span{color:rgba(11,24,36,.58)}.bh-seo-measurement-row b{color:var(--brass-deep);text-align:right}.bh-seo-measurement-row[data-state=ready] b{color:var(--go)}.bh-seo-measurement-row[data-state=blocked] b{color:var(--danger)}.bh-seo-measurement-row em{grid-column:1/-1;color:rgba(11,24,36,.64);font-size:12.5px;font-style:normal;line-height:1.38}.bh-seo-brand-list{display:grid;gap:16px}.bh-seo-brand{border:1px solid rgba(11,24,36,.1);background:rgba(244,239,230,.58);border-radius:6px;padding:22px}.bh-seo-brand-head{display:grid;grid-template-columns:48px 1fr;gap:16px;align-items:center}.bh-seo-brand h3{margin:4px 0;font-family:var(--serif);font-style:italic;font-weight:400;font-size:30px;color:var(--ink)}.bh-seo-brand h3 a{color:inherit;text-decoration:none}.bh-seo-brand h3 a:hover{color:var(--brass-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}.bh-seo-brand p{margin:0;color:rgba(11,24,36,.64);line-height:1.45}.bh-location-table{border:1px solid rgba(11,24,36,.1);background:rgba(11,24,36,.08);display:grid;gap:1px}.bh-location-row{display:grid;grid-template-columns:minmax(230px,1.2fr) 150px 150px minmax(220px,1fr);gap:14px;align-items:center;padding:14px 16px;background:#FFFCF6}.bh-location-row.head{background:var(--ink);color:var(--paper);font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase}.bh-location-row a,.bh-location-row em,.bh-location-row strong{display:block}.bh-location-row strong{color:var(--ink);font-size:15px}.bh-location-row em{margin-top:3px;color:rgba(11,24,36,.58);font-style:normal;font-size:12.5px;line-height:1.35}.bh-location-row a{width:fit-content;margin-top:5px;color:var(--brass-deep);font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.bh-location-row>span{color:rgba(11,24,36,.68);font-size:13px}.bh-gbp-state{border-left:3px solid var(--brass);padding-left:10px}.bh-gbp-state[data-status=healthy]{border-left-color:var(--go)}.bh-gbp-state[data-status=needs_setup]{border-left-color:var(--caution)}.bh-gbp-state b,.bh-gbp-state small{display:block}.bh-gbp-state b{font-family:var(--mono);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.bh-gbp-state small{margin-top:4px;color:rgba(11,24,36,.58);font-size:12px;line-height:1.35}.bh-brand-dash{background:var(--paper);min-height:100vh;padding:40px 40px 80px}.bh-brand-dash-top{max-width:1320px;margin:0 auto 32px;display:flex;justify-content:space-between;align-items:flex-start;gap:32px}.bh-brand-dash-title{display:flex;gap:24px;align-items:center}.bh-brand-dash-title h1{font-family:var(--serif);font-size:52px;font-weight:400;margin:8px 0 6px;color:var(--ink);line-height:1}.bh-brand-dash-title h1 em{color:var(--brass-deep);font-style:italic}.bh-brand-dash-meta{font-family:var(--mono);font-size:11.5px;letter-spacing:.06em;color:rgba(11,24,36,.6);display:flex;gap:10px;flex-wrap:wrap}.bh-brand-dash-meta b{color:var(--ink);font-weight:600}.bh-brand-dash-actions{display:flex;gap:10px}.bh-brand-dash-body{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:260px 1fr;gap:24px}.bh-agent-rail{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:16px 6px;position:sticky;top:92px;align-self:flex-start}.bh-agent-pill{display:grid;grid-template-columns:28px 1fr 10px;gap:10px;align-items:center;padding:10px 14px;border-radius:4px;cursor:pointer;transition:all .15s;border:none;background:transparent;width:100%;text-align:left;font-family:inherit;color:inherit}.bh-agent-pill:hover{background:rgba(11,24,36,.04)}.bh-agent-pill.on{background:var(--ink);color:var(--paper)}.bh-agent-pill-g{font-family:var(--serif);font-size:22px}.bh-agent-pill-g,.bh-agent-pill.on .bh-agent-pill-g{color:var(--brass)}.bh-agent-pill-n{font-family:var(--serif);font-style:italic;font-size:17px}.bh-agent-pill-s{font-family:var(--mono);font-size:10px;letter-spacing:.04em;color:rgba(11,24,36,.55);margin-top:2px;text-transform:uppercase}.bh-agent-pill.on .bh-agent-pill-s{color:rgba(244,239,230,.6)}.bh-agent-pill-dot{width:8px;height:8px;border-radius:50%}.bh-agent-pill-dot.on{background:var(--go)}.bh-agent-pill-dot.wait{background:var(--caution)}.bh-rail-divider{height:1px;background:rgba(11,24,36,.1);margin:18px 14px}.bh-rail-btn{display:block;width:calc(100% - 16px);margin:4px 8px;background:transparent;border:1px solid rgba(11,24,36,.1);padding:10px 12px;text-align:left;font-family:var(--sans);font-size:13px;color:var(--ink);cursor:pointer;border-radius:3px;text-decoration:none}.bh-rail-btn:hover{background:var(--paper);border-color:var(--ink)}.bh-brand-main{display:flex;flex-direction:column;gap:20px;min-width:0}.bh-tabs{display:flex;gap:2px;border-bottom:1px solid rgba(11,24,36,.12);padding-bottom:0;align-items:center}.bh-tab{background:transparent;padding:10px 16px;font-family:var(--sans);font-size:14px;font-weight:500;color:rgba(11,24,36,.55);cursor:pointer;border:none;border-bottom:2px solid transparent;margin-bottom:-1px}.bh-tab.on{color:var(--ink);border-bottom-color:var(--brass)}.bh-kpis{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(11,24,36,.1);border:1px solid rgba(11,24,36,.1)}.bh-kpi{background:#FBF7EF;padding:18px 16px}.bh-kpi-l{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:rgba(11,24,36,.55)}.bh-kpi-v{font-family:var(--serif);font-size:32px;color:var(--ink);margin-top:8px;line-height:1}.bh-kpi-d{font-family:var(--mono);font-size:11px;letter-spacing:.04em;margin-top:6px}.bh-kpi-d.up{color:var(--go)}.bh-kpi-d.down{color:var(--danger)}.bh-kpi-d.neutral{color:rgba(11,24,36,.5)}.bh-kpi-d em{color:rgba(11,24,36,.45);font-style:normal}.bh-empty{border-top:1px solid rgba(11,24,36,.08);padding:18px 10px;color:rgba(11,24,36,.68)}.bh-empty-grid{grid-column:1/-1;background:#FBF7EF;border-top:0;padding:22px 18px}.bh-empty-chart{min-height:220px;display:flex;flex-direction:column;justify-content:center;border:1px dashed rgba(11,24,36,.14);border-radius:4px;padding:24px;background:rgba(255,255,255,.28)}.bh-empty-title{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--ink);margin-bottom:6px}.bh-empty-copy{font-size:13.5px;line-height:1.5;max-width:520px}.bh-news{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:24px}.bh-news-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.bh-link{font-family:var(--mono);font-size:11px;letter-spacing:.08em;color:var(--brass-deep);text-transform:uppercase;cursor:pointer}.bh-link-button{background:transparent;border:0;padding:0}.bh-news-list{display:flex;flex-direction:column;gap:2px}.bh-news-item{display:grid;grid-template-columns:110px 1fr 60px;gap:16px;padding:14px 10px;border-top:1px solid rgba(11,24,36,.08);align-items:start}.bh-news-chip{font-family:var(--mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:4px 8px;text-align:center;border-radius:3px;align-self:start;font-weight:600}.bh-news-chip.tone-go{background:rgba(47,107,62,.1);color:var(--go)}.bh-news-chip.tone-brass{background:rgba(181,133,59,.15);color:var(--brass-deep)}.bh-news-chip.tone-sea{background:rgba(44,124,143,.12);color:var(--sea-deep)}.bh-news-chip.tone-ink{background:rgba(11,24,36,.08);color:var(--ink)}.bh-news-t{font-family:var(--serif);font-style:italic;font-size:20px;color:var(--ink);line-height:1.15;margin-bottom:4px}.bh-news-d{font-size:13.5px;line-height:1.5;color:rgba(11,24,36,.7)}.bh-news-time{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:rgba(11,24,36,.5);text-align:right}.bh-split{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.bh-agent-detail,.bh-chart-panel{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:24px}.bh-bigchart{width:100%;height:220px;display:block}.bh-chart-legend{display:flex;gap:18px;margin-top:14px;font-family:var(--mono);font-size:11px;letter-spacing:.06em;color:rgba(11,24,36,.65)}.bh-chart-legend i{display:inline-block;width:10px;height:3px;margin-right:6px;vertical-align:middle}.bh-agent-detail-head{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.bh-agent-glyph{font-family:var(--serif);font-size:46px;color:var(--brass);line-height:.9}.bh-agent-detail-n{font-family:var(--serif);font-style:italic;font-size:26px;color:var(--ink);margin-top:4px}.bh-agent-detail-s{font-family:var(--mono);font-size:11px;color:rgba(11,24,36,.6);letter-spacing:.06em;text-transform:uppercase;margin-top:2px}.bh-agent-detail-rows{border-top:1px solid rgba(11,24,36,.08)}.bh-agent-detail-row{display:grid;grid-template-columns:1fr 1.4fr;gap:12px;padding:10px 0;border-bottom:1px solid rgba(11,24,36,.06);align-items:baseline}.bh-agent-detail-l{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:rgba(11,24,36,.6);text-transform:uppercase}.bh-agent-detail-v{font-family:var(--serif);font-style:italic;font-size:15px;color:var(--ink)}.bh-agent-detail-note{margin:16px 0;font-size:13.5px;line-height:1.55;color:rgba(11,24,36,.7);padding:12px;background:rgba(181,133,59,.1);border-left:2px solid var(--brass);border-radius:2px}.bh-channels{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:24px}.bh-channel-bars{display:flex;flex-direction:column;gap:8px}.bh-chbar-row{display:grid;grid-template-columns:140px 1fr 140px;gap:14px;align-items:center}.bh-chbar-n{font-size:14px;color:var(--ink)}.bh-chbar-track{height:22px;background:rgba(11,24,36,.05);position:relative;border-radius:2px;overflow:hidden}.bh-chbar-plan{position:absolute;inset:0;background:rgba(11,24,36,.08)}.bh-chbar-exec{position:absolute;top:0;left:0;bottom:0;transition:width .5s}.bh-chbar-v{font-family:var(--mono);font-size:12px;color:var(--ink);text-align:right;letter-spacing:.04em}.bh-chbar-v em{color:rgba(11,24,36,.5);font-style:normal}.bh-hypotheses{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:24px;display:flex;flex-direction:column;gap:20px}.bh-hypothesis-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.bh-hypothesis-card{display:grid;grid-template-columns:28px 1fr;gap:10px;text-align:left;border:1px solid rgba(11,24,36,.1);background:rgba(255,255,255,.28);border-radius:5px;padding:14px;cursor:pointer;color:var(--ink)}.bh-hypothesis-card.on{background:var(--ink);color:var(--paper);border-color:var(--ink)}.bh-hypothesis-g{font-family:var(--serif);font-size:24px;color:var(--brass);line-height:1}.bh-hypothesis-n{font-family:var(--serif);font-style:italic;font-size:18px;line-height:1.1}.bh-hypothesis-d,.bh-hypothesis-s{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:rgba(11,24,36,.55);margin-top:5px}.bh-hypothesis-card.on .bh-hypothesis-d,.bh-hypothesis-card.on .bh-hypothesis-s{color:rgba(244,239,230,.62)}.bh-wf{background:var(--paper);min-height:100vh;padding:48px 40px 80px}.bh-wf-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:36px;gap:32px;flex-wrap:wrap}.bh-stepper,.bh-wf-head-actions{display:flex;gap:10px}.bh-stepper{align-items:center;margin-bottom:32px}.bh-step{flex:1;background:#FBF7EF;border:1px solid rgba(11,24,36,.12);border-radius:6px;padding:18px;cursor:pointer;transition:all .2s}.bh-step.on{background:var(--ink);color:var(--paper);border-color:var(--ink)}.bh-step.tone-go{border-left:4px solid var(--go)}.bh-step.tone-brass{border-left:4px solid var(--brass)}.bh-step.tone-sea{border-left:4px solid var(--sea)}.bh-step-top{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.bh-step-g{font-family:var(--serif);font-size:28px;color:var(--brass)}.bh-step-num{font-family:var(--mono);font-size:11px;letter-spacing:.1em;color:rgba(11,24,36,.4)}.bh-step.on .bh-step-num{color:rgba(244,239,230,.5)}.bh-step-n{font-family:var(--serif);font-style:italic;font-size:22px;margin-bottom:4px}.bh-step-s{font-family:var(--mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:rgba(11,24,36,.55)}.bh-step.on .bh-step-s{color:rgba(244,239,230,.65)}.bh-step-doc{font-size:12.5px;margin-top:10px;color:rgba(11,24,36,.6);font-style:italic}.bh-step.on .bh-step-doc{color:rgba(244,239,230,.75)}.bh-step-arr{color:var(--brass);font-size:20px}.bh-wf-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}.bh-wf-col{background:#FBF7EF;border:1px solid rgba(11,24,36,.12);border-radius:6px;padding:20px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:all .2s}.bh-wf-col.on{border-color:var(--ink);box-shadow:0 6px 20px rgba(11,24,36,.1)}.bh-wf-col-head{display:flex;gap:12px;align-items:center;padding-bottom:12px;border-bottom:1px solid rgba(11,24,36,.08);margin-bottom:4px}.bh-wf-col-g{font-family:var(--serif);font-size:32px;color:var(--brass)}.bh-wf-col-n{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--ink)}.bh-wf-col-s{font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;color:rgba(11,24,36,.6);text-transform:uppercase}.bh-wf-tasks{display:flex;flex-direction:column;gap:8px;margin-bottom:8px}.bh-wf-task{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center;font-size:13.5px}.bh-wf-task-box{width:16px;height:16px;border:1px solid rgba(11,24,36,.3);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--go);font-weight:700;border-radius:2px}.bh-wf-task.done .bh-wf-task-box{background:var(--go);color:var(--paper);border-color:var(--go)}.bh-wf-task-bar{grid-column:2;height:3px;background:rgba(11,24,36,.08);margin-top:2px;border-radius:2px}.bh-wf-task-bar i{display:block;height:100%;background:var(--brass);border-radius:2px}.bh-wf-subs{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}.bh-wf-sub{font-size:12.5px;color:rgba(11,24,36,.65);font-family:var(--mono);letter-spacing:.02em}.bh-wf-out{font-size:13px;font-style:italic;color:var(--ink);background:rgba(181,133,59,.1);padding:10px;border-radius:3px}.bh-doc-flow{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;padding:24px}.bh-doc-chain{overflow-x:auto;padding-top:8px}.bh-doc-chain,.bh-doc-hop{display:flex;align-items:center;gap:8px}.bh-doc-card{background:var(--paper);border:1px solid rgba(11,24,36,.12);border-radius:4px;padding:14px 16px;min-width:170px}.bh-doc-card-n{font-family:var(--serif);font-style:italic;font-size:16px;color:var(--ink);margin-bottom:4px}.bh-doc-card-who{font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:rgba(11,24,36,.55);text-transform:uppercase}.bh-doc-card-s{font-family:var(--mono);font-size:11px;color:var(--go);margin-top:6px;letter-spacing:.04em}.bh-doc-arr{color:var(--brass);font-size:18px}.bh-wf-agent-workspace{margin-top:32px;scroll-margin-top:96px}.bh-agent-workspace{font-family:var(--sans);color:var(--ink)}.bh-agent-workspace-body{margin-top:16px;display:flex;flex-direction:column;gap:12px}.bh-agent-workspace .agent-card{background:#FBF7EF;border:1px solid rgba(11,24,36,.1);border-radius:6px;box-shadow:none;overflow:hidden;transition:border-color .15s,box-shadow .2s}.bh-agent-workspace .agent-card:hover{box-shadow:0 10px 30px rgba(11,24,36,.08)}.bh-agent-workspace .agent-card-header{padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.bh-agent-workspace .agent-card-header:hover{background:rgba(11,24,36,.02)}.bh-agent-workspace .bh-ac-head{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.bh-agent-workspace .bh-ac-glyph{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:26px;background:var(--paper-2);border:1px solid rgba(11,24,36,.08);border-radius:4px;flex-shrink:0}.bh-agent-workspace .bh-ac-text{flex:1;min-width:0}.bh-agent-workspace .bh-ac-name-row{display:flex;align-items:center;gap:10px}.bh-agent-workspace .bh-ac-name{font-family:var(--serif);font-style:italic;font-size:22px;color:var(--ink)}.bh-agent-workspace .bh-ac-preview{font-family:var(--sans);font-size:12.5px;color:rgba(11,24,36,.55);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.bh-agent-workspace .bh-ac-meta{display:flex;align-items:center;gap:10px;flex-shrink:0}.bh-agent-workspace .bh-ac-chev{color:rgba(11,24,36,.45);transition:transform .2s;flex-shrink:0}.bh-agent-workspace .bh-agent-refresh-btn{border:1px solid rgba(181,133,59,.28);background:rgba(181,133,59,.08);color:var(--brass-deep);border-radius:999px;padding:7px 10px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.bh-agent-workspace .bh-agent-refresh-btn:hover{border-color:var(--ink);color:var(--ink);background:rgba(11,24,36,.04)}.bh-agent-workspace .agent-card-body{border-top:1px solid rgba(11,24,36,.08)}.bh-agent-workspace .chat-window{height:520px}.strategy-agent-workspace .chat-window{height:430px}.strategy-agent-workspace .agent-card{border-color:rgba(181,133,59,.26)!important}.strategy-agent-workspace .agent-card-header{background:rgba(255,255,255,.26)}.strategy-agent-workspace .chat-toolbar{background:rgba(251,247,239,.84)}.bh-agent-workspace .forum-monitor-chat-window{height:auto;min-height:520px}.bh-agent-workspace .chat-toolbar{min-height:58px;border-bottom:1px solid rgba(11,24,36,.08);padding:12px 20px;display:flex;justify-content:space-between;gap:14px;align-items:center;background:#FBF7EF}.bh-agent-workspace .chat-toolbar b{display:block;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--brass-deep)}.bh-agent-workspace .chat-toolbar span{display:block;margin-top:3px;font-size:12px;color:rgba(11,24,36,.58)}.bh-agent-workspace .chat-toolbar button{border:0;background:var(--ink);color:var(--paper);border-radius:999px;padding:9px 13px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;flex-shrink:0}.bh-agent-workspace .chat-toolbar button:disabled{opacity:.5;cursor:wait}.bh-agent-workspace .chat-messages{padding:20px 24px}.bh-agent-workspace .forum-monitor-chat-window .chat-messages{overflow:visible;padding-bottom:112px}.bh-agent-workspace .chat-empty-state{align-items:center;border:1px dashed rgba(11,24,36,.13);border-radius:6px;color:rgba(11,24,36,.58);display:flex;flex-direction:column;gap:5px;justify-content:center;margin:40px auto;max-width:520px;min-height:132px;padding:24px;text-align:center}.bh-agent-workspace .chat-empty-state strong{color:var(--ink);font-family:var(--serif);font-size:21px;font-style:italic;font-weight:400}.bh-agent-workspace .chat-empty-state span{color:rgba(11,24,36,.58);font-size:13px;line-height:1.45}.bh-agent-workspace .chat-message.user .chat-message-bubble{background:var(--ink);color:var(--paper);border-bottom-right-radius:4px}.bh-agent-workspace .chat-message.assistant .chat-message-bubble{background:rgba(11,24,36,.05);color:var(--ink);border-bottom-left-radius:4px}.bh-agent-workspace .forum-monitor-config{border:1px solid rgba(11,24,36,.1);border-radius:6px;background:rgba(255,255,255,.42);overflow:hidden}.bh-agent-workspace .forum-config-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px 18px;border-bottom:1px solid rgba(11,24,36,.08);background:rgba(181,133,59,.08)}.bh-agent-workspace .forum-config-head h3{margin:4px 0 0;font-family:var(--serif);font-size:22px;font-style:italic;font-weight:500;color:var(--ink)}.bh-agent-workspace .forum-config-state{border:1px solid rgba(176,119,20,.28);border-radius:999px;padding:6px 10px;background:rgba(176,119,20,.12);color:var(--caution);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.bh-agent-workspace .forum-config-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.bh-agent-workspace .forum-controller-layout{display:grid;grid-template-columns:196px minmax(0,1fr);min-height:680px}.bh-agent-workspace .forum-monitor-list{border-right:1px solid rgba(11,24,36,.08);background:rgba(11,24,36,.025);padding:14px 12px}.bh-agent-workspace .forum-monitor-list-items{display:grid;gap:7px}.bh-agent-workspace .forum-monitor-list-item,.bh-agent-workspace .forum-template-card{width:100%;border:1px solid rgba(11,24,36,.1);border-radius:5px;background:rgba(255,255,255,.48);color:var(--ink);padding:9px 10px;text-align:left;cursor:pointer}.bh-agent-workspace .forum-monitor-list-item[data-active=true],.bh-agent-workspace .forum-template-card[data-active=true]{border-color:rgba(181,133,59,.45);background:rgba(181,133,59,.12)}.bh-agent-workspace .forum-monitor-list-item strong,.bh-agent-workspace .forum-template-card strong{display:block;font-size:12px;line-height:1.25;color:var(--ink)}.bh-agent-workspace .forum-monitor-list-item em,.bh-agent-workspace .forum-monitor-list-item span,.bh-agent-workspace .forum-template-card span{display:block;margin-top:4px;color:rgba(11,24,36,.58);font-size:10.5px;font-style:normal;line-height:1.35}.bh-agent-workspace .forum-platform-stack{display:grid;gap:5px;margin-top:14px}.bh-agent-workspace .forum-platform-row{display:flex;justify-content:space-between;gap:8px;align-items:center;border-top:1px solid rgba(11,24,36,.06);padding-top:6px;color:rgba(11,24,36,.62);font-size:11px}.bh-agent-workspace .forum-platform-row b{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:8.5px;letter-spacing:.06em;text-transform:uppercase}.bh-agent-workspace .forum-platform-row[data-active=true] b,.bh-agent-workspace .forum-platform-row[data-active=true] span{color:var(--brass-deep)}.bh-agent-workspace .forum-controller-main{min-width:0}.bh-agent-workspace .forum-monitor-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:16px 18px;border-bottom:1px solid rgba(11,24,36,.08);background:rgba(255,255,255,.34)}.bh-agent-workspace .forum-monitor-summary label{display:grid;gap:5px}.bh-agent-workspace .forum-monitor-summary label span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-monitor-summary input{width:100%;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:8px 10px;font-size:14px;outline:none}.bh-agent-workspace .forum-monitor-primary-actions,.bh-agent-workspace .forum-monitor-summary-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px}.bh-agent-workspace .forum-monitor-summary-meta span{border:1px solid rgba(11,24,36,.08);border-radius:999px;background:rgba(11,24,36,.04);color:rgba(11,24,36,.6);padding:5px 8px;font-size:11px}.bh-agent-workspace .forum-monitor-primary-actions{justify-content:flex-end;margin-top:0}.bh-agent-workspace .forum-monitor-primary-actions button{border:0;border-radius:999px;background:rgba(11,24,36,.08);color:var(--ink);padding:9px 13px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.bh-agent-workspace .forum-monitor-primary-actions .forum-primary-action{background:var(--ink);color:var(--paper)}.bh-agent-workspace .forum-monitor-primary-actions button:not(.forum-primary-action){border:1px solid rgba(11,24,36,.12)}.bh-agent-workspace .forum-monitor-primary-actions button:disabled{opacity:.55;cursor:not-allowed}.bh-agent-workspace .forum-monitor-primary-actions span{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;align-self:center}.bh-agent-workspace .forum-monitor-primary-actions span[data-state=saved]{color:var(--go)}.bh-agent-workspace .forum-monitor-primary-actions span[data-state=error]{color:var(--danger)}.bh-agent-workspace .forum-controller-grid{border-top:0}.bh-agent-workspace .forum-config-section{padding:16px 18px;border-bottom:1px solid rgba(11,24,36,.08)}.bh-agent-workspace .forum-config-section:nth-child(odd){border-right:1px solid rgba(11,24,36,.08)}.bh-agent-workspace .forum-config-section-wide{grid-column:1/-1}.bh-agent-workspace .forum-config-section-wide:nth-child(odd){border-right:0}.bh-agent-workspace .forum-config-section:last-child{border-bottom:0}.bh-agent-workspace .forum-config-section-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.bh-agent-workspace .forum-config-section-head b,.bh-agent-workspace .forum-config-section-head span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-config-section-head span{color:rgba(11,24,36,.58)}.bh-agent-workspace .forum-config-section-head b{color:var(--brass-deep);font-weight:600}.bh-agent-workspace .forum-config-row-list{display:grid;gap:10px}.bh-agent-workspace .forum-structured-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.42fr);gap:12px;align-items:end;padding:10px 0;border-top:1px solid rgba(11,24,36,.06)}.bh-agent-workspace .forum-structured-row:first-child{border-top:0;padding-top:0}.bh-agent-workspace .forum-group-config-row{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr) 34px}.bh-agent-workspace .forum-response-config-row,.bh-agent-workspace .forum-rule-config-row{grid-template-columns:1fr;align-items:start}.bh-agent-workspace .forum-structured-row[data-disabled=true]{opacity:.58}.bh-agent-workspace .forum-structured-row label,.bh-agent-workspace .forum-template-selector{display:grid;gap:6px}.bh-agent-workspace .forum-structured-row label>span,.bh-agent-workspace .forum-template-selector>span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-browser-selector input,.bh-agent-workspace .forum-scan-duration select,.bh-agent-workspace .forum-structured-row input:not([type=checkbox]),.bh-agent-workspace .forum-structured-row select,.bh-agent-workspace .forum-template-selector select{width:100%;min-height:38px;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:8px 10px;font-size:12.5px;line-height:1.3;outline:none}.bh-agent-workspace .forum-scan-duration select,.bh-agent-workspace .forum-structured-row select,.bh-agent-workspace .forum-template-selector select{font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase}.bh-agent-workspace .forum-browser-selector input:focus,.bh-agent-workspace .forum-scan-duration select:focus,.bh-agent-workspace .forum-structured-row input:not([type=checkbox]):focus,.bh-agent-workspace .forum-structured-row select:focus,.bh-agent-workspace .forum-template-selector select:focus{border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.13)}.bh-agent-workspace .forum-checkbox-row{grid-template-columns:18px minmax(0,1fr);align-items:start}.bh-agent-workspace .forum-checkbox-row input{width:15px;height:15px;margin-top:2px;accent-color:var(--ink)}.bh-agent-workspace .forum-checkbox-row em,.bh-agent-workspace .forum-checkbox-row strong{display:block}.bh-agent-workspace .forum-checkbox-row strong{color:var(--ink);font-size:13px;font-style:normal}.bh-agent-workspace .forum-checkbox-row em{margin-top:3px;color:rgba(11,24,36,.6);font-size:12px;font-style:normal;line-height:1.38}.bh-agent-workspace .forum-icon-button{width:34px;height:34px;border:1px solid rgba(11,24,36,.12);border-radius:999px;background:rgba(255,255,255,.58);color:rgba(11,24,36,.58);font-size:18px;line-height:1;cursor:pointer}.bh-agent-workspace .forum-icon-button:hover{border-color:rgba(168,54,31,.24);color:var(--danger)}.bh-agent-workspace .forum-config-actions-compact{margin-top:10px}.bh-agent-workspace .forum-config-toolbar{margin:0 0 12px}.bh-agent-workspace .forum-question-row{display:grid;grid-template-columns:18px minmax(0,1fr) 34px;gap:10px;align-items:center;padding:8px 0;border-top:1px solid rgba(11,24,36,.06)}.bh-agent-workspace .forum-question-row:first-child{border-top:0;padding-top:0}.bh-agent-workspace .forum-question-row[data-disabled=true]{opacity:.58}.bh-agent-workspace .forum-question-row input[type=checkbox]{width:15px;height:15px;accent-color:var(--ink)}.bh-agent-workspace .forum-question-row input:not([type=checkbox]){width:100%;min-height:36px;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:8px 10px;font-size:12.5px;line-height:1.3;outline:none}.bh-agent-workspace .forum-question-row input:not([type=checkbox]):focus{border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.13)}.bh-agent-workspace .forum-question-copy{display:grid;gap:5px}.bh-agent-workspace .forum-question-copy span{color:rgba(11,24,36,.58);font-size:11.5px;line-height:1.35}.bh-agent-workspace .forum-rule-title-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:10px;align-items:start}.bh-agent-workspace .forum-criteria-examples{min-height:76px;resize:vertical}.bh-agent-workspace .forum-structured-row input:disabled,.bh-agent-workspace .forum-structured-row select:disabled,.bh-agent-workspace .forum-structured-row textarea:disabled{cursor:not-allowed;opacity:.72}.bh-agent-workspace .forum-group-list,.bh-agent-workspace .forum-rule-list,.bh-agent-workspace .forum-template-list{display:flex;flex-direction:column;gap:10px}.bh-agent-workspace .forum-group-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,.32fr);gap:14px;align-items:start;padding:10px 0;border-top:1px solid rgba(11,24,36,.06)}.bh-agent-workspace .forum-group-row:first-child{border-top:0;padding-top:0}.bh-agent-workspace .forum-group-row strong,.bh-agent-workspace .forum-rule-row strong{display:block;font-size:13.5px;color:var(--ink)}.bh-agent-workspace .forum-group-row span,.bh-agent-workspace .forum-rule-row span{display:block;margin-top:3px;font-size:12px;line-height:1.45;color:rgba(11,24,36,.62)}.bh-agent-workspace .forum-group-meta{display:flex;flex-direction:column;gap:5px;align-items:flex-end}.bh-agent-workspace .forum-group-meta b,.bh-agent-workspace .forum-group-meta em,.bh-agent-workspace .forum-rule-row em{font-family:var(--mono);font-size:10px;letter-spacing:.04em;text-transform:uppercase;font-style:normal}.bh-agent-workspace .forum-group-meta em{color:rgba(11,24,36,.5)}.bh-agent-workspace .forum-group-meta b{padding:4px 7px;border-radius:999px;background:rgba(44,124,143,.11);color:var(--sea-deep);white-space:nowrap}.bh-agent-workspace .forum-rule-row{padding-top:10px;border-top:1px solid rgba(11,24,36,.06)}.bh-agent-workspace .forum-rule-row:first-child{padding-top:0;border-top:0}.bh-agent-workspace .forum-rule-row em{display:block;margin-top:5px;color:var(--brass-deep);line-height:1.35}.bh-agent-workspace .forum-template-list p{margin:0;padding:10px 12px;border-left:2px solid var(--brass);background:rgba(181,133,59,.08);border-radius:3px;font-size:12.5px;line-height:1.5;color:rgba(11,24,36,.74)}.bh-agent-workspace .forum-config-textarea{width:100%;min-height:120px;resize:vertical;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:10px 12px;font:12.5px/1.5 var(--sans);outline:none}.bh-agent-workspace .forum-config-template-textarea{min-height:150px}.bh-agent-workspace .forum-config-textarea:focus{border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.14)}.bh-agent-workspace .forum-guardrail-strip{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.bh-agent-workspace .forum-guardrail-strip span{border:1px solid rgba(168,54,31,.16);border-radius:999px;padding:5px 8px;background:rgba(168,54,31,.07);color:var(--danger);font-family:var(--mono);font-size:9.5px;letter-spacing:.05em;text-transform:uppercase}.bh-agent-workspace .forum-config-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}.bh-agent-workspace .forum-config-actions button{border:0;border-radius:999px;background:var(--ink);color:var(--paper);padding:9px 13px;font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.bh-agent-workspace .forum-config-actions button:disabled{opacity:.6;cursor:wait}.bh-agent-workspace .forum-config-actions span{font-family:var(--mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase}.bh-agent-workspace .forum-config-actions span[data-state=saved]{color:var(--go)}.bh-agent-workspace .forum-config-actions span[data-state=error]{color:var(--danger)}.bh-agent-workspace .forum-monitor-browser-section{background:rgba(44,124,143,.045)}.bh-agent-workspace .forum-browser-selector{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,.28fr);gap:14px;align-items:center}.bh-agent-workspace .forum-browser-selector span{color:rgba(11,24,36,.66);font-size:12.5px;line-height:1.45}.bh-agent-workspace .forum-browser-selector select{width:100%;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:9px 10px;font-family:var(--mono);font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;outline:none}.bh-agent-workspace .forum-browser-selector select:focus{border-color:var(--sea);box-shadow:0 0 0 3px rgba(44,124,143,.13)}.bh-agent-workspace .forum-monitor-pass-section{background:rgba(181,133,59,.055)}.bh-agent-workspace .forum-scan-duration{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:14px;align-items:center}.bh-agent-workspace .forum-lookback-days{margin-top:10px}.bh-agent-workspace .forum-empty-results,.bh-agent-workspace .forum-scan-duration span,.bh-agent-workspace .forum-scan-note{color:rgba(11,24,36,.66);font-size:12.5px;line-height:1.45}.bh-agent-workspace .forum-scan-duration input{width:100%;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:9px 10px;font-family:var(--mono);font-size:11px;outline:none}.bh-agent-workspace .forum-scan-duration input:focus{border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.13)}.bh-agent-workspace .forum-template-selector{margin-bottom:10px}.bh-agent-workspace .forum-source-table,.bh-agent-workspace .forum-template-group-list{display:grid;gap:10px}.bh-agent-workspace .forum-source-row{display:grid;grid-template-columns:minmax(120px,.9fr) minmax(180px,1.2fr) minmax(130px,.7fr) minmax(150px,1fr) 34px;gap:10px;align-items:end;padding-top:10px;border-top:1px solid rgba(11,24,36,.06)}.bh-agent-workspace .forum-source-row:first-child{border-top:0;padding-top:0}.bh-agent-workspace .forum-source-row label{display:grid;gap:5px}.bh-agent-workspace .forum-source-row label span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-source-row input,.bh-agent-workspace .forum-source-row select{width:100%;min-height:36px;border:1px solid rgba(11,24,36,.13);border-radius:4px;background:var(--paper);color:var(--ink);padding:8px 10px;font-size:12px;line-height:1.3;outline:none}.bh-agent-workspace .forum-source-row select{font-family:var(--mono);font-size:9.5px;letter-spacing:.04em;text-transform:uppercase}.bh-agent-workspace .forum-approval-selector{margin-top:10px}.bh-agent-workspace .forum-empty-results,.bh-agent-workspace .forum-scan-note{margin:10px 0 0}.bh-agent-workspace .forum-scan-details{margin-top:12px}.bh-agent-workspace .forum-scan-details summary{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid rgba(11,24,36,.1);border-radius:4px;background:rgba(255,255,255,.46);padding:9px 10px;cursor:pointer}.bh-agent-workspace .forum-scan-details summary::marker{color:rgba(11,24,36,.45)}.bh-agent-workspace .forum-scan-details summary b,.bh-agent-workspace .forum-scan-details summary span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-scan-details summary span{color:var(--ink)}.bh-agent-workspace .forum-scan-details summary b{color:var(--brass-deep);font-weight:600}.bh-agent-workspace .forum-scan-status{margin-top:12px;border:1px solid rgba(181,133,59,.2);border-left:3px solid var(--brass);border-radius:5px;background:rgba(181,133,59,.08);padding:11px 12px}.bh-agent-workspace .forum-scan-status[data-status=blocked]{border-color:rgba(168,54,31,.24);border-left-color:var(--danger);background:rgba(168,54,31,.07)}.bh-agent-workspace .forum-scan-status[data-status=completed],.bh-agent-workspace .forum-scan-status[data-status=partial]{border-color:rgba(63,138,92,.22);border-left-color:var(--go);background:rgba(63,138,92,.07)}.bh-agent-workspace .forum-scan-status strong{display:block;color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-scan-status p{margin:5px 0 0;color:rgba(11,24,36,.68);font-size:12.5px;line-height:1.45}.bh-agent-workspace .forum-last-scan{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.bh-agent-workspace .forum-last-scan span{border:1px solid rgba(181,133,59,.18);border-radius:999px;background:rgba(181,133,59,.08);color:var(--brass-deep);padding:5px 8px;font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase}.bh-agent-workspace .forum-monitor-test{background:rgba(11,24,36,.025)}.bh-agent-workspace .forum-monitor-results{background:rgba(255,255,255,.34)}.bh-agent-workspace .forum-monitor-test-input{min-height:170px}.bh-agent-workspace .forum-test-results{display:grid;gap:10px;margin-top:14px}.bh-agent-workspace .forum-test-result{border:1px solid rgba(11,24,36,.1);border-left-width:3px;border-radius:5px;background:rgba(255,255,255,.58);padding:12px 14px}.bh-agent-workspace .forum-test-result[data-status=candidate]{border-left-color:var(--go)}.bh-agent-workspace .forum-test-result[data-status=review]{border-left-color:var(--caution)}.bh-agent-workspace .forum-test-result[data-status=ignored]{border-left-color:rgba(11,24,36,.26)}.bh-agent-workspace .forum-test-result-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.bh-agent-workspace .forum-test-draft strong,.bh-agent-workspace .forum-test-result-head b,.bh-agent-workspace .forum-test-result-head span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-agent-workspace .forum-test-result-head span{color:var(--brass-deep)}.bh-agent-workspace .forum-test-result-head b{color:rgba(11,24,36,.52);font-weight:500;text-align:right}.bh-agent-workspace .forum-test-result p{margin:8px 0 0;color:rgba(11,24,36,.76);font-size:12.5px;line-height:1.5}.bh-agent-workspace .forum-test-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.bh-agent-workspace .forum-test-meta span{border:1px solid rgba(11,24,36,.08);border-radius:999px;background:rgba(11,24,36,.04);color:rgba(11,24,36,.58);padding:5px 8px;font-size:11px;line-height:1.25}.bh-agent-workspace .forum-test-draft{margin-top:12px;border-top:1px solid rgba(11,24,36,.08);padding-top:10px}.bh-agent-workspace .forum-test-draft strong{display:block;color:var(--sea-deep)}.bh-agent-workspace .forum-test-draft p{border-left:2px solid var(--sea);background:rgba(44,124,143,.08);padding:9px 11px;border-radius:3px;white-space:pre-wrap}.bh-agent-workspace .forum-post-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:10px}.bh-agent-workspace .forum-post-actions a,.bh-agent-workspace .forum-post-actions button{border:1px solid rgba(11,24,36,.12);border-radius:999px;background:rgba(11,24,36,.06);color:var(--ink);padding:7px 10px;font-family:var(--mono);font-size:9.5px;letter-spacing:.06em;text-transform:uppercase;text-decoration:none;cursor:pointer}.bh-agent-workspace .forum-post-actions button{background:var(--ink);color:var(--paper)}.bh-agent-workspace .forum-post-actions em,.bh-agent-workspace .forum-post-actions span{color:rgba(11,24,36,.58);font-size:11px;font-style:normal}.bh-agent-workspace .chat-input{border-top-color:rgba(11,24,36,.1);padding:14px 20px}.bh-agent-workspace .chat-input-textarea{background:var(--paper);border-color:rgba(11,24,36,.15);color:var(--ink);font-family:var(--sans)}.bh-agent-workspace .chat-input-textarea:focus{border-color:var(--brass);box-shadow:0 0 0 3px rgba(181,133,59,.15)}.bh-agent-workspace .chat-input-icon-btn{background:transparent;border-color:rgba(11,24,36,.15);color:rgba(11,24,36,.6)}.bh-agent-workspace .chat-input-icon-btn:hover{border-color:var(--ink);color:var(--ink)}.bh-agent-workspace .chat-input-send-btn{background:var(--brass);color:var(--ink)}.bh-agent-workspace .chat-input-send-btn:hover{background:var(--brass-deep);color:var(--paper);box-shadow:0 4px 14px rgba(181,133,59,.3)}.bh-agent-workspace .chat-attachment-chip{background:var(--paper-2);color:var(--ink);border-radius:4px;font-family:var(--mono);letter-spacing:.04em}.bh-agent-workspace .badge{font-family:var(--mono);text-transform:uppercase;letter-spacing:.08em;font-weight:500;padding:4px 10px;border-radius:999px;font-size:10px}.bh-agent-workspace .badge-success{background:rgba(47,107,62,.12);color:var(--go)}.bh-agent-workspace .badge-info{background:rgba(44,124,143,.12);color:var(--sea-deep)}.bh-agent-workspace .badge-warning{background:rgba(176,119,20,.14);color:var(--caution)}.bh-agent-workspace .badge-danger{background:rgba(168,54,31,.12);color:var(--danger)}.bh-agent-workspace .upstream-doc-banner{background:rgba(181,133,59,.08);border-radius:3px;margin:0 24px}.bh-agent-workspace .upstream-doc-banner:hover{background:rgba(181,133,59,.14)}.bh-agent-workspace .director-alert-banner{background:rgba(176,119,20,.08);border-left-color:var(--caution);border-radius:3px;margin:0 24px}.bh-agent-workspace .director-alert-banner[data-severity=critical]{background:rgba(168,54,31,.08);border-left-color:var(--danger)}.bh-agent-workspace .document-preview{background:var(--paper);border:1px solid rgba(11,24,36,.1);border-left-width:3px;border-radius:3px}.bh-agent-workspace .document-preview-header{padding:12px 16px}@media (max-width:860px){.bh-agent-workspace .forum-config-grid,.bh-agent-workspace .forum-controller-layout{grid-template-columns:1fr}.bh-agent-workspace .forum-monitor-list{border-right:0;border-bottom:1px solid rgba(11,24,36,.08)}.bh-agent-workspace .forum-monitor-summary{grid-template-columns:1fr}.bh-agent-workspace .forum-monitor-primary-actions{justify-content:flex-start}.bh-agent-workspace .forum-config-section:nth-child(odd){border-right:0}.bh-agent-workspace .forum-browser-selector,.bh-agent-workspace .forum-group-config-row,.bh-agent-workspace .forum-group-row,.bh-agent-workspace .forum-scan-duration,.bh-agent-workspace .forum-source-row,.bh-agent-workspace .forum-structured-row{grid-template-columns:1fr}.bh-agent-workspace .forum-icon-button{justify-self:start}.bh-agent-workspace .forum-group-meta{align-items:flex-start}.bh-agent-workspace .forum-config-head{flex-direction:column}}.bh-client-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.bh-client-card{border:1px solid rgba(11,24,36,.1);border-radius:6px;background:rgba(255,255,255,.32);padding:28px}.bh-client-source{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.08em;margin:14px 0 18px;text-transform:uppercase}.bh-client-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0 0;border:1px solid rgba(11,24,36,.1);border-radius:5px;background:rgba(255,255,255,.22)}.bh-client-summary-metric{min-width:0;padding:14px 16px;border-right:1px solid rgba(11,24,36,.1)}.bh-client-summary-metric:last-child{border-right:0}.bh-client-summary-metric em,.bh-client-summary-metric span{display:block;font-family:var(--mono);font-size:9.5px;letter-spacing:.08em;line-height:1.35;text-transform:uppercase}.bh-client-summary-metric span{color:rgba(11,24,36,.52)}.bh-client-summary-metric strong{display:block;margin-top:7px;color:var(--ink);font-size:20px;line-height:1.12}.bh-client-summary-metric em{margin-top:5px;color:rgba(11,24,36,.58);font-style:normal}.bh-client-channel-links{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 18px}.bh-client-channel-links a{background:rgba(255,255,255,.38);border:1px solid rgba(11,24,36,.1);border-radius:999px;color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;padding:8px 11px;text-transform:uppercase}.bh-client-channel-links a:hover{border-color:var(--brass)}.bh-client-brand-row{align-items:start;border:1px solid rgba(11,24,36,.08);border-radius:4px;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 132px;padding:14px 16px}.bh-client-brand-row strong{color:var(--ink);display:block;font-family:var(--serif);font-size:24px;font-style:italic;font-weight:400}.bh-client-brand-row span{color:rgba(11,24,36,.62);display:block;font-size:14px;margin-top:4px}.bh-back-link,.bh-client-brand-row a{color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-client-brand-row a{align-items:center;display:inline-flex;justify-content:center;justify-self:end;min-height:36px;text-align:center;width:132px}.bh-client-detail-head{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) auto}.bh-client-detail-head .bh-dash-title{margin:0 0 14px;padding-bottom:0}.bh-client-detail-head .bh-dash-sub{margin-top:0}.bh-back-link{display:inline-flex;margin-bottom:28px}.bh-client-tabs{border-bottom:1px solid rgba(11,24,36,.1);display:flex;flex-wrap:wrap;gap:8px;margin:22px 0 20px}.bh-client-tabs a{border:1px solid transparent;border-bottom:0;color:rgba(11,24,36,.62);font-family:var(--mono);font-size:11px;letter-spacing:.08em;padding:13px 16px;text-transform:uppercase}.bh-client-tabs a[data-active=true]{background:rgba(255,255,255,.34);border-color:rgba(11,24,36,.12);color:var(--ink)}.bh-client-switcher{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:22px 0 26px}.bh-client-switcher a{background:rgba(255,255,255,.32);border:1px solid rgba(11,24,36,.1);border-radius:6px;color:var(--ink);display:grid;gap:5px;min-height:76px;padding:16px 18px}.bh-client-switcher a[data-active=true]{border-color:var(--brass);box-shadow:inset 4px 0 0 var(--brass)}.bh-client-switcher strong{font-family:var(--serif);font-size:28px;font-style:italic;font-weight:400;line-height:1}.bh-client-switcher span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-performance-link-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:18px 0 20px}.bh-performance-link-grid a{background:rgba(255,255,255,.36);border:1px solid rgba(11,24,36,.1);border-radius:5px;color:var(--ink);display:grid;gap:4px;padding:14px 16px}.bh-performance-link-grid a:hover{border-color:var(--brass)}.bh-performance-link-grid strong{font-family:var(--serif);font-size:22px;font-style:italic;font-weight:400}.bh-performance-link-grid span{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}@media (max-width:1100px){.bh-compare,.bh-hero-grid,.bh-roster,.bh-three{grid-template-columns:1fr}.bh-reviewer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-compliance-panel,.bh-policy-grid{grid-template-columns:1fr}.bh-policy-callout{flex-direction:column}.bh-brand-grid,.bh-team{grid-template-columns:repeat(2,1fr)}.bh-brand-dash-body{grid-template-columns:1fr}.bh-kpis{grid-template-columns:repeat(3,1fr)}.bh-stepper,.bh-wf-grid{display:grid;grid-template-columns:repeat(2,1fr)}.bh-step-arr{display:none}.bh-loop{grid-template-columns:1fr}.bh-loop-arr{display:none}.bh-feed-list,.bh-split{grid-template-columns:1fr}.bh-hypothesis-grid{grid-template-columns:repeat(2,1fr)}.infra-shell .perf-grid-metrics,.perf-grid-metrics,.perf-seo-overview,.perf-source-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.perf-layout{grid-template-columns:1fr}.perf-side-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.infra-cost-head,.infra-cost-resource,.infra-host-grid,.infra-setup-grid,.infra-shell .perf-layout{grid-template-columns:1fr}.infra-cost-resource b{text-align:left}.perf-pipeline-panel{grid-column:1/-1}.perf-experiment-body,.perf-experiment-head,.perf-experiment-verdict,.perf-segment-grid{grid-template-columns:1fr}.perf-experiment-notes{border-left:0;border-top:1px solid rgba(11,24,36,.09)}.customer-portal-google-ads-summary .perf-campaign-pie,.customer-portal-google-ads-summary .perf-campaign-pie-left,.perf-campaign-pie{grid-template-columns:1fr}.perf-campaign-pie-weekly{padding-left:0;border-left:0;border-top:1px solid rgba(11,24,36,.09);padding-top:16px}.bh-client-detail-head,.bh-client-grid,.bh-service-grid{grid-template-columns:1fr}}@media (max-width:760px){.bh-nav-inner{padding:10px 12px;gap:10px;max-width:100vw;overflow:hidden}.bh-nav-links{flex:1 1 auto;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.bh-nav-links::-webkit-scrollbar{display:none}.bh-nav-client-select>div{left:12px;max-width:calc(100vw - 24px);min-width:210px;position:fixed;right:auto;top:58px}.bh-nav-cta{padding:8px 12px}.bh-dash-stats,.bh-seo-head .bh-dash-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%}.bh-seo-architecture{grid-template-columns:1fr;padding:18px}.bh-seo-flow{justify-content:flex-start}.bh-seo-flow span{flex:1 1 110px;min-width:0}.bh-seo-flow small{text-align:left}.perf-shell{padding:26px 18px 40px}.perf-topbar{align-items:flex-start;flex-direction:column}.perf-top-actions{align-items:stretch;width:100%}.perf-title{font-size:44px}.customer-portal-page-head{grid-template-columns:1fr}.customer-portal-brand-selector{min-width:0;width:100%}.customer-portal-brand-selector a{flex:1 1 150px;justify-content:center;text-align:center}.perf-controls{width:100%}.perf-controls a{flex:1}.perf-tabs{-webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent);mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 28px),transparent)}.perf-tabs a{min-width:132px;padding:11px 12px}.perf-tabs-microsoft{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;-webkit-mask-image:none;mask-image:none}.perf-tabs-microsoft a{min-width:0}.perf-microsoft-freshness{display:grid;gap:4px}.infra-shell .perf-grid-metrics,.perf-grid-metrics,.perf-seo-overview,.perf-source-kpis{grid-template-columns:1fr}.perf-seo-decision-card{min-height:0}.perf-seo-details>summary{align-items:flex-start}.perf-seo-details>summary>span:last-of-type{display:none}.perf-seo-details-body{padding:0 12px 12px}.perf-seo-health-details>summary{align-items:flex-start}.perf-seo-health-details>summary>span:last-of-type{font-size:10px}.perf-owner-readout{grid-template-columns:1fr}.perf-section-head{align-items:flex-start;flex-direction:column}.perf-side-panel{grid-template-columns:1fr}.infra-monitor-card{width:100%}.infra-cost-bar-row,.infra-cost-breakdown{grid-template-columns:1fr}.infra-cost-bar-row strong{text-align:left}.infra-graph-pair,.infra-host-facts,.infra-ping-row,.infra-setup-card dl{grid-template-columns:1fr}.infra-ping-row{align-items:stretch;flex-direction:column}.perf-pipeline-actions,.perf-pipeline-backfill,.perf-pipeline-run-row,.perf-pipeline-section-head,.perf-pipeline-step dl,.perf-pipeline-step-backfill{grid-template-columns:1fr}.perf-pipeline-step>.perf-pipeline-step-error{grid-template-columns:minmax(0,1fr)}.perf-pipeline-step-error-actions{justify-content:flex-start;min-width:0}.perf-pipeline-step-error-actions details{max-width:100%;min-width:0}.perf-pipeline-step-error pre{box-sizing:border-box;width:100%}.perf-pipeline-actions{justify-content:stretch}.perf-pipeline-kpis{grid-template-columns:1fr}.perf-pipeline-kpis div{border-right:0;border-bottom:1px solid rgba(11,24,36,.08)}.perf-pipeline-kpis div:last-child{border-bottom:0}.perf-campaign,.perf-campaign-node>summary,.perf-campaign-pie{grid-template-columns:1fr}.perf-campaign-node>summary{grid-template-columns:18px minmax(0,1fr)}.perf-campaign-node>summary .perf-campaign-sparkline,.perf-campaign-node>summary .perf-campaign-value{grid-column:2}.perf-ad-group-list{padding-left:18px}.perf-ad-group-node summary{grid-template-columns:18px minmax(0,1fr)}.perf-ad-group-node summary b,.perf-ad-group-node summary em{grid-column:2}.perf-campaign-value{justify-items:start;min-width:0;text-align:left}.perf-campaign-sparkline{grid-template-columns:96px minmax(0,1fr) 42px}.perf-campaign-sparkline-switches{grid-column:1/-1;justify-content:flex-start}.customer-portal-google-ads-summary .perf-campaign-pie-left,.perf-campaign-pie-left{grid-template-columns:1fr}.perf-campaign-pie-chart{grid-template-columns:112px minmax(0,1fr)}.perf-campaign-pie-chart svg{width:112px;height:112px}.perf-campaign-pie-legend li{grid-template-columns:12px minmax(0,1fr) 54px}.perf-campaign-pie-legend b{grid-column:2/4;justify-self:start;text-align:left}.customer-portal-section-head{align-items:flex-start;flex-direction:column}.customer-portal-section-head>span{padding-top:0;white-space:normal}.bh-client-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-client-summary-metric:nth-child(2n){border-right:0}.bh-client-summary-metric:nth-child(-n+2){border-bottom:1px solid rgba(11,24,36,.1)}.bh-client-brand-row{grid-template-columns:1fr}.bh-client-brand-row a{justify-self:start;width:auto}.bh-modal-overlay{align-items:stretch;padding:12px}.bh-brand-modal{max-height:calc(100vh - 24px)}.bh-brand-modal-body,.bh-brand-modal-footer,.bh-brand-modal-header{padding-left:18px;padding-right:18px}.bh-brand-modal-header h2{font-size:28px}.bh-account-modal[data-mode=google] .bh-fieldset,.bh-account-modal[data-mode=google] .bh-google-config-note,.bh-form-grid.two{grid-template-columns:1fr}.bh-account-modal[data-mode=google] .bh-google-config-note small{white-space:normal}.bh-google-setup-workflow,.bh-google-setup-workflow ol{grid-template-columns:1fr}.bh-google-overwrite-toggle,.bh-google-setup-workflow .bh-btn,.bh-google-workflow-actions{grid-column:1;justify-self:stretch}.bh-brand-modal-footer{align-items:stretch;flex-direction:column-reverse}.bh-brand-modal-footer .bh-btn{width:100%;justify-content:center}}.strategy-shell{background:var(--paper);color:var(--ink);min-height:100vh;padding:42px 40px 92px}.strategy-top{align-items:end;display:grid;gap:28px;grid-template-columns:minmax(0,1fr) minmax(280px,360px);margin:0 auto 24px;max-width:1380px}.strategy-top h1{color:var(--ink);font-family:var(--serif);font-size:clamp(44px,5.8vw,86px);font-weight:400;letter-spacing:0;line-height:.98;margin:18px 0}.strategy-top p{color:rgba(11,24,36,.7);font-size:18px;line-height:1.48;margin:0;max-width:780px}.strategy-status-panel{background:#FBF7EF;border:1px solid rgba(11,24,36,.13);border-left:4px solid var(--brass);border-radius:6px;display:grid;gap:7px;padding:18px}.strategy-analysis-grid span,.strategy-approval-grid span,.strategy-channel-table .head span,.strategy-contribution-table .head span,.strategy-coverage-list span,.strategy-exception-list>span,.strategy-goal-pathway-lead span,.strategy-handoff-list span,.strategy-rail-head span,.strategy-recommendation-lead span,.strategy-roadmap-alternatives>span,.strategy-section-head span,.strategy-seo-control-grid article span,.strategy-seo-control-head span,.strategy-stage-rail em,.strategy-stage-rail strong,.strategy-status-panel em,.strategy-status-panel span,.strategy-stop-scale span,.strategy-two-col span,.strategy-work-item span,.strategy-workbench-head span{font-family:var(--mono);font-size:10px;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.strategy-status-panel span{color:var(--brass-deep)}.strategy-status-panel strong{color:var(--ink);font-size:19px}.strategy-status-panel em,.strategy-status-panel p{color:rgba(11,24,36,.62);font-style:normal}.strategy-status-panel p{font-size:13px;line-height:1.42;margin:3px 0 0}.strategy-conversation-panel{background:#FBF7EF;border:1px solid rgba(11,24,36,.11);border-radius:6px;display:grid;gap:14px;margin:0 auto 18px;max-width:1380px;padding:18px}.strategy-conversation-head{align-items:start;border-bottom:1px solid rgba(11,24,36,.09);display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(280px,420px);padding-bottom:14px}.strategy-conversation-head span{color:var(--brass-deep);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.strategy-conversation-head h2{color:var(--ink);font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.1;margin:5px 0 0}.strategy-conversation-head p{color:rgba(11,24,36,.66);font-size:13px;line-height:1.45;margin:0}.strategy-conversation-placeholder{background:rgba(181,133,59,.08);border:1px solid rgba(181,133,59,.2);border-left:4px solid var(--brass);border-radius:5px;display:grid;gap:6px;padding:15px}.strategy-conversation-placeholder strong{color:var(--ink);font-size:16px}.strategy-conversation-placeholder p{color:rgba(11,24,36,.66);font-size:13px;line-height:1.45;margin:0}.strategy-seo-control-panel{background:#FBF7EF;border:1px solid rgba(11,24,36,.11);border-left:4px solid var(--go);border-radius:6px;display:grid;gap:16px;margin:0 auto 18px;max-width:1380px;padding:18px;scroll-margin-top:92px}.strategy-seo-control-head{align-items:start;border-bottom:1px solid rgba(11,24,36,.09);display:grid;gap:16px;grid-template-columns:minmax(0,1fr) minmax(260px,360px);padding-bottom:15px}.strategy-seo-control-grid article span,.strategy-seo-control-head span{color:var(--go)}.strategy-seo-control-head h2{color:var(--ink);font-family:var(--serif);font-size:30px;font-weight:400;line-height:1.1;margin:5px 0 6px}.strategy-seo-control-actions p,.strategy-seo-control-grid li,.strategy-seo-control-grid p,.strategy-seo-control-head p,.strategy-seo-safety span{color:rgba(11,24,36,.66);font-size:13px;line-height:1.45;margin:0}.strategy-seo-safety{background:rgba(47,107,62,.08);border:1px solid rgba(47,107,62,.22);border-radius:5px;display:grid;gap:5px;padding:14px}.strategy-seo-safety strong{color:var(--ink);font-size:17px}.strategy-seo-control-grid{display:grid;gap:14px;grid-template-columns:minmax(0,1fr) minmax(300px,.8fr)}.strategy-seo-control-grid article{border-left:3px solid rgba(47,107,62,.45);display:grid;gap:8px;padding-left:12px}.strategy-seo-control-grid ul{display:grid;gap:6px;margin:0;padding-left:18px}.strategy-seo-control-actions{align-items:center;display:flex;gap:14px;justify-content:space-between}.strategy-seo-control-actions button{background:var(--ink);border:1px solid var(--ink);border-radius:999px;color:var(--paper);cursor:pointer;flex:0 0 auto;font-family:var(--sans);font-size:12px;font-weight:700;padding:10px 15px}.strategy-seo-control-actions button:disabled{cursor:wait;opacity:.62}.strategy-seo-result{background:rgba(47,107,62,.06);border:1px solid rgba(47,107,62,.18);border-radius:5px;display:grid;gap:12px;padding:14px}.strategy-seo-result.error{background:rgba(146,58,47,.08);border-color:rgba(146,58,47,.24);color:var(--danger)}.strategy-seo-result-grid{display:grid;gap:8px;grid-template-columns:repeat(4,minmax(0,1fr))}.strategy-seo-result-grid div{border-left:3px solid var(--go);display:grid;gap:4px;min-width:0;padding-left:10px}.strategy-seo-result-grid strong{color:var(--ink);font-family:var(--mono);font-size:12px;overflow-wrap:anywhere}.strategy-seo-result-grid span{color:rgba(11,24,36,.56);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.strategy-seo-result details{border-top:1px solid rgba(11,24,36,.09);padding-top:10px}.strategy-seo-result summary{color:var(--brass-deep);cursor:pointer;font-family:var(--mono);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.strategy-seo-result pre{background:rgba(11,24,36,.04);border:1px solid rgba(11,24,36,.1);border-radius:5px;color:var(--ink);font-size:11px;line-height:1.45;margin:10px 0 0;max-height:360px;overflow:auto;padding:12px;white-space:pre-wrap}.strategy-stage-rail{display:grid;gap:10px;grid-template-columns:repeat(6,minmax(0,1fr));margin:0 auto 18px;max-width:1380px}.strategy-stage-rail button{background:rgba(251,247,239,.74);border:1px solid rgba(11,24,36,.12);border-radius:5px;color:var(--ink);cursor:pointer;display:grid;gap:7px;min-height:126px;padding:14px;text-align:left}.strategy-stage-rail button[data-active=true]{background:#FFFCF6;border-color:var(--brass);box-shadow:inset 0 0 0 1px rgba(181,133,59,.22)}.strategy-stage-rail button>span{font-family:var(--serif);font-size:25px;font-weight:400}.strategy-stage-rail strong{color:var(--brass-deep)}.strategy-stage-rail em{color:rgba(11,24,36,.54);font-style:normal;letter-spacing:0;text-transform:none}.strategy-layout{display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 320px;margin:0 auto;max-width:1380px}.strategy-main,.strategy-panel,.strategy-rail,.strategy-workbench{background:#FBF7EF;border:1px solid rgba(11,24,36,.11);border-radius:6px}.strategy-main{min-width:0;padding:22px}.strategy-section-head{align-items:center;border-bottom:1px solid rgba(11,24,36,.1);display:flex;gap:18px;justify-content:space-between;margin-bottom:18px;padding-bottom:18px}.strategy-section-head h2{color:var(--ink);font-family:var(--serif);font-size:36px;font-weight:400;line-height:1.08;margin:6px 0 0}.strategy-section-head>strong{border:1px solid rgba(11,24,36,.12);color:var(--ink);font-family:var(--mono);font-size:10px;letter-spacing:.08em;padding:8px 10px;text-transform:uppercase;white-space:nowrap}.strategy-approval-grid [data-status=blocked],.strategy-decision-list [data-status=blocked],.strategy-handoff-list [data-status=blocked],.strategy-section-head>strong[data-status=blocked],.strategy-work-item[data-status=blocked],.strategy-work-item[data-status=needs_input]{border-left-color:var(--danger)}.strategy-panel{display:grid;gap:16px;padding:18px}.strategy-callout{background:rgba(47,107,62,.08);border:1px solid rgba(47,107,62,.22);border-left:4px solid var(--go);border-radius:5px;padding:15px}.strategy-callout.caution{background:rgba(181,133,59,.1);border-color:rgba(181,133,59,.24);border-left-color:var(--brass)}.strategy-callout strong{display:block;font-size:17px;margin-bottom:5px}.strategy-analysis-grid p,.strategy-approval-grid p,.strategy-callout p,.strategy-channel-table p,.strategy-contribution-table p,.strategy-exception-list em,.strategy-exception-list p,.strategy-goal-pathway-lead p,.strategy-handoff-list p,.strategy-recommendation-lead p,.strategy-roadmap-alternatives p,.strategy-two-col li,.strategy-work-item p{color:rgba(11,24,36,.66);font-size:13px;line-height:1.45;margin:0}.strategy-coverage-list{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-coverage-list>div{border:1px solid rgba(11,24,36,.1);border-left:4px solid var(--muted-2);border-radius:4px;display:grid;gap:5px;padding:12px}.strategy-coverage-list>div[data-status=answered]{border-left-color:var(--go)}.strategy-coverage-list>div[data-status=inferred]{border-left-color:var(--brass)}.strategy-coverage-list>div[data-status=skipped],.strategy-coverage-list>div[data-status=unknown]{border-left-color:var(--danger)}.strategy-coverage-list strong{color:var(--ink);font-size:15px}.strategy-coverage-list em{color:rgba(11,24,36,.58);font-size:12px;font-style:normal}.strategy-rail{align-self:start;display:grid;gap:14px;padding:16px;position:sticky;top:86px}.strategy-rail section{border-bottom:1px solid rgba(11,24,36,.09);display:grid;gap:12px;padding-bottom:14px}.strategy-rail section:last-child{border-bottom:0;padding-bottom:0}.strategy-rail-head{align-items:center;display:flex;justify-content:space-between}.strategy-rail-head strong{color:var(--brass-deep);font-family:var(--mono);font-size:11px}.strategy-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-mini-grid div{border-right:1px solid rgba(11,24,36,.08);border-top:1px solid rgba(11,24,36,.08);display:grid;gap:4px;padding:10px}.strategy-mini-grid div:nth-child(2n){border-right:0}.strategy-mini-grid strong{font-family:var(--serif);font-size:25px;font-weight:400}.strategy-decision-list span,.strategy-mini-grid span,.strategy-work-summary{color:rgba(11,24,36,.58);font-size:12px}.strategy-approval-grid button,.strategy-text-button,.strategy-work-item button,.strategy-workbench-head button{background:var(--ink);border:1px solid var(--ink);border-radius:999px;color:var(--paper);cursor:pointer;font-family:var(--sans);font-size:12px;font-weight:700;padding:9px 13px}.strategy-text-button{justify-self:start}.strategy-decision-list{display:grid;gap:8px}.strategy-decision-list div{border-left:3px solid var(--brass);display:grid;gap:4px;padding-left:10px}.strategy-workbench{display:grid;gap:14px;margin:18px auto 0;max-width:1380px;padding:16px}.strategy-workbench-head{align-items:center;display:flex;justify-content:space-between}.strategy-workbench-head strong{display:block;font-size:14px;margin-top:4px}.strategy-workbench-head button{background:transparent;color:var(--ink)}.strategy-work-items{display:grid;gap:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.strategy-work-items.large{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-work-item{border:1px solid rgba(11,24,36,.11);border-left:4px solid var(--muted-2);border-radius:5px;display:grid;gap:10px;min-width:0;padding:13px}.strategy-work-item[data-status=running]{border-left-color:var(--sea)}.strategy-work-item[data-status=partial],.strategy-work-item[data-status=stale]{border-left-color:var(--brass)}.strategy-work-item[data-status=complete]{border-left-color:var(--go)}.strategy-analysis-grid h3,.strategy-approval-grid h3,.strategy-goal-pathway-lead h3,.strategy-handoff-list h3,.strategy-recommendation-lead h3,.strategy-work-item h3{color:var(--ink);font-size:18px;line-height:1.2;margin:5px 0}.strategy-work-item>strong{color:var(--brass-deep);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.strategy-progress{display:grid;gap:6px}.strategy-progress-track{background:rgba(11,24,36,.08);border-radius:999px;height:8px;overflow:hidden}.strategy-progress-track span{background:var(--sea);border-radius:inherit;display:block;height:100%}.strategy-progress em{color:rgba(11,24,36,.56);display:block;font-size:11px;font-style:normal;line-height:1.25}.strategy-work-item small{color:rgba(11,24,36,.58);font-family:var(--mono);font-size:10px;letter-spacing:.05em;text-transform:uppercase}.strategy-work-item button{justify-self:start;padding:8px 11px}.strategy-analysis-grid,.strategy-approval-grid,.strategy-handoff-list,.strategy-two-col{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.strategy-analysis-grid article,.strategy-approval-grid article,.strategy-exception-list article,.strategy-handoff-list article,.strategy-two-col article{border:1px solid rgba(11,24,36,.1);border-radius:5px;padding:14px}.strategy-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.strategy-two-col ol,.strategy-two-col ul{display:grid;gap:8px;margin:8px 0 0;padding-left:18px}.strategy-recommendation-lead{border-left:4px solid var(--brass);display:grid;gap:8px;padding:2px 0 6px 16px}.strategy-goal-pathways{background:rgba(181,133,59,.07);border:1px solid rgba(181,133,59,.18);border-radius:5px;display:grid;gap:12px;padding:14px}.strategy-goal-pathway-lead{display:grid;gap:7px}.strategy-goal-pathway-lead>div{display:flex;flex-wrap:wrap;gap:8px}.strategy-contribution-table em,.strategy-goal-pathway-lead>div em,.strategy-goal-pathway-lead>div strong,.strategy-roadmap-alternatives em{background:rgba(11,24,36,.06);border-radius:999px;color:rgba(11,24,36,.68);display:inline-flex;font-family:var(--mono);font-size:10px;font-style:normal;font-weight:700;letter-spacing:.06em;padding:5px 8px;text-transform:uppercase}.strategy-contribution-table{background:rgba(255,255,255,.32);border:1px solid rgba(11,24,36,.1);display:grid}.strategy-contribution-table>div{border-bottom:1px solid rgba(11,24,36,.08);display:grid;gap:10px;grid-template-columns:minmax(140px,.8fr) minmax(220px,1.7fr) minmax(110px,.7fr) minmax(90px,.55fr);padding:12px}.strategy-contribution-table>div:last-child{border-bottom:0}.strategy-contribution-table .head{background:rgba(11,24,36,.88);color:var(--paper)}.strategy-contribution-table small{color:rgba(11,24,36,.56);font-size:12px;grid-column:2/-1;line-height:1.35}.strategy-stop-scale{display:grid;gap:8px}.strategy-stop-scale ul{display:grid;gap:7px;margin:0;padding-left:18px}.strategy-stop-scale li{color:rgba(11,24,36,.68);font-size:13px;line-height:1.4}.strategy-roadmap-alternatives{display:grid;gap:9px}.strategy-roadmap-alternatives article{background:rgba(251,247,239,.72);border:1px solid rgba(11,24,36,.09);border-radius:5px;display:grid;gap:7px;padding:12px}.strategy-roadmap-alternatives article>div{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.strategy-roadmap-alternatives strong{color:var(--ink)}.strategy-exception-list{display:grid;gap:10px}.strategy-exception-list article{background:rgba(244,239,230,.55)}.strategy-exception-list strong,.strategy-handoff-list strong{display:block;margin-bottom:5px}.strategy-exception-list em{display:block;font-style:normal;margin-top:7px}.strategy-internal-handoff{border:1px solid rgba(11,24,36,.12);border-radius:5px;padding:13px}.strategy-internal-handoff summary{color:var(--ink);cursor:pointer;font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.strategy-internal-handoff p{color:rgba(11,24,36,.66);font-size:13px;line-height:1.45;margin:10px 0 0}.strategy-approval-grid article,.strategy-handoff-list article{border-left:4px solid var(--brass)}.strategy-approval-grid article[data-status=approved],.strategy-handoff-list article[data-status=ready]{border-left-color:var(--go)}.strategy-approval-grid button:disabled{background:rgba(11,24,36,.1);border-color:rgba(11,24,36,.12);color:rgba(11,24,36,.48);cursor:not-allowed}.strategy-channel-table{border:1px solid rgba(11,24,36,.1);display:grid}.strategy-channel-table>div{border-bottom:1px solid rgba(11,24,36,.08);display:grid;gap:10px;grid-template-columns:minmax(180px,1.2fr) 90px 90px minmax(160px,1fr) 100px;padding:12px}.strategy-channel-table>div:last-child{border-bottom:0}.strategy-channel-table .head{background:var(--ink);color:var(--paper)}.strategy-channel-table p{grid-column:1/-1}.bh-activity-log{border-top:1px solid rgba(11,24,36,.1);margin-top:20px;padding-top:18px}.bh-activity-log-head{align-items:flex-end;display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}.bh-activity-log-head h3{color:var(--ink);font-family:var(--serif);font-size:28px;font-weight:400;margin:5px 0 0}.bh-activity-log-head>span{color:rgba(11,24,36,.52);font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase}.bh-activity-rows{border:1px solid rgba(11,24,36,.1);border-radius:5px;overflow:hidden}.bh-activity-row{align-items:center;background:rgba(255,255,255,.26);border-top:1px solid rgba(11,24,36,.08);display:grid;gap:10px;grid-template-columns:minmax(124px,.9fr) minmax(150px,1.05fr) minmax(130px,1fr) minmax(100px,.7fr) minmax(68px,.5fr) minmax(92px,.6fr) minmax(180px,1.4fr);min-height:44px;padding:10px 12px}.bh-activity-row:first-child{border-top:0}.bh-activity-row em,.bh-activity-row small,.bh-activity-row span,.bh-activity-row time,.bh-activity-status-link{color:rgba(11,24,36,.64);font-size:13px;line-height:1.3}.bh-activity-row em,.bh-activity-row time,.bh-activity-status-link{font-family:var(--mono);font-size:10px;font-style:normal;letter-spacing:.08em;text-transform:uppercase}.bh-activity-row strong{color:var(--ink);font-size:14px;font-weight:650}.bh-activity-row em,.bh-activity-status-link{color:var(--brass-dark);font-weight:700}.bh-activity-status-link{text-decoration-color:currentColor;text-underline-offset:3px}.bh-activity-row em[data-status=completed],.bh-activity-row em[data-status=healthy],.bh-activity-row em[data-status=verified]{color:#2d7243}.bh-activity-row em[data-status=error],.bh-activity-row em[data-status=failed],.bh-activity-status-link[data-status=error],.bh-activity-status-link[data-status=failed]{color:#a33723}.bh-activity-row small{color:rgba(11,24,36,.55)}.bh-activity-error-detail{align-items:start;background:rgba(163,55,35,.05);border-top:1px solid rgba(163,55,35,.16);display:none;gap:12px;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);padding:12px;scroll-margin-top:120px}.bh-activity-error-detail:target{background:rgba(163,55,35,.1);display:grid}.bh-activity-error-detail strong{color:var(--ink);display:block;font-size:14px;margin-bottom:4px}.bh-activity-error-detail p{color:rgba(11,24,36,.68);font-size:13px;line-height:1.4;margin:0}.bh-activity-error-detail details{min-width:0}.bh-activity-error-detail summary{color:#a33723;cursor:pointer;font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.08em;list-style:none;text-transform:uppercase}.bh-activity-error-detail summary::-webkit-details-marker{display:none}.bh-activity-error-detail pre{background:rgba(255,255,255,.5);border:1px solid rgba(11,24,36,.1);color:rgba(11,24,36,.74);font-size:11px;line-height:1.45;margin:8px 0 0;max-height:160px;overflow:auto;padding:10px;white-space:pre-wrap}.bh-activity-empty{border:1px dashed rgba(11,24,36,.16);border-radius:5px;color:rgba(11,24,36,.58);margin:0;padding:14px}.bh-empty-panel{border:1px dashed rgba(11,24,36,.18);border-radius:5px;color:rgba(11,24,36,.62);display:grid;gap:6px;padding:18px 20px}.bh-empty-panel strong{color:var(--ink);font-family:var(--serif);font-size:22px;font-style:italic;font-weight:400}@media (prefers-reduced-motion:reduce){.bh-dot-live,.bh-ticker-track{animation:none}}@media (max-width:1100px){.bh-compare,.bh-hero-grid,.bh-roster,.bh-three{grid-template-columns:1fr}.bh-reviewer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-compliance-panel,.bh-policy-grid{grid-template-columns:1fr}.bh-policy-callout{flex-direction:column}.bh-brand-grid,.bh-team{grid-template-columns:repeat(2,1fr)}.bh-brand-dash-body{grid-template-columns:1fr}.bh-kpis{grid-template-columns:repeat(3,1fr)}.bh-stepper,.bh-wf-grid{display:grid;grid-template-columns:repeat(2,1fr)}.bh-step-arr{display:none}.bh-loop{grid-template-columns:1fr}.bh-loop-arr{display:none}.bh-feed-list,.bh-split{grid-template-columns:1fr}.bh-hypothesis-grid{grid-template-columns:repeat(2,1fr)}.infra-shell .perf-grid-metrics,.perf-attribution-kpis,.perf-grid-metrics,.perf-seo-status-grid,.perf-source-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.perf-funnel-body,.perf-funnel-trend,.perf-patient-funnel-grid{grid-template-columns:1fr}.perf-patient-funnel-left{border-right:0;border-bottom:1px solid rgba(11,24,36,.12);padding-right:0;padding-bottom:18px}.perf-patient-trend{padding-left:0;padding-top:18px}.perf-patient-trend-context{padding-left:0}.perf-collections-pie-chart-wrap{grid-template-columns:minmax(180px,310px) minmax(150px,1fr)}.perf-funnel-economics{border-left:0;border-top:1px solid rgba(11,24,36,.12);grid-template-columns:repeat(4,minmax(0,1fr));padding-left:0;padding-top:16px}.perf-funnel-economics p{grid-column:1/-1}.perf-layout{grid-template-columns:1fr}.perf-side-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.infra-cost-head,.infra-cost-resource,.infra-host-grid,.infra-setup-grid,.infra-shell .perf-layout{grid-template-columns:1fr}.infra-cost-resource b{text-align:left}.perf-pipeline-panel{grid-column:1/-1}.perf-experiment-body,.perf-experiment-head,.perf-experiment-verdict,.perf-segment-grid{grid-template-columns:1fr}.perf-experiment-notes{border-left:0;border-top:1px solid rgba(11,24,36,.09)}.customer-portal-google-ads-summary .perf-campaign-pie,.customer-portal-google-ads-summary .perf-campaign-pie-left,.perf-campaign-pie{grid-template-columns:1fr}.perf-campaign-pie-weekly{padding-left:0;border-left:0;border-top:1px solid rgba(11,24,36,.09);padding-top:16px}.bh-client-detail-head,.bh-client-grid,.bh-service-grid{grid-template-columns:1fr}.bh-backup-host-facts,.bh-backup-host-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.bh-nav{overflow-x:clip}.bh-nav-inner{padding:10px 12px;gap:10px;align-items:flex-start;flex-direction:column;max-width:100vw;overflow:hidden}.bh-nav-links{flex:1 1 auto;gap:14px;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:4px;scrollbar-width:thin;width:100%}.bh-nav-links::-webkit-scrollbar{display:block;height:3px}.bh-nav-links::-webkit-scrollbar-thumb{background:rgba(11,24,36,.3);border-radius:999px}.bh-nav-client-select>div{left:12px;max-width:calc(100vw - 24px);min-width:210px;position:fixed;right:auto;top:58px}.bh-nav-cta{padding:8px 12px}.bh-seo{overflow-x:hidden;padding:26px 18px 44px}.bh-connection-card,.bh-location-table,.bh-seo-brand,.bh-seo-inner{max-width:100%;min-width:0}.perf-custom-range{grid-template-columns:1fr}.perf-custom-range button{width:100%}.bh-dash-stats,.bh-seo-head .bh-dash-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:100%}.bh-seo-architecture{grid-template-columns:1fr;padding:18px}.bh-seo-flow{justify-content:flex-start}.bh-seo-flow span{flex:1 1 110px;min-width:0}.bh-seo-flow small{text-align:left}.bh-client-tabs{flex-wrap:nowrap;margin-left:-2px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none}.bh-client-tabs::-webkit-scrollbar{display:none}.bh-client-tabs a{min-width:max-content;padding:11px 13px}.bh-seo-brand{padding:16px}.bh-seo-brand-head{grid-template-columns:40px minmax(0,1fr)}.bh-seo-brand h3{font-size:24px}.bh-connection-card{grid-template-columns:1fr}.bh-connection-card b{justify-self:start}.bh-location-row,.bh-location-row.head{grid-template-columns:1fr}.bh-location-row.head{display:none}.bh-location-row{align-items:start;gap:8px;padding:14px}.perf-shell{padding:26px 18px 40px}.perf-topbar{align-items:flex-start;flex-direction:column}.perf-top-actions{align-items:stretch;width:100%}.perf-title{font-size:44px}.customer-portal-page-head{grid-template-columns:1fr}.customer-portal-brand-selector{min-width:0;width:100%}.customer-portal-brand-selector a{flex:1 1 150px;justify-content:center;text-align:center}.perf-date-range-panel{align-items:stretch;width:100%}.perf-controls{width:100%}.perf-controls a{flex:1}.perf-tabs{min-width:0;scrollbar-width:none}.perf-tabs::-webkit-scrollbar{display:none}.perf-tabs a{flex:0 0 132px;min-width:0;padding:11px 12px}.infra-shell .perf-grid-metrics,.perf-grid-metrics,.perf-seo-status-grid,.perf-source-kpis{grid-template-columns:1fr}.perf-seo-status{flex-direction:column}.perf-seo-status>div:last-child{align-items:flex-start;text-align:left}.perf-attribution-kpis{grid-template-columns:1fr}.perf-funnel-summary{padding:18px}.perf-funnel-head{grid-template-columns:1fr}.perf-funnel-head p{padding-left:28px}.perf-funnel-overall{border-left:0;border-top:1px solid rgba(11,24,36,.12);padding-left:0;padding-top:14px}.perf-funnel-trend{grid-template-columns:1fr}.perf-funnel-trend-svg{height:132px}.perf-funnel-stage-bar{clip-path:polygon(0 0,100% 0,calc(100% - 18px) 100%,18px 100%);margin-inline:auto;min-height:64px;padding:12px 26px;width:max(var(--stage-width),180px)}.perf-funnel-source-legend{grid-template-columns:1fr}.perf-patient-trend-head{align-items:flex-start;flex-direction:column}.perf-patient-trend-legend{display:flex;flex-wrap:wrap}.perf-patient-trend-axis,.perf-patient-trend-month{font-size:16px}.perf-patient-trend-axis-title{font-size:14px}.perf-patient-trend-context{grid-template-columns:1fr}.perf-collections-pie-chart-wrap{gap:12px;grid-template-columns:1fr}.perf-collections-pie-hover{min-height:42px}.perf-funnel-stage-meta{justify-content:center;text-align:center}.perf-funnel-economics{grid-template-columns:repeat(2,minmax(0,1fr))}.perf-owner-readout{grid-template-columns:1fr}.perf-section-head{align-items:flex-start;flex-direction:column}.perf-side-panel{grid-template-columns:1fr}.infra-monitor-card{width:100%}.infra-cost-bar-row,.infra-cost-breakdown{grid-template-columns:1fr}.infra-cost-bar-row strong{text-align:left}.infra-graph-pair,.infra-host-facts,.infra-ping-row,.infra-setup-card dl{grid-template-columns:1fr}.infra-ping-row{align-items:stretch;flex-direction:column}.perf-pipeline-actions,.perf-pipeline-backfill,.perf-pipeline-run-row,.perf-pipeline-section-head,.perf-pipeline-step dl,.perf-pipeline-step-backfill{grid-template-columns:1fr}.perf-pipeline-actions{justify-content:stretch}.perf-pipeline-kpis{grid-template-columns:1fr}.perf-pipeline-kpis div{border-right:0;border-bottom:1px solid rgba(11,24,36,.08)}.perf-pipeline-kpis div:last-child{border-bottom:0}.perf-pipeline-attention-head,.perf-pipeline-attention-title{align-items:flex-start;flex-direction:column;gap:4px}.perf-pipeline-table{min-width:0}.perf-pipeline-table thead{display:none}.perf-pipeline-table,.perf-pipeline-table tbody,.perf-pipeline-table td,.perf-pipeline-table tr{display:block;width:100%}.perf-pipeline-table tr{padding:12px 14px;border-bottom:1px solid rgba(11,24,36,.1)}.perf-pipeline-client-row,.perf-pipeline-client-row td{display:block;width:100%;padding:0}.perf-pipeline-client-row{padding:0;border-bottom:0}.perf-pipeline-client-row td:before{content:none!important}.perf-pipeline-controls-row{padding:0!important}.perf-pipeline-table tbody tr.perf-pipeline-controls-row td,.perf-pipeline-table tbody tr.perf-pipeline-controls-row td:not(:first-child){display:block;padding:0 0 14px}.perf-pipeline-controls-row td:before{content:none!important}.perf-pipeline-client-row button{grid-template-columns:auto minmax(0,1fr);min-height:48px;padding:11px 12px}.perf-pipeline-client-row small{grid-column:2}.perf-pipeline-table tr:last-child{border-bottom:0}.perf-pipeline-table td,.perf-pipeline-table td:not(:first-child),.perf-pipeline-table td:nth-child(7){display:grid;grid-template-columns:minmax(92px,.38fr) minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding:7px 0;border-bottom:0;text-align:left;white-space:normal}.perf-pipeline-table td:before{align-self:start;color:rgba(11,24,36,.48);content:"";font-family:var(--mono);font-size:9px;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.perf-pipeline-table td:first-child:before{content:"Pipeline"}.perf-pipeline-table td:nth-child(2):before{content:"State"}.perf-pipeline-table td:nth-child(3):before{content:"Gate"}.perf-pipeline-table td:nth-child(4):before{content:"Success"}.perf-pipeline-table td:nth-child(5):before{content:"Host"}.perf-pipeline-table td:nth-child(6):before{content:"Failures"}.perf-pipeline-table td:nth-child(7):before{content:"Rows"}.perf-pipeline-table .perf-pipeline-client-row td{display:block;width:100%;padding:0}.perf-pipeline-table .perf-pipeline-client-row td:before{content:none!important}.perf-campaign,.perf-campaign-node>summary,.perf-campaign-pie{grid-template-columns:1fr}.perf-campaign-node>summary{grid-template-columns:18px minmax(0,1fr)}.perf-campaign-node>summary .perf-campaign-sparkline,.perf-campaign-node>summary .perf-campaign-value{grid-column:2}.perf-ad-group-list{padding-left:18px}.perf-ad-group-node summary{grid-template-columns:18px minmax(0,1fr)}.perf-ad-group-node summary b,.perf-ad-group-node summary em{grid-column:2}.perf-campaign-value{justify-items:start;min-width:0;text-align:left}.perf-campaign-sparkline{grid-template-columns:96px minmax(0,1fr) 42px}.perf-campaign-sparkline-switches{grid-column:1/-1;justify-content:flex-start}.customer-portal-google-ads-summary .perf-campaign-pie-left,.perf-campaign-pie-left{grid-template-columns:1fr}.perf-campaign-pie-chart{grid-template-columns:112px minmax(0,1fr)}.perf-campaign-pie-chart svg{width:112px;height:112px}.perf-campaign-pie-legend li{grid-template-columns:12px minmax(0,1fr) 54px}.perf-campaign-pie-legend b{grid-column:2/4;justify-self:start;text-align:left}.customer-portal-section-head{align-items:flex-start;flex-direction:column}.customer-portal-section-head>span{padding-top:0;white-space:normal}.bh-seo-measurement-grid,.bh-seo-measurement-head{grid-template-columns:1fr}.bh-seo-measurement-head a{justify-self:start}.bh-client-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bh-client-summary-metric:nth-child(2n){border-right:0}.bh-client-summary-metric:nth-child(-n+2){border-bottom:1px solid rgba(11,24,36,.1)}.bh-client-brand-row{grid-template-columns:1fr}.bh-client-brand-row a{justify-self:start;width:auto}.bh-backup-host-facts,.bh-backup-host-form{grid-template-columns:1fr}.bh-modal-overlay{align-items:stretch;padding:12px}.bh-brand-modal{max-height:calc(100vh - 24px)}.bh-brand-modal-body,.bh-brand-modal-footer,.bh-brand-modal-header{padding-left:18px;padding-right:18px}.bh-brand-modal-header h2{font-size:28px}.bh-account-modal[data-mode=google] .bh-fieldset,.bh-account-modal[data-mode=google] .bh-google-config-note,.bh-form-grid.two{grid-template-columns:1fr}.bh-account-modal[data-mode=google] .bh-google-config-note small{white-space:normal}.bh-google-setup-workflow,.bh-google-setup-workflow ol{grid-template-columns:1fr}.bh-google-overwrite-toggle,.bh-google-setup-workflow .bh-btn,.bh-google-workflow-actions{grid-column:1;justify-self:stretch}.bh-brand-modal-footer{align-items:stretch;flex-direction:column-reverse}.bh-brand-modal-footer .bh-btn{width:100%;justify-content:center}.strategy-shell{padding:28px 18px 48px}.strategy-analysis-grid,.strategy-approval-grid,.strategy-conversation-head,.strategy-handoff-list,.strategy-layout,.strategy-seo-control-grid,.strategy-seo-control-head,.strategy-top,.strategy-two-col{grid-template-columns:1fr}.strategy-stage-rail{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding-bottom:0}.strategy-stage-rail button{min-width:0;min-height:118px}.strategy-main{padding:16px}.strategy-agent-workspace .chat-window{height:420px}.strategy-seo-control-actions{align-items:stretch;flex-direction:column}.strategy-seo-control-actions button{width:100%}.strategy-seo-result-grid{grid-template-columns:1fr}.strategy-section-head{align-items:flex-start;flex-direction:column}.strategy-section-head h2{font-size:30px}.strategy-rail{position:static}.strategy-channel-table .head,.strategy-channel-table>div,.strategy-contribution-table .head,.strategy-contribution-table>div,.strategy-coverage-list,.strategy-work-items,.strategy-work-items.large{grid-template-columns:1fr}.strategy-channel-table p,.strategy-contribution-table small{grid-column:1}.strategy-workbench-head{align-items:flex-start;flex-direction:column;gap:10px}.bh-reviewer-grid{grid-template-columns:1fr}.bh-reviewer-card{min-height:0;padding:22px}.bh-compliance-panel,.bh-policy{padding-left:18px;padding-right:18px}.bh-compliance-panel{padding-top:22px;padding-bottom:22px}.bh-policy-callout,.bh-policy-grid article{padding:22px}.bh-footer-inner,.bh-footer-meta{align-items:flex-start;flex-direction:column}.bh-footer-meta{gap:10px;margin-top:20px}}@media (max-width:520px){.perf-topbar>div:first-child{min-width:0;width:100%}.perf-title{font-size:38px;overflow-wrap:anywhere}.perf-controls{flex-wrap:wrap}.perf-controls a{flex:1 1 calc(33.333% - 6px);min-width:0}.perf-custom-range{grid-template-columns:1fr}.perf-custom-range button{width:100%}}.infra-live-shell{--infra-live:#216d63;--infra-live-soft:rgba(33,109,99,0.08)}.infra-live-header{align-items:flex-start}.infra-provider-state{min-width:238px;display:grid;gap:5px;padding:15px 17px;border:1px solid rgba(11,24,36,.14);border-top:3px solid var(--infra-live);background:#fffcf6}.infra-provider-state[data-status=partial]{border-top-color:var(--brass)}.infra-provider-state[data-status=unavailable]{border-top-color:var(--danger)}.infra-card-section-head em,.infra-card-section-head span,.infra-configured-role span,.infra-feature-list>span,.infra-provider-state em,.infra-provider-state span,.infra-source-legend p,.infra-source-legend span{color:rgba(11,24,36,.56);font-family:var(--mono);font-size:9.5px;font-style:normal;letter-spacing:.08em;line-height:1.45;text-transform:uppercase}.infra-provider-state strong{font-size:22px}.infra-source-legend{max-width:1440px;margin:0 auto 12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid rgba(11,24,36,.12);background:#fffcf6}.infra-source-legend article{min-width:0;display:grid;gap:6px;padding:14px 16px;border-right:1px solid rgba(11,24,36,.1)}.infra-source-legend article:last-child{border-right:0}.infra-source-legend strong{font-size:14px}.infra-source-legend p{margin:0;color:rgba(11,24,36,.6);letter-spacing:0;text-transform:none}.infra-provider-notice{max-width:1440px;margin:0 auto 12px;display:flex;align-items:baseline;gap:12px;padding:11px 14px;border:1px solid rgba(176,119,20,.24);background:rgba(176,119,20,.08)}.infra-provider-notice[data-status=unavailable]{border-color:rgba(169,72,44,.26);background:rgba(169,72,44,.08)}.infra-provider-notice strong{flex:0 0 auto;font-size:13px}.infra-provider-notice span{color:rgba(11,24,36,.66);font-size:13px}.infra-live-metrics{margin-bottom:12px}.infra-host-section{max-width:1440px;margin:0 auto 12px}.infra-live-host-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,auto);gap:12px}.infra-database-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.infra-live-shell .infra-cost-trend-list{grid-template-columns:repeat(6,minmax(0,1fr))}.infra-live-host-card{min-width:0;display:grid;gap:16px;border-top:3px solid var(--infra-live)}.infra-live-host-grid>.infra-live-host-card{grid-row:1/-1;grid-template-rows:subgrid}.infra-live-host-card[data-status=watch]{border-top-color:var(--brass)}.infra-live-host-card[data-status=degraded]{border-top-color:var(--danger)}.infra-live-host-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.infra-live-host-head h2{margin:7px 0 4px;font-size:21px}.infra-live-host-head p{margin:0;color:rgba(11,24,36,.62);font-size:13px}.infra-configured-role{display:grid;align-content:start;gap:5px;padding:12px 14px;border-left:3px solid rgba(11,24,36,.22);background:rgba(247,243,234,.72)}.infra-configured-role strong{font-size:13px}.infra-configured-role a{width:fit-content;color:var(--sea-deep);font-family:var(--mono);font-size:11px;overflow-wrap:anywhere;text-underline-offset:3px}.infra-probe-section,.infra-provider-section{min-width:0;display:grid;align-content:start;gap:12px;padding:14px;border:1px solid rgba(11,24,36,.11);background:rgba(255,252,246,.72)}.infra-probe-section{background:rgba(33,109,99,.035)}.infra-card-section-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.infra-card-section-head>div{display:grid;gap:3px}.infra-card-section-head strong{font-size:13px}.infra-card-section-head em{text-align:right}.infra-probe-facts,.infra-provider-facts{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px 8px;margin:0}.infra-live-host-grid .infra-provider-facts{grid-auto-rows:minmax(56px,auto)}.infra-probe-facts dt,.infra-provider-facts dt{color:rgba(11,24,36,.5);font-family:var(--mono);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.infra-probe-facts dd,.infra-provider-facts dd{min-width:0;margin:4px 0 0;color:var(--ink);font-size:12.5px;font-weight:650;overflow-wrap:anywhere}.infra-probe-facts dd.is-mono,.infra-provider-facts dd.is-mono{font-family:var(--mono);font-size:11px}.infra-feature-list{display:grid;gap:7px}.infra-feature-list>div{display:flex;flex-wrap:wrap;gap:6px}.infra-feature-list code{padding:4px 6px;border:1px solid rgba(11,24,36,.11);background:rgba(247,243,234,.76);color:rgba(11,24,36,.72);font-family:var(--mono);font-size:10px}.infra-probe-unavailable,.infra-provider-unavailable{display:grid;gap:5px;padding:14px;border:1px dashed rgba(169,72,44,.28);background:rgba(169,72,44,.05);color:rgba(11,24,36,.64);font-size:13px;line-height:1.45}.infra-provider-unavailable strong{color:var(--ink)}.infra-probe-unavailable{border-color:rgba(11,24,36,.18);background:rgba(11,24,36,.035)}.infra-access-empty{margin-top:16px}.infra-scope-note{max-width:1440px;margin:0 auto 12px}.infra-scope-note h2{margin:8px 0 7px;font-size:20px}.infra-scope-note>p:not(.infra-telemetry-note){max-width:880px;margin:0;color:rgba(11,24,36,.64);font-size:13px;line-height:1.5}@media (max-width:1120px){.infra-live-shell .perf-grid-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.infra-source-legend{grid-template-columns:repeat(2,minmax(0,1fr))}.infra-source-legend article:nth-child(2){border-right:0}.infra-source-legend article:nth-child(-n+2){border-bottom:1px solid rgba(11,24,36,.1)}.infra-live-shell .infra-cost-trend-list,.infra-probe-facts,.infra-provider-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.infra-live-header,.infra-provider-notice{align-items:stretch;flex-direction:column}.infra-provider-state{width:100%}.infra-live-host-grid,.infra-source-legend{grid-template-columns:1fr}.infra-live-host-grid{grid-template-rows:none}.infra-live-host-grid>.infra-live-host-card{grid-row:auto;grid-template-rows:none}.infra-live-host-grid .infra-provider-facts{grid-auto-rows:auto}.infra-source-legend article{border-right:0;border-bottom:1px solid rgba(11,24,36,.1)}.infra-source-legend article:last-child{border-bottom:0}.infra-live-shell .infra-cost-trend-list{grid-template-columns:repeat(2,minmax(0,1fr))}.infra-card-section-head{align-items:flex-start;flex-direction:column}.infra-card-section-head em{text-align:left}}@media (max-width:520px){.bh-nav-links{gap:10px}.bh-nav-link-disabled,.bh-nav-links a{font-size:12px}.infra-live-shell .perf-grid-metrics,.infra-probe-facts,.infra-provider-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.infra-cost-trend-svg{display:none}.infra-cost-trend-head{align-items:flex-start;flex-direction:column}.infra-live-shell .infra-cost-trend-list{grid-template-columns:1fr}}