/* Evidence discovery: a quiet product strip, anchored to the Jobs search field. */
.ed-root{margin:-4px 0 16px;min-width:0}
.ed-search-context{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:-4px 0 14px;padding:8px 10px;border:1px solid #c9e6d4;border-radius:8px;background:#f5fbf7;font-size:11px}
.ed-search-context strong{margin-right:3px;color:#246643;font-size:10.5px}
.ed-search-context button{padding:4px 7px;border:1px solid #cbded1;border-radius:100px;background:#fff;font-size:10.5px}
.ed-search-context button.active{border-color:#2f9e6b;background:#e7f4ec;color:#246643;font-weight:700}
.ed-search-context .ed-search-clear{margin-left:auto;border-color:transparent;background:transparent;text-decoration:underline}
.ed-banner{height:90px;max-height:90px;position:relative;display:grid;grid-template-columns:108px minmax(0,1fr) auto;align-items:center;gap:13px;padding:6px 15px 12px 6px;border:1px solid #e4e2dc;border-left:3px solid var(--coral);border-radius:11px;background:#fff;box-shadow:var(--shadow-sm);overflow:hidden}
.ed-banner-loading{border-left-color:#e4e2dc;background:linear-gradient(95deg,#fff 0%,#f8f7f5 50%,#fff 100%);background-size:200% 100%;animation:ed-load 1.6s linear infinite}
.ed-banner-error{display:flex;align-items:center;justify-content:space-between;padding:15px;font-size:13px}.ed-banner-error button{padding:8px 12px;border:1px solid var(--line-2);border-radius:7px;font-weight:700}
.ed-banner-image{height:70px;min-width:0;display:grid;place-items:center;animation:ed-in .56s ease both}
.ed-banner-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(20,18,16,.06))}
.ed-banner-copy{min-width:0;display:flex;flex-direction:column;justify-content:center;gap:3px;animation:ed-in .56s ease both}
.ed-banner-copy strong{font-size:14px;line-height:1.21;font-weight:800;letter-spacing:-.025em;color:var(--ink);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ed-banner-copy span{font-size:11.5px;line-height:1.35;color:var(--ink-2);overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ed-banner-actions{display:flex;align-items:center;gap:8px;white-space:nowrap}
.ed-banner-primary,.ed-modal-primary{background:var(--coral);border:1px solid var(--coral);color:#fff;font-weight:800}
.ed-banner-primary{padding:10px 12px;border-radius:7px;font-size:11.5px}
.ed-banner-primary:hover,.ed-modal-primary:hover{background:var(--coral-ink);border-color:var(--coral-ink)}
.ed-banner-secondary{font-size:11px;font-weight:700;color:var(--ink-2);text-decoration:underline;text-underline-offset:2px}
.ed-banner-secondary:hover{color:var(--coral-ink)}
.ed-banner-dots{position:absolute;left:50%;bottom:6px;transform:translateX(-50%);display:flex;gap:5px;align-items:center}
.ed-banner-dots button{width:14px;height:10px;display:grid;place-items:center;padding:0}
.ed-banner-dots button:before{content:"";width:5px;height:5px;border-radius:999px;background:#c9c6c0;transition:width .2s,background .2s}
.ed-banner-dots button.active:before{width:13px;background:var(--coral)}
.ed-banner :focus-visible,.ed-preview :focus-visible{outline:2px solid var(--coral);outline-offset:3px}
.ed-backdrop{position:fixed;inset:0;z-index:1100;padding:20px;display:grid;place-items:center;background:rgba(18,18,17,.64);backdrop-filter:blur(4px)}
.ed-preview{position:relative;width:min(960px,100%);max-height:min(92vh,850px);overflow:auto;border-radius:17px;border:1px solid var(--line);background:#fff;box-shadow:0 30px 100px rgba(18,18,17,.28)}
.ed-preview-close{position:sticky;top:14px;float:right;margin:14px 16px -54px 0;z-index:2;width:35px;height:35px;border:1px solid var(--line-2);border-radius:50%;background:#fff;font-size:24px;line-height:1}
.ed-preview-close:hover{background:var(--bg-soft)}
.ed-preview-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;min-height:254px;padding:29px 30px 20px;gap:10px;border-bottom:1px solid var(--line);background:linear-gradient(110deg,#fff 35%,#f8f7f5)}
.ed-preview-intro{min-width:0}
.ed-free{display:inline-flex;align-items:center;gap:9px;margin-bottom:13px;padding:5px 9px 5px 5px;border:1px solid #c9e6d4;border-radius:100px;background:#eff8f1;color:#1e7047;font:800 11px/1.25 var(--font-sans)}
.ed-free:before{content:"✦";display:grid;place-items:center;width:20px;height:20px;border-radius:100%;background:#2f9e6b;color:#fff}
.ed-free span{font-weight:600;color:#246643}
.ed-preview h2{max-width:430px;margin:0;font-size:clamp(25px,3vw,34px);line-height:1.08;letter-spacing:-.035em}
.ed-preview-intro p{max-width:410px;margin:11px 0 14px;color:var(--ink-2);font-size:13px;line-height:1.55}
.ed-flow{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font:600 10.5px/1.3 var(--font-mono);color:var(--ink-2)}
.ed-flow b,.ed-preview-steps b{color:var(--coral)}
.ed-preview-hero img{display:block;width:100%;max-height:215px;object-fit:contain}
.ed-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:22px 30px}
.ed-feature{display:flex;align-items:flex-start;gap:9px;min-height:73px;padding:11px 9px;border:1px solid var(--line);border-radius:9px;background:#fff}
.ed-feature>span{flex:none;display:grid;place-items:center;width:22px;height:22px;border-radius:6px;background:var(--coral-soft);color:var(--coral-ink);font-size:15px;line-height:1}
.ed-feature strong{display:block;font-size:11.7px;line-height:1.2}
.ed-feature small{display:block;margin-top:4px;color:var(--ink-2);font-size:10.5px;line-height:1.35}
.ed-example{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:22px 30px}
.ed-example>div{padding:15px;border:1px solid var(--line);border-radius:10px;background:var(--bg-soft)}
.ed-example span{display:block;margin-bottom:10px;font:600 10px var(--font-mono);color:var(--coral-ink)}
.ed-example strong{display:block;font-size:14px}.ed-example p{font-size:12px;line-height:1.5}.ed-example small{color:var(--ink-2);font-size:10.5px}
.ed-existing-note{margin:0 30px 15px;font-size:12px;color:var(--ink-2)}
.ed-preview-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 30px 22px;border-top:1px solid var(--line)}
.ed-preview-steps{font-size:11px;color:var(--ink-2);line-height:1.4}
.ed-preview-buttons{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.ed-preview-buttons button{min-height:36px;padding:7px 10px;border-radius:7px;font-size:11px;font-weight:700}
.ed-modal-secondary{border:1px solid var(--line-2);background:#fff}.ed-modal-secondary:hover{border-color:var(--ink-2)}
.ed-modal-later{color:var(--ink-2)}.ed-modal-later:hover{text-decoration:underline}
@keyframes ed-in{from{opacity:0;transform:translateY(5px) scale(.99)}to{opacity:1;transform:none}}
@keyframes ed-load{to{background-position-x:-200%}}
@media(max-width:1279px){.ed-banner{grid-template-columns:88px minmax(0,1fr) auto;gap:8px}.ed-banner-secondary{display:none}.ed-banner-copy strong{font-size:13.5px}.ed-banner-primary{padding:9px 10px}}
@media(max-width:700px){.ed-banner{grid-template-columns:72px minmax(0,1fr);grid-template-rows:1fr;gap:8px;padding-right:8px}.ed-banner-image{height:64px}.ed-banner-copy{align-self:start;padding-top:8px;padding-right:1px}.ed-banner-copy strong{font-size:12.5px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ed-banner-copy span{display:none}.ed-banner-actions{position:absolute;left:86px;bottom:13px}.ed-banner-primary{padding:4px 7px;font-size:10.5px}.ed-banner-dots{left:auto;right:8px;bottom:5px;transform:none}.ed-preview-hero{grid-template-columns:1fr;padding:23px 19px 15px;gap:0}.ed-preview-hero img{max-height:145px}.ed-preview h2{font-size:25px}.ed-preview-intro p{font-size:12px}.ed-features{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px 19px}.ed-example{padding:15px 19px}.ed-preview-foot{display:block;padding:14px 19px 20px}.ed-preview-steps{margin-bottom:12px}.ed-preview-buttons{justify-content:flex-start}}
@media(max-width:380px){.ed-banner-image{height:56px}.ed-banner{grid-template-columns:62px minmax(0,1fr)}.ed-banner-actions{left:75px}.ed-banner-dots{right:5px}.ed-preview-buttons button{font-size:10px;padding:6px 7px}}
@media(max-width:520px){.ed-backdrop{padding:8px}.ed-preview{max-height:96vh}.ed-example{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.ed-banner-image,.ed-banner-copy,.ed-banner-loading{animation:none}.ed-banner-dots button:before{transition:none}.ed-backdrop{backdrop-filter:none}}
