#pdcSplash.pdcSplash .pdcSplashLogo {
  width: min(820px, 92vw) !important;
  max-width: 92vw !important;
  max-height: 48vh !important;
  background: transparent !important;
}
#pdcSplash.pdcSplash .pdcSplashSignature {
  display: block !important;
  width: min(500px, 60vw);
  margin: clamp(-38px, -4vw, -16px) 0 0;
  transform: none;
  text-align: center;
}
#pdcSplash .pdcSplashRule { display: none; }
#pdcSplash .pdcSplashSubtitle {
  font: 400 min(3.84vw, 32px)/1.3 'Precision Branding', sans-serif;
  letter-spacing: .16em;
  text-transform: none;
  margin: 0;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
#pdcSplash .pdcSplashSubtitle span { display: inline-block; opacity: 0; }
#pdcSplash.splashPlaying .pdcSplashSubtitle span {
  animation: financeLetterFade 850ms ease var(--letter-delay) both;
}
@keyframes financeLetterFade { from { opacity: 0; } to { opacity: 1; } }
html[data-pdc-theme="light"] #pdcSplash .pdcSplashLogo { filter: invert(1) !important; }
@media (prefers-reduced-motion: reduce) {
  #pdcSplash.splashPlaying .pdcSplashSubtitle span { animation-duration: 1ms; animation-delay: 0ms; }
}
@font-face {
  font-family: 'Precision Branding';
  src: url('/PrecisionBranding-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
#pdcSplash.pdcSplash .pdcSplashContent { transform: translateY(-6vh); }
#pdcSplash.pdcSplash .pdcSplashLoader {
  opacity: 1;
  transform: none;
  top: calc(50% + clamp(42px, 9vw, 86px));
  bottom: auto;
  height: 2px;
}
#pdcSplash.pdcSplash .pdcSplashZeroLine { width: min(620px, 82vw); }
#pdcSplash.pdcSplash.splashPlaying .pdcSplashSignature .pdcSplashLoader {
  position: relative;
  inset: auto;
  width: 100%;
  height: 1px;
  margin: 0 0 12px;
}
#pdcSplash.pdcSplash.splashPlaying .pdcSplashSignature .pdcSplashZeroLine {
  width: 100%;
}
#pdcSplash.pdcSplash .pdcSplashZeroLine.isComplete .pdcSplashZeroFill {
  background: #fff;
  box-shadow: 0 0 6px #ffffffb3, 0 0 18px #ffffff73, 0 0 32px #ffffff33;
}
@font-face {
  font-family: 'Precision Engineering';
  src: url('/PrecisionBranding-Engineering.woff2') format('woff2');
  font-weight: 400;
  font-display: block;
}
#pdcSplash.pdcSplash .pdcSplashContent { width: 100vw !important; transform: translateY(-2vh); }
.financeLogoCrop { width: 100%; aspect-ratio: 4.4; position: relative; overflow: hidden; }
#pdcSplash.pdcSplash .financeLogoCrop .pdcSplashLogo {
  position: absolute; width: 166.667% !important; max-width: none !important;
  max-height: none !important; left: -33.333%; top: -52%;
}
.financeEngineering {
  display: flex; justify-content: space-between; width: 100%;
  font: 400 min(5.9vw, 46px)/1.2 'Precision Engineering', sans-serif;
  color: #505050; margin-top: 0;
}
#pdcSplash.pdcSplash .pdcSplashLogo {
  position: relative; left: auto; top: auto;
  width: min(1100px, 140vw) !important; max-width: none !important;
  max-height: none !important; flex-shrink: 0;
  mask-image: linear-gradient(to bottom, #000 0%, #000 52%, rgba(0,0,0,.32) 54%, rgba(0,0,0,.32) 100%);
}
#pdcSplash.pdcSplash .pdcSplashSignature { width: min(660px, 84vw); margin: max(-72px, -9vw) 0 0; }
#pdcSplash.pdcSplash .pdcSplashSubtitle {
  font-size: min(5.25vw, 42px); letter-spacing: .16em;
  color: rgba(255,255,255,.60);
}
#pdcSplash.pdcSplash .pdcSplashSubtitle span { animation: none; opacity: 1; }
#pdcSplash .pdcSplashSubtitle .financeDecodeCell { position: relative; color: transparent; perspective: 180px; }
#pdcSplash .pdcSplashSubtitle .financeDecodeGlyph { position: absolute; inset: 0; color: rgba(255,255,255,.60); }
html[data-pdc-theme="light"] #pdcSplash .financeDecodeGlyph { color: rgba(23,23,23,.60); }
#pdcSplash.pdcSplash .pdcSplashContent {
  transform: translateY(calc(-2vh + var(--finance-align-y, 0px))) scale(var(--finance-splash-scale, .50));
  transform-origin: center;
}
.splashSizeTuner {
  position: fixed; z-index: 2147483647; bottom: 18px; left: 50%; transform: translateX(-50%);
  width: min(440px, calc(100vw - 32px)); padding: 16px; box-sizing: border-box;
  border: 1px solid #626262; border-radius: 14px; background: #202024f5; color: #eee;
  font: 14px/1.5 Arial, sans-serif; box-shadow: 0 8px 32px #0008;
}
.splashSizeTuner label { display: block; margin-bottom: 8px; }
.splashSizeRow { display: flex; align-items: center; gap: 10px; direction: ltr; }
.splashSizeRow input { flex: 1; min-width: 0; width: auto; accent-color: #ddd; }
.splashSizeRow output { min-width: 45px; font-variant-numeric: tabular-nums; }
.splashSizeTuner button { color: #eee; background: #34343a; border: 1px solid #666; border-radius: 7px; padding: 7px 12px; cursor: pointer; font: inherit; }
.splashSizeActions { display: flex; gap: 8px; margin-top: 12px; }
.splashSizeTuner p { margin: 10px 0 0; font-size: 12px; color: #bbb; }
.financeDividerAnchor { height: 1px; width: 100%; margin-bottom: 12px; }
#pdcSplash.pdcSplash .pdcSplashLogo { aspect-ratio: 3 / 1; }
.appHeader:has(.financeHeaderBrand) { min-height: 104px !important; height: auto !important; align-items: center !important; }
.appHeader .appBrand.financeHeaderBrand { width: 242px !important; min-width: 242px !important; flex: 0 0 242px !important; height: 90px !important; display: block !important; transform: none !important; margin: 0 !important; }
.financeHeaderMotion { position: relative; width: 242px; height: 90px; }
.appHeader .financeHeaderBrand .financeHeaderLogo {
  position: absolute; width: 300px !important; max-width: none !important; height: 100px !important;
  left: -29px; top: -18px; object-fit: contain; background: transparent !important;
  mask-image: linear-gradient(to bottom, #000 52%, #0005 54%, #0005 100%);
}
.financeHeaderBrand .pdcSplashZeroLine { position: absolute; width: 180px; left: 31px; top: 65px; height: 1px; background: #217346; transform-origin: center; }
.financeHeaderGlow { position: absolute; inset: 0; background: #21a366; box-shadow: 0 0 5px #21a366, 0 0 12px #21a36699; }
.financeHeaderBrand .pdcSplashSubtitle {
  position: absolute; top: 69px; left: 31px; width: 180px; margin: 0;
  font: 400 11.454545px/1.3 'Precision Branding', sans-serif; text-align: center;
  letter-spacing: .16em; text-transform: none; color: rgba(33,115,70,.72);
  opacity: 1 !important; transform: none !important; animation: none !important; white-space: nowrap;
}
.financeHeaderBrand .financeFadeLetter { display: inline-block; opacity: 0; }
html[data-pdc-theme="light"] .appHeader .financeHeaderLogo { filter: invert(1); }
#pdcSplash.pdcSplash .pdcSplashSubtitle .financeTitleText { color: inherit; opacity: 0; white-space: nowrap; }
#pdcSplash.pdcSplash.splashPlaying .pdcSplashSubtitle .financeTitleText { animation: financeTitleAppear 1800ms ease-in-out 500ms both; }
@keyframes financeTitleAppear { from { opacity: 0; } to { opacity: 1; } }
:root { --finance-accent: #217346; --finance-accent-rgb: 33, 115, 70; }
#pdcSplash .pdcSplashMatrixDigit {
  transition: color 10430ms ease-in-out, text-shadow 10430ms ease-in-out;
}
#pdcSplash.splashPlaying .pdcSplashMatrixDigit.financeGreenDigit {
  color: #21a366 !important;
  text-shadow: 0 0 7px rgba(33,163,102,.6) !important;
}
#pdcSplash.pdcSplash {
  background: radial-gradient(ellipse at 50% 43%, rgba(25,90,51,.30) 0%, rgba(12,48,27,.16) 23%, transparent 50%), #000 !important;
}
#pdcSplash.pdcSplash .pdcSplashSubtitle { color: rgba(var(--finance-accent-rgb), .72); }
#pdcSplash.pdcSplash .pdcSplashZeroLine { background: rgba(var(--finance-accent-rgb), .3); }
#pdcSplash.pdcSplash .pdcSplashZeroFill,
#pdcSplash.pdcSplash .pdcSplashZeroLine.isComplete .pdcSplashZeroFill {
  background: #21a366 !important;
  box-shadow: 0 0 5px #21a366, 0 0 14px #21a366b3, 0 0 28px #21a36666 !important;
}
#pdcSplash.pdcSplash .pdcSplashZeroBeam { background: #33c481; box-shadow: 0 0 8px #21a366, 0 0 20px #21a366; }
#pdcSplash.pdcSplash.splashPlaying .pdcSplashLogo {
  scale: 1;
  transform: none !important;
  animation: none !important;
}
#pdcSplash.pdcSplash.splashPlaying .pdcSplashZeroLine { transform-origin: center; }
#pdcSplash.pdcSplash .pdcSplashSubtitle .financeFadeLetter { opacity: 0; color: inherit; }
#pdcSplash.pdcSplash.splashPlaying .pdcSplashSubtitle .financeFadeLetter {
  animation: none;
}
@media (prefers-reduced-motion: reduce) {
  #pdcSplash.pdcSplash.splashPlaying .pdcSplashLogo,
  #pdcSplash.pdcSplash.splashPlaying .pdcSplashZeroLine { animation: none !important; scale: 1; }
  #pdcSplash.pdcSplash.splashPlaying .pdcSplashSubtitle .financeFadeLetter { animation: none; opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  #pdcSplash.pdcSplash.splashPlaying .pdcSplashSubtitle .financeTitleText { animation: none; opacity: 1; }
}
