/* Find the Gaps - report v2, built to Shea's approved mockup
   mockups/2026-08-31-report-v3-fold.html (locked 31/08).
   The mockup's own CSS, scoped to #reportScreen so the door and the scan
   theatre keep theirs, and with the mockup palette held on the report rather
   than :root. Layout, spacing, colour and tone are the mockup's. */
#reportScreen{
    --g-blue:#167daf; --g-red:#d93025; --g-yellow:#e37400; --g-green:#188038;
    --blue-50:#e8f0fe; --red-50:#fce8e6; --yellow-50:#fef7e0; --green-50:#e6f4ea; --grey-50:#f8f9fa;
    --ink:#202124; --soft:#5f6368; --line:#dadce0;
  }#reportScreen *{margin:0;padding:0;box-sizing:border-box}#reportScreen{font-family:'Google Sans Text',Roboto,-apple-system,sans-serif;color:var(--ink);background:#fff}#reportScreen .page{display:grid;grid-template-columns:288px 1fr;min-height:100vh;max-width:1440px;margin:0 auto}#reportScreen svg{display:block}#reportScreen aside{border-right:1px solid var(--line);padding:32px 26px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff, #fdf3f2)}#reportScreen .brand{font-family:Roboto;font-weight:700;font-size:16px;margin-bottom:36px}#reportScreen .brand span{color:var(--soft);font-weight:400}#reportScreen .ring{width:150px;height:150px;margin:0 auto;border-radius:50%;position:relative;background:conic-gradient(var(--g-red) 0deg,#eee0de 0deg);display:grid;place-items:center}#reportScreen .ring::after{content:"";position:absolute;inset:11px;background:#fff;border-radius:50%}#reportScreen .ring .val{position:relative;z-index:1;font-family:Roboto;font-weight:700;font-size:44px;line-height:1}#reportScreen .ring .val small{display:block;font-size:11px;font-weight:500;color:var(--soft);margin-top:3px}#reportScreen .gradelabel{text-align:center;margin-top:16px;font-size:12px;color:var(--soft)}#reportScreen .gradeword{text-align:center;font-size:20px;font-weight:700;color:var(--g-red);margin-top:2px}#reportScreen .gradesub{text-align:center;font-size:12.5px;color:var(--soft);margin-top:8px;line-height:1.55}#reportScreen .subs{margin-top:32px;display:flex;flex-direction:column;gap:20px}#reportScreen .sub{display:grid;grid-template-columns:30px 1fr auto;gap:8px 12px;align-items:center}#reportScreen .sub .dot{width:30px;height:30px;border-radius:8px;display:grid;place-items:center}#reportScreen .sub .dot svg{width:16px;height:16px}#reportScreen .sub .nm{font-size:13.5px;font-weight:700}#reportScreen .sub .word{font-size:11.5px;font-weight:700}#reportScreen .sub .pts{font-size:12.5px;color:var(--soft);font-variant-numeric:tabular-nums}#reportScreen .sub .track{grid-column:1/-1;height:4px;border-radius:99px;background:#f0e3e1;overflow:hidden}#reportScreen .sub .fill{height:100%;border-radius:99px;width:0;transition:width 1.1s cubic-bezier(.2,.8,.2,1)}#reportScreen .ok .dot{background:var(--green-50);color:var(--g-green)}#reportScreen .ok .word{color:var(--g-green)}#reportScreen .ok .fill{background:var(--g-green)}#reportScreen .bad .dot{background:var(--red-50);color:var(--g-red)}#reportScreen .bad .word{color:var(--g-red)}#reportScreen .bad .fill{background:var(--g-red)}#reportScreen .side-tease{margin-top:auto;background:linear-gradient(120deg,#1a73e8,#174ea6);border-radius:16px;padding:16px;color:#fff;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center}#reportScreen .side-tease .st-num{font-family:Roboto;font-weight:900;font-size:34px;line-height:1}#reportScreen .side-tease .st-tx b{font-size:13px;display:block}#reportScreen .side-tease .st-tx small{font-size:11px;opacity:.8;line-height:1.4;display:block;margin-top:2px}#reportScreen .side-tease .st-btn{grid-column:1/-1;margin-top:10px;background:#fff;color:var(--g-blue);border:none;border-radius:99px;padding:10px 14px;font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit}#reportScreen .aside-note{margin-top:14px;font-size:11.5px;color:var(--soft);line-height:1.6;border-top:1px solid var(--line);padding-top:16px}#reportScreen main{padding:28px 36px 60px;background:var(--grey-50);position:relative}#reportScreen .lockable{transition:filter .5s}#reportScreen.is-locked .lockable{filter:blur(10px);pointer-events:none;user-select:none}#reportScreen .id-banner{background:#fff;border:1px solid #eceef1;border-radius:20px;padding:20px 24px;display:flex;align-items:center;gap:18px;margin-bottom:20px}#reportScreen .logo-tile{width:64px;height:64px;border-radius:14px;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;flex:none;background:#fff}#reportScreen .logo-tile img{width:52px;height:52px;object-fit:contain}#reportScreen .id-banner h1{font-family:Roboto;font-size:22px;font-weight:700}#reportScreen .id-banner .addr{font-size:13px;color:var(--soft);margin-top:3px}#reportScreen .fresh{font-size:12px;font-weight:700;color:var(--g-green);background:var(--green-50);border-radius:99px;padding:7px 13px;white-space:nowrap}#reportScreen .site-frame{margin-left:auto;width:280px;flex:none;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}#reportScreen .chrome-bar{display:flex;align-items:center;gap:6px;background:var(--grey-50);border-bottom:1px solid var(--line);padding:7px 10px}#reportScreen .chrome-bar i{width:8px;height:8px;border-radius:50%;background:#dadce0}#reportScreen .chrome-bar .url{flex:1;background:#fff;border:1px solid var(--line);border-radius:99px;font-size:10.5px;color:var(--soft);padding:3px 10px;font-style:normal}#reportScreen .site-frame .shot{height:132px;position:relative;overflow:hidden}#reportScreen .site-frame iframe{width:1120px;height:530px;transform:scale(.25);transform-origin:0 0;border:0;pointer-events:none}#reportScreen .site-frame .cap{font-size:10.5px;color:var(--soft);padding:6px 10px;border-top:1px solid #f0f2f4}#reportScreen .grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}#reportScreen .card{background:#fff;border-radius:20px;padding:26px;border:1px solid #eceef1}#reportScreen .k{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;display:inline-flex;align-items:center;gap:7px;border-radius:99px;padding:6px 12px;margin-bottom:16px}#reportScreen .card h2{font-family:Roboto;font-size:19px;font-weight:700;line-height:1.3}#reportScreen .b-comp .k,#reportScreen .b-del .k{background:var(--blue-50);color:var(--g-blue)}#reportScreen .b-checks .k{background:var(--green-50);color:var(--g-green)}#reportScreen .b-rev .k{background:var(--yellow-50);color:var(--g-yellow)}#reportScreen .ranks{margin-top:16px;display:flex;flex-direction:column;gap:6px}#reportScreen .r{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:12px;font-size:13.5px}#reportScreen .r .p{font-family:Roboto;font-weight:700;color:var(--soft);width:28px;font-size:12px}#reportScreen .r .face{width:32px;height:32px;border-radius:9px;background:var(--grey-50);border:1px solid #eceef1;display:grid;place-items:center;font-family:Roboto;font-weight:700;font-size:12px;color:var(--soft);overflow:hidden}#reportScreen .r .face img{width:100%;height:100%;object-fit:cover}#reportScreen .r .n{flex:1;line-height:1.3}#reportScreen .r .n b{display:block;font-weight:700}#reportScreen .r .n small{color:var(--soft);font-size:11.5px}#reportScreen .r .s{font-weight:700;font-size:13px}#reportScreen .r.you{background:var(--blue-50);outline:1.5px solid var(--g-blue)}#reportScreen .youpill{font-size:9px;font-weight:900;background:var(--g-blue);color:#fff;border-radius:4px;padding:2px 6px;margin-left:7px;letter-spacing:.05em}#reportScreen .checks{margin-top:14px}#reportScreen .c{display:flex;align-items:center;gap:12px;padding:10px 2px;border-bottom:1px solid #f0f2f4;font-size:13.5px;font-weight:500}#reportScreen .c:last-child{border-bottom:none}#reportScreen .c .ci{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--grey-50);color:var(--soft);flex:none}#reportScreen .c .ci svg{width:15px;height:15px}#reportScreen .c .lbl{flex:1;line-height:1.35}#reportScreen .c .lbl small{display:block;color:var(--soft);font-weight:400;font-size:11.5px}#reportScreen .pf{font-size:10px;font-weight:900;letter-spacing:.07em;border-radius:99px;padding:4px 11px}#reportScreen .pass{background:var(--green-50);color:var(--g-green)}#reportScreen .fail{background:var(--red-50);color:var(--g-red)}#reportScreen .rev-num{font-family:Roboto;font-weight:700;font-size:54px;letter-spacing:-.03em;margin-top:12px;line-height:1}#reportScreen .rev-num small{font-size:17px;font-weight:500;color:var(--soft)}#reportScreen .rev-line{font-size:13.5px;color:var(--soft);margin-top:12px;line-height:1.6}#reportScreen .rev-line b{color:var(--ink)}#reportScreen .scenario{margin-top:14px;font-size:10.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--soft);background:var(--grey-50);border:1px solid #eceef1;border-radius:99px;padding:5px 11px;display:inline-block}#reportScreen .del-row{margin-top:12px;display:flex;gap:14px}#reportScreen .del-copy{font-size:13.5px;color:var(--soft);line-height:1.6}#reportScreen .del-copy b{color:var(--ink)}#reportScreen .btn{display:inline-flex;align-items:center;gap:8px;background:var(--g-blue);color:#fff;font-weight:700;font-size:13.5px;font-family:inherit;border:none;border-radius:99px;padding:11px 20px;cursor:pointer;text-decoration:none}#reportScreen .btn:hover{background:#1765cc}#reportScreen .btn.ghost{background:#fff;color:var(--g-blue);border:1px solid var(--line)}#reportScreen .sections-head{margin:44px 0 8px}#reportScreen .sections-head h2{font-family:Roboto;font-size:26px;font-weight:700}#reportScreen .sections-head p{color:var(--soft);font-size:15px;margin-top:6px}#reportScreen .sec{margin-top:36px}#reportScreen .sec-title{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}#reportScreen .sec-title .no{font-family:Roboto;font-weight:700;color:var(--soft);font-size:15px}#reportScreen .sec-title h3{font-family:Roboto;font-size:20px;font-weight:700}#reportScreen .sec-title .secscore{margin-left:auto;font-size:13px;font-weight:700}#reportScreen .sec-sub{color:var(--soft);font-size:14px;margin:0 0 14px 30px}#reportScreen .sec .card{margin-left:30px}#reportScreen .grp{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--soft);margin:18px 0 6px}#reportScreen .grp:first-child{margin-top:0}#reportScreen .item{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid #f5f6f7;font-size:13.5px;align-items:flex-start}#reportScreen .item:last-child{border-bottom:none}#reportScreen .st{width:17px;height:17px;border-radius:50%;flex:none;display:grid;place-items:center;margin-top:1px;font-size:10px;font-weight:900;color:#fff}#reportScreen .st.y{background:var(--g-green)}#reportScreen .st.n{background:var(--g-red)}#reportScreen .st.m{background:var(--g-yellow)}#reportScreen .item .t b{display:block;font-weight:700}#reportScreen .item .t small{color:var(--soft);line-height:1.5;display:block;margin-top:1px}#reportScreen .searchrows{margin-top:6px}#reportScreen .srow{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f6f7;font-size:13.5px}#reportScreen .srow:last-child{border-bottom:none}#reportScreen .srow .gq{flex:1;font-weight:500}#reportScreen .srow .gq small{color:var(--soft)}#reportScreen .rk{font-size:11px;font-weight:900;border-radius:6px;padding:4px 9px}#reportScreen .rk.first{background:var(--green-50);color:var(--g-green)}#reportScreen .rk.beat{background:var(--red-50);color:var(--g-red)}#reportScreen .rk.mid{background:var(--yellow-50);color:var(--g-yellow)}#reportScreen .cta-banner{margin:18px 0 0 30px;border-radius:20px;padding:26px 28px;display:flex;align-items:center;gap:20px;color:#fff;background:linear-gradient(120deg,#1a73e8,#174ea6)}#reportScreen .cta-banner.green{background:linear-gradient(120deg,#188038,#0d652d)}#reportScreen .cta-banner.dark{background:linear-gradient(120deg,#202124,#3c4043)}#reportScreen .cta-banner .tx{flex:1}#reportScreen .cta-banner h4{font-family:Roboto;font-size:18px;font-weight:700}#reportScreen .cta-banner p{font-size:13.5px;opacity:.85;margin-top:6px;line-height:1.55;max-width:520px}#reportScreen .cta-banner .btn{background:#fff;color:var(--ink);flex:none}#reportScreen .gbp-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}#reportScreen .gbp-head .face{width:44px;height:44px;border-radius:12px;overflow:hidden;border:1px solid var(--line)}#reportScreen .gbp-head .face img{width:100%;height:100%;object-fit:contain}#reportScreen .gbp-head b{font-size:16px}#reportScreen .gbp-head small{display:block;color:var(--soft);margin-top:2px}#reportScreen .gatewrap{position:fixed;inset:0;z-index:90;display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:6vh 16px 40px;background:rgba(248,249,250,.25)}#reportScreen.is-locked .gatewrap{display:flex}#reportScreen .gcard{width:min(460px,94vw);background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:0 30px 80px rgba(32,33,36,.25);overflow:hidden}#reportScreen .gcard .head{padding:26px 28px 22px;background:linear-gradient(120deg,#1a73e8,#174ea6);color:#fff}#reportScreen .gcard .head .free{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#bcd3f7;margin-bottom:10px}#reportScreen .gcard .head h3{font-family:Roboto;font-size:21px;font-weight:700;line-height:1.3}#reportScreen .gcard .bd{padding:24px 28px 28px}#reportScreen .gcard ul{list-style:none;margin-bottom:18px}#reportScreen .gcard li{font-size:14px;font-weight:500;padding:6px 0 6px 28px;position:relative}#reportScreen .gcard li::before{content:"✓";position:absolute;left:2px;color:var(--g-green);font-weight:900}#reportScreen .gcard input[type=text],#reportScreen .gcard input:not([type]){width:100%;border:1.5px solid var(--line);border-radius:12px;padding:13px 14px;font-size:15px;margin-bottom:10px;font-family:inherit;background:var(--grey-50);transition:border-color .2s,background .2s}#reportScreen .gcard input:not([type]):focus{outline:none;border-color:var(--g-blue);background:#fff;box-shadow:0 0 0 3px var(--blue-50)}#reportScreen .gcard li:nth-child(1)::before{color:var(--g-blue)}#reportScreen .gcard li:nth-child(2)::before{color:var(--g-red)}#reportScreen .gcard li:nth-child(3)::before{color:var(--g-yellow)}#reportScreen .gcard li:nth-child(4)::before{color:var(--g-green)}#reportScreen .consent{display:flex;gap:10px;align-items:flex-start;font-size:12.5px;color:var(--soft);line-height:1.5;margin:2px 0 12px;cursor:pointer}#reportScreen .consent input{width:17px;height:17px;margin-top:1px;accent-color:var(--g-blue);flex:none}#reportScreen .consent b{color:var(--ink)}#reportScreen .gcard .roles{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}#reportScreen .gcard .role{border:1px solid var(--line);border-radius:99px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;background:#fff}#reportScreen .gcard .role.on{background:var(--blue-50);border-color:var(--g-blue);color:var(--g-blue)}#reportScreen .gcard .go{width:100%;background:var(--g-blue);color:#fff;font-weight:700;font-size:15px;border:none;border-radius:12px;padding:15px;cursor:pointer;font-family:inherit}#reportScreen .gcard .note{text-align:center;font-size:12px;color:var(--soft);margin-top:11px;line-height:1.5}#reportScreen .endnote{margin:44px 0 0 30px;text-align:center;color:var(--soft);font-size:12px;border-top:1px dashed var(--line);padding-top:22px}

  @media(max-width:980px){#reportScreen .page{grid-template-columns:1fr}#reportScreen aside{position:static;height:auto;border-right:none;border-bottom:1px solid var(--line);padding:20px;display:grid;grid-template-columns:auto 1fr;gap:8px 20px;align-items:center;background:#fff}#reportScreen .brand{grid-column:1/-1;margin-bottom:6px}#reportScreen .ring{width:92px;height:92px}#reportScreen .ring::after{inset:8px}#reportScreen .ring .val{font-size:26px}#reportScreen .gradelabel,#reportScreen .gradesub,#reportScreen .aside-note{display:none}#reportScreen .gradeword{text-align:left;margin-top:0}#reportScreen .subs{margin-top:0;gap:12px}#reportScreen .sub .track{display:none}#reportScreen main{padding:18px 14px 50px}#reportScreen .id-banner{flex-wrap:wrap;gap:14px;padding:16px}#reportScreen .site-frame{margin-left:0;width:100%}#reportScreen .grid{grid-template-columns:1fr;gap:14px}#reportScreen .card{padding:20px}#reportScreen .rev-num{font-size:44px}#reportScreen .sec .card,#reportScreen .sec-sub,#reportScreen .cta-banner,#reportScreen .endnote{margin-left:0}#reportScreen .cta-banner{flex-direction:column;align-items:flex-start}
  }


/* ── built-page additions the mockup implies ─────────────────────────────── */
/* Locked on load: the main column carries skeletons only. The real findings
   are rendered in after the verified unlock, so a public DOM holds none of
   them. The mockup's blur sits on top of these. */
#reportScreen .rp-skel{height:14px;border-radius:99px;background:linear-gradient(90deg,#eceef1,#f6f7f9,#eceef1);margin:10px 0}
#reportScreen.is-locked .lockable{filter:blur(10px);pointer-events:none;user-select:none}
#reportScreen.is-locked .gatewrap{display:grid;place-items:center}
#reportScreen:not(.is-locked) .gatewrap{display:none}
#reportScreen .dchip{display:inline-block;border:1px solid var(--line);border-radius:99px;padding:6px 12px;margin:0 8px 8px 0;font-size:12.5px;font-weight:700}
#reportScreen .dchip.none{color:var(--soft);font-weight:500}
#reportScreen details.rp-more>summary{cursor:pointer;list-style:none;font-size:12.5px;font-weight:700;color:var(--soft);padding:10px 0}
#reportScreen details.rp-more>summary::-webkit-details-marker{display:none}
#reportScreen details.rp-more>summary:before{content:"+ ";color:var(--g-blue)}
#reportScreen details.rp-more[open]>summary:before{content:"− "}
#reportScreen .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
#reportScreen .form-error:empty{display:none}
#reportScreen .form-error{color:var(--g-red);font-size:12.5px;font-weight:700;margin:8px 0 0}
#reportScreen .fine-print{color:var(--soft);font-size:11.5px;line-height:1.5;margin:10px 0 0}
#reportScreen .roles .role{font:inherit;cursor:pointer}
#reportScreen .roles .role[aria-pressed="true"]{background:var(--blue-50);border-color:var(--g-blue);color:var(--g-blue)}

/* one column under 900px: the sidebar leads, the report follows */
@media(max-width:900px){
  #reportScreen .page{grid-template-columns:1fr}
  #reportScreen aside{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line);padding:24px 18px}
  #reportScreen main{padding:18px 16px 48px}
  #reportScreen .grid{grid-template-columns:1fr}
  #reportScreen .id-banner{flex-wrap:wrap}
  #reportScreen .site-frame{margin-left:0;width:100%}
  #reportScreen .gatewrap{padding:12px}
}
@media(prefers-reduced-motion:reduce){
  #reportScreen *,#reportScreen *:before,#reportScreen *:after{animation:none!important;transition:none!important}
}

/* The report carries its own brand in the sidebar; the global bar is noise here. */
body:has(#reportScreen.is-active) .site-header{display:none}
#reportScreen .sub .dot{background:var(--grey-50);color:var(--soft)}
#reportScreen .sub.ok .dot{background:var(--green-50);color:var(--g-green)}
#reportScreen .sub.bad .dot{background:var(--red-50);color:var(--g-red)}
#reportScreen .sub.mut .word{color:var(--soft)}

/* Approved 31/08 unlock card: quiet Google-style value chips, line icons and a
   red-outline score. The phone treatment becomes a keyboard-safe bottom sheet. */
#reportScreen .gatewrap{padding:40px 16px;align-items:center;background:rgba(248,249,250,.25)}
#reportScreen .gcard{width:min(440px,92vw);border:0;border-radius:20px;box-shadow:0 24px 60px rgba(32,33,36,.22)}
#reportScreen .g-top{display:flex;align-items:center;gap:12px;padding:20px 26px;border-bottom:1px solid #f0f2f4}
#reportScreen .glogo{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);display:grid;place-items:center;overflow:hidden;flex:none;background:#fff;color:var(--soft);font-family:Roboto;font-size:13px;font-weight:700}
#reportScreen .glogo img{width:34px;height:34px;object-fit:contain}
#reportScreen .g-top b{display:block;font-size:14.5px}
#reportScreen .g-top small{display:block;color:var(--soft);font-size:11.5px}
#reportScreen .gscore{margin-left:auto;border:1px solid #f0c9c5;border-radius:99px;background:#fff;padding:6px 12px;color:var(--g-red);font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:700;white-space:nowrap}
#reportScreen .gcard .bd{padding:22px 26px 26px}
#reportScreen .gcard .bd>h3{font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:22px;font-weight:700;line-height:1.25;letter-spacing:-.01em}
#reportScreen .g-sub{margin-top:8px;color:var(--soft);font-size:13.5px;line-height:1.55}
#reportScreen .g-vals{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0 18px}
#reportScreen .g-val{display:flex;align-items:center;gap:10px;border:1px solid #eceef1;border-radius:12px;background:var(--grey-50);padding:10px 12px;font-size:12.5px;font-weight:600;line-height:1.3}
#reportScreen .g-val .ic{width:26px;height:26px;border:1px solid #eceef1;border-radius:8px;background:#fff;display:grid;place-items:center;flex:none}
#reportScreen .g-val .ic svg{width:14px;height:14px}
#reportScreen .g-val.v1 .ic{color:var(--g-blue)}#reportScreen .g-val.v2 .ic{color:var(--g-green)}#reportScreen .g-val.v3 .ic{color:var(--g-yellow)}#reportScreen .g-val.v4 .ic{color:var(--g-red)}
#reportScreen .gcard input:not([type="checkbox"]){width:100%;height:auto;border:1.5px solid var(--line);border-radius:12px;background:var(--grey-50);padding:13px 14px;margin-bottom:10px;color:var(--ink);font-family:inherit;font-size:15px;transition:border-color .2s,background .2s,box-shadow .2s}
#reportScreen .gcard input:not([type="checkbox"]):focus{outline:0;border-color:var(--g-blue);background:#fff;box-shadow:0 0 0 3px var(--blue-50)}
#reportScreen .gcard .roles{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
#reportScreen .gcard .role{border:1px solid var(--line);border-radius:99px;background:#fff;padding:8px 16px;color:var(--ink);font-size:13px;font-weight:600}
#reportScreen .gcard .role.on,#reportScreen .gcard .role[aria-pressed="true"]{border-color:var(--g-blue);background:var(--blue-50);color:var(--g-blue)}
#reportScreen .gcard .go{width:100%;border:0;border-radius:12px;background:var(--g-blue);padding:15px;color:#fff;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer}
#reportScreen .gcard .go:hover:not(:disabled){background:#1765cc}
#reportScreen .gcard .go:disabled{cursor:wait;opacity:.58}
#reportScreen .gate-form{padding:0;background:#fff}
#reportScreen .gate-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
#reportScreen .otp-grid{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin:18px 0}
#reportScreen .otp-grid input{position:absolute;z-index:2;inset:0;width:100%;height:100%;border:0!important;background:transparent!important;color:transparent;caret-color:transparent;opacity:.01}
#reportScreen .otp-grid span{display:grid;place-items:center;height:52px;border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--ink);font-size:23px;font-weight:700}
#reportScreen .otp-grid span.is-filled{border-color:var(--g-blue);background:var(--blue-50)}
#reportScreen .otp-actions{display:flex;justify-content:center;gap:16px;margin-top:10px}
#reportScreen .otp-actions button{border:0;background:transparent;color:var(--g-blue);font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}
#reportScreen .otp-actions button:disabled{color:var(--soft);cursor:default}
#reportScreen .report-review-moments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:6px 0 18px}
#reportScreen .rp-review{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;border:1px solid #eceef1;border-radius:12px;background:var(--grey-50);padding:11px}
#reportScreen .rp-review-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid var(--line);color:var(--soft);font-size:11px;font-weight:700}
#reportScreen .rp-review-avatar img{width:100%;height:100%;object-fit:cover}
#reportScreen .rp-review-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:12px}
#reportScreen .rp-review-head small{color:var(--soft);font-size:10.5px;white-space:nowrap}
#reportScreen .rp-review-stars{color:var(--g-yellow);font-size:11px;letter-spacing:.08em}
#reportScreen .rp-review blockquote{grid-column:1/-1;color:var(--soft);font-size:12px;line-height:1.45}
@media(max-width:600px){
  #reportScreen .gatewrap{align-items:flex-end;padding:0;bottom:calc(max(0px,env(safe-area-inset-bottom)) + var(--keyboard-inset,0px));height:var(--visual-viewport-height,100dvh);top:auto;background:rgba(248,249,250,.25)}
  #reportScreen .gcard{width:100%;max-height:calc(var(--visual-viewport-height,100dvh) - 8px);overflow:auto;border-radius:24px 24px 0 0;box-shadow:0 -20px 60px rgba(32,33,36,.3)}
  #reportScreen .g-top{padding:16px 20px}
  #reportScreen .g-top small{font-size:10.5px}
  #reportScreen .gate-meta-prefix,#reportScreen .gate-meta-year{display:none}
  #reportScreen .gscore{padding:5px 9px;font-size:12px}
  #reportScreen .gcard .bd{padding:18px 20px calc(22px + env(safe-area-inset-bottom))}
  #reportScreen .gcard .bd>h3{font-size:19px}
  #reportScreen .g-sub{display:none}
  #reportScreen .g-vals{gap:6px;margin:14px 0}
  #reportScreen .g-val{padding:8px 9px;font-size:11px}
  #reportScreen .gcard input:not([type="checkbox"]){padding:12px 13px;font-size:16px}
  #reportScreen .gcard .role{padding:7px 12px;font-size:12px}
  #reportScreen #positionChips .role[data-position="Head chef"]{display:none}
  #reportScreen .report-review-moments{grid-template-columns:1fr}
}

/* 31/08 late fix: readable report, generous verification forms and a designed
   email comparison. These are overrides because the approved report stylesheet
   intentionally keeps its original mockup rules above. */
#reportScreen{font-size:16px;line-height:1.52}
#reportScreen .gradesub,#reportScreen .aside-note{font-size:13px}
#reportScreen .sub .nm{font-size:14.5px}
#reportScreen .sub .word{font-size:12.5px}
#reportScreen .card h2{font-size:21px}
#reportScreen .item,#reportScreen .srow,#reportScreen .del-copy,#reportScreen .rev-line{font-size:15px}
#reportScreen .item .t small,#reportScreen .r .n small{font-size:13px;line-height:1.55}
#reportScreen .sec-sub{font-size:15px;line-height:1.55}
#reportScreen .aside-report-cta{width:100%;min-height:48px;margin-top:18px;border:0;border-radius:999px;background:var(--g-blue);color:#fff;padding:0 16px;font:700 14px/1 inherit;cursor:pointer}
#reportScreen.is-locked .aside-report-cta{opacity:.62}
#reportScreen .scenario-assumptions{margin-top:11px;color:var(--soft);font-size:13px}
#reportScreen .scenario-assumptions summary{width:max-content;color:var(--g-blue);font-weight:700;cursor:pointer;text-underline-offset:3px}
#reportScreen .scenario-assumptions p{max-width:52ch;margin-top:8px;line-height:1.55}

#reportScreen .gcard{width:min(940px,94vw)}
#reportScreen .g-cols{grid-template-columns:minmax(300px,.9fr) minmax(430px,1.1fr)}
#reportScreen .g-left{padding:40px 36px}
#reportScreen .gcard .bd{padding:36px 40px 40px}
#reportScreen .gcard .bd>h3{font-size:28px}
#reportScreen .g-sub{font-size:14.5px;line-height:1.55}
#reportScreen .gcard input:not([type="checkbox"]){min-height:56px;padding:15px 16px;font-size:17px}
#reportScreen .gcard .roles{gap:9px;margin:3px 0 14px}
#reportScreen .gcard .role{min-height:43px;padding:10px 18px;font-size:14px}
#reportScreen .gcard .go{min-height:56px;font-size:16px}
#reportScreen .gate-money-growth{display:grid;gap:3px;margin:14px 0 16px;border:1px solid #d9e9f8;border-radius:14px;background:#f4f9ff;padding:15px 16px}
#reportScreen .gate-money-growth small{color:var(--g-blue);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
#reportScreen .gate-money-growth strong{font:800 29px/1.1 Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:-.035em}
#reportScreen .gate-money-growth span{color:var(--soft);font-size:12px}

#reportScreen .comparison-people{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:20px;align-items:center;margin-top:30px}
#reportScreen .comparison-people article{display:grid;justify-items:center;gap:5px;min-height:188px;border:1px solid var(--line);border-radius:20px;background:#fff;padding:24px;text-align:center}
#reportScreen .comparison-face{display:grid;place-items:center;width:74px;height:74px;overflow:hidden;border:1px solid var(--line);border-radius:50%;background:var(--grey-50);color:var(--soft);font-size:22px;font-weight:800}
#reportScreen .comparison-face img{width:100%;height:100%;object-fit:cover}
#reportScreen .comparison-people small{color:var(--soft);font-size:11px;text-transform:uppercase;letter-spacing:.08em}
#reportScreen .comparison-people strong{font-size:18px}
#reportScreen .comparison-vs{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#202124;color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em}
#reportScreen .comparison-verdict{margin:18px 0 0;border-left:4px solid var(--g-blue);background:var(--blue-50);padding:16px 18px;color:var(--ink);font-size:15px;font-weight:650;line-height:1.5}
#reportScreen .comparison-metrics{margin-top:18px;border:1px solid var(--line);border-radius:18px;overflow:hidden}
#reportScreen .comparison-row{display:grid;grid-template-columns:minmax(150px,1.1fr) repeat(2,minmax(120px,1fr));gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:15px 18px}
#reportScreen .comparison-row:last-child{border-bottom:0}
#reportScreen .comparison-row>span{color:var(--soft);font-size:13px}
#reportScreen .comparison-row>strong{border-radius:9px;padding:8px 10px;font-size:14px;text-align:center}
#reportScreen .comparison-row>strong.is-stronger{background:var(--green-50);color:var(--g-green)}

@media(max-width:900px){
  #reportScreen .gcard{width:min(720px,96vw)}
  #reportScreen .g-cols{grid-template-columns:1fr}
  #reportScreen .g-left{display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px 16px;padding:22px 28px}
  #reportScreen .gate-lock-count{display:contents}
  #reportScreen .gate-lock-count strong{grid-row:1/3;font-size:48px}
  #reportScreen .gate-lock-count span{align-self:end;margin:0}
  #reportScreen .g-left>p:not(.g-left-summary),#reportScreen .l-vals{display:none}
  #reportScreen .g-left-summary{display:block;grid-column:2;margin:0;align-self:start}
  #reportScreen .g-vals{display:grid}
}
@media(max-width:600px){
  #reportScreen .page aside{padding-bottom:18px}
  #reportScreen .aside-report-cta{grid-column:1/-1;margin-top:8px}
  #reportScreen .gcard .bd{padding:22px 20px calc(24px + env(safe-area-inset-bottom))}
  #reportScreen .gcard .bd>h3{font-size:22px}
  #reportScreen .gcard input:not([type="checkbox"]){min-height:54px;padding:14px;font-size:16px}
  #reportScreen .gcard .role{min-height:40px;padding:8px 13px;font-size:13px}
  #reportScreen .gcard .go{min-height:52px}
  #reportScreen .comparison-people{grid-template-columns:1fr auto 1fr;gap:8px}
  #reportScreen .comparison-people article{min-height:150px;padding:16px 9px}
  #reportScreen .comparison-face{width:58px;height:58px;font-size:18px}
  #reportScreen .comparison-people strong{font-size:14px;line-height:1.2}
  #reportScreen .comparison-vs{width:34px;height:34px;font-size:9px}
  #reportScreen .comparison-row{grid-template-columns:minmax(92px,1fr) repeat(2,minmax(82px,1fr));gap:5px;padding:12px 9px}
  #reportScreen .comparison-row>span{font-size:11px}
  #reportScreen .comparison-row>strong{padding:7px 4px;font-size:11px}
}

/* 31/08 night fix round: full-width report, honest no-website hero and the
   approved two-column unlock card. */
#reportScreen .page{max-width:none;margin:0;grid-template-columns:minmax(248px,288px) minmax(0,1fr)}
#reportScreen main{min-width:0}
#reportScreen.is-locked .lockable{filter:blur(5px);opacity:.74}
#reportScreen .side-tease{display:none!important}
#reportScreen .id-banner{flex-wrap:wrap}
#reportScreen .no-website-hero{order:4;display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:center;width:100%;border:1px solid #efd2cf;border-radius:16px;background:#fce8e6;padding:18px 20px}
#reportScreen .no-website-hero[hidden]{display:none}
#reportScreen .no-website-icon{display:grid;place-items:center;width:52px;height:52px;border:1px solid #e3aaa5;border-radius:14px;background:#fff;color:var(--g-red)}
#reportScreen .no-website-icon svg{width:30px;height:30px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
#reportScreen .no-website-hero small{display:block;color:var(--g-red);font-size:10px;font-weight:800;letter-spacing:.1em}
#reportScreen .no-website-hero strong{display:block;margin-top:3px;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:23px}
#reportScreen .no-website-hero p{margin-top:4px;color:#6f2b25;font-size:13px;line-height:1.5}
#reportScreen .delivery-value{display:flex;align-items:baseline;gap:6px;color:var(--ink);font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:34px;font-weight:700;letter-spacing:-.03em}
#reportScreen .delivery-value span{color:var(--soft);font-size:13px;font-weight:500;letter-spacing:0}
#reportScreen #returnPlanMount:not(:empty){margin:28px 0 18px}

#reportScreen .gatewrap{background:rgba(248,249,250,.18)}
#reportScreen .gcard{width:min(760px,94vw)}
#reportScreen .g-cols{display:grid;grid-template-columns:1fr 1.1fr}
#reportScreen .g-left{display:flex;flex-direction:column;background:linear-gradient(160deg,#1a73e8,#174ea6);padding:28px 26px;color:#fff}
#reportScreen .gate-lock-count strong{display:block;font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:64px;font-weight:900;line-height:1;letter-spacing:-.03em}
#reportScreen .gate-lock-count span{display:block;margin-top:6px;font-size:16px;font-weight:700}
#reportScreen .g-left>p:not(.g-left-summary){margin-top:12px;font-size:13px;line-height:1.6;opacity:.86}
#reportScreen .l-vals{display:flex;flex-direction:column;gap:8px;margin-top:auto;padding-top:20px}
#reportScreen .l-val{display:flex;align-items:center;gap:10px;border-radius:10px;background:rgba(255,255,255,.12);padding:9px 12px;font-size:12.5px;font-weight:600}
#reportScreen .l-val .ic{display:grid;place-items:center;width:24px;height:24px;flex:none;border-radius:7px;background:#fff}
#reportScreen .l-val .ic svg{width:13px;height:13px}
#reportScreen .g-left-summary{display:none}
#reportScreen .g-vals{display:none}
#reportScreen .turnstile-slot{min-height:0;margin:2px 0 10px}
#reportScreen .turnstile-slot[hidden]{display:none}
#reportScreen .turnstile-slot>span{display:block;color:var(--soft);font-size:11px}

@media(max-width:900px){
  #reportScreen .page{grid-template-columns:1fr}
  #reportScreen .gcard{width:min(760px,96vw)}
}
@media(max-width:600px){
  #reportScreen .gcard{width:100%}
  #reportScreen .g-cols{grid-template-columns:1fr}
  #reportScreen .g-left{display:grid;grid-template-columns:auto minmax(0,1fr);gap:4px 11px;align-items:center;padding:13px 20px}
  #reportScreen .gate-lock-count{display:contents}
  #reportScreen .gate-lock-count strong{grid-row:1/3;font-size:34px}
  #reportScreen .gate-lock-count span{margin:0;font-size:13.5px;line-height:1.25}
  #reportScreen .g-left>p:not(.g-left-summary),#reportScreen .l-vals{display:none}
  #reportScreen .g-left-summary{display:block;grid-column:2;margin:0;font-size:11px;line-height:1.45;opacity:.86}
  #reportScreen .g-vals{display:grid}
  #reportScreen .no-website-hero{grid-template-columns:42px minmax(0,1fr);padding:14px}
  #reportScreen .no-website-icon{width:42px;height:42px}
  #reportScreen .no-website-hero strong{font-size:19px}
}

/* Return Plan spacing belongs here, after the report reset above. Keeping the
   selectors report-scoped prevents the grader's open-plan layout being
   collapsed by `#reportScreen * { margin:0; padding:0 }`. */
#reportScreen .return-plan-open{padding:clamp(34px,5vw,64px)}
#reportScreen .return-plan-heading{gap:clamp(42px,6vw,86px);align-items:start;margin-top:24px}
#reportScreen .return-plan-heading h2{margin:8px 0 0}
#reportScreen .return-plan-heading>div>p{margin-top:15px}
#reportScreen .return-plan-open .issue-money-chain{margin-top:32px}
#reportScreen .return-plan-open .plan-priorities{padding-top:84px}
#reportScreen .return-plan-open .section-heading h3{margin:8px 0 0}
#reportScreen .plan-priority-list{margin-top:22px}
#reportScreen .plan-priority{grid-template-columns:92px minmax(240px,.7fr) minmax(0,1fr);gap:28px;padding:34px 0}
#reportScreen .plan-priority h3,#reportScreen .plan-priority p{margin:0}
#reportScreen .plan-priority .plan-role{margin-top:10px;padding:7px 9px}
#reportScreen .plan-priority.is-first{margin-top:22px;padding:30px 26px}
#reportScreen .keep-as-is,#reportScreen .wowapps-working{margin-top:82px;padding-top:42px;gap:48px}
#reportScreen .keep-as-is h3,#reportScreen .wowapps-working h3{margin:8px 0 0}
#reportScreen .keep-as-is>div:last-child{gap:10px}
#reportScreen .keep-as-is>div:last-child span{gap:9px;padding:13px}
#reportScreen .delivery-bonus-card{margin-top:26px;padding:25px 28px}
#reportScreen .delivery-bonus-card strong{margin-top:5px}
#reportScreen .delivery-bonus-card p{margin-top:5px}
#reportScreen .delivery-bonus-card em{margin-top:12px}
#reportScreen .plan-finish{margin-top:86px;padding:clamp(32px,5vw,58px)}
#reportScreen .plan-finish h3{margin:8px 0 0}
#reportScreen .plan-finish-copy p{margin-top:13px}
#reportScreen .plan-finish-actions{gap:12px;margin-top:28px}
#reportScreen .plan-finish .report-action{padding:0 22px}
#reportScreen .inline-email-unlock{gap:12px;margin-top:26px;padding-top:26px}
#reportScreen .inline-email-unlock>div{gap:7px}
#reportScreen .inline-email-unlock input{padding:0 14px}
#reportScreen .inline-email-unlock .primary-action{padding:0 20px}
#reportScreen .email-unlock-success{margin-top:24px;padding:14px}

@media(max-width:760px){
  #reportScreen .return-plan-open{padding:30px 20px}
  #reportScreen .return-plan-heading{gap:18px}
  #reportScreen .return-plan-open .plan-priorities{padding-top:62px}
  #reportScreen .plan-priority{grid-template-columns:66px minmax(0,1fr);gap:12px;padding:27px 0}
  #reportScreen .plan-priority h3,#reportScreen .plan-priority p{grid-column:2}
  #reportScreen .plan-priority.is-first{padding:20px 14px}
  #reportScreen .keep-as-is,#reportScreen .wowapps-working{margin-top:62px;padding-top:32px;gap:22px}
  #reportScreen .plan-finish{margin:64px -20px -30px;padding:36px 20px}
  #reportScreen .plan-finish-actions,#reportScreen .inline-email-unlock{display:grid;grid-template-columns:1fr}
  #reportScreen .plan-finish .report-action,#reportScreen .inline-email-unlock .primary-action{width:100%}
}

/* 01/09 Shea follow-up: one WOWAPPS blue family, roomy choices, reliable venue mark. */
#reportScreen{--wowapps-blue:#3da9e0;--wowapps-blue-deep:#2c8bb9;--wowapps-blue-light:#e9f5fc;--wowapps-blue-link:#167daf;--g-blue:var(--wowapps-blue-link);--blue-50:var(--wowapps-blue-light)}
#reportScreen .side-tease,#reportScreen .gcard .head,#reportScreen .g-left,#reportScreen .cta-banner:not(.green):not(.dark){background:var(--wowapps-blue);color:var(--ink)}
#reportScreen .g-left>p:not(.g-left-summary),#reportScreen .g-left-summary{color:var(--ink);opacity:.78}
#reportScreen .l-val{background:rgba(251,251,253,.42);color:var(--ink)}
#reportScreen .gcard .go,#reportScreen .aside-report-cta,#reportScreen .btn:not(.ghost){border-color:var(--wowapps-blue);background:var(--wowapps-blue);color:var(--ink)}
#reportScreen .gcard .go:hover:not(:disabled),#reportScreen .aside-report-cta:hover,#reportScreen .btn:not(.ghost):hover{background:var(--wowapps-blue-deep);color:#fbfbfd}
#reportScreen .glogo{position:relative;background:var(--wowapps-blue-light);color:var(--wowapps-blue-link)}
#reportScreen .glogo>span{position:relative;z-index:1;display:grid;place-items:center;width:100%;height:100%}
#reportScreen .glogo img{position:absolute;z-index:2;inset:4px;width:34px;height:34px;border-radius:8px;background:transparent;object-fit:cover}
#reportScreen .gate-delivery-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:16px 0 0}
#reportScreen .gate-delivery-presets button{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:48px;border:1px solid var(--line);border-radius:12px;background:#fbfbfd;padding:10px 13px;color:var(--ink);font-size:13px;font-weight:700;line-height:1.25;text-align:left;white-space:normal}
#reportScreen .gate-delivery-presets button:first-child{grid-column:1/-1}
#reportScreen .gate-delivery-presets button[aria-pressed="true"]{border-color:var(--wowapps-blue-deep);background:var(--wowapps-blue-light);box-shadow:inset 0 0 0 1px var(--wowapps-blue-deep)}
#reportScreen #gateStep3 .primary-action{width:100%;min-height:56px;margin-top:14px;border-radius:999px;font-size:16px;font-weight:750}
@media(max-width:600px){#reportScreen .gate-delivery-presets{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}#reportScreen .gate-delivery-presets button{min-height:48px;padding:9px 11px;font-size:12px}#reportScreen .gate-delivery-presets button:first-child{grid-column:1/-1}}

/* 04/09 Apple polish — Shea-approved board. This final scoped layer keeps the
   working gate and data contracts while replacing the report presentation. */
@property --ring-angle{syntax:"<angle>";inherits:false;initial-value:0deg}
#reportScreen{
  --apple-ink:#1d1d1f;--apple-soft:#6e6e73;--apple-ground:#f5f5f7;--apple-paper:#fff;--apple-line:#e5e5ea;
  --apple-blue:#0a84ff;--apple-green:#30d158;--apple-orange:#ff9f0a;--apple-red:#ff453a;--apple-pink:#ff375f;
  --apple-purple:#bf5af2;--apple-indigo:#5e5ce6;--apple-teal:#64d2ff;--apple-ease:cubic-bezier(.2,.8,.2,1);
  --apple-shadow:0 2px 6px rgba(0,0,0,.05),0 14px 40px rgba(0,0,0,.08);background:var(--apple-ground);color:var(--apple-ink);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;
}
#reportScreen .page{grid-template-columns:300px minmax(0,1fr);gap:18px;width:100%;max-width:none;margin:0;padding:18px 24px 90px;align-items:start}
#reportScreen aside{top:18px;height:calc(100vh - 36px);padding:24px;border:0;border-radius:24px;background:var(--apple-paper);box-shadow:var(--apple-shadow);overflow:auto}
#reportScreen .brand{margin-bottom:20px;font-family:inherit;font-size:14px}
#reportScreen .ring{--ring-angle:0deg;width:160px;height:160px;background:conic-gradient(var(--ring-colour,var(--apple-red)) var(--ring-angle),#ececf1 0);transition:--ring-angle 900ms var(--apple-ease)}
#reportScreen .ring::after{inset:14px}
#reportScreen .ring .val{opacity:0;transform:translateY(6px);font-family:inherit;font-size:46px;font-weight:800;letter-spacing:-.04em;transition:opacity 260ms var(--apple-ease) 900ms,transform 260ms var(--apple-ease) 900ms}
#reportScreen .ring .val small{font-size:10px;font-weight:600;letter-spacing:.08em}
#reportScreen .gradelabel{margin-top:14px}
#reportScreen .gradeword{opacity:0;transform:translateY(4px);font-size:24px;font-weight:800;letter-spacing:-.02em;transition:opacity 260ms var(--apple-ease) 900ms,transform 260ms var(--apple-ease) 900ms}
#reportScreen .gradesub{margin-top:7px;line-height:1.45}
#reportScreen .subs{margin-top:22px;gap:16px}
#reportScreen .sub{gap:6px 12px}
#reportScreen .sub .dot{border-radius:9px;color:#fff}
#reportScreen .sub .dot svg,#reportScreen .st svg,#reportScreen .ci svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
#reportScreen .sub .nm{font-size:14px}#reportScreen .sub .word{font-size:12px}
#reportScreen .sub .track{height:6px;background:#ececf1}
#reportScreen .sub .fill{width:0!important;transition:width 900ms var(--apple-ease);transition-delay:calc(1160ms + (var(--sub-index) * 120ms))}
#reportScreen.report-reveal .ring{--ring-angle:var(--score-angle)}
#reportScreen.report-reveal .ring .val,#reportScreen.report-reveal .gradeword{opacity:1;transform:none}
#reportScreen.report-reveal .sub .fill{width:var(--target-width)!important}
#reportScreen .aside-lock-card{margin-top:22px;border-radius:18px;padding:16px;background:linear-gradient(145deg,var(--apple-purple),var(--apple-indigo));color:#fff}
#reportScreen .aside-lock-card strong{display:block;font-size:14px}.aside-lock-card strong span{display:block;font-size:44px;line-height:1;letter-spacing:-.04em}
#reportScreen .aside-lock-card p{margin-top:5px;font-size:12px;line-height:1.4;opacity:.86}
#reportScreen .aside-lock-card button,#reportScreen .aside-report-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:43px;border:0;border-radius:999px;font:700 13px inherit;cursor:pointer}
#reportScreen .aside-lock-card button{margin-top:12px;background:#fff;color:var(--apple-ink)}
#reportScreen .aside-lock-card svg,#reportScreen .aside-report-cta svg,#reportScreen .btn svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#reportScreen .aside-report-cta{margin-top:12px;background:var(--apple-blue);color:#fff}
#reportScreen.is-locked .aside-report-cta,#reportScreen.is-unlocked .aside-lock-card{display:none}
#reportScreen .aside-note{order:20;margin-top:14px;padding-top:12px;border-top:1px solid var(--apple-line)}
#reportScreen .aside-report-cta{order:19}
#reportScreen main{min-width:0;padding:0;background:transparent}
#reportScreen .lockable{filter:none;transition:filter .35s var(--apple-ease)}
#reportScreen.is-locked .lockable{filter:blur(8px);opacity:.55}
#reportScreen .gatewrap,#reportScreen.is-locked .gatewrap{display:none}
#reportScreen.is-locked .gatewrap.is-open:not([hidden]){display:grid;place-items:center;background:rgba(245,245,247,.58);backdrop-filter:blur(5px)}

#reportScreen .report-hero{position:relative;min-height:304px;border-radius:28px;overflow:hidden;background:#1d1d1f;box-shadow:var(--apple-shadow)}
#reportScreen .hero-collage{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:152px 152px;gap:4px;height:304px}
#reportScreen .hero-collage figure{margin:0;overflow:hidden;background:#28282a}.hero-collage figure:first-child{grid-row:1/3}
#reportScreen .hero-collage img{width:100%;height:100%;object-fit:cover;display:block}
#reportScreen .hero-collage[data-count="1"] figure:first-child{grid-column:1/-1}.hero-collage[data-count="2"]{grid-template-columns:2fr 1fr}.hero-collage[data-count="2"] figure:first-child{grid-column:auto}
#reportScreen .hero-empty{grid-column:1/-1;grid-row:1/-1;display:grid;place-content:center;gap:4px;color:#fff;text-align:center}.hero-empty span{color:rgba(255,255,255,.7)}
#reportScreen .hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.3) 55%,rgba(0,0,0,.05))}
#reportScreen .hero-identity{position:absolute;left:30px;right:30px;bottom:26px;display:flex;align-items:flex-end;gap:18px;color:#fff}
#reportScreen .hero-identity .logo-tile{width:64px;height:64px;border:0;border-radius:16px;font-size:22px;font-weight:800;color:var(--apple-ink)}
#reportScreen .hero-identity .logo-tile img{width:100%;height:100%;object-fit:cover}
#reportScreen .hero-kicker{display:block;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.82}
#reportScreen .hero-identity h1{font-size:36px;font-weight:800;letter-spacing:-.03em;line-height:1}
#reportScreen .hero-identity .addr{margin-top:6px;font-size:14px;opacity:.85}
#reportScreen .site-frame{width:100%;margin:16px 0 0;border:2px solid #d9d9df;border-radius:22px;box-shadow:var(--apple-shadow)}
#reportScreen .chrome-bar{padding:10px 14px;background:#ededf0}.chrome-bar .url{padding:5px 12px}
#reportScreen .site-frame .shot{height:clamp(280px,38vw,520px)}
#reportScreen .site-frame .shot>img{width:100%;height:100%;object-fit:cover;object-position:top;filter:blur(5px);transform:scale(1.01);transition:filter 650ms var(--apple-ease) 1200ms,transform 650ms var(--apple-ease) 1200ms}
#reportScreen.report-reveal .site-frame .shot[data-image-state="ready"]>img{filter:none;transform:none}
#reportScreen .site-frame .cap{padding:9px 14px;background:#fff}
#reportScreen .no-website-hero{margin-top:16px;border:2px solid var(--apple-line);border-radius:22px;background:#fff}

#reportScreen .grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px;margin-top:16px}
#reportScreen .card{position:relative;min-width:0;border:0;border-radius:24px;padding:24px;box-shadow:var(--apple-shadow);overflow:hidden}
#reportScreen .reveal-card{opacity:0;transform:translateY(12px);transition:opacity 350ms var(--apple-ease),transform 350ms var(--apple-ease)}
#reportScreen.report-reveal .reveal-card{opacity:1;transform:none;transition-delay:1650ms}
#reportScreen .b-rev{grid-column:span 7;background:var(--apple-green);color:#fff}#reportScreen .b-comp{grid-column:span 5;background:var(--apple-blue);color:#fff}
#reportScreen .b-checks,#reportScreen .b-del{grid-column:span 6}
#reportScreen .b-del.is-proven{background:var(--apple-orange);color:#fff}.b-del.is-empty{background:#fff;color:var(--apple-ink)}
#reportScreen .card .k{margin-bottom:10px;padding:0;background:transparent!important;color:inherit!important;opacity:.75;font-size:12px;letter-spacing:.1em}
#reportScreen .card h2{font-family:inherit;font-size:22px;line-height:1.15;font-weight:800;letter-spacing:-.02em}
#reportScreen .rev-num{margin-top:10px;font-family:inherit;font-size:68px;line-height:.95;font-weight:800;letter-spacing:-.045em;font-variant-numeric:tabular-nums}
#reportScreen .rev-num span{font-size:18px;font-weight:600;letter-spacing:0;opacity:.85}
#reportScreen .rev-line{max-width:44ch;margin-top:12px;color:inherit;opacity:.92;font-size:15px}
#reportScreen .scenario{margin-top:14px;background:rgba(255,255,255,.18);color:inherit;border:0}
#reportScreen .money-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}.money-breakdown>span{border-radius:14px;padding:12px;background:rgba(255,255,255,.15)}
#reportScreen .money-breakdown small,#reportScreen .money-breakdown strong{display:block}.money-breakdown small{font-size:11px;opacity:.8}.money-breakdown strong{margin-top:3px;font-size:18px}
#reportScreen .b-comp .r{background:rgba(255,255,255,.13)}#reportScreen .b-comp .r.you{background:#fff;color:var(--apple-ink);outline:0}
#reportScreen .r .face{border-radius:50%;background:#fff;color:var(--apple-soft)}.r .face img{object-fit:cover}
#reportScreen .b-comp .r .p,#reportScreen .b-comp .r .n small{color:inherit;opacity:.78}
#reportScreen .thin-data-note{margin-top:18px;font-size:14px;line-height:1.5;color:inherit;opacity:.8}
#reportScreen .c .ci{border-radius:50%;color:#fff}.c .ci.pass{background:var(--apple-green)}.c .ci.fail{background:var(--apple-red)}.c .ci.needs{background:var(--apple-orange)}.c .ci.neutral{background:#c7c7cc}
#reportScreen .pf.pass,#reportScreen .row-state.pass{background:#e3f9e9;color:#1f9d4f}.pf.fail,#reportScreen .row-state.fail{background:#ffe5e3;color:#d92c20}.pf.needs,#reportScreen .row-state.needs{background:#fff1dc;color:#b86400}.pf.neutral,#reportScreen .row-state.neutral{background:#f0f0f3;color:var(--apple-soft)}
#reportScreen .b-del.is-proven .del-copy{color:inherit}.b-del.is-proven .dchip{border-color:rgba(255,255,255,.45);background:rgba(255,255,255,.15)}
#reportScreen .delivery-value{font-size:48px;line-height:1}.delivery-value span{font-size:16px;opacity:.85}

#reportScreen .photo-proof{margin-top:16px;border-radius:24px;background:#fff;padding:24px;box-shadow:var(--apple-shadow)}
#reportScreen .photo-proof>div:first-child>span{color:var(--apple-soft);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
#reportScreen .photo-proof h2{margin-top:5px;font-size:22px;letter-spacing:-.02em}
#reportScreen .photo-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:14px}.photo-strip figure{margin:0;aspect-ratio:1;overflow:hidden;border-radius:14px;background:var(--apple-ground)}
#reportScreen .photo-strip img{width:100%;height:100%;object-fit:cover}.photo-more{display:grid;place-content:center;aspect-ratio:1;border-radius:14px;background:var(--apple-ground);font-size:20px;font-weight:800;text-align:center}.photo-more small{display:block;font-size:11px;color:var(--apple-soft)}
#reportScreen .registry-cue{display:flex;align-items:center;justify-content:center;gap:10px;padding:22px 0 2px;color:var(--apple-soft);font-size:14px;font-weight:600;text-decoration:none}.registry-cue svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;animation:rpBob 1.6s var(--apple-ease) infinite}
#reportScreen .sections-head{margin:28px 4px 2px}.sections-head h2{font-size:34px;font-weight:800;letter-spacing:-.03em}.sections-head p{margin-top:4px}
#reportScreen .sec{margin-top:28px}.sec-title{align-items:center;gap:14px;margin:0 4px 8px}.sec-title .no{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--apple-blue);color:#fff;font-size:15px}.sec:nth-of-type(2) .no{background:var(--apple-pink)}
#reportScreen #sec2 .no{background:var(--apple-pink)}#reportScreen #sec3 .no{background:var(--apple-green)}#reportScreen #sec4 .no{background:var(--apple-orange)}#reportScreen #sec5 .no{background:var(--apple-indigo)}#reportScreen #sec6 .no{background:var(--apple-teal);color:var(--apple-ink)}
#reportScreen .sec-title h3{font-size:24px;font-weight:800;letter-spacing:-.02em}.sec-title .secscore{margin-left:auto;padding:7px 13px;border-radius:999px;background:#fff;box-shadow:var(--apple-shadow)}
#reportScreen .sec-sub{margin:0 4px 14px 56px;color:var(--apple-soft)}
#reportScreen .sec .card{margin-left:0;padding:24px}.grp{font-size:11px;letter-spacing:.1em}
#reportScreen .item{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:10px;padding:11px 0;align-items:start}.item .st{width:20px;height:20px;border-radius:50%}.st.y{background:var(--apple-green)}.st.n{background:var(--apple-red)}.st.m{background:var(--apple-orange)}
#reportScreen .item[data-state="not_applicable"] .st,#reportScreen .item[data-state="could_not_verify"] .st{background:#c7c7cc}
#reportScreen .item .t small{font-size:12.5px}.row-state{align-self:center;border-radius:999px;padding:5px 10px;font-size:10.5px;font-weight:800;letter-spacing:.05em;white-space:nowrap}
#reportScreen .cta-banner{margin:14px 0 0;border:1px solid var(--apple-line);border-radius:18px;background:#fff!important;color:var(--apple-ink)!important;padding:17px 20px;box-shadow:none}.cta-banner p{color:var(--apple-soft);opacity:1}.cta-banner .btn{background:rgba(0,0,0,.05)!important;color:var(--apple-ink)!important;border:0}
#reportScreen .report-review-moments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rp-review{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;border-radius:14px;background:var(--apple-ground);padding:12px}.rp-review-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:#ddd}.rp-review-avatar img{width:100%;height:100%;object-fit:cover}.rp-review-head{display:flex;justify-content:space-between;gap:6px}.rp-review-head small{color:var(--apple-soft)}.rp-review-rating{font-size:12px;color:var(--apple-soft)}.rp-review blockquote{grid-column:1/-1;font-size:13px;line-height:1.45}
#reportScreen .report-ad{position:relative;display:flex;align-items:center;gap:24px;margin-top:28px;border-radius:28px;padding:30px 34px;color:#fff;box-shadow:var(--apple-shadow);overflow:hidden}.report-ad.tone-purple{background:var(--apple-indigo)}.report-ad.tone-orange{background:var(--apple-orange)}.report-ad.tone-blue{background:var(--apple-blue)}.report-ad.tone-green{background:#1f9d4f}
#reportScreen .ad-mark{position:absolute;right:20px;top:15px;font-size:10px;font-weight:700;letter-spacing:.1em;opacity:.72}.ad-art{display:grid;place-items:center;width:86px;height:86px;border-radius:22px;background:rgba(255,255,255,.15);flex:none}.ad-art svg{width:40px;height:40px;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.report-ad>div{flex:1}.report-ad small{font-size:11px;font-weight:700;letter-spacing:.1em;opacity:.85}.report-ad h3{margin-top:4px;font-size:30px;line-height:1.1;letter-spacing:-.03em}.report-ad p{max-width:54ch;margin-top:8px;opacity:.9}.report-ad .btn{flex:none;background:#fff!important;color:var(--apple-ink)!important;border:0}
#reportScreen .registry-receipt{margin-top:30px;padding:18px;border-top:1px solid var(--apple-line);color:var(--apple-soft);font-size:12px;text-align:center}

#reportScreen .return-plan-open{margin-top:28px;border-radius:28px;background:#fff;padding:34px;box-shadow:var(--apple-shadow)}
#reportScreen .return-plan-heading{display:block;margin:0}.return-plan-heading small{color:var(--apple-blue);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.return-plan-heading h2{margin-top:7px;font-size:34px;line-height:1.05;letter-spacing:-.035em}.return-plan-heading p{margin-top:8px;color:var(--apple-soft)}
#reportScreen .return-plan-open .plan-priorities{padding:0}.plan-priority-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.plan-priority{display:block!important;margin:0!important;border:0!important;border-radius:18px;background:var(--apple-ground);padding:18px!important}.plan-priority>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--apple-blue);color:#fff;font-size:13px;font-weight:800}.plan-priority:nth-child(2)>span{background:var(--apple-purple)}.plan-priority:nth-child(3)>span{background:var(--apple-green)}.plan-priority h3{margin-top:11px!important;font-size:16px}.plan-priority p{margin-top:5px!important;color:var(--apple-soft);font-size:13.5px;line-height:1.45}
#reportScreen .plan-finish{display:flex;align-items:center;gap:20px;margin:18px 0 0;padding:24px;border-radius:20px;background:var(--apple-ground)}.plan-finish-copy{flex:1}.plan-finish-copy small{color:var(--apple-soft);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.plan-finish h3{margin-top:5px!important;font-size:25px}.plan-finish-copy p{margin-top:4px!important;color:var(--apple-soft)}.plan-finish-actions{margin:0}.plan-finish .report-action,.inline-email-unlock .primary-action{min-height:50px;border:0;border-radius:999px;background:var(--apple-blue);color:#fff;padding:0 24px;font-weight:800}.inline-email-unlock{grid-column:1/-1;width:100%;margin-top:8px;border-top:1px solid var(--apple-line)}

.thank-you-screen{background:var(--apple-ground)!important;padding:18px 24px 50px!important}.thank-you-finish{width:min(1180px,100%);margin:0 auto}.thank-you-photo{position:relative;height:340px;margin:0;border-radius:28px;overflow:hidden;box-shadow:var(--apple-shadow);background:#171719}.thank-you-collage{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:170px 170px;height:100%;gap:4px}.thank-you-collage figure{margin:0;overflow:hidden}.thank-you-collage figure:first-child{grid-row:1/3}.thank-you-collage img{width:100%;height:100%;object-fit:cover}.thank-you-photo-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.78))}.thank-you-photo figcaption{position:absolute;left:36px;right:36px;bottom:30px;color:#fff}.thank-you-check{display:grid;place-items:center;width:56px;height:56px;margin-bottom:14px;border-radius:50%;background:var(--apple-green);box-shadow:0 8px 24px rgba(48,209,88,.45)}.thank-you-check svg{width:28px;height:28px;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.thank-you-photo h1{font-size:48px;line-height:1;letter-spacing:-.035em}.thank-you-photo p{margin-top:8px;font-size:17px;opacity:.9}
#thankYouMount{display:block}.thank-you-body{display:grid;grid-template-columns:1fr 1.05fr;gap:16px;margin-top:16px}.thanks-number-card,.thank-you-hot-lead{border-radius:24px;padding:28px;box-shadow:var(--apple-shadow)}.thanks-number-card{background:var(--apple-indigo);color:#fff}.thanks-number-card>small{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;opacity:.8}.thanks-number-card>p{margin-top:9px}.thanks-number-card>p strong{font-size:60px;line-height:.95;letter-spacing:-.045em}.thanks-number-card>p span{margin-left:7px;font-size:17px;font-weight:600;opacity:.85}.thanks-number-card>em{display:block;margin-top:10px;font-size:11px;font-style:normal;opacity:.8}.thanks-moves{display:grid;gap:8px;margin-top:14px}.thanks-moves>span{display:flex;align-items:center;gap:11px;border-radius:14px;background:rgba(255,255,255,.14);padding:10px 12px;font-size:14px;font-weight:700}.thanks-moves b{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:var(--apple-indigo);font-size:12px}
.thank-you-hot-lead{background:#fff}.hot-action-button{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border:0;border-radius:999px;padding:20px 28px;background:linear-gradient(90deg,var(--apple-pink),var(--apple-orange));box-shadow:0 12px 34px rgba(255,80,60,.45);color:#fff;font:800 19px inherit;letter-spacing:-.01em;overflow:hidden;cursor:pointer}.hot-action-button::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:translateX(-100%);animation:rpShine 2.6s var(--apple-ease) infinite}.hot-action-button>*{position:relative;z-index:1}.hot-action-button svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.thank-you-hot-lead>p:not(.hot-action-status){margin-top:14px;text-align:center;font-size:15px;font-weight:600;line-height:1.45}.thank-you-hot-lead>small{display:block;margin-top:4px;color:var(--apple-soft);font-size:13px;text-align:center}.hot-action-status{color:var(--apple-red);font-size:13px}.thank-you-steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.thank-you-steps article{border-radius:16px;background:#fff;padding:14px;color:var(--apple-soft);font-size:13px}.thank-you-steps b,.thank-you-steps span{display:block}.thank-you-steps b{margin-bottom:3px;color:var(--apple-ink);font-size:14px}.harry-photo{position:relative;width:34px;height:34px;margin-bottom:8px;border-radius:50%;overflow:hidden;background:var(--apple-indigo);color:#fff}.harry-photo img{position:absolute;z-index:2;inset:0;width:100%;height:100%;object-fit:cover}.harry-photo i{display:grid;place-items:center;width:100%;height:100%;font-style:normal;font-weight:800}.thank-you-actions{display:flex;justify-content:center;gap:18px;margin-top:18px}.thank-you-actions button,.thank-you-actions a{border:0;background:transparent;color:var(--apple-soft);font:600 13px inherit;text-decoration:underline;text-underline-offset:3px}.thank-you-body.hot-confirmation{grid-template-columns:1fr;border-radius:24px;background:#fff;padding:40px;text-align:center;box-shadow:var(--apple-shadow)}

@keyframes rpBob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
@keyframes rpShine{to{transform:translateX(100%)}}
#reportScreen .scroll-reveal{opacity:0;transform:translateY(14px);transition:opacity 350ms var(--apple-ease),transform 350ms var(--apple-ease)}#reportScreen .scroll-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1100px){
  #reportScreen .page{grid-template-columns:1fr}#reportScreen aside{position:relative;top:0;height:auto}.plan-priority-list{grid-template-columns:1fr}
  #reportScreen .b-rev,#reportScreen .b-comp,#reportScreen .b-checks,#reportScreen .b-del{grid-column:span 12}
}
@media(max-width:760px){
  #reportScreen .page{display:block;padding:0 0 76px}#reportScreen aside{position:relative;padding:18px;border-radius:0;box-shadow:none}#reportScreen .brand,#reportScreen .gradelabel,#reportScreen .gradesub,#reportScreen .aside-note{display:none}
  #reportScreen aside{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px 15px;align-items:center}#reportScreen .ring{width:68px;height:68px;margin:0}.ring::after{inset:6px}.ring .val{font-size:21px}.ring .val small{font-size:7px}.gradeword{text-align:left;margin:0}.subs{grid-column:2;margin:0}.sub{grid-template-columns:22px 1fr auto}.sub .dot{width:22px;height:22px}.sub .track{display:none}.sub .word{display:none}
  #reportScreen .aside-lock-card,#reportScreen .aside-report-cta{position:fixed;z-index:70;left:0;right:0;bottom:0;margin:0;border-radius:0;min-height:56px;padding:max(9px,env(safe-area-inset-bottom)) 14px;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(20px);box-shadow:0 -1px 0 var(--apple-line);color:var(--apple-ink)}
  #reportScreen .aside-lock-card strong,#reportScreen .aside-lock-card p{display:none}#reportScreen .aside-lock-card button{margin:0;background:var(--apple-purple);color:#fff}.aside-report-cta{background:var(--apple-blue);color:#fff!important}
  #reportScreen.is-emailed .aside-report-cta,#reportScreen.is-emailed .aside-lock-card{display:none!important}
  #reportScreen main{padding:12px}.report-hero{min-height:260px}.hero-collage{grid-template-columns:1fr 1fr;grid-template-rows:130px 130px;height:260px}.hero-collage figure:first-child{grid-column:1/-1;grid-row:auto}.hero-identity{left:18px;right:18px;bottom:18px;gap:12px}.hero-identity h1{font-size:26px}.hero-identity .logo-tile{width:52px;height:52px}.hero-identity .addr{font-size:12px}.site-frame .shot{height:350px}
  #reportScreen .rev-num{font-size:52px}.money-breakdown{grid-template-columns:1fr}.photo-strip{grid-template-columns:repeat(3,1fr)}.report-review-moments{grid-template-columns:1fr}.row-state{font-size:9px}.sec-sub{margin-left:4px}.cta-banner,.report-ad{flex-direction:column;align-items:flex-start}.report-ad .btn{margin-left:0}.ad-art{width:64px;height:64px}.report-ad h3{font-size:25px}
  #reportScreen .plan-finish{display:grid}.plan-finish-actions,.plan-finish .report-action{width:100%}.inline-email-unlock{grid-template-columns:1fr}.inline-email-unlock .primary-action{width:100%}
  .thank-you-screen{padding:10px 10px 40px!important}.thank-you-photo{height:310px}.thank-you-collage{grid-template-columns:1fr 1fr;grid-template-rows:155px 155px}.thank-you-collage figure:first-child{grid-column:1/-1;grid-row:auto}.thank-you-photo figcaption{left:20px;right:20px;bottom:22px}.thank-you-photo h1{font-size:36px}.thank-you-body{grid-template-columns:1fr}.thanks-number-card>p strong{font-size:50px}.thank-you-steps{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  #reportScreen .ring{--ring-angle:var(--score-angle);transition:none}#reportScreen .ring .val,#reportScreen .gradeword,#reportScreen .reveal-card,#reportScreen .scroll-reveal{opacity:1;transform:none;transition:none}#reportScreen .sub .fill{width:var(--target-width)!important;transition:none}#reportScreen .site-frame .shot>img{filter:none;transform:none;transition:none}#reportScreen .registry-cue svg,#reportScreen .hot-action-button::after{animation:none}
}

/* 04/09 live visual proof: the Thanks page is a sibling of #reportScreen, so
   it needs the approved palette in its own scope and explicit resets for the
   retired Thanks layout underneath this layer. */
.thank-you-screen{
  --apple-ink:#1d1d1f;--apple-soft:#6e6e73;--apple-ground:#f5f5f7;--apple-paper:#fff;--apple-line:#e5e5ea;
  --apple-blue:#0a84ff;--apple-green:#30d158;--apple-orange:#ff9f0a;--apple-red:#ff453a;--apple-pink:#ff375f;
  --apple-purple:#bf5af2;--apple-indigo:#5e5ce6;--apple-teal:#64d2ff;--apple-ease:cubic-bezier(.2,.8,.2,1);
  --apple-shadow:0 2px 6px rgba(0,0,0,.05),0 14px 40px rgba(0,0,0,.08);
}
.thank-you-photo figcaption{display:block}
.thank-you-body{justify-items:stretch;width:100%}
.thank-you-hot-lead{display:block;justify-items:initial;width:auto;border:0}
.thank-you-hot-lead .hot-action-button{min-height:0;margin:0}
.thank-you-steps{margin-top:0;border-top:0}
.thank-you-steps article{min-height:0;border:0}
.thank-you-steps article>span{color:var(--apple-soft);font-size:13px;font-weight:400;text-transform:none}
.thank-you-steps article>.harry-photo{color:#fff;font-size:14px;font-weight:800}
#reportScreen .scroll-reveal{opacity:1;transform:none;transition:none}
@media(max-width:760px){#reportScreen .aside-report-cta{background:var(--apple-blue);color:#fff!important}}
@media(prefers-reduced-motion:reduce){.thank-you-screen .hot-action-button::after{animation:none}}

/* 05/09 requested check fixes. Actual media count owns the collage geometry. */
#reportScreen .hero-collage[data-count="1"],.thank-you-collage[data-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr}
#reportScreen .hero-collage[data-count="1"] figure:first-child,.thank-you-collage[data-count="1"] figure:first-child{grid-area:1/1/-1/-1}
#reportScreen .hero-collage[data-count="3"],.thank-you-collage[data-count="3"]{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}
#reportScreen .hero-collage[data-count="3"] figure:first-child,.thank-you-collage[data-count="3"] figure:first-child{grid-column:1;grid-row:1/3}
#reportScreen .hero-collage[data-count="4"] figure:last-child,.thank-you-collage[data-count="4"] figure:last-child{grid-column:2/4}
#reportScreen .hero-collage[data-count="0"],.thank-you-collage[data-count="0"]{display:grid;place-items:stretch}
.thank-you-collage .hero-empty{grid-area:1/1/-1/-1;display:grid;place-items:center;color:#fff;padding:24px;text-align:center}
#rpLogoTile [hidden],#gateLogo [hidden]{display:none!important}
#reportScreen .ring .val{text-align:center}
#reportScreen .item[data-state="not_applicable"] .st,#reportScreen .item[data-state="could_not_verify"] .st{background:var(--apple-line);color:var(--apple-soft)}

/* Ring 0–900, grade 900–1160, bars 1160–2300, cards then money. */
#reportScreen .sub .fill{width:var(--target-width)!important;transform:scaleX(0);transform-origin:left;transition:transform 900ms var(--apple-ease);transition-delay:calc(1160ms + (var(--sub-index) * 120ms))}
#reportScreen.report-reveal .sub .fill{transform:scaleX(1)}
#reportScreen .lockable{transition:filter 500ms var(--apple-ease),opacity 500ms var(--apple-ease)}
#reportScreen .site-frame .shot>img{filter:none;transform:none;transition:none}
#reportScreen .reveal-card,#reportScreen.report-reveal .reveal-card,#reportScreen .scroll-reveal{opacity:1;transform:none;transition:opacity 350ms var(--apple-ease),transform 350ms var(--apple-ease);transition-delay:0ms}
#reportScreen .reveal-pending,#reportScreen.report-reveal .reveal-card.reveal-pending{opacity:0;transform:translateY(12px)}
@media(max-width:760px){
  #reportScreen aside{grid-template-columns:76px minmax(0,1fr);grid-template-rows:auto auto;gap:10px 18px;padding:20px 18px;align-items:center}
  #reportScreen .ring{grid-column:1;grid-row:1/3;width:72px;height:72px;margin:0}
  #reportScreen .ring::after{inset:7px}
  #reportScreen .ring .val{font-size:26px;line-height:1;letter-spacing:-.03em}
  #reportScreen .ring .val small{font-size:7px;line-height:1.2;letter-spacing:.05em;margin-top:4px}
  #reportScreen .gradeword{grid-column:2;grid-row:1;text-align:left;margin:0;font-size:22px}
  #reportScreen .subs{grid-column:2;grid-row:2;margin:0;gap:8px;min-width:0}
  #reportScreen .sub{grid-template-columns:minmax(0,1fr) auto;gap:6px;min-width:0}
  #reportScreen .sub .nm{font-size:12px;line-height:1.3}
  #reportScreen .sub .pts{font-size:11px;white-space:nowrap}
  #reportScreen .sub .dot,#reportScreen .sub .track,#reportScreen .sub .word{display:none}
  #reportScreen .hero-collage,.thank-you-collage{grid-template-columns:1fr 1fr;grid-template-rows:2fr 1fr 1fr}
  #reportScreen .hero-collage figure:first-child,.thank-you-collage figure:first-child{grid-column:1/-1;grid-row:1}
  #reportScreen .hero-collage[data-count="3"],.thank-you-collage[data-count="3"]{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
  #reportScreen .hero-collage[data-count="3"] figure:first-child,.thank-you-collage[data-count="3"] figure:first-child{grid-column:1/-1;grid-row:1}
  #reportScreen .hero-collage[data-count="4"] figure:last-child,.thank-you-collage[data-count="4"] figure:last-child{grid-column:1/-1}
  #reportScreen .hero-collage[data-count="1"],.thank-you-collage[data-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr}
}
@media(prefers-reduced-motion:reduce){
  #reportScreen .sub .fill{transform:scaleX(1)}
  #reportScreen .reveal-pending,#reportScreen.report-reveal .reveal-card.reveal-pending{opacity:1;transform:none}
  #reportScreen .lockable{transition:none}
  .thank-you-screen *,.thank-you-screen *::before,.thank-you-screen *::after{animation:none!important;transition:none!important}
}

#thankYouSuccessMark[hidden]{display:none!important}

/* First look stays useful while the detailed report remains gated. */
#reportScreen.is-locked .lockable{display:none}
#reportScreen.is-unlocked #reportPublicPreview{display:none}
#reportScreen #reportPublicPreview{padding:32px;max-width:none;color:#25343d}
#reportPublicPreview>small{font-size:11px;letter-spacing:.1em;color:#367c9f;font-weight:750}
#reportPublicPreview h1{font-size:34px;line-height:1.15;margin:16px 0 10px}
#reportPublicPreview p{color:#687782;line-height:1.6}
#reportPublicPreview h2{font-size:22px;margin:32px 0 12px}
.preview-facts{display:flex;gap:40px;margin:30px 0}.preview-facts span{display:grid;gap:6px;font-size:13px;color:#657680}.preview-facts b{font-size:28px;color:#25343d}
.preview-locked{margin-top:28px;padding:28px;background:#eef2f5;border-radius:16px;display:grid;gap:8px}.preview-locked>span{font-size:28px;color:#77909f}
#reportScreen.is-locked .gatewrap.is-open:not([hidden]){backdrop-filter:none;background:transparent;pointer-events:none}
#reportScreen .gatewrap .gcard{pointer-events:auto}
#reportScreen .plan-finish{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}
#reportScreen .plan-finish-copy{display:block;min-width:0}
#reportScreen .plan-finish-copy>small{display:block;margin:0 0 10px}
#reportScreen .plan-finish-copy h3{font-size:26px;line-height:1.2;margin:0 0 12px}
#reportScreen #reportEmailSubject{font-size:14px;line-height:1.6;margin:0;overflow-wrap:anywhere}
#reportScreen .plan-finish .inline-email-unlock,#reportScreen .plan-finish .email-unlock-success{grid-column:1/-1;width:100%}
.thank-you-brand{width:120px;height:auto;display:block;margin:20px 0 28px}
@media(min-width:1000px){#reportScreen.is-locked .gatewrap.is-open:not([hidden]){position:fixed;inset:0;width:100%;height:100dvh;padding:24px;place-items:center}#reportScreen .gatewrap .gcard{width:460px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto}}
@media(max-width:999px){#reportScreen.is-locked .gatewrap.is-open:not([hidden]){position:relative;inset:auto;height:auto;width:100%;padding:16px 12px 90px}#reportPublicPreview{padding:24px}#reportScreen .plan-finish{grid-template-columns:1fr}}
#reportScreen.is-locked .g-cols{grid-template-columns:1fr}
#reportScreen.is-locked .g-left{display:none}
#reportScreen.is-locked .gcard .bd{padding:22px 24px}
#reportScreen.is-locked .gcard .bd>h3{font-size:23px;line-height:1.25;margin-bottom:10px}

#reportScreen .brand .scan-another{display:block;margin-top:8px;color:#167daf;font-size:12px;font-weight:500;text-decoration:none}

@media(max-width:800px){#reportScreen aside>.brand{display:block;grid-column:1/-1;margin:0 0 10px;font-size:12px}#reportScreen aside>.brand .scan-another{display:inline-block;margin:0 0 0 10px}}

/* 08/09: useful public results remain visible around the centred unlock form. */
#reportScreen #reportPublicPreview .preview-facts{margin:22px 0;gap:36px}
#reportScreen #reportPublicPreview h2{margin:26px 0 10px}
#reportScreen #reportPublicPreview .preview-checks{list-style:none;margin:18px 0 28px;max-width:760px}
#reportScreen .preview-checks li{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--apple-line)}
#reportScreen .preview-checks b{display:block;font-size:15px;line-height:1.4}
#reportScreen .preview-checks small{display:block;margin-top:4px;color:var(--apple-soft);font-size:13px}
#reportScreen .preview-check-icon{color:var(--g-blue);flex:none}
#reportScreen .preview-check-icon svg{width:20px;height:20px}
#reportScreen .preview-report-section{padding:24px 0;border-top:1px solid var(--apple-line)}
#reportScreen .preview-section-heading{display:flex;align-items:center;gap:12px;margin-bottom:10px}
#reportScreen .preview-section-heading>span{color:var(--apple-soft);font-size:18px}
#reportScreen .preview-section-heading h3{font-size:20px;line-height:1.25}
#reportScreen .preview-section-heading small{margin-left:auto;border:1px solid var(--apple-line);border-radius:20px;padding:5px 10px;font-size:11px;color:var(--apple-soft)}
#reportScreen .preview-redacted{display:grid;gap:10px;margin-top:18px;max-width:700px}
#reportScreen .preview-redacted i{display:block;height:10px;background:var(--apple-line);border-radius:4px;opacity:.55}
#reportScreen .preview-redacted i:nth-child(2){width:82%}
#reportScreen .preview-redacted i:nth-child(3){width:58%}
#reportScreen .gate-new-scan{border-top:1px solid var(--apple-line);margin-top:18px;padding-top:16px;text-align:center}
#reportScreen .gate-new-scan a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:var(--g-blue);font-size:14px;font-weight:650;text-decoration:underline;text-underline-offset:3px}
#reportScreen .gate-new-scan p{font-size:12px;color:var(--apple-soft);line-height:1.5;margin-top:2px}
@media(max-width:999px){
  #reportScreen #reportPublicPreview{padding:22px 20px}
  #reportScreen #reportPublicPreview h1{font-size:28px}
  #reportScreen .preview-report-sections{display:none}
  #reportScreen #reportPublicPreview .preview-checks{margin-bottom:0}
  #reportScreen.is-locked .gatewrap.is-open:not([hidden]){padding:4px 12px 32px}
  #reportScreen .gatewrap .gcard{width:100%;max-width:460px}
}

/* Carmen feedback: balanced imagery, clear next actions and compact mobile gate. */
#reportScreen .photo-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}
#reportScreen .photo-strip figure{flex:0 1 160px;width:160px;max-width:calc(50% - 6px)}
.thank-you-brand{margin:0 auto 24px;width:140px}
.thank-you-photo figcaption{text-align:center;display:grid;justify-items:center}
.thank-you-photo figcaption p{max-width:50ch;margin-left:auto;margin-right:auto}
.thank-you-check{margin-left:auto;margin-right:auto}
.thank-you-body.hot-confirmation{text-align:center;justify-items:center;align-items:center;width:100%}
.thank-you-body.hot-confirmation>*{text-align:center;max-width:55ch;margin-left:auto;margin-right:auto}
.report-action-dock{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:20px;padding:14px 24px;background:#fff;border-bottom:1px solid #dce3e7}
.report-action-dock img{width:105px;height:auto}.report-action-dock>div{margin-right:auto}.report-action-dock strong,.report-action-dock span{display:block}.report-action-dock span{font-size:13px;color:#657680;margin-top:4px}
#reportScreen .report-action-dock button,#reportScreen .report-contact-finish button{border:0;border-radius:10px;background:#087fb5;color:white;min-height:46px;padding:12px 18px;font:inherit;font-size:14px;font-weight:650;cursor:pointer}
#reportScreen .report-action-dock [data-hot-action]{background:#ecf4f8;color:#146386}
#reportScreen.is-locked .report-action-dock{display:none}
.report-contact-finish{padding:32px;text-align:center;background:#edf5f8;border-radius:18px;margin:32px 0}.report-contact-finish p{margin:10px 0 20px}
#mobileLockedPreview{display:none}
@media(max-width:999px){
 #reportScreen.is-locked #reportPublicPreview{display:none}
 #reportScreen.is-locked aside{padding:16px 20px;grid-template-columns:58px minmax(0,1fr);gap:6px 14px}
 #reportScreen.is-locked aside .ring{width:58px;height:58px;grid-row:2/4}
 #reportScreen.is-locked aside .ring .val{font-size:22px}
 #reportScreen.is-locked aside .gradeword{grid-row:2;font-size:20px}
 #reportScreen.is-locked aside .subs{grid-row:3;display:flex;gap:10px}
 #reportScreen.is-locked aside .sub .nm{font-size:10px}#reportScreen.is-locked aside .sub .pts{display:none}
 #reportScreen.is-locked .gcard .bd{padding:18px 20px}
 #reportScreen.is-locked .gcard .g-sub{font-size:13px;line-height:1.5;margin-bottom:14px}
 #reportScreen.is-locked .gate-new-scan{margin-top:10px;padding-top:8px}
 #reportScreen.is-locked #mobileLockedPreview{display:block;padding:8px 24px 40px}
 #mobileLockedPreview .preview-report-sections{display:block}
 #mobileLockedPreview .preview-redacted{filter:blur(3px);height:70px}
 .report-action-dock{position:relative;flex-wrap:wrap;gap:12px;padding:18px}
 .report-action-dock img{width:90px}.report-action-dock>div{flex:1;min-width:180px}.report-action-dock strong{font-size:14px}
 #reportScreen .report-action-dock button{flex:1 1 100%;font-size:16px}
}

@media(max-width:999px){#reportScreen.is-locked #rpAsideVerify{display:none}}
#reportScreen .report-action-dock{padding:14px 24px}
#reportScreen .report-action-dock>div{margin-right:auto}
#reportScreen .report-action-dock span{margin-top:4px}
#reportScreen .report-contact-finish{padding:32px;margin:32px 0}
#reportScreen .report-contact-finish p{margin:10px 0 20px}
#reportScreen .photo-strip>*{flex:0 1 calc((100% - 60px)/6);width:calc((100% - 60px)/6);max-width:160px;min-width:0}
#reportScreen .photo-proof{scroll-margin-top:100px}
@media(min-width:1000px){#reportScreen.is-unlocked aside{top:92px;max-height:calc(100dvh - 108px);overflow:auto}#reportScreen .ring{flex-shrink:0}}
@media(max-width:999px){#reportScreen .report-action-dock{padding:18px}#reportScreen .photo-strip>*{flex-basis:calc(50% - 6px);width:calc(50% - 6px)}}

#reportScreen #reportContactStatus:empty{display:none}#reportScreen #reportContactStatus{font-size:12px;color:#9b341c}
.thank-you-photo figcaption{grid-template-columns:minmax(0,1fr);justify-content:center;align-items:center;gap:10px}
.thank-you-photo figcaption h1{width:100%;margin:0;text-align:center}
.thank-you-photo figcaption p{margin:0 auto;width:100%}
.thank-you-photo figcaption .thank-you-check{margin:0 auto 8px}

#mobileLockedPreview .preview-redacted i:first-child{height:28px;width:48%}#mobileLockedPreview .preview-redacted i:last-child{height:24px;width:90%}#mobileLockedPreview .preview-redacted{height:100px}

/* Both versions: the real report layout and public imagery wait behind the gate. */
#reportScreen.is-locked #rpLockable{display:block;filter:blur(7px);pointer-events:none;user-select:none;overflow:hidden}
#reportScreen.is-locked #reportPublicPreview,#reportScreen.is-locked #mobileLockedPreview{display:none}
#reportScreen.is-locked #rpLockable .reveal-card,#reportScreen.is-locked #rpLockable .sec{opacity:1;transform:none}
#reportScreen.is-locked #rpLockable .b-del{background:var(--apple-orange);color:#fff}
#reportScreen.is-locked #rpLockable .rp-skel{display:block;min-width:60%;height:18px;background:currentColor;opacity:.2}
#reportScreen.is-locked #rpLockable .b-checks .rp-skel{background:var(--apple-green)}
#reportScreen.is-locked #rpLockable .rev-num .rp-skel{height:52px;width:68%;margin:24px 0}
#reportScreen.is-locked .gatewrap.is-open:not([hidden]){background:rgba(28,40,48,.13)}
#reportScreen.is-locked:has(.gatewrap.is-open:not([hidden])) aside,body:has(#v2Sheet[open]) #reportScreen aside{filter:blur(5px)}
@media(max-width:999px){#reportScreen.is-locked .gatewrap.is-open:not([hidden]){position:fixed;inset:0;width:100%;height:100dvh;padding:16px;display:grid;place-items:center;overflow:auto}#reportScreen.is-locked .gatewrap .gcard{max-height:calc(100dvh - 32px);overflow:auto}#reportScreen.is-locked #rpLockable .report-hero{min-height:300px}}

/* Public category scores remain readable before the visitor supplies details. */
body[data-scanner-version="2"] #reportScreen aside{filter:none!important}
@media(max-width:999px){#reportScreen.is-locked aside .subs{display:grid;grid-column:1/-1;grid-row:auto;gap:10px;margin-top:16px}#reportScreen.is-locked aside .sub{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px}#reportScreen.is-locked aside .sub .pts{display:block;font-size:13px}#reportScreen.is-locked aside .sub .nm{font-size:13px}#reportScreen.is-locked aside .sub .track{display:block}#reportScreen.is-locked aside .sub .word{display:block}}

.website-preview-age,#reportScreen .website-preview-age{position:absolute;bottom:8px;left:8px;right:8px;padding:6px 8px;background:#eef5f8;color:#284959;font-size:11px;line-height:1.4;border-radius:5px;z-index:2}

#reportScreen .aside-nearby-rank{grid-column:1/-1;align-self:stretch;margin:14px 0 20px;padding:17px 15px;border:1px solid #dce3eb;border-radius:14px;background:#f3f7fb;text-align:center;overflow-wrap:anywhere}#reportScreen .aside-nearby-rank p{margin:0 0 7px;font-size:14px;font-weight:650;color:#273a4a}#reportScreen .aside-nearby-rank strong{display:block;font-size:34px;line-height:1.15;letter-spacing:-.035em;color:#176b92;font-variant-numeric:tabular-nums}#reportScreen .aside-nearby-rank span{display:block;margin-top:7px;font-size:12px;line-height:1.45;color:#526873}@media(max-width:980px){#reportScreen .aside-nearby-rank{margin:0 0 12px;padding:14px}#reportScreen .aside-nearby-rank strong{font-size:30px}}
