.fcs-editor-shell {
	max-width: 1180px;
	margin: 0 auto;
	padding: clamp(42px, 8vw, 92px) 22px;
}

.fcs-editor-head {
	margin-bottom: 34px;
}

.fcs-editor-head p {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #777;
}

.fcs-editor-head h1 {
	margin: 0;
	font: 900 clamp(48px, 8vw, 104px)/.82 var(--display, Impact, sans-serif);
	text-transform: uppercase;
	letter-spacing: -.05em;
}

.fcs-editor-user,
.fcs-editor-notice {
	margin-bottom: 22px;
	padding: 16px 18px;
	background: #111;
	color: #fff;
	font-weight: 700;
}

.fcs-editor-user a {
	color: #fff;
	text-decoration: underline;
}

.fcs-editor-notice-error,
.fcs-editor-notice-denied {
	background: #7d1111;
}

.fcs-editor-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.fcs-editor-dashboard {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.fcs-editor-choice {
	position: relative;
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(28px, 4vw, 48px);
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
	color: #111;
	text-decoration: none;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.fcs-editor-choice:hover {
	transform: translateY(-7px);
	background: #f7f7f4;
	box-shadow: 0 34px 90px rgba(0, 0, 0, .12);
}

.fcs-editor-choice::after {
	content: "FCS";
	position: absolute;
	right: -12px;
	bottom: -24px;
	color: transparent;
	font: 900 120px/.8 var(--display, Impact, sans-serif);
	-webkit-text-stroke: 1px rgba(0, 0, 0, .08);
}

.fcs-editor-choice span {
	color: #777;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.fcs-editor-choice h2 {
	position: relative;
	z-index: 1;
	max-width: 390px;
	margin: 24px 0 16px;
	font: 900 clamp(40px, 6vw, 72px)/.82 var(--display, Impact, sans-serif);
	text-transform: uppercase;
}

.fcs-editor-choice p {
	position: relative;
	z-index: 1;
	max-width: 460px;
	color: #666;
}

.fcs-editor-choice b {
	position: relative;
	z-index: 1;
	margin-top: 24px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fcs-editor-manage {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 8px;
}

.fcs-editor-card {
	padding: clamp(24px, 4vw, 42px);
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .08);
	border: 1px solid rgba(0, 0, 0, .08);
}

.fcs-editor-card h2 {
	margin: 0 0 22px;
	font: 900 34px/.9 var(--display, Impact, sans-serif);
	text-transform: uppercase;
}

.fcs-editor-card p {
	color: #666;
}

.fcs-editor-card small {
	display: block;
	margin-top: 6px;
	color: #777;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.fcs-editor-card label {
	display: block;
	margin: 0 0 18px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fcs-editor-card input[type="text"],
.fcs-editor-card input[type="url"],
.fcs-editor-card input[type="password"],
.fcs-editor-card input[type="file"],
.fcs-editor-card textarea,
.fcs-editor-card select {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 8px;
	padding: 14px 15px;
	border: 1px solid #d7d7d2;
	border-radius: 0;
	background: #f6f6f3;
	color: #111;
	font: 500 16px/1.4 system-ui, sans-serif;
}

.fcs-editor-card textarea {
	resize: vertical;
}

.fcs-editor-card .fcs-check,
.fcs-editor-card .login-remember {
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 12px;
	letter-spacing: .04em;
}

.fcs-editor-card .fcs-check input,
.fcs-editor-card .login-remember input {
	width: auto;
	margin: 0;
}

.fcs-editor-card button,
.fcs-editor-card input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 0;
	background: #111;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
}

.fcs-login-card {
	max-width: 560px;
}

.fcs-editor-back {
	display: inline-block;
	margin-left: 16px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fcs-edit-list {
	display: grid;
	gap: 1px;
	background: #deded8;
}

.fcs-edit-list a {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 16px;
	background: #f7f7f4;
	color: #111;
	text-decoration: none;
	transition: background .2s, padding .2s;
}

.fcs-edit-list a:hover {
	padding-left: 22px;
	background: #fff;
}

.fcs-edit-list strong {
	display: block;
	font: 900 22px/.95 var(--display, Impact, sans-serif);
	text-transform: uppercase;
}

.fcs-edit-list small {
	margin-top: 6px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fcs-edit-list b {
	white-space: nowrap;
	font-size: 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.fcs-timelapse {
	max-width: 1560px;
	margin: 0 auto;
	padding: clamp(42px, 8vw, 92px) 22px;
}

.fcs-timelapse-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.fcs-timelapse-head p {
	margin: 0 0 8px;
	color: #777;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.fcs-timelapse-head h2 {
	margin: 0;
	font: 900 clamp(52px, 8vw, 112px)/.78 var(--display, Impact, sans-serif);
	text-transform: uppercase;
}

.fcs-timelapse-head span {
	color: #777;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fcs-timelapse-days {
	display: flex;
	gap: 4px;
	margin-bottom: 10px;
	overflow-x: auto;
	background: #252935;
}

.fcs-timelapse-days button {
	min-width: 112px;
	padding: 8px 14px;
	border: 0;
	color: #fff;
	background: transparent;
	font-size: 12px;
	font-weight: 900;
	cursor: pointer;
}

.fcs-timelapse-days button.active {
	background: linear-gradient(135deg, #2d65d8, #0f347a);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
}

.fcs-timelapse-stage {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 96px;
	gap: 14px;
	align-items: stretch;
}

.fcs-timelapse figure {
	position: relative;
	min-height: min(760px, 72vh);
	margin: 0;
	overflow: hidden;
	background: #111;
}

.fcs-timelapse img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fcs-timelapse figcaption {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 14px;
	color: #fff;
	background: rgba(204, 45, 15, .92);
	font-weight: 900;
}

.fcs-timelapse aside {
	display: grid;
	grid-template-rows: auto auto minmax(0, 1fr);
	gap: 10px;
}

.fcs-timelapse-play {
	height: 58px;
	border: 1px solid #c8ced8;
	border-radius: 3px;
	background: linear-gradient(#fff, #dfe5ef);
	color: #3c4658;
	font-size: 27px;
	cursor: pointer;
}

.fcs-timelapse input[type="range"] {
	width: 100%;
	accent-color: #cf3519;
}

.fcs-timelapse-times {
	display: grid;
	align-content: start;
	max-height: 530px;
	overflow-y: auto;
	border-left: 3px solid #d54020;
	background: repeating-linear-gradient(0deg, #fff 0 18px, #eef0f2 18px 19px);
}

.fcs-timelapse-times button {
	padding: 3px 6px 3px 12px;
	border: 0;
	background: transparent;
	color: #555;
	font-size: 12px;
	text-align: left;
	cursor: pointer;
}

.fcs-timelapse-times button.active {
	color: #fff;
	background: #cf3519;
	font-weight: 900;
}

@media (max-width: 1050px) {
	.fcs-editor-grid,
	.fcs-editor-manage,
	.fcs-editor-dashboard {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.fcs-editor-grid,
	.fcs-editor-dashboard {
		grid-template-columns: 1fr;
	}

	.fcs-editor-manage {
		grid-template-columns: 1fr;
	}

	.fcs-timelapse-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.fcs-timelapse-stage {
		grid-template-columns: 1fr;
	}

	.fcs-timelapse figure {
		min-height: 320px;
	}

	.fcs-timelapse aside {
		grid-template-columns: 74px 1fr;
		grid-template-rows: auto auto;
	}

	.fcs-timelapse-times {
		grid-column: 1 / -1;
		max-height: 180px;
	}
}
