@font-face{font-family:'rc-hn';src:url('/assets/website/8ae6966c-d111-405c-8a81-b0b8dcabae69/helvetica-now-display-regular.ttf') format('truetype');font-weight:400;font-display:swap;}
@font-face{font-family:'rc-hnm';src:url('/assets/website/5fc98c24-6bb5-4a1e-afc6-cb2caa5d0e95/68832fb0ffba9b1995adac75-helveticanowdisplay-medium.ttf') format('truetype');font-weight:500;font-display:swap;}
/* 2026-07-10: Report Cards re-skinned to the site type + palette (Direction A). */
#reportCardsNative{
      --ink: #1d1d1f;
      --ink-soft: rgba(0, 0, 0, 0.78);
      --ink-muted: rgba(0, 0, 0, 0.48);
      --paper: #f5f5f7;
      --white: #ffffff;
      --blue: #25B0CF;
      --rule: rgba(0, 0, 0, 0.08);
      --shadow: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px;
      --red: #b42318;
      --amber: #9a6700;
      --green: #176a45;
      --teal: #1b8fa8;
      --olive: #5e6044;
      --wine: #653d4a;
      --violet: #554f7d;
      --font: 'rc-hn', 'Helvetica Neue', Helvetica, Arial, sans-serif;
      --display: 'rc-hnm', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }#reportCardsNative *{ box-sizing: border-box; }#reportCardsNative{
      background: var(--paper);
      color: var(--ink);
      font-family: var(--font);
      letter-spacing: 0;
      scroll-behavior: smooth;
    }#reportCardsNative{
      margin: 0;
      min-width: 320px;
      font-size: 17px;
      line-height: 1.47;
      -webkit-font-smoothing: antialiased;
    }#reportCardsNative button,#reportCardsNative input,#reportCardsNative select{
      font: inherit;
      letter-spacing: 0;
    }#reportCardsNative button{ cursor: pointer; }#reportCardsNative :focus-visible{
      outline: 2px solid var(--blue);
      outline-offset: 2px;
    }#reportCardsNative .main{
      padding: 38px 20px 74px;
      background: var(--paper);
    }#reportCardsNative .shell{
      width: min(1480px, 100%);
      margin: 0 auto;
    }#reportCardsNative .errbar{
      display: none;
      margin-bottom: 16px;
      padding: 14px 16px;
      border-radius: 8px;
      color: var(--red);
      background: rgba(180, 35, 24, 0.08);
      font-size: 14px;
    }#reportCardsNative .errbar code{
      padding: 2px 5px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.72);
    }#reportCardsNative .controls{
      display: grid;
      grid-template-columns: minmax(260px, 1fr) 160px 160px max-content auto;
      gap: 10px;
      align-items: center;
      margin-bottom: 16px;
    }#reportCardsNative .search,#reportCardsNative .select,#reportCardsNative .icon-button,#reportCardsNative .segmented{
      min-height: 44px;
      border: 3px solid rgba(0, 0, 0, 0.04);
      border-radius: 11px;
      background: #fafafc;
      color: var(--ink-soft);
      outline: none;
    }#reportCardsNative .search{
      width: 100%;
      padding: 0 14px;
      font-size: 14px;
    }#reportCardsNative .select{
      appearance: none;
      padding: 0 34px 0 12px;
      font-size: 14px;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231d1d1f' stroke-width='1.4' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 12px center;
    }#reportCardsNative .segmented{
      display: inline-flex;
      width: max-content;
      justify-self: start;
      padding: 3px;
      gap: 3px;
    }#reportCardsNative .segmented button{
      min-width: 54px;
      border: 0;
      border-radius: 8px;
      background: transparent;
      color: var(--ink-soft);
      padding: 0 12px;
      font-size: 13px;
    }#reportCardsNative .segmented button.active{
      background: var(--ink);
      color: var(--white);
    }#reportCardsNative .icon-button{
      width: max-content;
      justify-self: start;
      padding: 0 16px;
      background: var(--ink);
      border-color: transparent;
      color: var(--white);
      white-space: nowrap;
    }#reportCardsNative #resetBtn{
      min-height: 36px;
      width: 72px;
      padding: 0 10px;
      border-radius: 9px;
      font-size: 13px;
    }#reportCardsNative .status{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
      color: var(--ink-muted);
      font-size: 12px;
    }#reportCardsNative .chips{
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }#reportCardsNative .chip{
      display: inline-flex;
      align-items: center;
      min-height: 26px;
      border-radius: 980px;
      padding: 4px 9px;
      background: rgba(0, 0, 0, 0.06);
      color: var(--ink-soft);
      font-size: 12px;
      white-space: nowrap;
    }#reportCardsNative .chip.live{
      background: rgba(37, 176, 207, 0.16);
      color: #0c5668;
    }#reportCardsNative .summary{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
      margin-bottom: 14px;
    }#reportCardsNative .tile{
      min-height: 110px;
      border-radius: 8px;
      background: var(--white);
      padding: 14px;
      box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0;
    }#reportCardsNative .tile .label{
      color: var(--ink-muted);
      font-size: 12px;
      font-weight: 600;
    }#reportCardsNative .tile .value{
      margin-top: 7px;
      font-family: var(--display);
      font-size: 28px;
      line-height: 1.05;
      font-weight: 600;
    }#reportCardsNative .tile .note{
      margin-top: 5px;
      color: var(--ink-muted);
      font-size: 12px;
      line-height: 1.25;
    }#reportCardsNative .table-shell{
      background: var(--white);
      border-radius: 8px;
      box-shadow: var(--shadow);
      overflow: hidden;
    }#reportCardsNative table{
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
    }#reportCardsNative th{
      text-align: left;
      padding: 13px 14px;
      color: var(--ink-muted);
      border-bottom: 1px solid var(--rule);
      background: #fbfbfd;
      font-size: 12px;
      font-weight: 600;
      white-space: nowrap;
    }#reportCardsNative td{
      padding: 13px 14px;
      border-bottom: 1px solid var(--rule);
      vertical-align: middle;
    }#reportCardsNative tr:last-child td{ border-bottom: 0; }#reportCardsNative tbody tr{
      cursor: pointer;
      transition: background-color 120ms ease;
    }#reportCardsNative tbody tr:hover{ background: rgba(37, 176, 207, 0.06); }#reportCardsNative .model-cell{
      display: grid;
      gap: 4px;
      min-width: 178px;
    }#reportCardsNative .model-name{
      font-weight: 600;
      color: var(--ink);
      line-height: 1.18;
    }#reportCardsNative .model-sub{
      color: var(--ink-muted);
      font-size: 12px;
      line-height: 1.2;
    }#reportCardsNative .tier{
      display: inline-flex;
      align-items: center;
      gap: 7px;
      border-radius: 980px;
      padding: 5px 9px;
      background: rgba(0, 0, 0, 0.06);
      color: var(--ink-soft);
      font-size: 12px;
      font-weight: 600;
    }#reportCardsNative .tier::before{
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
    }#reportCardsNative .tier.Robust{ color: var(--green); background: rgba(23, 106, 69, 0.11); }#reportCardsNative .tier.Mixed{ color: var(--amber); background: rgba(154, 103, 0, 0.12); }#reportCardsNative .tier.Exposed{ color: var(--red); background: rgba(180, 35, 24, 0.11); }#reportCardsNative .metric-main{
      font-weight: 600;
      color: var(--ink);
      line-height: 1.2;
    }#reportCardsNative .metric-sub{
      margin-top: 3px;
      color: var(--ink-muted);
      font-size: 12px;
      line-height: 1.25;
    }#reportCardsNative .profile-cell{
      min-width: 126px;
      display: grid;
      grid-template-columns: 54px 1fr;
      align-items: center;
      gap: 8px;
    }#reportCardsNative .mini-radar{
      width: 54px;
      height: 54px;
      display: block;
    }#reportCardsNative .inline-bars{
      width: 85%;
      display: grid;
      gap: 4px;
    }#reportCardsNative .bar{
      height: 7px;
      border-radius: 980px;
      background: rgba(0, 0, 0, 0.03);
      overflow: hidden;
    }#reportCardsNative .bar[data-tip-title]{
      cursor: help;
    }#reportCardsNative .bar span{
      display: block;
      height: 100%;
      border-radius: inherit;
      background: var(--teal);
    }#reportCardsNative .bias-bars .bar span:nth-child(1){ background: var(--violet); }#reportCardsNative .ev-mini{
      width: 118px;
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 3px;
    }#reportCardsNative .ev-dot{
      height: 12px;
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.06);
    }#reportCardsNative .ev-dot[data-tip-title]{
      cursor: help;
    }#reportCardsNative .ev-tooltip{
      position: fixed;
      z-index: 200;
      max-width: 260px;
      top: 0;
      left: 0;
      pointer-events: none;
      border-radius: 8px;
      padding: 10px 12px;
      background: rgba(29, 29, 31, 0.92);
      color: var(--white);
      box-shadow: rgba(0, 0, 0, 0.22) 3px 5px 30px 0px;
      backdrop-filter: saturate(180%) blur(20px);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      opacity: 0;
      visibility: hidden;
      transform: scale(0.96);
      transform-origin: top left;
      transition: opacity 120ms ease, transform 120ms ease, visibility 120ms ease;
    }#reportCardsNative .ev-tooltip.visible{
      opacity: 1;
      visibility: visible;
      transform: scale(1);
    }#reportCardsNative .ev-tooltip b{
      display: flex;
      align-items: center;
      gap: 7px;
      margin-bottom: 5px;
      font-size: 13px;
      line-height: 1.2;
    }#reportCardsNative .ev-tooltip i{
      width: 9px;
      height: 9px;
      border-radius: 50%;
      flex: 0 0 auto;
      background: var(--tip-color, var(--blue));
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--tip-color, var(--blue)) 20%, transparent);
    }#reportCardsNative .ev-tooltip strong{
      display: block;
      margin-bottom: 4px;
      color: var(--white);
      font-family: var(--display);
      font-size: 20px;
      line-height: 1.2;
    }#reportCardsNative .ev-tooltip span{
      display: block;
      color: rgba(255, 255, 255, 0.7);
      font-size: 12px;
      line-height: 1.3;
    }#reportCardsNative .cards{
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }#reportCardsNative .model-card{
      min-height: 300px;
      border: 0;
      border-radius: 8px;
      background: var(--white);
      box-shadow: var(--shadow);
      padding: 16px;
      text-align: left;
      color: inherit;
      display: grid;
      gap: 13px;
      align-content: start;
      transition: transform 140ms ease;
    }#reportCardsNative .model-card:hover{ transform: translateY(-2px); }#reportCardsNative .card-head{
      display: flex;
      justify-content: space-between;
      gap: 12px;
      min-height: 56px;
    }#reportCardsNative .card-visuals{
      display: grid;
      grid-template-columns: 72px 1fr;
      gap: 12px;
      align-items: center;
    }#reportCardsNative .card-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
    }#reportCardsNative .mini-panel{
      min-height: 78px;
      border-radius: 8px;
      background: #f5f5f7;
      padding: 10px;
      min-width: 0;
    }#reportCardsNative .hidden{ display: none !important; }#reportCardsNative .empty{
      padding: 38px 20px;
      text-align: center;
      color: var(--ink-muted);
      background: var(--white);
      border-radius: 8px;
      box-shadow: var(--shadow);
    }#reportCardsNative .modal{
      position: fixed;
      inset: 0;
      /* 2026-07-13: above the fixed site nav (z 999999), which was
         painting over the sheet head and hiding the close button */
      z-index: 1000000;
      display: none;
      align-items: center;
      justify-content: center;
      padding: 22px;
      background: rgba(0, 0, 0, 0.58);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
    }#reportCardsNative .modal.open{ display: flex; }#reportCardsNative .sheet{
      width: min(1180px, 100%);
      max-height: min(920px, calc(100svh - 44px));
      overflow: auto;
      background: var(--paper);
      border-radius: 8px;
      box-shadow: var(--shadow);
    }#reportCardsNative .sheet-head{
      position: sticky;
      top: 0;
      z-index: 2;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      padding: 24px 26px 18px;
      background: rgba(245, 245, 247, 0.88);
      border-bottom: 1px solid var(--rule);
      backdrop-filter: saturate(180%) blur(20px);
      -webkit-backdrop-filter: saturate(180%) blur(20px);
    }#reportCardsNative .sheet h2{
      margin: 0;
      font-family: var(--display);
      font-size: clamp(28px, 4vw, 44px);
      line-height: 1.1;
      font-weight: 600;
      letter-spacing: 0;
    }#reportCardsNative .sheet-sub{
      margin-top: 6px;
      color: var(--ink-muted);
      font-size: 14px;
    }#reportCardsNative .close{
      width: 44px;
      height: 44px;
      flex: 0 0 auto;
      border-radius: 50%;
      border: 0;
      background: rgba(210, 210, 215, 0.64);
      color: var(--ink-muted);
      font-size: 28px;
      line-height: 1;
    }#reportCardsNative .sheet-body{
      display: grid;
      gap: 14px;
      padding: 16px;
    }#reportCardsNative .drill-summary{
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px;
    }#reportCardsNative .drill-grid{
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }#reportCardsNative .drill-panel{
      background: var(--white);
      border-radius: 8px;
      padding: 16px;
      min-width: 0;
    }#reportCardsNative .drill-panel.wide{ grid-column: 1 / -1; }#reportCardsNative .drill-panel h3{
      margin: 0 0 8px;
      color: var(--ink-muted);
      font-size: 12px;
      font-weight: 600;
    }#reportCardsNative .chart{
      width: 100%;
      height: 285px;
    }#reportCardsNative .chart.tall{ height: 360px; }#reportCardsNative .notes{
      display: grid;
      gap: 8px;
    }#reportCardsNative .note{
      border-radius: 8px;
      background: #f5f5f7;
      padding: 10px 12px;
      color: var(--ink-soft);
      font-size: 13px;
      line-height: 1.32;
    }#reportCardsNative .note b{
      display: block;
      color: var(--ink);
      margin-bottom: 3px;
    }#reportCardsNative .footer-note{
      margin: 16px auto 0;
      max-width: 1480px;
      color: var(--ink-muted);
      font-size: 12px;
      line-height: 1.35;
    }@media (max-width: 1120px){#reportCardsNative .controls{ grid-template-columns: 1fr 1fr; }#reportCardsNative .summary,#reportCardsNative .drill-summary{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#reportCardsNative .cards{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#reportCardsNative .table-shell{ overflow-x: auto; }#reportCardsNative table{ min-width: 1080px; }
    }@media (max-width: 760px){#reportCardsNative .controls{ grid-template-columns: 1fr; }#reportCardsNative .controls > *{ width: 100%; }#reportCardsNative .controls > #resetBtn{ width: 72px; }#reportCardsNative .segmented button{ flex: 1; }#reportCardsNative .summary,#reportCardsNative .drill-summary,#reportCardsNative .drill-grid,#reportCardsNative .cards{ grid-template-columns: 1fr; }#reportCardsNative .modal{ padding: 0; align-items: stretch; }#reportCardsNative .sheet{
        max-height: 100svh;
        border-radius: 0;
      }#reportCardsNative .chart,#reportCardsNative .chart.tall{ height: 310px; }
    }#reportCardsNative,#reportCardsNative{
      overflow: hidden;
      background: var(--paper);
    }#reportCardsNative .main{
      padding: 5px;
      background: var(--paper);
    }#reportCardsNative .shell{
      width: 100%;
    }#reportCardsNative .table-shell,#reportCardsNative .model-card,#reportCardsNative .sheet{
      box-shadow: none;
    }#reportCardsNative .modal{
      padding: 12px;
      background: rgba(0, 0, 0, 0.42);
    }#reportCardsNative .sheet{
      width: min(1260px, calc(100vw - 24px));
      height: min(900px, calc(100svh - 16px));
      max-height: calc(100svh - 16px);
      display: flex;
      flex-direction: column;
      overflow: hidden;
      background: var(--white);
      border-radius: 8px;
    }#reportCardsNative .sheet-head{
      flex: 0 0 auto;
      position: sticky;
      top: 0;
      z-index: 3;
      background: var(--white);
      padding: 14px 18px 10px;
      border-bottom: 1px solid var(--rule);
    }#reportCardsNative .sheet h2{
      font-size: clamp(24px, 3vw, 34px);
    }#reportCardsNative .close{
      width: 36px;
      height: 36px;
      font-size: 24px;
    }#reportCardsNative .sheet-body{
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      overscroll-behavior: contain;
      scrollbar-width: auto;
      scrollbar-color: rgba(29, 29, 31, 0.35) transparent;
      padding: 10px;
      gap: 10px;
      background: var(--white);
    }#reportCardsNative .sheet-body::-webkit-scrollbar{
      display: block;
      width: 14px;
    }#reportCardsNative .sheet-body::-webkit-scrollbar-track{
      background: transparent;
    }#reportCardsNative .sheet-body::-webkit-scrollbar-thumb{
      background: rgba(29, 29, 31, 0.28);
      border-radius: 999px;
      border: 3px solid var(--white);
    }#reportCardsNative .drill-summary,#reportCardsNative .drill-grid{
      gap: 10px;
    }#reportCardsNative .drill-panel{
      background: #fbfbfc;
      border: 1px solid rgba(0, 0, 0, 0.06);
      padding: 12px;
    }#reportCardsNative .chart{
      height: 220px;
    }#reportCardsNative .chart.tall{
      height: 260px;
    }#reportCardsNative .sheet-body > .drill-summary > .tile{
      background: #fbfbfc;
    }
  
#reportCardsNative{pointer-events:auto;width:100%;}
