
:root{--arw-readable-dark:#10213b;--arw-readable-body:#33465d}
body.section-pastel-site.daylight-prism .section:not(.deep) .case-finding{color:var(--arw-readable-dark)!important;background:rgba(255,255,255,.38)!important;border-color:rgba(16,33,59,.10)!important}
body.section-pastel-site.daylight-prism .section:not(.deep) .case-finding :is(h1,h2,h3,h4,h5,h6,strong,span,li){color:var(--arw-readable-dark)!important;text-shadow:none!important}
body.section-pastel-site.daylight-prism .section:not(.deep) .case-finding p{color:var(--arw-readable-body)!important;text-shadow:none!important}
.work-sticky{position:fixed!important;left:50%!important;top:96px!important;bottom:auto!important;transform:translateX(-50%)!important;z-index:9996!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;min-width:178px!important;max-width:calc(100vw - 32px)!important;margin:0!important}
.work-sticky:hover,.work-sticky:focus-visible{transform:translate(-50%,-2px)!important}
@media(max-width:760px){.work-sticky{top:82px!important;min-width:154px!important;max-width:calc(100vw - 24px)!important}body.language-notice-visible .work-sticky{top:140px!important}}
body.menu-open .work-sticky,.site-header.menu-open~.work-sticky{display:none!important}

/* V100.6 discreet release marker */
.site-footer .footer-bottom .site-version{
  margin-left:auto !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:600 !important;
  letter-spacing:.04em !important;
  opacity:.55 !important;
  white-space:nowrap !important;
  text-align:right !important;
}
@media (max-width:640px){
  .site-footer .footer-bottom .site-version{font-size:9px !important;opacity:.5 !important;}
}

/* V100.7 footer IP record */
.site-footer .footer-ip-record{
  max-width:1200px;
  margin:0 auto;
  padding:0 24px 10px;
  text-align:center;
}
.site-footer .footer-ip-record small{
  font-size:10px;
  line-height:1.4;
  opacity:.68;
}
.site-footer .footer-ip-record a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
@media (max-width:640px){
  .site-footer .footer-ip-record{padding:0 16px 10px;}
  .site-footer .footer-ip-record small{font-size:9px;}
}

/* V100.8 SYSTEM SCALE GRID */
.system-scale-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:34px 0 24px;
}
.system-scale-stat{
  min-height:190px;
  border:1px solid rgba(15,35,60,.12);
  border-radius:24px;
  padding:28px 24px;
  background:rgba(255,255,255,.74);
  box-shadow:0 14px 34px rgba(15,35,60,.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.system-scale-number{
  font-size:clamp(48px,7vw,84px);
  line-height:.92;
  font-weight:900;
  letter-spacing:-.045em;
  color:#10233c;
  margin-bottom:18px;
}
.system-scale-label{
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.08em;
  color:#34485f;
}
.system-scale-note{
  max-width:900px;
  font-size:15px !important;
  line-height:1.6 !important;
  margin-top:10px !important;
}
@media (max-width:900px){
  .system-scale-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:560px){
  .system-scale-grid{grid-template-columns:1fr;gap:14px;margin:26px 0 20px;}
  .system-scale-stat{min-height:150px;padding:24px 22px;border-radius:20px;}
  .system-scale-number{font-size:56px;}
  .system-scale-label{font-size:12px;}
}


