.title-bar{height:3em;position:fixed;left:0;top:0;width:100%;margin:0;display:flex;flex-direction:row;justify-content:center;background-color:var(--titlebar-color);box-shadow:0 1px 9px var(--background-color);z-index:1001}.title-bar-title{text-align:left;flex-grow:1;font-size:1.6rem;margin-top:.7rem;color:var(--title-color)}.title-bar-logo,.title-bar-spacer{width:1.6em;padding:.7em}.title-bar-logo{height:1.82em;will-change:filter;transition:filter .5s}.title-bar-logo:hover,.title-bar-logo.react:hover,.title-bar-nav-button:hover,.title-bar-nav-button.react:hover{filter:drop-shadow(0 0 .5em var(--background-color))}.developer-title-tag{color:var(--secondary-color);margin-left:.5rem;font-weight:lighter}.global-pending-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--accent-color);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.spinner{position:relative;background:url(/assets/FalconDash_Transparent-B_1c9TAE.png);background-position:center;background-repeat:no-repeat;background-size:contain;overflow:hidden;width:80dvw;height:80dvw}.spinner:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,transparent,white,transparent);background-size:200% 100%;background-repeat:no-repeat;opacity:.5;-webkit-mask-image:url(/assets/FalconDash_Transparent-B_1c9TAE.png);mask-image:url(/assets/FalconDash_Transparent-B_1c9TAE.png);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;animation:shine 3s infinite}@keyframes shine{0%{background-position:-200% 0}60%{background-position:200% 0}to{background-position:200% 0}}#root{max-width:85dvw!important;margin:0 auto;text-align:center}.page-content{display:flex;align-items:center;justify-content:center;justify-items:center;overflow:visible;padding:2rem;margin-top:.5dvh;flex:1}@media print{.no-print{display:none!important}.break-avoid{break-inside:avoid}.break-before{break-before:page}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #254a69;--secondary-color: #FFA500;--accent-color: #333333;--background-color: #F5F5F5;--overlay-color: #333333CC;--colored-overlay-color: #254a694F;--secondary-overlay-color:#FFA5004F;--titlebar-color: #333333;--title-color: #496779;--link-color: #254a69CC;--disabled-color: #254a6933;--error-color: #BB7000;--heading-font: "Montserrat Bold", sans-serif;--body-font: "Open Sans", sans-serif}html{font-size:clamp(.875rem,2vw,1.25rem)}body{font-family:var(--body-font);background-color:var(--accent-color);color:var(--background-color)}h1,h2,h3{font-family:var(--heading-font);color:var(--primary-color)}
