/* Targeted variation of the existing retro desktop, not a new page design. */
html[data-theme="paint"]{--retro-blue:#244a9b}
html[data-theme="paint"] .paint-titlebar,
html[data-theme="paint"] .retro-titlebar,
html[data-theme="paint"] .hiring-stage-meta{background:var(--retro-blue)}
html[data-theme="paint"] .design-switch button[aria-pressed="true"]{background:var(--retro-blue)}
html[data-theme="paint"] header nav>a:not(.btn-secondary),
html[data-theme="paint"] .site a{color:#101820}
html[data-theme="paint"] .paint-titlebar{border-left:0;padding-left:8px}
html[data-theme="paint"] .retro-titlebar{border-left:0;padding-left:8px}
html[data-theme="paint"] .paint-menu{word-spacing:18px;padding:7px 8px}
html[data-theme="paint"] .paint-tools{grid-template-columns:repeat(2,22px);gap:5px;top:81px}
html[data-theme="paint"] .paint-tools span{font-family:Arial,sans-serif;border:1px solid #69717a;background:#dedede}
html[data-theme="paint"] .paint-tools span:first-child{background:#dedede;border-color:#69717a;color:#69717a}
html[data-theme="paint"] .paint-tools span:nth-child(5){background:#dedede;border-color:#69717a}
html[data-theme="paint"] .paint-swatches{display:flex;gap:5px;align-items:center}
html[data-theme="paint"] .paint-swatches i{width:20px;height:20px;border:1px solid #69717a;border-radius:3px}
html[data-theme="paint"] .paint-current-color{width:29px;height:29px;border:1px solid #69717a;background:#dedede}
html[data-theme="paint"] .paint-current-color::before{width:11px;height:11px;left:8px;top:8px;background:#69717a}
html[data-theme="paint"] .paint-window-actions i{border:1px solid #69717a;background:#dedede}
html[data-theme="paint"] .gallery-dialog{border-top-color:var(--retro-blue)}
html[data-theme="paint"] a:focus-visible,html[data-theme="paint"] summary:focus-visible{outline-color:#101820}
html[data-theme="paint"] .retro-file-icon::after{border-color:var(--retro-blue)}
@media(max-width:620px){html[data-theme="paint"] .paint-swatches i{width:17px;height:17px}html[data-theme="paint"] .paint-menu{word-spacing:12px}html[data-theme="paint"] .paint-palette{gap:8px}}

/* Match the filename typography to the other window title bars. */
html[data-theme="paint"] .paint-titlebar{font:700 14px/1.4 var(--retro-font)}
@media(max-width:620px){html[data-theme="paint"] .paint-titlebar{font-size:12px}}

/* Shared window chrome for application, email confirmation and document upload. */
html[data-theme="paint"] .titlebar,
html[data-theme="paint"] .inbox-titlebar{background:var(--retro-blue);color:#fff}
html[data-theme="paint"] .window{width:calc(100% - 32px);margin-left:auto;margin-right:auto}
html[data-theme="paint"] .inbox-bar{fill:var(--retro-blue)}
