.chs-wrap,
.chs-wrap *{box-sizing:border-box;font-family:inherit!important}
.chs-wrap{--chs-navy:#102f5d;--chs-deep:#071628;--chs-mid:#1a4378;--chs-yellow:#ffbd2e;--chs-text:#10213d;--chs-muted:#5f6b7d;--chs-line:#dce3ec;--chs-soft:#f4f7fb;--chs-sticky-top:0px;width:100%;color:var(--chs-text);font:inherit}
.chs-app{width:100%;background:#fff}
.chs-hero{width:100%}
.chs-sticky-shell{width:100vw;margin-left:calc(50% - 50vw);position:sticky;top:var(--chs-sticky-top);z-index:500}
.chs-title-shell{width:100%;max-width:1120px;margin:0 auto}
.chs-matchbar{width:100%;background:var(--chs-deep);color:#fff;box-shadow:0 2px 7px rgba(0,0,0,.14)}
.chs-match-inner{min-height:92px;max-width:1120px;margin:0 auto;padding:8px 20px;display:flex;align-items:center;justify-content:center;gap:14px}
.chs-miniface{width:74px;height:74px;border-radius:50%;background-size:cover;background-position:center 18%;border:3px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.22);flex:0 0 auto}
.chs-matchperson{display:flex;align-items:baseline;gap:5px;white-space:nowrap}
.chs-matchname{font-size:18px;font-weight:800;line-height:1.1}
.chs-matchplace{font-size:11px;font-weight:800;text-transform:uppercase;opacity:.8}
.chs-vs{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--chs-yellow);color:#081629;font-size:13px;font-weight:900;flex:0 0 auto}
.chs-herotitle{background:transparent;padding:18px 22px 8px;text-align:center;border:0}
.chs-herotitle h1{margin:0 auto!important;color:var(--chs-text)!important;font-size:clamp(28px,3.3vw,42px)!important;line-height:1.08!important;font-weight:800!important;letter-spacing:0!important;text-transform:none!important}
.chs-panel{max-width:1120px;margin:0 auto;padding:14px 22px 24px}
.chs-step{display:none;min-height:0}
.chs-step.active{display:block}
.chs-step h2{margin:0 0 14px!important;color:var(--chs-text)!important;font-size:clamp(25px,2.6vw,34px)!important;line-height:1.13!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important}
.chs-step h3{margin:0 0 12px!important;color:var(--chs-text)!important;font-size:clamp(20px,2vw,25px)!important;line-height:1.18!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important}
.chs-step p{margin:0 0 16px;color:var(--chs-muted);font-size:16px;line-height:1.48}
.chs-opts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.chs-opts.chs-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.chs-opts.chs-three{grid-template-columns:repeat(3,minmax(0,1fr))}
.chs-opts button,.chs-continue,.chs-share{appearance:none;border:0;border-radius:14px;background:var(--chs-navy);color:#fff;min-height:56px;padding:13px 14px;font:inherit;font-size:16px;font-weight:800;line-height:1.15;cursor:pointer;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}
.chs-opts button:hover,.chs-continue:hover,.chs-share:hover{background:#0c274f;box-shadow:0 5px 15px rgba(13,44,85,.15)}
.chs-opts button:active,.chs-continue:active,.chs-share:active{transform:scale(.985)}
.chs-choice{background:var(--chs-soft)!important;color:var(--chs-text)!important;border:2px solid #c7d2e0!important;box-shadow:0 1px 2px rgba(16,47,93,.04)!important}
.chs-choice:hover{border-color:#8fa5c1!important;background:#edf3fa!important}
.chs-choice.selected{background:#e5eefb!important;color:var(--chs-navy)!important;border-color:var(--chs-navy)!important}
.chs-continue,.chs-share{display:block;width:100%;margin-top:14px}
.chs-back{appearance:none;border:0;background:transparent;color:#65738a;padding:12px 0 0;font:inherit;font-size:16px;font-weight:700;cursor:pointer}
.chs-thanks,.chs-explain,.chs-result-context{border-radius:15px;padding:15px 17px;margin:0 0 18px}
.chs-thanks{background:#edf5ff;color:#173d70}
.chs-explain{background:#f6f8fb;border-left:4px solid var(--chs-yellow);color:#3d4c61;margin-top:18px;line-height:1.48}
.chs-result-context{background:#f7f9fc;border:1px solid var(--chs-line);margin-top:18px}
.chs-result-context p:last-child{margin-bottom:0}
.chs-subquestion{margin-top:24px;padding-top:22px;border-top:1px solid var(--chs-line)}
.chs-first-sub{margin-top:0;padding-top:0;border-top:0}
.chs-conditional{display:none;margin-top:24px;padding-top:22px;border-top:1px solid var(--chs-line)}
.chs-conditional.show{display:block}
.chs-optional{margin-top:14px}
.chs-fields{display:grid;grid-template-columns:1fr 1fr;gap:11px}
.chs-fields .wide{grid-column:1/-1}
.chs-wrap input,.chs-wrap textarea{width:100%;border:1px solid #ccd6e3;border-radius:12px;background:#fff;color:var(--chs-text);padding:13px 14px;font:inherit;font-size:16px;line-height:1.35;box-shadow:none}
.chs-wrap textarea{min-height:110px;resize:vertical}
.chs-wrap textarea.chs-address{min-height:82px}
.chs-wrap input:focus,.chs-wrap textarea:focus{outline:2px solid rgba(16,47,93,.18);border-color:var(--chs-navy)}
.chs-note,.chs-privacy-line{font-size:13px!important;color:#68758a!important;margin-top:10px!important}
.chs-privacy-line a{color:var(--chs-navy);text-decoration:underline}
.chs-chart{margin:18px 0}
.chs-row{margin:12px 0}
.chs-lab{display:flex;justify-content:space-between;gap:15px;font-size:14px;font-weight:800;margin-bottom:6px}
.chs-track{height:18px;border-radius:999px;background:#e5eaf1;overflow:hidden}
.chs-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--chs-navy),#3268a7)}
.chs-row:first-child .chs-bar{background:linear-gradient(90deg,#6f7e91,#99a5b5)}
.chs-candidatecard{position:relative;height:300px;border-radius:20px;margin-top:22px;overflow:hidden;background-size:cover;background-position:center 18%;box-shadow:0 14px 34px rgba(20,42,72,.18);border:1px solid #c9d4e2}
.chs-candidatecard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,19,38,0) 43%,rgba(5,19,38,.88) 100%);pointer-events:none}
.chs-candidatecard-info{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:22px;color:#fff;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.chs-candidatecard-name{font-size:26px;font-weight:800;line-height:1.05}
.chs-candidatecard-meta{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.chs-candidatecard-chip{display:inline-block;background:rgba(255,255,255,.94);color:var(--chs-deep);padding:6px 9px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}
.chs-tagline{font-size:21px;font-weight:800;color:var(--chs-navy);margin:2px 0 18px}
.chs-joingrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.chs-joincard{display:flex;align-items:center;gap:10px;text-align:left;border:2px solid transparent;border-radius:14px;background:var(--chs-soft);color:var(--chs-text);min-height:70px;padding:12px 14px;font:inherit;font-weight:750;cursor:pointer}
.chs-joincard>span:first-child{font-size:24px}
.chs-joincard.selected{background:#e5eefb;border-color:var(--chs-navy);color:var(--chs-navy)}
.chs-late-contact{margin-top:22px;padding:20px;border:1px solid #ccd8e6;border-radius:16px;background:#f8fbff}
.chs-share{background:var(--chs-yellow);color:#071628;max-width:420px}
.chs-share:hover{background:#eeb02e;color:#071628}
.chs-share-status{margin-top:9px!important;font-size:14px!important}
.chs-error{background:#fff0f0;border:1px solid #da7373;color:#7c1d1d;border-radius:12px;padding:12px 14px;margin-bottom:16px}
.chs-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}
.chs-saving{opacity:.65;pointer-events:none}
@media(max-width:900px){
 .chs-match-inner{min-height:82px;gap:10px;padding:8px 14px}
 .chs-miniface{width:64px;height:64px}
 .chs-matchname{font-size:16px}
 .chs-opts.chs-four{grid-template-columns:repeat(2,minmax(0,1fr))}
 .chs-joingrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
 .chs-sticky-shell{width:100vw;margin-left:calc(50% - 50vw)}
 .chs-title-shell{width:100%;margin:0 auto}
 .chs-match-inner{min-height:68px;gap:7px;padding:6px 8px}
 .chs-miniface{width:54px;height:54px;border-width:2px}
 .chs-matchperson{gap:3px;display:block;text-align:center}
 .chs-matchname{font-size:13px;display:block}
 .chs-matchplace{font-size:9px;display:block;margin-top:2px}
 .chs-vs{width:34px;height:34px;font-size:11px}
 .chs-herotitle{padding:13px 14px 6px}
 .chs-herotitle h1{font-size:27px!important}
 .chs-panel{padding:10px 14px 22px}
 .chs-opts,.chs-opts.chs-four,.chs-opts.chs-three{grid-template-columns:repeat(2,minmax(0,1fr))}
 .chs-multi-grid{grid-template-columns:1fr 1fr!important}
 .chs-fields{grid-template-columns:1fr}
 .chs-fields .wide{grid-column:auto}
 .chs-candidatecard{height:240px}
 .chs-candidatecard-info{padding:16px}
 .chs-candidatecard-name{font-size:21px}
 .chs-joingrid{grid-template-columns:1fr 1fr}
}
@media(max-width:390px){
 .chs-miniface{width:48px;height:48px}
 .chs-matchname{font-size:12px}
 .chs-match-inner{gap:5px}
 .chs-vs{width:30px;height:30px}
 .chs-joingrid{grid-template-columns:1fr}
}

.chs-voice-intro{margin-bottom:20px}.chs-voice-intro h2{margin-bottom:8px!important}
.chs-skip-contact{display:block;width:100%;margin-top:9px;border:0;background:transparent;color:#5f6b7d;font:inherit;font-weight:750;cursor:pointer;padding:10px}
.chs-skip-contact:hover{text-decoration:underline}
.chs-recall-visual{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#0b2344,#174b83);color:#fff;border-radius:18px;padding:22px;margin:0 0 18px;box-shadow:0 12px 28px rgba(16,47,93,.14)}
.chs-recall-big{font-size:clamp(54px,8vw,92px);line-height:.9;font-weight:900;color:var(--chs-yellow);letter-spacing:-3px;flex:0 0 auto}
.chs-recall-visual-copy{font-size:clamp(18px,2.2vw,25px);line-height:1.15;font-weight:800;max-width:620px}
.chs-recall-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 24px}
.chs-recall-facts>div{border:1px solid #ccd8e6;border-radius:14px;padding:15px;background:#fff;line-height:1.42;color:#33445b}
.chs-recall-why{margin-top:20px;padding-top:20px;border-top:1px solid var(--chs-line)}
.chs-related{margin:22px 0 18px;padding:16px;border:1px solid #d8e1ec;border-radius:14px;background:#f7f9fc}
.chs-related-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}
.chs-related-link{display:inline-block;background:#102f5d;color:#fff!important;text-decoration:none!important;padding:11px 16px;border-radius:10px;font-weight:800}

@media(max-width:760px){.chs-recall-facts{grid-template-columns:1fr}.chs-recall-visual{align-items:flex-start}.chs-recall-big{font-size:60px}}
@media(max-width:480px){.chs-recall-visual{gap:12px;padding:17px}.chs-recall-big{font-size:52px}.chs-recall-visual-copy{font-size:17px}.chs-related-links{display:grid;grid-template-columns:1fr 1fr}.chs-related-link{text-align:center;padding:11px 10px}}


/* Martyn/local candidate section */
.chs-martyn-section{background:#f5f8fc;border:1px solid #d9e3ef;border-radius:20px;padding:24px 24px 26px}
.chs-martyn-section>h2{margin-bottom:10px!important}
.chs-martyn-intro{max-width:1000px}
.chs-martyn-section .chs-martyn-follow,.chs-martyn-section .chs-conditional,.chs-martyn-section .chs-subquestion{border-top:0!important;margin-top:22px!important;padding-top:0!important}
.chs-martyn-section .chs-conditional{display:none}
.chs-martyn-section .chs-conditional.show{display:block}
.chs-martyn-follow>h3,.chs-candidate-question>h3{margin-bottom:8px!important}
.chs-candidate-followups{background:#fff;border:1px solid #d8e2ee!important;border-radius:16px;padding:18px!important;margin-top:18px!important}
.chs-candidate-question{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #e6ebf2}
.chs-candidate-question:last-child{padding-bottom:0;margin-bottom:0;border-bottom:0}
.chs-candidate-recommendation{background:rgba(255,255,255,.65);border-radius:15px;padding:17px!important}
@media(max-width:620px){.chs-martyn-section{padding:18px 14px 20px}.chs-candidate-followups{padding:14px!important}}

/* v1.9 */
.chs-matchbar{position:relative}
.chs-close{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;padding:8px 11px;font:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;z-index:2}
.chs-close:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.7)}
.chs-close>span:last-child{font-size:18px;line-height:.7}
.chs-recall-contact,.chs-final-contact{margin-top:20px;padding:20px;border:1px solid #cbd8e7;border-radius:16px;background:#f7fbff}
.chs-recall-contact h3,.chs-final-contact h3{margin-bottom:8px!important}
.chs-recall-contact p:last-of-type,.chs-final-contact p:last-of-type{margin-bottom:0}
.chs-final-contact{margin-bottom:22px}
.chs-final-contact-status{margin:9px 0 0!important;color:#1d5b38!important;font-weight:700}
@media(max-width:760px){
 .chs-match-inner{padding-right:54px}
 .chs-close{right:8px;padding:8px;width:36px;height:36px;justify-content:center}
 .chs-close-text{display:none}
}
.chs-turnstile-host{margin:16px 0 8px;min-height:65px}.chs-turnstile-note{margin-bottom:12px!important}

/* Human-check reliability patch v2.0.1 */
.chs-human-check{
    margin:18px 0 16px;
    padding:16px;
    border:1px solid #b8c8dc;
    border-radius:12px;
    background:#f7faff;
}
.chs-human-check-title{
    margin:0 0 10px;
    color:#061a33;
    font-weight:800;
    font-size:15px;
}
.chs-human-fallback label{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
    color:#061a33;
    font-weight:700;
}
.chs-human-fallback input[type=number]{
    width:90px;
    min-height:42px;
    padding:8px 10px;
    border:1px solid #8fa5bd;
    border-radius:8px;
    background:#fff;
    font-size:18px;
}
.chs-turnstile-note{
    margin-top:10px!important;
}
