:root {
	--white: #fff;
	--grey0: #fafafa;
	--grey1: #f1f1f1;
	--grey1x: #ddd;
	--grey2: #999;
	--grey3: #333;
	--black: #000;
	--red: #d24f4f;
	--red2: rgb(204, 0, 0);
	--accent1: #9f9f9f;
	--accent2: #3b5e58;
	--accent2x: #314e49;
	--accent3: var(--accent2);
	--accent-greenish: #9bb0a7;
	
	--select-border: var(--grey1);
	--select-focus: var(--accent1);
	--select-define: var(--accent1);
}
html{scroll-behavior: smooth}
html,body{overflow-x: hidden; overflow-y: scroll;}
*,*::before,*::after{box-sizing:border-box}*:focus{outline:none}ul[class],ol[class]{padding:0;list-style:none}dl{height:100%;width:100%;position:relative}.relative{height: 100%;width: 100%;position: relative}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}a{text-decoration:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}input,button,textarea,select{border:0;outline:0;font:inherit,-webkit-appearance: none;-webkit-border-radius: 0;-moz-appearance: none;-moz-border-radius: 0}input,button{-webkit-appearance: none}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}

html,
body {
	overflow: hidden;
}
a, a:hover, a:active, a:visited {
	text-decoration: none;
	color:  var(--accent2);
}
select {
	appearance: none;
	background-color: transparent;
	border: none;
	padding: .75em 1.5em .75em .75em;
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	cursor: inherit;
	line-height: inherit;
	outline: none;
}
select::-ms-expand {
	display: none;
}

::selection {background: var(--accent2);color: rgba(255,255,255, 1);}
::-moz-selection {background: var(--accent2);color: #fff;}
input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{border: 0;-webkit-text-fill-color: transparent;-webkit-box-shadow: none;transition: background-color 5000s ease-in-out 0s;font-weight: 900;}

@font-face{font-family:system-ui;font-style:normal;font-weight:300;src:local(.SFNS-Light),local(.SFNSText-Light),local(.HelveticaNeueDeskInterface-Light),local(.LucidaGrandeUI),local("Segoe UI Light"),local("Ubuntu Light"),local(Roboto-Light),local(DroidSans),local(Tahoma)}@font-face{font-family:system-ui;font-style:italic;font-weight:300;src:local(.SFNS-LightItalic),local(.SFNSText-LightItalic),local(.HelveticaNeueDeskInterface-Italic),local(.LucidaGrandeUI),local("Segoe UI Light Italic"),local("Ubuntu Light Italic"),local(Roboto-LightItalic),local(DroidSans),local(Tahoma)}@font-face{font-family:system-ui;font-style:normal;font-weight:400;src:local(.SFNS-Regular),local(.SFNSText-Regular),local(.HelveticaNeueDeskInterface-Regular),local(.LucidaGrandeUI),local("Segoe UI"),local(Ubuntu),local(Roboto-Regular),local(DroidSans),local(Tahoma)}@font-face{font-family:system-ui;font-style:italic;font-weight:400;src:local(.SFNS-Italic),local(.SFNSText-Italic),local(.HelveticaNeueDeskInterface-Italic),local(.LucidaGrandeUI),local("Segoe UI Italic"),local("Ubuntu Italic"),local(Roboto-Italic),local(DroidSans),local(Tahoma)}@font-face{font-family:system-ui;font-style:normal;font-weight:500;src:local(.SFNS-Medium),local(.SFNSText-Medium),local(.HelveticaNeueDeskInterface-MediumP4),local(.LucidaGrandeUI),local("Segoe UI Semibold"),local("Ubuntu Medium"),local(Roboto-Medium),local(DroidSans-Bold),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:500;src:local(.SFNS-MediumItalic),local(.SFNSText-MediumItalic),local(.HelveticaNeueDeskInterface-MediumItalicP4),local(.LucidaGrandeUI),local("Segoe UI Semibold Italic"),local("Ubuntu Medium Italic"),local(Roboto-MediumItalic),local(DroidSans-Bold),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:normal;font-weight:700;src:local(.SFNS-Bold),local(.SFNSText-Bold),local(.HelveticaNeueDeskInterface-Bold),local(.LucidaGrandeUI),local("Segoe UI Bold"),local("Ubuntu Bold"),local(Roboto-Bold),local(DroidSans-Bold),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:700;src:local(.SFNS-BoldItalic),local(.SFNSText-BoldItalic),local(.HelveticaNeueDeskInterface-BoldItalic),local(.LucidaGrandeUI),local("Segoe UI Bold Italic"),local("Ubuntu Bold Italic"),local(Roboto-BoldItalic),local(DroidSans-Bold),local("Tahoma Bold")}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #555;
	text-shadow: none;
	-webkit-text-stroke: 0;
	font-weight: normal;
}
input:-webkit-autofill::selection,
input:-webkit-autofill:hover::selection, 
input:-webkit-autofill:focus::selection,
textarea:-webkit-autofill::selection,
textarea:-webkit-autofill:hover::selection,
textarea:-webkit-autofill:focus::selection,
select:-webkit-autofill::selection,
select:-webkit-autofill:hover::selection,
select:-webkit-autofill:focus::selection {
	background: var(--accent2);
	-webkit-text-fill-color: #fff !important;
	color: rgba(255,255,255, 1) !important;}





body {
	padding: 77px 0 0 100px;
	background-color: var(--white);
	font: 16px/1.2 system-ui;
	transition: background-color .2s ease-in-out;
}
body.qwerty_mode,
body.viewfinder_mode {
	background-color: #000;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	width:  80px;
	height: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	flex-flow: column;
	padding: 15px 0;
	border-right: 3px solid #000;
	transition: border-right-color .2s ease-in-out;
}
body.qwerty_mode header,
body.viewfinder_mode header {
	border-right-color: #222;
}
header * {
	cursor: pointer;
}
header .mark {
	width:  50px;
	height: 50px;
}
header .mark svg {
	width:  100%;
	height: 100%;
}
header .mark svg .fill {
	transition: all .2s ease-in-out;
}
body.qwerty_mode header .mark svg .fill,
body.viewfinder_mode header .mark svg .fill {
	fill: #222;
	stroke: #000;
	stroke-width: 32px;
}
header .qwerty {
	rotate: 90deg;
	margin-top: auto;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	transition: color .2s ease-in-out;
}
body.qwerty_mode header .qwerty {
	color: #fff;
}
body.viewfinder_mode header .qwerty {
	color: #222;
}
header .viewfinder {
	margin-top: auto;
	width: calc(100% - 24px);
}
header .viewfinder svg {
	width: calc(100% - 10px);
	margin: auto auto 0;
}
header .viewfinder svg path {
	transition: fill .2s ease-in-out;
}
body.viewfinder_mode header .viewfinder svg path {
	fill: #fff;
}
body.qwerty_mode header .viewfinder svg path {
	fill: #222;
}
nav {
	background-color: #fff;
	padding: 0 34px;
	position: fixed;
	height: 77px;
	width: calc(100% - 80px);
	top: 0;
	left: 80px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	transition: top .2s ease-in-out;
}
nav .countdown {
	margin-right: auto;
}
body.qwerty_mode nav,
body.viewfinder_mode nav {
	top: -80px;
}
nav > div {
	font-weight: 700;
	font-size: .92rem;
	margin-right: 1rem;
	text-transform: uppercase;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
nav .peruse {
	cursor: pointer;
}
nav > .peruse.selected {
	border-bottom: 3px solid #000;
	border-top: 3px solid transparent;
}
nav .filter {
	cursor: pointer;
	position: relative;
}
nav .filter span:empty {
	display: none;
}
nav .filter .part2 {
	border-left: 2px solid #ddd;
	padding-left: 7px;
}
body.filter_open nav .filter .part2 {
	border-left-color: #222;
}
body.filter_open nav .filter {
	background: #000;
	color: #fff;
	box-shadow: 0 0 0 6px #000;
	margin-right: 1.5rem;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
}
body.filter_open nav .filter::before {
	content: "";
	width:  calc(100% + 12px);
	height: calc(100% + 12px);
	left: -6px;
	top:  -6px;
	position: absolute;
}
nav .filter span {
	display: block;
	margin-left: 7px;
}
nav .filter svg {
	height: 14px;
	position: relative;
	top: 1px;
}
body.filter_open nav .filter svg path {
	fill: #fff;
}
#filter {
	position: absolute;
	height: calc(100% - 100px);
	width: 500px;
	top: 70px;
	right: -500px;
	background: #000;
	padding: 34px;
	color: #fff;
	transition: all .2s ease-in-out;
}
body.filter_open #filter {
	right: 0;
}
#filter .x {
	position: absolute;
	width:  30px;
	height: 30px;
	right: 30px;
	top:   30px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	font-size: 2rem;
	color: #222;
	transition: all .2s ease-in-out;
}
#filter .x:hover {
	color: #fff;
}
#filter .top_level {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	gap: 1rem;
	height: 28px;
	margin-bottom: 34px;
}
#filter .top_level div {
	height: 100%;
}
#filter .top_level div {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
}
#filter .top_level div.selected {
	border-bottom: 3px solid #fff;
}
#filter .top_level .show {
	cursor: pointer;
}
#filter .top_level svg {
	height: 16px;
}
#filter .top_level svg path {
	fill: #fff;
}
.topic_search input {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	background: transparent;
	height: 60px;
	width: 100%;
	padding: 0 14px;
	border: 2px solid #222;
	margin-bottom: 34px;
	color: #fff;
	font-size: 1.3rem;
}
#filter .trending_topics .label {
	font-size: .9rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 14px;
}
#filter .trending_topics span {
	display: inline-flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 7px 14px 0;
	border: 2px solid #222;
	height: 34px;
	padding: 0 7px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
}
#filter .trending_topics span:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
#qwerty,
#viewfinder {
	display: none;
	pointer-events: none;
	opacity: 0;
	position: fixed;
	left: 80px;
	top:  0;
	width: calc(100% - 80px);
	height: 100%;
	background: #000;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 9;
	transition: opacity .2s ease-in-out;
}
body.qwerty_mode #qwerty {
	display: flex;
	opacity: 1;
	pointer-events: all;
}
body.viewfinder_mode #viewfinder {
	display: block;
	opacity: 1;
	pointer-events: all;
}
#qwerty .poster {
	width:  calc(100% - 120px);
	height: calc(100% - 120px);
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-flow: column
}
#qwerty .poster textarea {
	width:  100%;
	height: calc(100% - 100px);
	font-size: 3rem;
	padding: 34px;
	resize: none;
	margin-bottom: 34px;
	transform: skew(-7deg);
}
#qwerty .poster .post {
	height: 66px;
	width: fit-content;
	padding: 0 24px;
	margin-right: auto;
	background: #fff;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.2rem;
	text-transform: uppercase;
	cursor: pointer;
}



@media (max-width: 679px) {
	body {
		padding: 0 0 0 70px;
	}
	header {
		width: 50px;
	}
	header .mark {
		width:  30px;
		height: 30px;
	}
	header .viewfinder {
		width: calc(100% - 10px);
	}
	nav {
		left: -100%;
		top:  0;
		width:  100%;
		height: 100%;
		background: #000;
		display: block;
		padding: 50px;
		z-index: 10;
		transition: left .2s ease-in-out;
	}
	body.nav nav {
		left: 0;
	}
	nav > div {
		color: #fff;
		font-size: 1rem;
	}
	.call_nav {
		display: block;
		width:  18px;
		height: 18px;
		position: absolute;
		top: 18px;
		right: -18px;
		margin-left: auto;
		cursor: pointer;
		margin-right: 34px;
		z-index: 10;
	}
	.call_nav::before,
	.call_nav::after {
		content: "";
		height: 2px;
		border-radius: 20px;
		background: #000;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all .2s ease-in-out;
	}
	body.qwerty_mode .call_nav::before,
	body.qwerty_mode .call_nav::after,
	body.viewfinder_mode .call_nav::before,
	body.viewfinder_mode .call_nav::after {
		background: #222;
	}
	.call_nav::before {
		margin-top: -4px;
	}
	.call_nav::after {
		margin-top: 4px;
	}
	.call_nav:hover::before,
	.call_nav:hover::after {
		background: red;
	}	
	body.nav .call_nav::before,
	body.nav .call_nav::after {
		background: #fff;
	}
	body.nav > .call_nav::before {
		transform: translateY(-50%) rotate(45deg);
		margin: 0;
	}
	body.nav > .call_nav::after {
		transform: translateY(-50%) rotate(-45deg);
		margin: 0;
	}
	body.qwerty_mode nav, 
	body.viewfinder_mode nav {
		top: 0;
	}
}