html{background:#f3f8f5;min-height:100%}#root{min-height:100vh}:root{--navy:#071328;--green:#197347;--green-deep:#0e5633;--green-pale:#e9f5ed;--green-line:#b9d8c4;--blue:#67b4ff;--ink:#13231a;--muted:#5d6f64;--white:#fff;--danger:#a23838;color:var(--ink);font-synthesis:none;text-rendering:optimizelegibility;background:#f3f8f5;font-family:Aptos,Trebuchet MS,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input{font:inherit}button{cursor:pointer}.checker-shell{background-color:#fff;background-image:linear-gradient(#1973470a 1px,#0000 1px),linear-gradient(90deg,#1973470a 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex-direction:column;min-height:100vh;display:flex}.site-header{min-height:76px;color:var(--green-deep);background:#fffffff5;border-bottom:3px solid #1a9d5a;justify-content:space-between;align-items:center;gap:24px;padding:12px clamp(20px,5vw,76px);display:flex;box-shadow:0 8px 24px #0e56331a}.brand{align-items:center;display:flex}.brand img{object-fit:contain;object-position:left center;filter:brightness(0)saturate()invert(29%)sepia(35%)saturate(1061%)hue-rotate(99deg)brightness(90%)contrast(92%);width:190px;height:49px}.header-actions{align-items:center;gap:12px;display:flex}.header-label{color:var(--green-deep);align-items:center;gap:9px;font-size:14px;font-weight:700;display:inline-flex}main{flex:1;width:min(920px,100% - 40px);margin:0 auto;padding:58px 0 72px}.intro{margin-bottom:30px}.eyebrow{color:var(--green);text-transform:uppercase;letter-spacing:1.5px;align-items:center;gap:9px;margin:0 0 12px;font-size:12px;font-weight:800;display:flex}.eyebrow span{background:var(--green);width:28px;height:2px}h1,h2,p{margin-top:0}h1{color:var(--navy);letter-spacing:0;margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,6vw,58px);line-height:1.04}.intro-copy{max-width:630px;color:var(--muted);margin-bottom:0;font-size:17px;line-height:1.65}.checker-panel,.result-card,.message-card{background:var(--white);border:1px solid var(--green-line);border-radius:8px;box-shadow:0 18px 44px #0b3b2317}.mode-tabs{background:#dfeee5;border-radius:7px 7px 0 0;grid-template-columns:1fr 1fr;display:grid}.mode-tabs button{border:0;border-bottom:1px solid var(--green-line);color:#496157;background:0 0;justify-content:center;align-items:center;gap:9px;min-height:58px;padding:12px;font-weight:750;display:inline-flex}.mode-tabs button:first-child{border-radius:7px 0 0}.mode-tabs button:last-child{border-radius:0 7px 0 0}.mode-tabs button.active{background:var(--white);color:var(--green-deep);border-bottom-color:var(--white);box-shadow:inset 0 3px var(--green)}.mode-tabs button:focus-visible,.search-button:focus-visible{outline:3px solid var(--blue);outline-offset:2px}.panel-body{padding:32px}.form-heading{align-items:center;gap:16px;margin-bottom:28px;display:flex}.form-icon{width:48px;height:48px;color:var(--white);background:var(--green);border-radius:6px;flex:0 0 48px;place-items:center;display:grid}.form-icon svg{width:23px}.form-heading h2{color:var(--navy);letter-spacing:0;margin:0 0 4px;font-family:Georgia,Times New Roman,serif;font-size:25px}.form-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.field-grid{grid-template-columns:1fr 1.35fr;gap:18px;display:grid}.centre-fields{grid-template-columns:1fr}.delegate-fields{grid-template-columns:1fr 1.3fr 1fr}label>span{color:#263c30;margin-bottom:8px;font-size:13px;font-weight:750;display:block}.input-wrap{position:relative}.input-icon{color:#688176;pointer-events:none;display:flex;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.input-icon svg{width:18px;height:18px}.input-wrap input{width:100%;min-height:48px;color:var(--ink);background:#fbfdfb;border:1px solid #b9cdc0;border-radius:5px;outline:none;padding:10px 13px 10px 42px;transition:border-color .15s,box-shadow .15s}.input-wrap input::placeholder{color:#89988f}.input-wrap input:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 3px #19734721}.input-wrap input:disabled{opacity:.7}.form-footer{border-top:1px solid #dce9e0;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding-top:22px;display:flex}.form-footer p{color:var(--muted);align-items:center;gap:7px;margin:0;font-size:12px;display:flex}.form-footer p svg{color:var(--green)}.search-button{border:1px solid var(--green-deep);min-height:46px;color:var(--white);background:var(--green);border-radius:5px;justify-content:center;align-items:center;gap:9px;padding:11px 20px;font-weight:750;display:inline-flex;box-shadow:0 8px 18px #1973472e}.search-button:hover:not(:disabled){background:var(--green-deep)}.search-button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none}.spinner{animation:.85s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.result-region{margin-top:24px}.message-card{align-items:flex-start;gap:15px;padding:24px;display:flex}.message-card>svg{color:var(--danger);flex:none}.message-card h2{color:var(--navy);margin:0 0 5px;font-size:18px}.message-card p{color:var(--muted);margin:0;line-height:1.5}.error-card{background:snow;border-color:#e4b7b7}.result-card{border-color:#9fc9ae;overflow:hidden}.result-card.inactive{border-color:#ddb2b2}.result-status{background:var(--green-pale);border-bottom:1px solid var(--green-line);grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:26px 28px;display:grid}.inactive .result-status{background:#fcf0f0;border-color:#ddb2b2}.status-icon{width:48px;height:48px;color:var(--white);background:var(--green);border-radius:50%;place-items:center;display:grid}.inactive .status-icon{background:var(--danger)}.status-icon svg{width:27px;height:27px}.result-kicker{color:var(--green-deep);text-transform:uppercase;letter-spacing:1px;margin:0 0 3px;font-size:11px;font-weight:800}.result-status h2{color:var(--navy);letter-spacing:0;margin:0 0 2px;font-family:Georgia,Times New Roman,serif;font-size:23px}.result-status p:last-child{color:var(--muted);margin:0}.status-pill{color:var(--green-deep);white-space:nowrap;background:#ffffffb3;border:1px solid #9fc9ae;border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.result-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:21px 32px;margin:0;padding:25px 28px;display:grid}.result-details div{min-width:0}.result-details dt{color:#6b7f73;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px;font-size:11px;font-weight:800}.result-details dd{color:var(--navy);overflow-wrap:anywhere;margin:0;font-weight:700}.result-details .courses{grid-column:1/-1}footer{color:#fff;background:var(--green-deep);border-top:3px solid #65b785;padding:34px clamp(20px,5vw,76px) 20px}.footer-main{justify-content:space-between;align-items:flex-start;gap:32px;display:flex}.footer-proqual-logo{object-fit:contain;object-position:left center;width:168px;height:44px;display:block}.footer-tagline{color:#c4dfce;text-transform:uppercase;letter-spacing:1px;margin:10px 0 0;font-size:12px;font-weight:700}.footer-address{align-items:flex-start;gap:9px;margin-top:16px;font-size:14px;font-style:normal;line-height:1.6;display:flex}.footer-address svg{color:#9fd3b3;flex:none;margin-top:3px}.footer-contact{text-align:right;flex-direction:column;align-items:flex-end;gap:10px;display:flex}.footer-contact a{color:#fff;align-items:center;gap:9px;font-size:14px;text-decoration:none;display:inline-flex}.footer-contact a:hover{text-decoration:underline}.footer-contact a:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:3px}.footer-contact svg{color:#9fd3b3;flex:none}.footer-phone{letter-spacing:.5px;font-weight:700;font-size:22px!important}.footer-bottom{border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:20px;margin-top:26px;padding-top:16px;display:flex}footer small{color:#c4dfce}.footer-certification{justify-content:center;align-items:center;width:68px;height:76px;display:flex}.footer-certification img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=760px){.site-header{min-height:68px;padding-inline:18px}.brand img{width:145px;height:40px}.header-label{gap:0;font-size:0}.header-label svg{width:21px;height:21px}.header-actions{gap:8px}main{width:min(100% - 28px,920px);padding:38px 0 54px}h1{font-size:39px}.intro-copy{font-size:15px}.panel-body{padding:24px 19px}.field-grid,.delegate-fields{grid-template-columns:1fr}.form-footer{flex-direction:column;align-items:stretch}.form-footer p{order:2}.search-button{width:100%}.result-status{grid-template-columns:auto 1fr;padding:22px 19px}.status-pill{grid-column:1/-1;width:max-content}.result-details{grid-template-columns:1fr;padding:22px 19px}.result-details .courses{grid-column:auto}footer{padding:26px 18px 18px}.footer-main{flex-direction:column;gap:22px}.footer-proqual-logo{width:140px;height:38px}.footer-contact{text-align:left;align-items:flex-start}.footer-phone{font-size:20px!important}.footer-certification{width:60px;height:66px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
