:root{
 --fc-brand-lime:#A6E22E;
 --fc-brand-lime-rgb:166,226,46;
 --fc-brand-lime-50:#f6fce9;
 --fc-brand-lime-100:#ebf8ca;
 --fc-brand-lime-200:#d9f294;
 --fc-brand-lime-300:#c5ea60;
 --fc-brand-lime-400:#A6E22E;
 --fc-brand-lime-500:#8fc51f;
 --fc-brand-lime-600:#70a114;
 --fc-brand-lime-700:#567b10;
 --fc-brand-lime-800:#425f11;
 --fc-brand-dark:#111417;
 --fc-brand-gray:#6B6F76;
 --fc-brand-light-gray:#E6E8EA;
 --fc-brand-background:#F7F8F9;
 --fc-brand-radius:.75rem;
}
.text-framecore{color:var(--fc-brand-lime)!important}
.fc-brand-inline{display:inline-flex;align-items:center;min-width:0}
.fc-brand-logo{display:block;max-width:100%;height:auto}
.fc-sidebar-brand{display:flex;align-items:center;min-width:0;height:34px;text-decoration:none}
.fc-sidebar-brand .fc-brand-wordmark{width:142px;height:30px;object-fit:contain;object-position:left center}
.fc-sidebar-brand .fc-brand-symbol{width:28px;height:28px;object-fit:contain}
.fc-sidebar-brand .fc-brand-on-dark,.sidebar-dark .fc-sidebar-brand .fc-brand-on-light{display:none}
.sidebar-dark .fc-sidebar-brand .fc-brand-on-dark{display:block}
.sidebar-mini .fc-sidebar-brand .fc-brand-wordmark{display:none!important}
.fc-topbar-brand-mark{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:.65rem;background:var(--fc-brand-background);border:1px solid var(--fc-brand-light-gray)}
.fc-topbar-brand-mark img{width:21px;height:21px;object-fit:contain}
html.dark .fc-topbar-brand-mark{background:#181c20;border-color:#2d3238}
.fc-auth-brand{display:flex;justify-content:center;align-items:center;margin-bottom:1.75rem}
.fc-auth-brand img{display:block;width:min(330px,78vw);height:auto}
.fc-auth-brand .fc-auth-logo-dark{display:none}
html.dark .fc-auth-brand .fc-auth-logo-light{display:none}
html.dark .fc-auth-brand .fc-auth-logo-dark{display:block}
.fc-mobile-brand-mark img{display:block;width:26px;height:26px;object-fit:contain}
.fc-mobile-login-brand{display:flex;justify-content:center;margin-bottom:1.5rem}
.fc-mobile-login-brand img{display:block;width:min(270px,75vw);height:auto}
.fc-mobile-login-brand .is-dark{display:none}
html.dark .fc-mobile-login-brand .is-light{display:none}
html.dark .fc-mobile-login-brand .is-dark{display:block}
@media(max-width:575.98px){.fc-topbar-brand-mark{width:28px;height:28px;flex-basis:28px}.fc-topbar-brand-mark img{width:19px;height:19px}}
