*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #191919;
}

input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
}

a {
	color: #256eb1;
	text-decoration: none;
}

a:hover {
	color: #49bfff;
	text-decoration: underline;
}

li {
	margin-bottom: 5px;
}

table,
table td,
table th {
	border: 0;
	border: 1px solid #dee2e6;
}

table td,
table th {
	padding: 5px 10px;
	vertical-align: middle;
}

table th {
	background: #eff0ff;
}

hr {
	border: 1px dashed grey;
	border-bottom: 0px;
}

input.text,
textarea {
	border: 1px solid #cccccc;
	background-color: #fdfdfd;
}

input.text:hover,
textarea:hover,
input.text:focus,
textarea:focus {
	background-color: white;
	border-color: #aaaaaa;
}

input.text:focus, textarea:focus {
	border: 1px solid #a9adcb;
}

input.submit:hover {
	cursor: pointer;
}

code {
	padding: .2em .4em;
	border-radius: 7px;
}

pre {
	font-size: 13px;
	font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	color: #1e1e1e;
	background: #f0f0f0;
	padding: 15px;
	overflow: auto;
	border-radius: 7px;
}

pre i {
	color: maroon;
	font-style: normal;
}

b.date {
	color: green;
}

.overview__text {
	margin-bottom: 0;
	white-space: pre-wrap;
}

div.author {
	text-align: right;
	font-style: italic;
	color: grey;
}

code,
span.code {
	font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	background: #f0f0f0;
	font-size: 13px;
}

.container {
	max-width: 768px;
	min-height: calc(100vh - 236px);
	margin: 0 auto;
	padding: 10px 15px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 30px 15px 40px;
	}
}

/* Titles */

h1 {
	display: block;
	width: 100%;
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}

h2,
h3 {
	margin-top: 45px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 900;
	color: #000;
}

h3 {
	margin-top: 30px;
	font-size: 16px;
}

.title--first {
	margin-top: 0;
}

.title--main {
	font-size: 29px;
	line-height: 1.3;
}

.title--fmedia {
	margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
	.title--main {
		margin: 0 0 30px 9px;
		font-size: 45px;
		line-height: 1.3;
	}

	.title--fmedia {
		margin: 0 0 30px 0;
		text-align: left;
	}

	.title--simple {
		margin: 0;
		font-size: 40px;
	}

	.title--article {
		max-width: 768px;
	}
}

.title__inner {
	display: block;
}

.title__sliding {
	display: none;
	vertical-align: top;
}

/* Sliding effect */

.sliding {
	position: relative;
	left: -8px;
	display: none;
	vertical-align: top;
	width: 180px;
	text-indent: 8px;
}

.sliding__word {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: fade 9s linear infinite 0s;
			animation: fade 9s linear infinite 0s;
	overflow: hidden;
	opacity: 0;
}

.sliding__word:nth-child(2){
	-webkit-animation-delay: 3s;
			animation-delay: 3s;
}

.sliding__word:nth-child(3){
	-webkit-animation-delay: 6s;
			animation-delay: 6s;
}

@media screen and (min-width: 768px) {
	.title__sliding {
		display: inline-block;
	}

	.title__inner {
		display: none;
	}

	.sliding {
		display: inline-block;
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 0;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	25% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	40% {
		opacity: 0;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}
	5% {
		opacity: 0;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	10% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	25% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	30% {
		opacity: 1;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	40% {
		opacity: 0;
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/* Header */

.header {
	background: #fcfcfd;
	overflow: hidden;
}

.header--simple {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 0, 255, 0.05)), to(rgba(255, 255, 255, 0.55)));
	background: linear-gradient(rgba(16, 0, 255, 0.05), rgba(255, 255, 255, 0.55));
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	max-width: 992px;
	margin: 0 auto;
	padding: 40px 15px;
}

.header__container.header__container--simple {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.header__column--left {
	margin-bottom: 30px
}

.header__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

@media screen and (min-width: 768px) {
	.header__container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
	}

	.header__column--left {
		min-width: 485px;
		margin-bottom: 0;
	}

	.header__actions {
		display: block;
	}
}

/* Button */

.button {
	display: inline-block;
	vertical-align: middle;
	min-height: 41px;
	padding: 11px 25px 9px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: transparent;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.12);
			box-shadow: 0 5px 10px rgba(0,0,0,0.12);
}

.button:hover,
.button:focus {
	text-decoration: none;
	-webkit-box-shadow: 0 7px 20px rgba(0,0,0,0.16);
			box-shadow: 0 7px 20px rgba(0,0,0,0.16);
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}

.button--download {
	min-width: 130px;
	margin-right: 10px;
	color: #fff;
	background-color: #256eb1;
}

.button--download:hover {
	color: #fff;
}

.button--github {
	padding-left: 20px;
	color: #000;
	background-color: #fff;
}

.button--github:hover {
	color: #000;
}

.button__icon {
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 1px;
}

.button__icon--download {
	margin-right: 3px;
	fill: #256eb1;
}

/* Screenshots */

.screenshots {
	text-align: center;
}

.screenshots__container {
	margin-bottom: 5px;
}

.screenshots__image,
.screenshots__video {
	display: block;
	width: 100%;
	max-width: 390px;
}

.screenshots__video {
	border-radius: 5px;
}

.screenshots__tabs {
	font-size: 0;
}

.screenshots__control-input {
	display: none;
}

.screenshots__control {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	font-size: 12px;
	line-height: 30px;
	outline: 0;
	border: 1px solid #eaeaea;
	background-color: transparent;
	cursor: pointer;
}

.screenshots__control:hover {
	background-color: #f4f5fa;
}

.screenshots__control-input:checked + .screenshots__control {
	font-weight: 700;
}

.screenshots__control:first-of-type {
	border-right: 0;
	border-radius: 5px 0px 0 5px;
}

.screenshots__control:last-of-type {
	border-radius: 0 5px 5px 0;
}

.screenshots__tab {
	display: none;
	margin-top: 15px;
}

.screenshots-page img {
	display: block;
	max-width: 100%;
	max-height: 400px;
	margin: 15px 0;
}

#tab-gui:checked ~ #gui,
#tab-cli:checked ~ #cli,
#tab-android:checked ~ #scrandroid {
	display: block;
}

/* Logo  */

.logo {
	padding: 20px 0;
	text-align: center;
}

.logo--fmedia {
	padding: 0 0 5px;
}

.logo--main {
	padding: 0 0 10px;
}

.logo__img {
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

.logo__link {
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
}

@media screen and (min-width: 768px) {
	.logo--fmedia {
		text-align: left;
	}

	.logo__img {
		width: 22px;
		height: 22px;
	}

	.logo__link {
		font-size: 25px;
	}
}

/* Menu */

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin: 0px auto;
	padding: 20px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
}

.menu__link {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 20px;
	font-size: 14px;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	white-space: nowrap;
}

.menu__link:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -2px;
	left: 0;
	z-index: 2;
	background-color: #49bfff;
	visibility: hidden;
	-webkit-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.menu__link:hover {
	text-decoration: none
}

.menu__link:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
			transform: scaleX(1);
}

@media screen and (min-width: 768px) {
	.menu {
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
				justify-content: center;
	}

	.menu__link {
		margin: 0 20px;
	}
}

/* Download */

.download {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	background-color: #f9f9f9;
	padding: 25px 15px;
	border-radius: 7px;
}

.download__icon {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 10px;
	fill: currentColor;
}

.download__os {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	text-align: center;
}

.download__os:first-child,
.download__os:nth-child(2) {
	margin-bottom: 25px;
}

.download__title {
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 700;
}

.download__link {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.7;
}

@media screen and (min-width: 768px) {
	.download {
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}

	.download__os {
		-ms-flex-preferred-size: auto;
			flex-basis: auto;
	}

	.download__os:first-child,
	.download__os:nth-child(2) {
		margin-bottom: 0;
	}
}

/* Features */

.features {
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow: auto;
}

.features__column {
	display: inline-block;
	vertical-align: top;
	min-width: 250px;
	padding: 20px;
	margin-right: 15px;
	border: 1px dashed silver;
	border-radius: 7px;
}

.features__title {
	margin-top: 0;
	margin-bottom: 10px;
}

.features__column p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.features__column ul {
	margin: 5px 0 10px;
	font-size: 14px;
}

.features__column ul:last-child {
	margin-bottom: 0;
}

/* Footer */

.footer {
	font-size: 13px;
	border-top: 1px solid #efefef;
}

.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	flex-direction: column;
	max-width: 768px;
	margin: 0 auto;
	padding: 15px;
}

.footer__link {
	margin-right: 15px;
	color: #6e7687;
}

.footer__link--copyright,
.footer__link:last-child {
	margin-right: 0;
}

.footer__text {
	margin: 0;
	color: #a7a7a7;
}

.footer__text {
	margin-bottom: 15px;
	text-align: center;
}

.icons-hidden {
	display: none;
}

@media screen and (min-width: 768px) {
	.footer__container {
		flex-direction: row;
	}

	.footer__text {
		margin: 0 auto 0 0;
	}
}

/* Projects */
.projects__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}

.projects__card {
	position: relative;
	display: block;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	margin: 15px;
	background-color: #fff;
	padding: 30px 40px;
	text-decoration: none;
	color: #191919;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
			box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), 8px 14px 38px rgba(39,44,49,.06), 1px 3px 8px rgba(39,44,49,.03);
	-webkit-transition: -webkit-box-shadow 0.3s ease-out;
	transition: -webkit-box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}

.projects__card:hover {
	z-index: 10;
	color: #191919;
	text-decoration: none;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), 0 2px 2px rgba(39,44,49,.06), 0 4px 4px rgba(39,44,49,.06), 0 8px 8px rgba(39,44,49,.06), 0 16px 16px rgba(39,44,49,.06), 0 32px 32px rgba(39,44,49,.06), 0 64px 64px rgba(39,44,49,.06);
			box-shadow: inset 0 0 0 1px rgba(0,0,0,.03), 0 2px 2px rgba(39,44,49,.06), 0 4px 4px rgba(39,44,49,.06), 0 8px 8px rgba(39,44,49,.06), 0 16px 16px rgba(39,44,49,.06), 0 32px 32px rgba(39,44,49,.06), 0 64px 64px rgba(39,44,49,.06);
}

.projects__title {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 28px;
	line-height: 1.1;
	color: #222;
	font-weight: 900;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}

.projects__card:hover .projects__title {
	color: #49bfff;
	-webkit-box-shadow: 0 1px 0 0 #93d9ff;
			box-shadow: 0 1px 0 0 #93d9ff;
}

@media screen and (min-width: 768px) {
	.projects {
		padding: 20px 0;
	}

	.projects__cards {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
			-ms-flex-direction: row;
				flex-direction: row;
	}
}

/* Breadcrumbs */

.breadcrumbs {
	font-size: 0;
	color: #828282;
}

.breadcrumbs__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	padding-right: 10px;
	font-size: 13px;
}

.breadcrumbs__item::after {
	content: "";
	position: absolute;
	top: 6px;
	right: -3px;
	width: 7px;
	height: 11px;
	opacity: 0.2;
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSI5IDE4IDE1IDEyIDkgNiI+PC9wb2x5bGluZT48L3N2Zz4=);
}

.breadcrumbs__item:last-child {
	margin: 0;
	padding: 0;
}

.breadcrumbs__item:last-child::after {
	display: none;
}

/* Article */
.article {

}

.article__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.article__date {
	margin-top: 10px;
	color: #828282;
}

.article__content {
	font-size: 18px;
	font-family: Palatino, Georgia, Cambria, "Times New Roman", Times, serif;
	line-height: 1.8;
}

.article__content img {
	display: block;
	max-width: 100%;
}

.article__content h2,
.article__content h3,
.article__content h4 {
	margin-top: 25px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
}

.article__content h2 {
	font-size: 23px;
}

.article__content h3 {
	font-size: 20px;
}

.article__content h4 {
	margin-bottom: 15px;
	font-size: 18px;
}

.article__content a {
	color: inherit;
	word-wrap: break-word;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: linear-gradient(to right,rgba(0,0,0,.84) 100%,rgba(0,0,0,0) 0);
	background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
	background-size: 1px 1px;
	background-position: 0 calc(1em + 1px);
}

.article__content code,
.article__content span.code {
	font-size: 14px;
}

.article__table-wrap {
	overflow: auto;
}

.article__content table {
	width: 100%;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Arial, sans-serif;
	border: 0;
	border-collapse: collapse;
}

.article__content table th,
.article__content table td {
	border: 0;
	border-top: 1px solid #dee2e6;
	vertical-align: middle;
}

.article__content table th {
	font-size: 12px;
	border: 1px solid #ececec;
}

.article__content td.right{
	text-align:right;
}

.article__content table.fixed td {
	width: 120px;
}

@media screen and (min-width: 768px) {
	.article__head {
		flex-direction: row;
	}

	.article__content a {
		word-wrap: none;
	}

	.article__date {
		margin-top: 0;
	}

	.article__with-update {
		display: block;
	}
}

/* Dark theme */

@media (prefers-color-scheme: dark) {
	body {
		color: #ddd;
		background-color: #222;
	}

	.header,
	.header--simple {
		background: #41413F;
	}

	.menu {
		border: 0;
		background-color: #2c2c2b;
	}

	h1, h2, h3 {
		color: #fff;
	}

	a {
		color: #49bfff;
	}

	a:hover {
		color: #93d9ff;
	}

	.screenshots__control:hover {
		background-color: #256eb1;
	}

	.download {
		background-color: transparent;
	}

	pre,
	code,
	.code {
		color: #ddd;
		background: rgb(59, 59, 59);
	}

	.footer {
		border-top: 1px solid #484848;
	}

	.footer__link {
		color: #b5bfcf;
	}

	.footer__text {
		color: #909090;
	}

	.projects__card {
		color: #ddd;
		background: rgb(59, 59, 59);
		-webkit-box-shadow: none;
				box-shadow: none;
	}

	.projects__card:hover {
		color: #ddd;
		-webkit-box-shadow: none;
				box-shadow: none;
	}

	.projects__title {
		color: #fff;
	}
}
