
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;font-family:'Plus Jakarta Sans',Arial,sans-serif;background:#f4f7fa;color:#122b49}
body.worker-ready-report-page{min-height:100vh}
.wr-report-main{min-height:100vh;padding:38px 18px;display:grid;place-items:center;background:radial-gradient(circle at top,#eef8f2 0,#f5f8fb 42%,#f3f6f9 100%)}
.wr-report-card{width:min(660px,100%);background:#fff;border:1px solid #dfe6ed;border-radius:22px;padding:34px;box-shadow:0 18px 60px rgba(10,35,64,.08)}
.wr-report-logo{display:inline-block;margin-bottom:24px}
.wr-report-logo img{width:190px;height:auto;display:block}
.wr-report-kicker{display:block;color:#178744;font-size:9px;letter-spacing:1px;font-weight:900;margin-bottom:7px}
.wr-report-card h1{font-size:30px;line-height:1.12;margin:0 0 9px;color:#0b2d55}
.wr-report-card p{font-size:12px;line-height:1.65;color:#657487}
.wr-report-subject{margin:0 0 4px!important;color:#0b2d55!important;font-weight:800!important;font-size:13px!important}
.wr-report-copy{margin:0 0 20px!important}
.wr-report-form{display:grid;gap:15px;margin-top:22px}
.wr-report-form label{display:grid;gap:6px}
.wr-report-form label>span{font-size:10px;font-weight:800;color:#0b2d55}
.wr-report-form label small{font-weight:500;color:#8994a1}
.wr-report-form input,.wr-report-form select,.wr-report-form textarea{width:100%;border:1px solid #cfd8e2;border-radius:10px;background:#fff;padding:11px 12px;font:inherit;font-size:11px;color:#19324f;outline:none}
.wr-report-form input:focus,.wr-report-form select:focus,.wr-report-form textarea:focus{border-color:#1d9752;box-shadow:0 0 0 3px rgba(29,151,82,.09)}
.wr-report-two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wr-report-primary{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:10px;background:#1b8d4a;color:#fff!important;padding:11px 18px;text-decoration:none;font-size:11px;font-weight:800;cursor:pointer}
.wr-report-primary:hover{background:#15773e}
.wr-report-alert{background:#fff2ef;border:1px solid #f0ccc5;color:#8a4238;border-radius:10px;padding:10px 12px;font-size:10px;margin:12px 0}
.wr-report-privacy{display:flex;align-items:center;gap:7px!important;background:#f5f8fb;border-radius:9px;padding:10px!important;margin:0!important;font-size:9px!important}
.wr-report-privacy i{color:#178744}
.wr-report-success-icon,.wr-report-warning-icon{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;font-size:22px;margin-bottom:18px}
.wr-report-success-icon{background:#e9f7ee;color:#178744}
.wr-report-warning-icon{background:#fff5de;color:#9a710e}
.wr-report-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:600px){
  .wr-report-main{padding:18px 12px;place-items:start center}
  .wr-report-card{padding:24px 18px;border-radius:16px}
  .wr-report-logo img{width:165px}
  .wr-report-card h1{font-size:25px}
  .wr-report-two{grid-template-columns:1fr}
}
