body{background-color:#343434;color:white;font-family:Roboto,system-ui;margin:0;padding:0;outline:none!important}@page{size:A4;margin:12mm 14mm}@media print{:root{--cv-bg:#ffffff;--cv-fg:#111111;--cv-accent:#0f4c3a;--cv-rule:#9aa0a6}:root[data-print-theme=dark]{--cv-bg:#343434;--cv-fg:#f2f2f2;--cv-accent:#62c2a1;--cv-rule:#7a7a7a}body,html{background:var(--cv-bg)!important;color:var(--cv-fg)!important;font-family:Roboto,system-ui!important;font-size:10pt!important;line-height:1.35!important}#printArea,#printArea *{background:transparent!important;box-shadow:none!important;text-shadow:none!important;color:var(--cv-fg)!important}#printArea h1,#printArea h2{color:var(--cv-accent)!important}#printArea h2{border-bottom:1px solid var(--cv-rule);padding-bottom:.15em}#printArea a{color:var(--cv-fg)!important;text-decoration:none!important}#printArea{padding:0!important;font-size:10pt!important}#printArea,#printArea .cv-entry{max-width:none!important;width:100%!important}#printArea .cv-entry{break-inside:avoid;margin-bottom:.6em!important}#printArea .cv-entry>header{flex-wrap:wrap;column-gap:.6em}#printArea .cv-entry>header>h3{flex:0 0 100%}#printArea .cv-entry>header>p:last-child{margin-left:auto}#printArea h2{break-after:avoid;margin-top:.7em!important;margin-bottom:.2em!important}#printArea h1{margin-bottom:.1em!important}#printArea ul{margin-top:.1em!important;margin-bottom:0!important}#printArea li{margin-bottom:.05em!important}#printArea li>ul{break-inside:avoid}*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}