:root {
	--font-size-xs: .75rem;
	--font-size-sm: .86rem;
	--font-size-base: .9rem;
	--font-size-lg: 1rem;
	--fix-size-base: 1rem
}

@media (min-width:1500px) and (min-resolution: 2dppx) {
	:root {
    --font-vw-term: 1.05vw;
    --font-size-xs: clamp(0.75rem, calc(var(--font-vw-term) - 0.23rem), 1.05rem);
    --font-size-sm: clamp(0.86rem, calc(var(--font-vw-term) - 0.12rem), 1.16rem);
    --font-size-base: clamp(0.9rem, calc(var(--font-vw-term) - 0.08rem), 1.2rem);
    --font-size-lg: clamp(1rem, calc(var(--font-vw-term) + 0.02rem), 1.3rem);
	}
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; vertical-align: baseline } article, aside, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }

html { direction: ltr; height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

@media (prefers-reduced-motion: no-preference) {
	@view-transition {
		navigation: auto
	}
}
.wrp {
	max-width: 105em;
}
body, select, input, textarea, button {
	font-family: system-ui;
	font-size: var(--font-size-base);
	line-height: 1.5;
	color: #353535;
	outline: none;
}
	a { 
		outline: none;
		color: #3394e6;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }
	.meta a, .speedbar a, .tag_list a, .vote_more a, .story_tools .category a { color: #0c5f7e; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 .7rem 0;
	line-height: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child {
	margin-bottom: 0;
}

h1, .h1 { font-size: calc(var(--font-size-lg) * 1.375); }
h2, .h2 { font-size: calc(var(--font-size-lg) * 1.25); }
h3, .h3 { font-size: calc(var(--font-size-lg) * 1.125); }
h4, .h4 { font-size: var(--font-size-lg); }
h5, .h5 { font-size: calc(var(--font-size-lg) * .875); }
h6, .h6 { font-size: calc(var(--font-size-lg) * .75); }

.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}

.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #64748b; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: table; }

.instagram-media, .twitter-tweet {display: inline-block !important;}

@media only screen and (min-width: 601px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

.dropdown { position: relative; }
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		margin: -11px 0 0 -11px;
		width: 22px; height: 22px;
		border-radius: 50%;
		background-color: #fff;
	}


	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

.icon {
	display: inline-block;
	width: 2.22em;
	height: 2.22em;
	fill: #0c5f7eed;
	vertical-align: middle;
}
	.icon-logo { width: 2.92em; height: 2.92em; }

	.icon-vk { width: .7em; height: 1em; }
	.icon-tw { width: .98em; height: 1em; }
	.icon-fb { width: .56em; height: 1em; }
	.icon-gp { width: 1.26em; height: 1em; }
	.icon-ya { width: .49em; height: 1em; }
	.icon-od { width: .7em; height: 1em; }
	.icon-mail { width: 1.12em; height: 1em; }

	.grey .icon { fill: #64748b; }

body { background: #f1f5f9; }

.conteiner:after, #header:after { clear: both; content: ""; display: table; }
.midside {
	float: left;
	padding: 0 24.31em 0 13%;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rightside {
	float: right;
	width: 20.83em;
	padding: 0 1.74em;
	margin-left: -24.31em;
	position: relative;
}

#header { margin-bottom: 1.74em; }
#header, #header_menu { height: 5.56em; }
.header {
	width: 100%; height: 0; z-index: 22;
	position: fixed;
	left: 0; top: 0;
}
	.header .midside { height: 0; }
	#header_menu {
		position: relative; z-index: 15;
		padding: 0 1.74em;
		background-color: rgb(12 95 126 / 93%);
		border-radius: 0 0 2px 2px;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

#mobile_menu_btn {
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 80px;
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}
	#mobile_menu_btn > *, #mobile_menu_btn { cursor: pointer; }
	.menu_toggle { display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin: -2px 6px; position: relative; }
	.menu_toggle > i {
		height: 2px; width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.mt_1 { margin-top: 2px; }
	.mt_2 { margin-top: 8px; }
	.mt_3 { margin-top: 14px; }
	.menu_toggle__title { display: none; }
	.mobile-menu_open #mobile_menu_btn .mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.mobile-menu_open #mobile_menu_btn .mt_2 { opacity: 0; }
	.mobile-menu_open #mobile_menu_btn .mt_3 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}

.logotype {
	white-space: nowrap;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 5.55em;
}
	.logotype .logo_title {
		margin: 0 0 0 .9em;
		font-size: calc(var(--font-size-lg) * 1.25);
		line-height: 1.7em;
		font-weight: normal;
	}
	.logotype .icon-logo { fill: #fff; }

	#top_menu { margin: 0 1.74em; flex: 1 auto; white-space: nowrap; text-align: center; cursor: default; }
	#top_menu > a {
		text-decoration: none !important;
		display: inline-block;
		color: #fff;
		position: relative;
		z-index: 2;
		padding: .694em 1.389em;
		opacity: .8;
	}
	#top_menu > a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: .694em; height: .694em;
		border-radius: 100%;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
	}
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: .694em; height: .694em; opacity: 0; }
		50% { margin: -3.472em 0 0 -3.472em; width: 6.94em; height: 6.94em; opacity: .15; } 
		100% { margin: -5.55em 0 0 -5.55em; width: 10em; height: 10em; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: .694em; height: .694em; opacity: 0; }
		50% { margin: -3.472em 0 0 -3.472em; width: 6.94em; height: 6.94em; opacity: .15; } 
		100% { margin: -5.55em 0 0 -5.55em; width: 10em; height: 10em; opacity: 0; }
	}

	#top_menu > a:hover { z-index: 1; opacity: 1; }
	#top_menu > a:hover:after {
		-webkit-animation: sun .3s ease;
		animation: sun .3s ease;
	}

	#top_menu > a.active { cursor: default; opacity: 1; }
	#top_menu > a.active:before {
		content: "";
		position: absolute;
		left: 50%; top: 100%;
		width: .278em; height: .278em;
		margin: -.139em 0 0 -.139em;
		border-radius: 50%;
		background-color: #fff;
	}
	#top_menu > a.active:after { display: none; }

#login_pane {
	list-style: none;
	padding: 0; margin: 0;
}
	#login_pane > li > .btn-border {
		border-color: rgba(255,255,255,0.2);
		color: #fff;
		white-space: nowrap;
		text-shadow: none;
	}
	#login_pane > li > .btn-border:hover {
		border-color: #fff;
		box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
	}
	#login_pane > li > .btn-border .over { max-width: 120px; margin-top: -2px; }
	#login_pane > li > .btn-border > .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
	.pm_num {
		font-size: calc(var(--font-size-lg) * .69);
		background-color: #fff;
		border-radius: 50%;
		min-width: 1.09em; height: 1.09em;
		line-height: 1.09em;
		margin: -.181em -1.27em 0 1.09em;
		padding: .278em;
		color: #0c5f7e;
		text-align: center;
		vertical-align: middle;
	}

	#login_pane .dropdown-form {
		text-align: center;
		left: 50%;
		padding: 2.71em; margin-left: -10.42em;
		width: 15.28em;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 1.389em; }
	.login_form {
		list-style: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.login_form > li {
		border-top: 1px solid #efefef;
		display: block;
		position: relative;
	}
	.login_form > li > label { display: none; }
	.login_form > li > input {
		border: 0 none;
		padding: 19px; padding-left: 23px;
		border-radius: 0;
		background-color: transparent;
		width: 100%; height: 60px;
	}
	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
	.login_form > li.login_input-btn > input { padding-right: 65px; }
	.login_form > li.login_input-btn > .btn {
		position: absolute;
		right: 0; top: 50%;
		margin-top: -18px; padding: 0;
		width: 54px;
	}
	.login_form__foot { text-align: left; margin-top: 20px; }

	.dropdown-form.logged:after {
		content: "";
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 6.875em;
		z-index: -1;
	}
		.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f1f5f9; }
		.login_pane__info .avatar { margin: .833em 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 1.74em 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: .972em 0; display: block;
			border-top: 1px solid #efefef;
		}
		.login_pane__menu li a:hover { color: #0c5f7e; }
		
		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -.208em .35em 0 0; }


@media only screen and (min-width: 601px) {
	#cat_menu {
		float: left;
		width: 13%;
		position: relative;
		z-index: 10;
		margin-top: 7.292em;
	}
	.cat_menu a, .cat_menu a:after { -webkit-transition: all ease .22s; transition: all ease .22s; }
	.cat_menu a {
		display: block;
		padding: 6% .694em;
		color: #5a5a5a;
		text-decoration: none !important;
		position: relative;
	}
	.cat_menu a:hover { color: #0c5f7eed; }
	.cat_menu a:before, .cat_menu a:after {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		background-color: #5a5a5a;
		width: 0; height: auto;
	}
	.cat_menu a:hover:after { width: .35em; background-color: #0c5f7eed; }

	.cat_menu a.active { cursor: default; color: inherit; }
	.cat_menu a.active:after { display: none; }
	.cat_menu a.active:before { width: .35em; }
}

.cat_menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cat_menu ul ul {
  padding-left: 10px;
}

#cat_menu .soc_links { padding: 0 1.74em; margin-top: 2.431em; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 1.81em; height: 1.81em; line-height: 1.81em;
		border-radius: 50%;
		background-color: #bababa;
		text-align: center;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -.208em 0 0 0; }

	.soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover { background-color: #60bbf5; }
	.soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover { background-color: #006cff; }


.q_search { position: relative; margin-top: 1.53em; }
	.q_search > input {
		width: 100%;
		padding: .49em 5em .49em 1.25em;
		border-radius: 0.55em;
		background-color: #e2e8f0;
		display: block;
		border: 0 none;
		box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
	.q_search > .btn { width: 2.22em; padding: 0; position: absolute; right: 0; top: 1.25em; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -0.55em 0 0 -0.55em; width: 1.11em; height: 1.11em; fill: #737373;}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 2.22em;
		width: 2.22em; height: 2.22em;
	}
	.q_search .icon-set {
		width: 1.11em; height: 1.11em;
		position: absolute;
		left: 50%; top: 50%;
		margin: -0.55em 0 0 -0.55em;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #0c5f7eed; }


.carousel {
	position: relative;
	padding-top: 49%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 7px 14px 0 rgba(65,69,88,0.1), 0 3px 6px 0 rgba(0,0,0,0.07);
}
	.carousel-inner {
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item {
		display: none;
		position: relative;
		width: 100%; height: 100%;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > .cover {
		width: 100%;
		position: absolute;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev { display: block; }
	.carousel-inner > .active { left: 0; }
	.carousel-inner > .next,
	.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
	.carousel-inner > .next { left: 100%; }
	.carousel-inner > .prev { left: -100%; }
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right { left: 0; }
	.carousel-inner > .active.left { left: -100%; }
	.carousel-inner > .active.right { left: 100%; }
	.carousel-control {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		margin: 1.74em;
		width: 3.06em;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-control_in {
		box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
		background-color: #fff;
		border-radius: 1.53em;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 1.04em .833em;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 1.39em; height: 2.22em;
	}
	.carousel-control a:hover > .icon { fill: #0c5f7eed; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 1.39em; height: 1.39em;
		margin: 0 auto;
		cursor: pointer;
		position: relative;
	}
	.carousel-indicators li:after, .carousel-indicators li:before {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		border-radius: 50%;
	}
	.carousel-indicators li:after {
		width: .28em; height: .28em;
		margin: -.139em 0 0 -.139em;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #3394e6; }
	.carousel-indicators li:before {
		display: none;
		border: .139em solid #3394e6;
		width: .56em; height: .56em;
		margin: -.417em 0 0 -.417em;
		box-sizing: initial;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; right: 6.53em;
		margin: 0 0 8% 8%;
		z-index: 10;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	}
	.carousel-caption .title {
		font-weight: bold;
		letter-spacing: -.03em;
		font-size: 2.9em;
		line-height: 1.3em;
	}
	.carousel-caption .text { 
		font-size: 1.3em;
		line-height: 1.45em;
	}
	.carousel.vertical .carousel-inner { height: 100%; }
	.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
	.carousel.vertical .active { top: 0; }
	.carousel.vertical .next { top: 100%; }
	.carousel.vertical .prev { top: -100%; }
	.carousel.vertical .next.left,
	.carousel.vertical .prev.right { top: 0; }
	.carousel.vertical .active.left { top: -100%; }
	.carousel.vertical .active.right { top: 100%; }

#content, .content_top { position: relative; }

.pagetools {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	margin-bottom: 1.929em;
	position: relative;
	padding-left: 8%;
	width: 100%; height: 3.858em;
	overflow: hidden;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#combo-tools .pagetools_in { 
		height: 100px;
		-webkit-transition: all .3s ease .2s; transition: all .3s ease .2s;
	}
	.pagetools_in { color: #64748b; }
	.sortbar_in, .speedbar { display: block; height: 1.697em; padding: 1.08em 1.929em; line-height: 1.697em; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 3.858em;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 1.08em auto 0 auto;
		width: 2.314em; height: 1.543em;
	}
	#combo-tools.active > .pagetools_in { margin-top: -3.858em; }
	.breadcrumb .over { vertical-align: baseline; }

	.sortbar_in { white-space: nowrap; }
	.sortbar_in > form { display: inline; }

.box, .com_list div.comment {
	background-color: #fff;
	margin-bottom: 1.74em;
	border-radius: 2px;
	position: relative;
	box-shadow:0 5px 12px rgba(126,142,177,.2);
}
	.box > .heading { padding: 4% 4%; margin: 0; text-transform: uppercase; }
	.box > .heading .hnum { font-size: .6em; display: inline-block; vertical-align: top; margin: 0 0 0 .4em; }
	.box_in { padding: 2em 2.78em }

	.story .title { margin: -.1em 0 1em 0; font-size: calc(var(--font-size-lg) * 1.25); }
	.story .title > a {
		color: inherit;
		text-decoration: none !important;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.story .title > a:hover { color: #3394e6; }

	.story_icons {
		position: absolute;
		top: 0; left: 0;
		width: 2.78em;
		list-style: none;
		padding: 2.08em 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 .694em 0; }

	.story .box_in > .text { font-size: var(--font-size-base); }
	.story .box_in > .text:after { content: ""; display: block; clear: both; }
	.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] { margin: 2px 4% 4% 0; }
	.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] { margin: 2px 0 4% 4%; }
	.story .box_in > .text img { max-width: 100%; aspect-ratio: auto; height: auto;}

	.editdate {
		margin: 4% 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	.fav_btn > a, .edit_btn > a {
		display: inline-block;
		padding: 4px;
		width: 1.11em; height: 1.11em;
	}
		.fav_btn .icon {
			width: 1.11em; height: 1.11em;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #64748b; }
		.fav_btn:hover .icon-fav { fill: #0c5f7eed; }
		@media only screen and (min-width: 601px) {
			.fixed_story .fav_btn .icon-fav { fill: #fff; }
			.fixed_story .fav_btn:hover .icon-fav { fill: #fff; }
		}
		
		.fav_btn .icon-star { fill: #fed762; }

	.edit_btn > a {
		position: relative;
		-webkit-transition: transform ease .2s; transition: transform ease .2s;
	}
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before { 
			padding-top: .139em;
			width: 1.11em; height: 0;
			background-color: #64748b;
			overflow: hidden;
			display: block;
			margin: .208em 0;
		}
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			background-color: #0c5f7e;
		}
		.edit_btn > a:hover { 
			-webkit-transform: rotate(90deg); transform: rotate(90deg);
		}

	.fixed_label {
		position: absolute;
		left: -1.1em; top: 0;
		width: 8%; height: 2.08em;
		padding-top: 4%;
	}
		.fixed_label:before {
			content: "";
			position: absolute;
			left: 50%; top: 0; bottom: 0;
			margin: 0 0 0 -1.04em;
			background-color: #e85319;
			width: 2.08em;
		}
		.fixed_label:after {
			content: "";
			position: absolute;
			bottom: 0; left: 50%;
			margin: 0 0 0 -1.04em;
			border: solid transparent;
			border-bottom-color: #fff;
			border-width: 0 1.04em .347em 1.04em;
			z-index: 1;
		}
	
	.story_tools { margin-top: 4%; }
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: .833em; height: 1.04em; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: .417em; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			padding: .417em .833em;
			border: 1px solid #eaeaea;
			border-radius: 0.555em;
			text-decoration: none !important;
			font-weight: bold;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 1.11em; height: 1.04em; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 1.528em; height: 1.528em;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: .972em; height: 1.04em;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #0c5f7eed; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }

	.story > .meta { font-size: .9em; background-color: #f1f5f9; padding: 2% 4%; border-radius: 0 0 2px 2px; }
		.meta:after, .story_tools:after { clear: both; display: table; content: ""; }
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline; }
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 1.11em; height: 1.11em; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 1.25em; }

	.signature {
		font-size: .9em;
		opacity: .5;
		margin-top: .9em;
	}

.navigation { margin: 25px 0; }
	.navigation:after { clear: both; display: block; content: ""; }

	.pages { text-align: left; }
	.pages span, .pages a:hover, .page_next-prev { 
		background-color: #fff;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		border-radius: .555em;
	}
	.pages span, .pages a {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: .486em .486em;
		min-width: 1.528em; height: 1.528em; line-height: 1.528em;
		text-align: center;
		text-decoration: none !important;
		font-weight: bold;
	}
	.pages span { color: #399; }
	.pages a:hover { color: #fff; background-color: #3394e6; }
	.pages span { color: #3394e6; }

	.page_next-prev { float: right; height: 2.5em; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 2.22em; height: 1.389em; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #0c5f7eed; }
		.page_next-prev > span > * { float: left; padding: .555em .833em; }

	.page_next > span, .page_prev > span { opacity: 0.5; }

	.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

.hblock > .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f1f5f9;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.banner_300 img { width: 100%; }
	.midside .banner {
		padding: 2.5% 8%;
		text-align: center;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev a {
		margin:  10px;
	}
	.hblock .banner { border-top: 1px solid #efefef; }

	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title { font-weight: bold; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #0c5f7eed; }
		
		.more_icon {
			display: inline-block;
			background-color: #0c5f7e;
			border-radius: 9px;
			height: 4px;
			padding: 7px 8px;
			margin-top: 1em;
			}
		.more_icon:after { clear: both; display: block; content: ""; }
		.more_icon > i {
			margin-left: 2px;
			float: left;
			width: 4px; height: 4px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.more_icon:hover > i { margin-left: 10px; }
		.more_icon > i:first-child { margin-left: 0 !important; }

.block, .rightside .banner { margin-bottom: 25px; }
	.rightside .banner { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); }

	.block > .title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 1.25em 0;
	}
	.block > .title > b, .block > .title:after, .block > .title > h4 { font-size: 1em; margin: 0; display: inline-block; vertical-align: middle; }
	.block > .title:after {
		content: "";
		background: #dedede;
		height: 0.25em; width: 100%;
		margin: 0 0 0 .9375em;
		border-top: 1px solid #d1d1d1;
	}

	@media only screen and (max-width: 1279px) { .banner_300 { display: none; } }
	@media only screen and (min-width: 1280px) { .banner_240 { display: none; } }

	ol.topnews {
		margin: -1.389em 0 0 0; padding: 0;
		list-style: none;
		counter-reset: ol-counter;
	}
		ol.topnews > li > a:after { content: ""; display: block; clear: both; }
		ol.topnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 1.74em 0 1.74em 4.86em;
		}
		ol.topnews > li:last-child > a { border-bottom-width: 0; }
		ol.topnews > li > a:before, ol.topnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		ol.topnews > li > a:before {
			content: counter(ol-counter);
			counter-increment: ol-counter;
			font-weight: bold;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #0c5f7eed;
			width: 2.23em; height: 2.23em;
			text-align: center;
			float: left;
			line-height: 1.4em;
			padding: .325em 0;
			margin-left: -3.27em;
			color: #0c5f7eed;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #0c5f7eed;
			box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22); -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
		}
		ol.topnews > li > a > * { cursor: pointer; display: block; }
		ol.topnews > li > a > b { display: block; }
		ol.topnews > li > a > span {
			font-size: .9em;
			opacity: .7;
			text-transform: lowercase;
			margin-top: .4em;
		}
		ol.topnews > li > a:hover > b { color: #0c5f7eed; }

	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
		background-color: #e2e8f0;
	}
		.block_grey > .title {
			margin: 0 0 1em 0;
			font-size: 1em;
			letter-spacing: 0;
		}
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #3394e6; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #3394e6;
			border-color: #3394e6;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 1.11em; height: .972em; margin: -.208em 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

	.title_tabs { margin: -.694em 0 .694em 0 !important; }
	.title_tabs ul { cursor: default; list-style: none; padding: 0; margin: 0 0 0 15px; }
		.title_tabs * { display: inline-block; vertical-align: middle; }
		.title_tabs ul li > a {
			display: block;
			width: 2.5em; height: 1.11em;
			padding: .694em 0;
			border-radius: 50%;
			margin-bottom: .139em;
			text-align: center;
			position: relative;
		}
		.title_tabs ul li.active > a {
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.title_tabs ul li > a > .icon { width: 1.11em; height: 1.11em; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #0c5f7eed; }

	.block_bg {
		margin-bottom: 1.74em;
		background-color: #1b64a8;
		border-radius: .139em;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		padding: 1.74em;
	}
		.block_bg > .title {
			font-size: 1em;
			color: #fff;
			margin: -.2em 0 .6em 0;
			text-transform: uppercase;
		}
		.change_skin {
			background: url(../images/change_skin.png) no-repeat 0 50%;
			-webkit-background-size: cover; background-size: cover;
		}

		.change_skin .styled_select {
			background: #fff;
			border-radius: 2px;
			width: 100%;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
			border-width: 0;
			overflow: hidden;
			position: relative;
		}
		.change_skin .styled_select > .icon {
			position: absolute;
			left: 100%; top: 50%;
			width: 1.11em; height: .694em;
			margin: -.347em 0 0 -1.806em;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #0c5f7eed; }
		.change_skin .styled_select select {
			width: 112%;
			background-color: transparent;
			border-width: 0;
			padding: .49em;
			position: relative;
			z-index: 1;
			appearance: none; -webkit-appearance: none; -moz-appearance: none;
		}
	
	.tag_list > span { margin: 0 2px 2px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			border: 1px solid #d6d6d6;
			color: inherit;
			text-decoration: none !important;
			padding: 4px 8px;
			border-radius: 2px;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #3394e6;
			border-color: #fff;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }

	.relnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.relnews > li > a:after { content: ""; display: block; clear: both; }
		.relnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.relnews > li:last-child > a { border-bottom-width: 0; }
		.relnews > li > a .icon, .relnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.relnews > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.relnews > li > a > * { cursor: pointer; display: block; }
		.relnews > li > a > b { display: block; }
		.relnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		.relnews > li > a:hover > b { color: #3394e6; }

	.lastcomm {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.lastcomm > li > a:after { content: ""; display: block; clear: both; }
		.lastcomm > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.lastcomm > li:last-child > a { border-bottom-width: 0; }
		.lastcomm > li > a .icon, .lastcomm > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.lastcomm > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.lastcomm > li > a > * { cursor: pointer; display: block; }
		.lastcomm > li > a > b { display: block; margin-top: .4em;}
		.lastcomm > li > a > span {
			font-size: .9em;
			opacity: .5;
		}
		.lastcomm > li > a:hover > b { color: #3394e6; }

.footer_menu { position: relative; padding: 0 0 25px 0; }
.foot_menu {
	list-style: none;
	padding: 0;
	margin: 0 -25px 0 0;
}
	.foot_menu > li {
		float: left;
		width: 33.33333%;
		padding-right: 25px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #838383;
		display: block;
		font-size: .9em;
		padding: .2em 0;
	}
	@media only screen and (min-width: 601px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	.upper {
		position: absolute;
		left: 0;
		width: 13%;
		text-align: center;
	}
		#upper {
			display: block;
			margin: 0 auto;
			border-radius: 50%;
			width: 64px; height: 64px;
			background-color: #d7d7d7;
			position: relative;
		}
		#upper .icon {
			width: 20px; height: 32px;
			fill: #ededed;
			position: absolute;
			left: 50%; top: 50%;
			margin: -16px 0 0 -10px;
		}
		#upper:hover { background-color: #0c5f7eed; }
		#upper:hover .icon { fill: #fff; }

.footer { font-size: .9em; padding: 25px 0; border-top: 1px solid #d9d9d9; }
	.footer a, .footer { color: #838383; }
	.footer .midside { display: flex; }
	.footer .copyright { width: 100%; }
	.copyright a { font-weight: bold; }

	.ca { float: right; white-space: nowrap; margin-left: 20px; }
	.ca > .icon {
		margin: -.2em .8em 0 0;
		width: 30px; height: 17px;
		fill: #cbcbcb;
	}
	.ca:hover > .icon { fill: #838383; }

	.counter { float: right; margin-left: 10px; margin-top: 2px; opacity: .5; }
	.counter:hover { opacity: 1; }
	.counter > img { vertical-align: top; }

.showfull .pagetools { position: absolute; }
	.showfull .story { float: left; width: 100%; margin-top: 77px; }
	.showfull .comments, .showfull #content .box { float: left; width: 100%; }
	.showfull #content .rightside { margin: 0 -24.31em 0 0; }

	.showfull #content .rightside .banner { padding: 0; }

.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
}

.addcomment { background-color: #fff; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 2.5rem; padding: 2px 0; float: left; margin-top: 4%; }
	.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		position: absolute;
	}
	.plus_icon > span:before, .plus_icon > span:after {
		background-color: #b3b3b3;
		content: "";
	}
	.plus_icon > span {
		width: 16px; height: 16px;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
	}
	.plus_icon > span:after {
		left: 0; top: 50%;
		width: 100%; height: 2px;
		margin-top: -1px;
	}
	.plus_icon > span:before {
		left: 50%; top: 0; 
		width: 2px; height: 100%;
		margin-left: -1px;
	}

	.plus_icon.circle {
		width: 12px; height: 12px;
		padding: 4px;
		border-radius: 50%;
		border: 2px solid #3394e6;
	}
	.plus_icon.circle > span { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
	.plus_icon.circle > span:before, .plus_icon.circle > span:after { background-color: #3394e6; }

	ul.ui-form { list-style: none; padding: 0; margin: 0; }
		ul.ui-form > li { margin-bottom: 10px; }
		ul.ui-form > li:last-child { margin-bottom: 0; }
		.form-group { margin-bottom: 10px; }
		.form-group > label { display: block; margin-bottom: .4em; }
		.imp:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

		@media only screen and (min-width: 601px) {
			.form-group.combo:after { clear: both; display: table; content: ""; }
			.form-group.combo > .combo_field { width: 50%; float: left;
				-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
			}
			.form-group.combo > .combo_field:last-child { padding-left: 10px; }
			.form-group.combo > .combo_field:first-child { padding-right: 10px; }
		}
		.form_submit { margin-top: 20px; }
		.form-sep { border-top: 1px solid #efefef; }

	#comment-editor .bb-editor textarea { padding: 7px; padding-bottom: 45px; height: 200px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

	.wseditor table, .bb-editor table { margin: 0px; }

	.com_list div.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list div.comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}

	.avatar { display: inline-block; }
	.avatar .cover {
		width: 6.94em; height: 6.94em;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}
	.comment .avatar { float: left; margin-right: 1.04em; position: relative; }
  .comment .avatar .cover { width: 2.5em; height: 2.5em; }
	.com_online {
		position: absolute;
		left: 100%; top: 50%;
		margin: -.278em 0 0 -.278em;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #70bb39;
		border: .139em solid #fff;
		width: .278em; height: .278em;
		border-radius: 50%;
	}

	.com_info { margin-bottom: 2%; margin-top: -.347em; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: .625em 1.04em 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: .625em 0 0 0; }
	.comment .meta .left .mass input { margin: -.139em 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: .694em; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 1.389em; height: 1.389em;
			vertical-align: middle;
			padding: .139em;
			margin-top: -.139em;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: .139em; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: .278em; }
		.comment .meta .left .icon { margin: 0; fill: #64748b; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #0c5f7eed; }
		.comment .meta .left a .icon-reply {
			width: 1.04em; height: 1.11em;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 1.04em; height: 1.11em;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: .139em; margin-top: -.278em; } 
		.comment .icon-bad { width: 1.11em; height: 1.11em; }
		.comment .icon-cross { width: .833em; height: .833em; }

	.comment .meta .rate { float: right; }

	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list .comments-tree-list > li > .comments-tree-list { padding: 0 4%; }
	#dle-comments-list .comments-tree-list > li > .comments-tree-list>li>.comments-tree-list { padding: 0; }
	#dle-comments-list .comments-tree-list > li .comments-tree-list > li { padding-left: 1.6em; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 2.08em 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 3000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: .833em;
		margin: 2.08em 0 0 -1.389em;
		background-color: #e6e6e6;
		width: .694em; height: .139em;
	}	

	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { margin-left: 1em; }

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: 1em; }

#map { width: 100%; height: 400px; }
	.map_resp {
		width: 100%; padding-top: 60%; height: 0;
		position: relative;
	}
	.map_resp > #map {
		position: absolute;
		left: 0; top: 0; bottom: 0;
		height: auto;
	}
	.dark_top {
		border-radius: 2px 2px 0 0;
		color: #fff;
		background: #2c2c2c;
	}
	.contacts { font-size: 1.3em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
		width: 24px;
	}

.page_form_style body { background-color: #f1f5f9; }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #0c5f7eed;
		position: fixed;
		left: 0; top: 0;
		height: 100%; width: 3%;
		padding: 0 2%;
	}
	.page_form__back:after {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 5px; height: 100%;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	}
	.page_form__back > .icon {
		position: absolute;
		left: 50%; top: 8%;
		margin: 0 0 0 -15px;
		width: 30px; height: 20px;
		fill: #fff;
		opacity: .6;
	}
	.page_form__back:hover > .icon { opacity: 1; }
	.page_form__body { padding: 0 10%; }
	.page_form__logo { padding: 8% 0 0 0; margin-bottom: 8%; }
	.page_form__logo .icon { margin-top: -10px; width: 60px; height: 60px; }

	.page_form__inner > .title { font-weight: normal; font-size: 30px; margin: 4% 0; }
	.page_form__form .form_submit { border-top: 1px solid #e0e0e0; padding: 20px 0 0 0; margin-top: 20px; }
	
	@media only screen and (min-width: 701px) {
		.page_form__form { font-size: 1.25em; }
		.page_form__form .form-group label { color: #999; }
		.page_form__form .form-group input[type="text"], .page_form__form .form-group input[type="password"], .page_form__form .form-group input[type="email"], .page_form__form .form-group textarea,
		.page_form__form .form-group select, .page_form__form .c-captcha input {
			font-size: 1em;
			height: 60px;
			line-height: 26px;
		}

		.page_form__form .form-check-input {
			width: 25px; height: 25px;
		}

		.page_form__form .form-group textarea { height: auto; }
		.page_form__form .c-captcha img { width: 160px; height: 60px; }
		.page_form__form .c-captcha input { width: 160px; }

		.page_form__form .form_submit { padding-top: 3%; margin-top: 3%; }
		.page_form__form ul.ui-form > li { margin-bottom: 3%; }
		.page_form__form .form_submit > .btn {
			font-size: 1em;
			font-weight: normal !important;
			height: 60px;
			border-radius: 30px;
			line-height: 26px;
			padding: 17px 28px;
		}
	}

	.page_form__form .login_check { position: relative; }
	.page_form__form .login_check > input { padding-right: 150px; }
	.page_form__form .login_check > .btn {
		width: 120px;
		position: absolute;
		right: 0; top: 0;
		font-weight: bold;
		margin: 12px;
	}
	#result-registration { margin-top: 10px; font-size: .8em; }
	.regtext { margin-bottom: 5%; }

	.page_form__foot { margin-top: 8%; padding-bottom: 8%; }
	.page_form__foot > * { display: block; float: none; }
	.page_form__foot .ca { display: block; margin-top: 2%; margin-left: 0; }

@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #0c5f7e; color: #0c5f7e; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #f1f5f9; border-radius: 2px; }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }

.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .7em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 1.74em 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.usinf li:first-child { border-top-width: 0; }

	.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
	.ui-c1 { width: 30%; margin-right: 5%; }
	.ui-c2 { width: 60%; }

	.userinfo { padding-left: 6.25em; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -6.25em; }
	.userinfo .avatar .cover { width: 4.17em; height: 4.17em; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 2.08em; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: .139em 0 0 -2.08em;
		width: 1.11em; height: 1.11em;
		border-radius: 50%;
		background-color:  #3394e6;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #f6a71a; }
	.stats_head > ul > li.stats_w:before { background-color: #ce3f28; }
	
	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

.search_result_num { font-size: .9em; margin: 25px 0 0; }
.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
	#searchtable td.search br { display: none; }
	td.search .bbcodes { margin: 0 !important; }
	td.search { vertical-align: top; }

@media only screen and (max-width: 1279px) {
	.midside { padding-right: 20.13em; }
	.rightside { width: 16.65em; margin-left: -20.13em; }
	.showfull #content .rightside { width: 16.65em; margin-right: -20.13em; }
	#searchsuggestions { width: 16.65em; }

	.logotype .logo_title { font-size: 18px; }

	ol.topnews > li > a { padding-left: 45px; }
	ol.topnews > li > a:before {
		font-size: 1.2em;
		width: 28px; height: 28px;
		line-height: 20px;
		padding: 2px 0; margin-left: -45px;
	}

	#votes .btn-border { padding-left: 10px; padding-right: 10px; } 
}
@media only screen and (max-width: 1235px) {
	.midside { padding-left: 25px; }
	#top_menu { display: none; }
	#header_menu { padding-left: 65px; }
	body, .page { width: 100%; height: 100%; }
	#cat_menu, .page, .header { -webkit-transition: all ease .3s; transition: all ease .3s; }
	#cat_menu {
		position: fixed;
		z-index: 1111;
		top: 0; left: 0; top: 0; bottom: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		width: 200px;
		background-color: #ededed;
		border-right: 1px solid #d9d9d9;
		margin-left: -200px;
		visibility: hidden;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}
	#cat_menu .soc_links { padding-bottom: 20px; }
	.mobile-menu_open #cat_menu { margin-left: 0; visibility: visible; opacity: 1; }
	.mobile-menu_open .page { margin-left: 200px; overflow: hidden; }
	.mobile-menu_open body { overflow: hidden; }
	.mobile-menu_open .header { left: 200px; }
}
@media (min-width: 1236px) {
	.cat_menu__tm, #mobile_menu_btn { display: none; }
}

@media (min-width: 981px) { #search_btn { display: none; } }
@media (max-width: 980px) {

.showfull #content .next-prev { text-align: center; }
.showfull .comments, .showfull #content .next-prev a { float: none; }

	.midside { padding-right: 25px; }

	#header_menu {
		display: block;
		padding-right: 86px;
	}
	.logotype { float: left; }

	#login_pane { float: right; margin-top: 22px; }
	#search_btn {
		position: absolute;
		right: 0; top: 0; bottom: 0;
		width: 86px; height: 80px;
		padding: 0 25px;
		border: 0 none;
		cursor: pointer;
		background-color: transparent;
	}
	#search_btn > span {
		display: block;
		width: 32px; height: 32px;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	#search_btn > span > .icon {
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		width: 16px; height: 16px;
		fill: #fff;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.search_open #search_btn > span > .icon-search,
	#search_btn > span > .icon-cross {
		opacity: 0; visibility: hidden;
		-webkit-transform: scale(0.3,0.3);
    	transform: scale(0.3,0.3);
	}
	.search_open #search_btn > span > .icon-cross,
	#search_btn > span > .icon-search {
		opacity: 1; visibility: visible;
		-webkit-transform: scale(1,1);
    	transform: scale(1,1);
	}
	#q_search {
		display: block;
		position: fixed;
		z-index: 23;
		left: 25px; right: 86px; top: 0;
		margin:0;
		width: auto; height: 80px;
		margin-top: -80px;
	}
	.q_search > input { background-color: #fff; }
	.logotype, #mobile_menu_btn, #login_pane, #q_search { -webkit-transition: all ease .3s; transition: all ease .3s; }
	.search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane, #q_search { opacity: 0; visibility: hidden; }
	.search_open #q_search { margin-top: 0; opacity: 1; visibility: visible; }
	.q_search_adv { display: none; }

	.showfull .story { margin-top: 0; }
	.showfull .pagetools { position: relative; }
	.rightside, .tags_block,
	.showfull #content .rightside .banner_240,
	.midside .banner { display: none; }
	.showfull #content .rightside {
		float: none;
		width: auto;
		margin: 0; padding: 0;
		display: block;
	}
	.showfull .comments, .showfull #content .box { float: none; }

	.block { 
		background-color: #fff;
		margin-bottom: 25px;
		border-radius: 2px;
		position: relative;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	.block > .title { padding: 4% 8%; margin-bottom: 0; }
	.block > .title:after { display: none; } 

	.relnews { margin: 0; border-top: 1px solid #efefef; }
	.relnews > li > a {
		border-bottom: 1px solid #efefef;
		padding: 4% 8%
	}
	.relnews > li > a .icon { margin: 3px 0 0 0; }
	.relnews > li > a > b, .relnews > li > a > span { margin-left: 27px; }

	.block_grey { padding: 4% 8%; margin-bottom: 25px; }
	.block_grey > .title { font-size: 1.2em; } 
	.vote_list { margin: 4% 0; }
}
@media only screen and (max-width: 700px) {
	.page_form__form .login_check > .btn {
		margin: 5px; font-weight: normal;
	}
}
@media only screen and (max-width: 750px) {
	.informer_list { margin-right: 0; }
	.informer_list li { float: none; width: auto; padding: 0; margin-bottom: 25px; }
	.informer_list li:last-child { margin-bottom: 0; }

	.table_top_users, .pmlist { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
	table.userstop, table.pm { width: 900px; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

@media only screen and (max-width: 600px) {
	body, select, input, textarea, button { font-size: 13px/1.5; }
	.hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane { display: none; }
	.midside { padding: 0; }
	#content { padding: 15px 15px 0 15px; }
	.navigation { margin: 15px 0; }
	.box, .comment, .berrors { margin-bottom: 15px; }
	.box > .heading { padding: 20px; }
	.quote, blockquote { font-size: 1.1em; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; aspect-ratio: 16 / 9; }

	.ui-dialog { width: 100% !important; left: 0 !important; } 
	.ui-dialog-buttonset > .ui-button { margin: 2px; }

	#header, .header { margin: 0; height: 50px; }
	.header {
		background-color: #3394e6;
		box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	}
	#header_menu {
		position: relative;
		height: auto;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
		padding: 0 50px;
		z-index: 1;
		height: 50px;
	}
	#header_menu:after {
		content: "";
		position: absolute;
		top: 100%; left: 0;
		height: 1px; width: 100%;
		background: rgba(255,255,255,0.1);
	}
	.logotype {
		float: none;
		width: 100%; height: 50px;
		text-align: center;
		justify-content: center;
	} 
	.logo_title { display: none; }
	.logotype .icon-logo { width: 32px; height: 32px; }

	#mobile_menu_btn, #search_btn {
		width: 50px; height: 50px;
		padding: 0;
		border-right-width: 0;
	}
	.mobile-menu_open .mt_1 { margin-top: 8px; }
	.mobile-menu_open .mt_2 { margin-top: 8px; }
	.mobile-menu_open .mt_3 { margin-top: 8px; }
	#cat_menu {
		position: fixed;
		z-index: 0;
		margin: -60% 0 0 0;
		width: 100%;
		background: #0c5f7eed;
		left: auto; right: auto;
	}
	#cat_menu:after {
		content: "";
		position: fixed;
		width: 100%; height: 70px; margin-top: 50px;
		left: 0; right: 0; top: 0;
		z-index: 1;
		background-repeat: repeat-y;
		background-image: linear-gradient(top, #0c5f7eed 30%, rgba(51,148,230,0) 100%);
	}
	.cat_menu { padding: 10%; margin-top: 50px; }
	.cat_menu a:first-child { border-top-width: 0; }
	.cat_menu a {
		text-decoration: none !important;
		font-size: 1.1em;
		padding: 3% 0;
		display: block;
		color: #fff;
		border-top-color: #3d99e7;
		border-top: 1px solid rgba(255,255,255,0.06);
	}
	#cat_menu .soc_links { display: none; }

		.mobile-menu_open .header { left: auto; }
		.mobile-menu_open .page { margin-left: 0; }
		.mobile-menu_open #cat_menu { margin-top: 50px; }
		.mobile-menu_open #login_pane { opacity: 1; visibility: visible; }

		#login_pane {
			float: none;
			margin-top: 16px;
			text-align: center;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 105px; left: 10px; right: 10px; bottom: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 0;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }

	#search_btn { padding: 7px; }
	#search_btn > span {
		border-width: 0;
		width: 36px; height: 36px;
	}
	#q_search {
		left: 15px; right: 50px;
		height: 50px;
		padding: 0;
	}
	.q_search { margin-top: 7px; }

	.carousel { margin-bottom: 0; border-radius: 0; }
	.carousel-caption {
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		margin: 0;
		display: table;
	}
	.carousel-caption_in {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 1.04em;
	}
	.carousel-caption .title { font-size: 1.2em; font-weight: bold; }
	.carousel-caption .text { font-size: 1em; }

	.carousel-control { position: static; }
	.carousel-control_in { background: none; box-shadow: none; -webkit-box-shadow: none; }
	.carousel-indicators { display: none; }
	.carousel-control .up, .carousel-control .down { position: absolute; z-index: 12; left: 50%; margin-left: -21px; }
	.carousel-control .up { top: 0; }
	.carousel-control .down { bottom: 0; }
	.carousel-control .up .icon, .carousel-control .down .icon { fill: #fff !important; }

	.block, .block_grey { margin-bottom: 1.04em; }
	.block > .title, .block_grey, .relnews > li > a { padding: 1.389em; }

	.box_in { padding: 1.389em; }
	.story_icons {
		float: right;
		position: relative;
		padding: 0; margin: -.278em 0 .694em .694em;
	}
	.story > .meta { padding: .694em 1.389em; }
	.meta > ul.left > li { margin-right: .833em; }
	.meta > ul.right > li { margin-left: .833em; }
	.story .title { font-size: 1.15em; }
	.story .box_in > .text { font-size: 1em; }

	.story_date > * { display: none; }
	.story_date > time { display: inline; }
	.category { display: none; }

	.story_tools, .editdate { margin-top: 1.389em; }
	.shortstory .story_tools > .rate { float: right; }
	.story_tools > .btn { padding: 0; height: 2.5em; width: 2.5em; text-align: center; }
	.story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
	.story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #fff;
		width: .278em; height: .278em;
		border-radius: 50%;
		margin: .764em 0 0 0;
		vertical-align: middle;
	}
	.story_tools > .btn > b { margin-left: 2px; margin-right: 2px; }

	.fixed_label {
		width: 10px; height: 18px;
		padding: 0;
		margin-top: 20px;
		background-color: #e85319;
	}
		.fixed_label:before { display: none; }
		.fixed_label:after {
			bottom: auto; left: 100%; top: 0;
			margin: 0 0 0 -3px;
			border: solid transparent;
			border-right-color: #fff;
			border-width: 9px 3px 9px 0;
		}

	.pagetools {
		margin-bottom: 0;
		border-radius: 0;
		border-width: 0 0 1px 0;
		height: 51px;
		padding-left: 50px;
	}
		.pagetools_back { width: 50px; height: 50px; }
		.sortbar, .breadcrumb_in {
			width: 100%;
			overflow-x: auto; overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}
		.breadcrumb_in .over { display: block; overflow: visible; }
		.sortbar_in:after, .breadcrumb_in .over:after { content: ""; width: 25px; display: inline-block; }
	
	.page_next-prev { height: auto; float: none; background: none; box-shadow: none; -webkit-box-shadow: none; }
		.page_prev { float: left; }
		.page_next { float: right; }
		.page_prev, .page_next {
			position: relative;
			z-index: 1;
			border-radius: 8px;
			background-color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.pages { text-align: center; }
		.navigation .pages > * {
			border-radius: 8px;
			background: #9c9c9c;
			color: #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.navigation .pages > span { background: #3394e6; }
		.navigation .pages > span,
		.navigation .pages > *:first-child,
		.navigation .pages > *:last-child { display: inline-block; }
		.navigation .pages > span.nav_ext { text-indent: -9999px; background: none; box-shadow: none; width: 10px; min-width: 5px; padding: 0;}

	.addcomment .plus_icon { display: none; }
	.addcomment h3 { display: none; } 

	.com_list div.comment { padding: 20px; padding-bottom: 60px; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
		.com_info { margin: 0 0 20px 0; padding-left: 46px; }
		.com_user { display: block; }
		.comment .avatar { margin-left: -46px; margin-right: 0; }
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.comment .meta .mass, .reply a span { display: none; }

	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 20px; }
	
	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}

	.comments-tree-list .comments-tree-list .comment .meta { left: 0; right: 0; }
	.comments-tree-list > li > ol > li .comment:before { margin: 25px 0 0 -20px; }

	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-top: 15px; padding-left: 30px; }
		.contacts > .grid_1_2 .icon { width: 16px; height: 18px; margin-left: -30px; }

	.form_submit > .btn-big { width: 100%; margin-top: 5px; }
		.form_submit .c-captcha { float: none; margin-bottom: 20px; }
		.c-captcha img, .c-captcha > input { width: 122px; }
		.combo_field { margin-bottom: 20px; }

	.page_form { padding-left: 0; padding-top: 50px; }
		.page_form__body { padding: 0 8%; }
		.page_form__logo .icon { margin-top: 0; }
		.page_form__back {
			left: 0;
			z-index: 999;
			width: 100%; height: 50px;
			padding: 0;
		}
		.page_form__back > .icon { top: 50%; left: 0; margin: -10px 0 0 8%; }
		.page_form__back:after { display: none; }

		.page_form__inner > .title { font-size: 24px; }

	.stats_head > ul { font-size: 1em; }

	#pm-menu { margin-bottom: 20px; }
		#pm-menu a {
			padding: 10px 0;
			color: inherit;
			display: block;
			border-top: 1px solid #efefef;
			text-decoration: none !important;
		}
		#pm-menu a:hover { color: #0c5f7e; }

	.userinfo_top { padding-bottom: 50px; }
	.user_tab > li { display: block; margin-right: 0; }
		.user_tab > li > a { font-size: 11px; letter-spacing: 0; }

	.ui-c1, .ui-c2 { width: 100%; margin: 0; display: block; }
	.ui-c1 { font-size: .9em; }

	.footer_menu { padding: 15px; }
		.foot_menu { margin: 0; }
		.foot_menu > li { float: none; width: auto; padding: 0; }
		.foot_menu > li:first-child > b { border-top-width: 0; }
		.foot_menu > li > b {
			cursor: pointer;
			margin: 0; padding: 10px 0;
			font-weight: normal;
			border-top: 1px solid #d5d5d5;
		}

		.foot_menu > li > b i {
			display: block;
			float: right;
			width: 12px; height: 2px;
			position: relative;
			margin: 10px 0;
			background-color: #353535;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #3394e6; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 12px; width: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px; padding-top: 0; }

	.footer { background: #212121; padding: 15px; }
		.footer .midside { display: block; padding: 0; }
		.footer .copyright, .footer .copyright a { color: #d5d5d5; }
		.footer .copyright { padding: 0 0 15px 0; border-bottom: 1px solid #2c2c2c; }
		.footer .ca { display: block; float: none; margin: 0; padding: 15px 0; color: #4e4e4e !important; }
		.footer .ca .icon { fill: #323232; }
}

.dle-alert ul {
	padding-left: 0;
	list-style: none;
}
.dle-alert ul li {
	  padding-top: .35em;
}
.dle-alert ul li:first-child {
	  padding-top: 0px;
}

p {
    margin-block-start: 0;
    margin-block-end: .7em;
}

p:last-child {
	margin-bottom: 0;
}

.text ul, .text ol {
	margin-top: 0;
  margin-bottom: .7em;
}

.text ul:last-child, .text ol:last-child {
	margin-bottom: 0;
}

.text div+p, .text div+ul, .text div+ol, .text div+h1, .text div+h2, .text div+h3, .text div+h4, .text div+h5, .text div+h6 {
	margin-top: 0.7em;
}

.grecaptcha-badge {
    display: none;
}

fieldset .soc_links {
    display: block;
}

fieldset .soc_links > a {
	margin-right: .694em;
}
#mediaupload-delete {
    background-color: #ef5350;
}
.dle-popup-mediaupload.ui-dialog .ui-dialog-buttonpane {
    padding: .694em;
}

.file-preview-card, .mediaupload-box {
	background-color: #fff;
}

.dle-popup-mediaupload .mediaupload-insert-params {
    background-color: #ededed!important;
    border-top: 1px solid #ededed!important;
}

.upload-options .checkbox-inline {
	padding-left: 0!important;
}

.dle-popup-mediaupload textarea, .dle-popup-mediaupload input[type="text"] {
  height: auto;
  line-height: 1;
  padding: .35em;
}
.dle-popup-mediaupload select {
	line-height: 1.1;
}
.less {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(0 0 0 / 40%) 0px 10px 20px -5px;
}

figure.image {
  display: table;
  margin: 1.11em auto;
}

figure.image:first-child {
  margin-top: 0;
}

figure.image:last-child {
  margin-bottom: 0;
}

figure.align-left {
  float: left;
  margin-right: .555em;
}

figure.align-right {
  float: right;
  margin-left: .555em;
}

figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

figure.image figcaption {
  padding: 1.11em;
  background-color: #fafafa;
  font-size: .9em;
  caption-side: bottom;
  word-break: break-word;
  text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

#check-all-box {
	margin-bottom: .444em;
}
.searchtable .form-check-label {
    display: block;
    margin-bottom: .555em;
}

.checkbox, .dle-popup-mediaupload .checkbox {
	margin: .666em 0 .222em 0 !important;
}
.form-check-label {
	cursor: pointer;
}
.form-check-input {
  color: #0c5f7eed;
  flex-shrink: 0;
  width: 1.244em;
  height: 1.244em;
  margin: -0.209em 0.694em 0 0;
  appearance: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #0c5f7eed;
	vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .278em;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.head { margin-bottom: 40px; text-align: left; }
.offpage { max-width: 500px; padding: 4%; margin: 8% auto 0 auto; padding-bottom: 25px; }
.offline_logo { text-align: center; }
	.offline_logo > img { max-width: 120px; vertical-align: top; }
	.offline_wrap { text-align: center; }
	.offline_wrap > .title { font-size: 28px; display: block; margin: 4% 0 5% 0; }

	.offline_copyright {
		position: absolute;
		bottom: 0; left: 0; right: 0;
		padding: 10px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: .8em;
		color: #919191;
	}
	.offline_copyright:hover { opacity: 1; }
/* OneRoblox homepage refresh */
:root {
	--or-bg: #05070c;
	--or-bg-2: #080b12;
	--or-panel: rgba(16, 19, 31, .86);
	--or-panel-2: #111624;
	--or-line: rgba(255,255,255,.08);
	--or-text: #f4f7fb;
	--or-muted: #9aa6ba;
	--or-soft: #667085;
	--or-purple: #8b4dff;
	--or-purple-2: #bd7cff;
	--or-blue: #2aa8ff;
	--or-green: #34d981;
	--or-amber: #ffcf5a;
	--or-red: #ff5f7a;
	--or-radius: 14px;
	--or-shadow: 0 18px 55px rgba(0,0,0,.42);
}

body {
	background: radial-gradient(circle at 20% -10%, rgba(139,77,255,.18), transparent 34%),
		radial-gradient(circle at 90% 18%, rgba(42,168,255,.12), transparent 28%),
		var(--or-bg);
	color: var(--or-text);
}

body, select, input, textarea, button {
	font-family: Inter, "Segoe UI", Arial, sans-serif;
	letter-spacing: 0;
}

.or-page {
	min-height: 100vh;
	background: linear-gradient(180deg, rgba(8,11,18,.94), rgba(5,7,12,1) 42%);
}

.or-shell {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.or-header {
	position: sticky;
	top: 0;
	z-index: 20;
	background: rgba(5, 7, 12, .84);
	border-bottom: 1px solid var(--or-line);
	backdrop-filter: blur(18px);
}

.or-header__inner {
	height: 64px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.or-logo {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--or-text);
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

.or-logo:hover { color: #fff; }

.or-logo__mark {
	width: 25px;
	height: 25px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--or-purple), #5a2cff);
	color: #fff;
	font-size: 10px;
	line-height: 1;
	box-shadow: 0 0 20px rgba(139,77,255,.45);
}

.or-logo__text { font-size: 17px; }

.or-nav {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
	flex: 0 1 auto;
}

.or-nav a,
.or-footer a,
.or-section__head a,
.or-ghost,
.or-auth a {
	color: var(--or-muted);
	text-decoration: none;
	transition: color .18s ease, background .18s ease, transform .18s ease;
}

.or-nav a {
	font-size: 13px;
	font-weight: 650;
}

.or-nav a:hover,
.or-footer a:hover,
.or-section__head a:hover,
.or-auth a:hover {
	color: #fff;
}

.or-search {
	position: relative;
	height: 38px;
	flex: 1 1 260px;
	max-width: 330px;
	min-width: 220px;
	display: flex;
	align-items: center;
	background: rgba(255,255,255,.045);
	border: 1px solid var(--or-line);
	border-radius: 12px;
	padding: 0 6px 0 14px;
}

.or-search input {
	min-width: 0;
	width: 100%;
	background: transparent;
	border: 0;
	color: var(--or-text);
	font-size: 13px;
	outline: none;
}

.or-search input::placeholder { color: #647084; }

.or-search button {
	width: 30px;
	height: 30px;
	display: grid;
	place-items: center;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: var(--or-muted);
	cursor: pointer;
}

.or-search button:hover { background: rgba(255,255,255,.07); color: #fff; }
.or-search .icon { width: 16px; height: 16px; }

.or-search-results {
	position: absolute;
	z-index: 80;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	display: grid;
	gap: 10px;
	max-height: 520px;
	overflow-y: auto;
	padding: 12px;
	border: 1px solid rgba(139,77,255,.26);
	border-radius: 14px;
	background: rgba(8,12,22,.98);
	box-shadow: 0 22px 60px rgba(0,0,0,.46), inset 0 1px 0 rgba(255,255,255,.05);
	backdrop-filter: blur(16px);
}

.or-search-results[hidden] {
	display: none;
}

.or-search-group {
	display: grid;
	gap: 6px;
}

.or-search-group + .or-search-group {
	padding-top: 10px;
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-search-group-title {
	padding: 0 4px;
	color: #9ba7bd;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.or-search-result {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 56px;
	padding: 7px;
	border: 1px solid transparent;
	border-radius: 12px;
	color: #eef3ff;
	text-decoration: none;
	transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.or-search-result:hover,
.or-search-result.is-active {
	border-color: rgba(139,77,255,.34);
	background: rgba(139,77,255,.12);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.or-search-result-image {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	object-fit: cover;
	background: rgba(255,255,255,.06);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.or-search-result-image--empty {
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #8b4dff, #5b22d6);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

.or-search-result-content {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.or-search-result-title {
	min-width: 0;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-search-result-subtitle {
	min-width: 0;
	overflow: hidden;
	color: #9ca8bc;
	font-size: 12px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-search-result-badge {
	align-self: start;
	padding: 4px 7px;
	border: 1px solid rgba(139,77,255,.28);
	border-radius: 9px;
	background: rgba(139,77,255,.16);
	color: #c99cff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
}

.or-search-loading,
.or-search-empty {
	display: grid;
	gap: 5px;
	padding: 18px 12px;
	text-align: center;
}

.or-search-loading strong,
.or-search-empty strong {
	color: #fff;
	font-size: 13px;
	font-weight: 850;
}

.or-search-empty span {
	color: #9ca8bc;
	font-size: 12px;
}

.or-auth {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	gap: 12px;
	font-size: 13px;
	font-weight: 700;
}

.or-btn,
.or-code button,
.or-panel__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--or-purple), #6927f0);
	color: #fff;
	padding: 0 20px;
	font-weight: 800;
	font-size: 14px;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(105,39,240,.25);
	cursor: pointer;
}

.or-btn:hover,
.or-code button:hover,
.or-panel__btn:hover {
	transform: translateY(-1px);
	color: #fff;
}

.or-btn--small {
	min-height: 34px;
	border-radius: 10px;
	padding: 0 14px;
	font-size: 12px;
}

.or-menu-btn {
	display: none;
	width: 38px;
	height: 38px;
	border: 1px solid var(--or-line);
	border-radius: 11px;
	background: rgba(255,255,255,.045);
	padding: 9px;
	cursor: pointer;
}

.or-menu-btn span {
	display: block;
	height: 2px;
	margin: 4px 0;
	border-radius: 2px;
	background: #fff;
}

.or-main {
	padding: 22px 0 42px;
}

.or-hero {
	position: relative;
	min-height: 365px;
	display: flex;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--or-line);
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(5,7,12,.98) 0%, rgba(5,7,12,.86) 35%, rgba(5,7,12,.18) 74%),
		url("../images/onero/hero.png") right center / cover no-repeat;
	box-shadow: var(--or-shadow);
}

.or-hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 42%;
	background: linear-gradient(0deg, rgba(5,7,12,.88), transparent);
	pointer-events: none;
}

.or-hero__content {
	position: relative;
	z-index: 1;
	width: min(560px, 100%);
	padding: 54px 44px;
}

.or-kicker {
	margin-bottom: 14px;
	color: var(--or-purple-2);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.or-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 58px;
	line-height: 1.02;
	font-weight: 900;
}

.or-hero h1 span {
	display: block;
	color: var(--or-purple-2);
}

.or-hero p {
	max-width: 460px;
	margin: 17px 0 0;
	color: #c3ccdc;
	font-size: 17px;
	line-height: 1.65;
}

.or-hero__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 26px;
}

.or-ghost {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--or-line);
	border-radius: 12px;
	background: rgba(255,255,255,.04);
	font-weight: 800;
}

.or-section,
.or-grid-main,
.or-triple,
.or-contest,
.or-benefits {
	margin-top: 26px;
}

.or-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.or-section__head h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 850;
}

.or-section__head a {
	font-size: 12px;
	font-weight: 800;
	color: var(--or-purple-2);
	white-space: nowrap;
}

.or-games {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 13px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.or-games::-webkit-scrollbar {
	width: 0;
	height: 0;
	display: none;
}

.or-game {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--or-line);
	border-radius: var(--or-radius);
	background: var(--or-panel);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0,0,0,.2);
	transition: transform .2s ease, border-color .2s ease;
}

.or-game:hover {
	transform: translateY(-4px);
	border-color: rgba(189,124,255,.48);
	color: #fff;
}

.or-game img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.08;
	object-fit: cover;
	filter: saturate(1.15) contrast(1.06);
}

.or-game:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 34%, rgba(5,7,12,.9) 82%);
	pointer-events: none;
}

.or-game--fire img { object-position: 92% 48%; filter: hue-rotate(145deg) saturate(1.35); }
.or-game--forest img { object-position: 15% 62%; filter: hue-rotate(62deg) saturate(1.1); }
.or-game--city img { object-position: 35% 52%; filter: hue-rotate(190deg) saturate(1.22); }
.or-game--violet img { object-position: 72% 48%; }
.or-game--pink img { object-position: 62% 45%; filter: hue-rotate(292deg) saturate(1.42); }
.or-game--blue img { object-position: 80% 70%; filter: hue-rotate(28deg) saturate(1.2); }
.or-game--steel img { object-position: 55% 50%; filter: grayscale(.25) contrast(1.22); }
.or-game--mint img { object-position: 45% 75%; filter: hue-rotate(85deg) saturate(1.24); }

.or-game span,
.or-game b,
.or-game small {
	position: absolute;
	z-index: 2;
	left: 10px;
	right: 10px;
}

.or-game span {
	top: 10px;
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	background: rgba(5,7,12,.68);
	border: 1px solid rgba(255,255,255,.14);
	font-size: 12px;
	font-weight: 900;
}

.or-game b {
	bottom: 28px;
	font-size: 13px;
	line-height: 1.2;
}

.or-game small {
	bottom: 10px;
	color: #b6c1d4;
	font-size: 11px;
}

.or-grid-main {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
	gap: 18px;
}

.or-panel {
	border: 1px solid var(--or-line);
	border-radius: var(--or-radius);
	background: linear-gradient(180deg, rgba(17,22,36,.94), rgba(11,14,24,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.24);
	padding: 18px;
}

.or-code-list,
.or-update-list,
.or-link-list,
.or-leaders {
	display: grid;
	gap: 10px;
}

.or-code {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 12px;
	min-height: 58px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.06);
	border-radius: 12px;
	background: rgba(255,255,255,.035);
}

.or-code i,
.or-code .or-game-avatar {
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border-radius: 11px;
	background: linear-gradient(135deg, rgba(139,77,255,.95), rgba(42,168,255,.8));
	color: #fff;
	font-style: normal;
	font-weight: 900;
}

.or-game-avatar {
	display: block;
	aspect-ratio: 1 / 1;
	max-width: 48px;
	object-fit: cover;
	background: rgba(255,255,255,.035);
}

.or-code > a {
	display: block;
	width: 46px;
	height: 46px;
	min-width: 46px;
}

.or-code > a .or-game-avatar {
	width: 46px;
	height: 46px;
	border-radius: 11px;
}

.or-code b,
.or-update b {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 1.25;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-code span {
	display: block;
	margin-top: 4px;
	color: #b8ffc8;
	font-family: Consolas, Monaco, monospace;
	font-size: 13px;
	font-weight: 800;
}

.or-code em {
	color: var(--or-green);
	font-style: normal;
	font-size: 10px;
	font-weight: 900;
}

.or-code button {
	min-height: 32px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 11px;
}

.or-update {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 12px;
	padding: 9px;
	border-radius: 12px;
	color: var(--or-muted);
	text-decoration: none;
	background: rgba(255,255,255,.025);
	border: 1px solid rgba(255,255,255,.05);
}

.or-update:hover { color: var(--or-muted); border-color: rgba(189,124,255,.28); }

.or-update img {
	width: 64px;
	height: 54px;
	object-fit: cover;
	object-position: 72% 50%;
	border-radius: 10px;
}

.or-update strong {
	display: block;
	margin: 3px 0;
	color: #dce5f4;
	font-size: 13px;
	line-height: 1.3;
}

.or-update small,
.or-link-list span,
.or-leaders span {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.35;
}

.or-triple {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.or-link-list li {
	display: grid;
	gap: 4px;
	padding: 11px 0;
	border-top: 1px solid rgba(255,255,255,.06);
}

.or-link-list li:first-child { border-top: 0; padding-top: 0; }

.or-link-list a {
	color: #eef3ff;
	font-weight: 750;
	font-size: 13px;
	line-height: 1.35;
	text-decoration: none;
}

.or-link-list a:hover { color: var(--or-purple-2); }

.or-leaders {
	counter-reset: leaders;
}

.or-leaders li {
	counter-increment: leaders;
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	padding: 8px 0;
	border-top: 1px solid rgba(255,255,255,.06);
}

.or-leaders li:first-child { border-top: 0; padding-top: 0; }

.or-leaders li:before {
	content: counter(leaders);
	width: 24px;
	height: 24px;
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: rgba(139,77,255,.16);
	color: var(--or-purple-2);
	font-weight: 900;
	font-size: 12px;
}

.or-leaders b {
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-panel__btn {
	width: 100%;
	min-height: 38px;
	margin-top: 14px;
	font-size: 12px;
}

.or-contest {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	overflow: hidden;
	border: 1px solid rgba(255,207,90,.18);
	border-radius: 16px;
	background:
		radial-gradient(circle at 82% 50%, rgba(52,217,129,.22), transparent 22%),
		linear-gradient(135deg, rgba(139,77,255,.22), rgba(17,22,36,.96) 42%, rgba(7,10,17,.96));
	padding: 22px;
	box-shadow: var(--or-shadow);
}

.or-contest__copy {
	display: flex;
	align-items: center;
	gap: 18px;
	min-width: 0;
}

.or-gift {
	flex: 0 0 74px;
	width: 74px;
	height: 74px;
	display: grid;
	place-items: center;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--or-amber), #23c875);
	color: #07100b;
	font-size: 24px;
	font-weight: 950;
	box-shadow: 0 18px 36px rgba(52,217,129,.2);
}

.or-contest h2 {
	margin: 0;
	color: var(--or-amber);
	font-size: 22px;
}

.or-contest p {
	max-width: 520px;
	margin: 8px 0 16px;
	color: #c8d2e3;
	line-height: 1.55;
}

.or-prize {
	min-width: 210px;
	display: grid;
	gap: 6px;
	justify-items: start;
	padding: 18px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 14px;
	background: rgba(5,7,12,.42);
}

.or-prize span,
.or-prize small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-prize strong {
	color: var(--or-green);
	font-size: 36px;
	line-height: 1;
}

.or-benefits {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

.or-benefits span {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--or-line);
	border-radius: 13px;
	background: rgba(255,255,255,.035);
	color: #cbd5e6;
	font-size: 12px;
	font-weight: 800;
	padding: 0 10px;
}

.or-dle-content {
	min-height: 520px;
}

.or-footer {
	border-top: 1px solid var(--or-line);
	background: rgba(5,7,12,.9);
}

.or-footer__inner {
	min-height: 82px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto;
	align-items: center;
	gap: 22px;
	color: var(--or-muted);
	font-size: 13px;
}

.or-footer nav,
.or-social {
	display: flex;
	align-items: center;
	gap: 14px;
}

.or-social a {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: rgba(255,255,255,.05);
	font-size: 11px;
	font-weight: 900;
}

.or-code button.is-copied {
	background: linear-gradient(135deg, var(--or-green), #12a56b);
}

@media (max-width: 1180px) {
	.or-header__inner {
		display: grid;
		grid-template-columns: auto auto minmax(0, 1fr) auto;
	}
	.or-menu-btn { display: block; }
	.or-nav {
		position: fixed;
		left: 16px;
		right: 16px;
		top: 72px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 10px;
		border: 1px solid var(--or-line);
		border-radius: 14px;
		background: rgba(8,11,18,.98);
		box-shadow: var(--or-shadow);
	}
	.or-nav.is-open { display: flex; }
	.or-nav a { padding: 13px 12px; border-radius: 10px; }
	.or-nav a:hover { background: rgba(255,255,255,.06); }
	.or-search { grid-column: 3; }
	.or-auth { margin-left: 0; }
	.or-games { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.or-benefits { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
	.or-header__inner {
		height: auto;
		min-height: 64px;
		grid-template-columns: auto auto 1fr;
		padding: 12px 0;
	}
	.or-search {
		grid-column: 1 / -1;
		order: 5;
	}
	.or-auth { grid-column: 3; }
	.or-hero { min-height: 430px; background-position: 68% center; }
	.or-hero__content { padding: 34px 24px; }
	.or-hero h1 { font-size: 44px; }
	.or-grid-main,
	.or-triple,
	.or-contest {
		grid-template-columns: 1fr;
	}
	.or-prize { width: 100%; }
	.or-footer__inner {
		grid-template-columns: 1fr;
		align-items: start;
		padding: 24px 0;
	}
}

@media (max-width: 620px) {
	.or-shell { width: min(100% - 24px, 1180px); }
	.or-auth__login { display: none; }
	.or-logo__text { font-size: 15px; }
	.or-hero {
		min-height: 470px;
		border-radius: 14px;
		background:
			linear-gradient(180deg, rgba(5,7,12,.92) 0%, rgba(5,7,12,.74) 48%, rgba(5,7,12,.96) 100%),
			url("../images/onero/hero.png") 68% center / cover no-repeat;
	}
	.or-hero__content {
		align-self: flex-end;
		padding: 26px 18px;
	}
	.or-kicker { font-size: 11px; }
	.or-hero h1 { font-size: 36px; }
	.or-hero p { font-size: 14px; }
	.or-hero__actions { flex-direction: column; align-items: stretch; }
	.or-games {
		display: flex;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}
	.or-game {
		flex: 0 0 138px;
		scroll-snap-align: start;
	}
	.or-code {
		grid-template-columns: 38px minmax(0, 1fr) auto;
	}
	.or-code button {
		grid-column: 2 / -1;
		width: 100%;
	}
	.or-contest { padding: 18px; }
	.or-contest__copy { align-items: flex-start; }
	.or-gift {
		width: 54px;
		height: 54px;
		flex-basis: 54px;
		border-radius: 14px;
		font-size: 18px;
	}
	.or-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 430px) {
	.or-header__inner { gap: 10px; }
	.or-btn--small { padding: 0 10px; }
	.or-search input { font-size: 12px; }
	.or-hero h1 { font-size: 32px; }
	.or-panel { padding: 14px; }
	.or-update { grid-template-columns: 54px minmax(0, 1fr); }
	.or-update img { width: 54px; height: 50px; }
	.or-benefits { grid-template-columns: 1fr; }
}

/* OneRoblox second visual pass */
:root {
	--or-bg: #05060b;
	--or-bg-2: #090b12;
	--or-surface: #101522;
	--or-surface-2: #151b2b;
	--or-surface-hover: #1a2135;
	--or-border: rgba(190, 202, 255, .1);
	--or-border-strong: rgba(174, 116, 255, .34);
	--or-text: #f7f8ff;
	--or-muted: #a7b0c3;
	--or-dim: #69758d;
	--or-primary: #8b4dff;
	--or-primary-hover: #a066ff;
	--or-primary-soft: rgba(139, 77, 255, .16);
	--or-info: #38bdf8;
	--or-success: #37e58d;
	--or-warning: #ffd166;
	--or-danger: #ff5f7a;
	--or-radius-sm: 10px;
	--or-radius-md: 14px;
	--or-radius-lg: 20px;
	--or-shadow-soft: 0 16px 38px rgba(0,0,0,.28);
	--or-shadow-glow: 0 0 0 1px rgba(139,77,255,.16), 0 18px 52px rgba(73,36,160,.24);
}

body {
	background:
		linear-gradient(180deg, rgba(7,9,16,.98), rgba(5,6,11,1) 360px),
		radial-gradient(circle at 10% -10%, rgba(139,77,255,.16), transparent 30%),
		var(--or-bg);
}

.or-shell {
	width: min(1460px, calc(100% - 48px));
}

.or-header {
	background: rgba(5,6,11,.78);
	border-bottom-color: rgba(255,255,255,.07);
}

.or-header__inner {
	height: 68px;
	gap: 22px;
}

.or-logo__mark {
	width: 30px;
	height: 30px;
	border-radius: 10px;
	background:
		linear-gradient(135deg, rgba(255,255,255,.18), transparent 42%),
		linear-gradient(135deg, #9d65ff, #642cff 68%, #35a6ff);
	box-shadow: 0 0 24px rgba(139,77,255,.42);
}

.or-logo__text {
	font-size: 18px;
	font-weight: 900;
}

.or-logo__text b {
	color: var(--or-primary-hover);
	font-weight: 900;
}

.or-nav {
	gap: 6px;
}

.or-nav a {
	position: relative;
	padding: 10px 9px;
	border-radius: 10px;
	color: #b6bfd2;
}

.or-nav a:hover {
	background: var(--or-primary-soft);
	color: #fff;
}

.or-nav a:after {
	content: "";
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 5px;
	height: 2px;
	border-radius: 3px;
	background: var(--or-primary-hover);
	opacity: 0;
	transform: scaleX(.4);
	transition: opacity .18s ease, transform .18s ease;
}

.or-nav a:hover:after {
	opacity: 1;
	transform: scaleX(1);
}

.or-search {
	max-width: 390px;
	min-width: 250px;
	background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
	border-color: var(--or-border);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.or-search:focus-within {
	border-color: var(--or-border-strong);
	box-shadow: 0 0 0 4px rgba(139,77,255,.12), inset 0 1px 0 rgba(255,255,255,.06);
}

.or-auth__login {
	padding: 8px 10px;
	border-radius: 10px;
}

.or-btn,
.or-code button,
.or-panel__btn {
	background:
		linear-gradient(180deg, rgba(255,255,255,.12), transparent),
		linear-gradient(135deg, var(--or-primary-hover), #6f32f4);
	box-shadow: 0 12px 30px rgba(139,77,255,.26);
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.or-btn:hover,
.or-code button:hover,
.or-panel__btn:hover {
	box-shadow: 0 16px 38px rgba(139,77,255,.34);
}

.or-ghost span {
	margin-left: 6px;
	color: var(--or-primary-hover);
}

.or-main {
	padding-top: 28px;
}

.or-hero {
	min-height: 430px;
	border-radius: 22px;
	border-color: rgba(151, 113, 255, .18);
	background:
		linear-gradient(90deg, rgba(5,6,11,.98) 0%, rgba(5,6,11,.88) 37%, rgba(5,6,11,.28) 70%, rgba(5,6,11,.1)),
		radial-gradient(circle at 70% 20%, rgba(139,77,255,.36), transparent 28%),
		url("../images/onero/hero.png") right center / cover no-repeat;
	box-shadow: var(--or-shadow-glow);
}

.or-hero:before {
	content: "";
	position: absolute;
	inset: 18px;
	border-radius: 18px;
	border: 1px solid rgba(255,255,255,.045);
	pointer-events: none;
}

.or-hero__content {
	width: min(660px, 100%);
	padding: 64px 52px;
}

.or-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin-bottom: 18px;
	padding: 0 12px;
	border: 1px solid rgba(139,77,255,.28);
	border-radius: 999px;
	background: rgba(139,77,255,.12);
	color: #d8c5ff;
	font-size: 12px;
}

.or-hero h1 {
	max-width: 640px;
	font-size: 64px;
	letter-spacing: 0;
}

.or-hero h1 span {
	background: linear-gradient(90deg, #b783ff, #8b4dff 48%, #45c0ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.or-hero p {
	max-width: 540px;
	color: #d2d9e7;
}

.or-hero__stats {
	position: absolute;
	right: 24px;
	bottom: 22px;
	z-index: 2;
	display: flex;
	gap: 10px;
}

.or-hero__stats span {
	min-width: 88px;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 13px;
	background: rgba(5,6,11,.58);
	color: var(--or-muted);
	font-size: 11px;
	line-height: 1.2;
	backdrop-filter: blur(8px);
}

.or-hero__stats b {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 2px;
}

.or-section,
.or-grid-main,
.or-triple,
.or-contest,
.or-benefits {
	margin-top: 30px;
}

.or-section__head h2 {
	font-size: 21px;
}

.or-section__head a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border-radius: 999px;
	color: #c89cff;
}

.or-section__head a:hover {
	background: var(--or-primary-soft);
	color: #fff;
}

.or-games {
	gap: 16px;
}

.or-game {
	border-radius: 16px;
	background: #0f1421;
	box-shadow: 0 12px 32px rgba(0,0,0,.24);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.or-game:hover {
	transform: translateY(-3px);
	border-color: var(--or-border-strong);
	box-shadow: 0 18px 42px rgba(69,35,150,.3);
}

.or-game img {
	aspect-ratio: 1 / 1.18;
}

.or-game:after {
	background: linear-gradient(180deg, rgba(5,6,11,.02) 12%, rgba(5,6,11,.5) 54%, rgba(5,6,11,.96) 100%);
}

.or-game span {
	top: 11px;
	width: auto;
	min-width: 34px;
	height: 26px;
	padding: 0 8px;
	background: rgba(5,6,11,.7);
	color: #fff;
}

.or-game b {
	bottom: 35px;
	font-size: 15px;
}

.or-game small {
	bottom: 14px;
	color: #c4cede;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-grid-main {
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	gap: 22px;
}

.or-panel {
	position: relative;
	border-color: var(--or-border);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255,255,255,.035), transparent 28%),
		linear-gradient(180deg, rgba(18,23,37,.96), rgba(11,14,24,.96));
	box-shadow: var(--or-shadow-soft);
	padding: 22px;
}

.or-codes {
	background:
		linear-gradient(135deg, rgba(139,77,255,.12), transparent 32%),
		linear-gradient(180deg, rgba(18,23,37,.97), rgba(10,13,23,.97));
}

.or-code {
	grid-template-columns: 46px minmax(0, 1fr) auto auto;
	min-height: 68px;
	border-color: rgba(255,255,255,.07);
	background: linear-gradient(90deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
	transition: border-color .18s ease, background .18s ease;
}

.or-code:hover {
	border-color: rgba(139,77,255,.28);
	background: rgba(139,77,255,.07);
}

.or-code i,
.or-code .or-game-avatar {
	width: 46px;
	height: 46px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.or-code span {
	display: inline-flex;
	width: fit-content;
	margin-top: 6px;
	padding: 5px 8px;
	border: 1px solid rgba(55,229,141,.16);
	border-radius: 8px;
	background: rgba(55,229,141,.08);
	color: #afffca;
}

.or-code em {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 8px;
	border-radius: 999px;
	background: rgba(55,229,141,.1);
}

.or-code em.is-new { color: var(--or-info); background: rgba(56,189,248,.12); }
.or-code em.is-live { color: var(--or-success); background: rgba(55,229,141,.12); }
.or-code em.is-soon { color: var(--or-warning); background: rgba(255,209,102,.12); }

.or-home-codes .or-section__head {
	align-items: flex-start;
}

.or-home-codes .or-section__title {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-home-codes .or-section__title p {
	margin: 0;
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.35;
}

.or-home-codes .or-code-list {
	gap: 12px;
}

.or-home-codes .or-home-code-row {
	grid-template-columns: 48px minmax(0, 1fr) auto auto;
	gap: 12px;
	box-sizing: border-box;
	height: 84px;
	min-height: 84px;
	padding: 10px 14px;
	border-color: rgba(255,255,255,.075);
	background:
		linear-gradient(90deg, rgba(139,77,255,.07), transparent 34%),
		linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.022));
}

.or-home-codes .or-home-code-row:hover {
	border-color: rgba(139,77,255,.32);
	background:
		linear-gradient(90deg, rgba(139,77,255,.105), transparent 36%),
		linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.028));
	transform: translateY(-1px);
}

.or-home-codes .or-home-code-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
}

.or-home-codes .or-home-code-icon .or-game-avatar {
	width: 48px;
	height: 48px;
	max-width: 48px;
	border-radius: 12px;
}

.or-home-codes .or-home-code-main {
	display: grid;
	gap: 8px;
	min-width: 0;
	align-content: center;
}

.or-home-codes .or-home-code-game {
	min-width: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}

.or-home-codes .or-home-code-game:hover {
	color: #d8c4ff;
	text-decoration: none;
}

.or-home-codes .or-home-code-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #c8d2e3;
	font-size: 13px;
	line-height: 1.3;
}

.or-home-codes .or-home-code-chip {
	display: inline-flex;
	align-items: center;
	max-width: min(100%, 260px);
	min-width: 0;
	margin: 0;
	padding: 5px 8px;
	border: 1px solid rgba(55,229,141,.18);
	border-radius: 8px;
	background: rgba(55,229,141,.09);
	color: #b6ffd0;
	font-family: Consolas, Monaco, monospace;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-home-codes .or-home-code-meta small {
	min-width: 0;
	color: #c8d2e3;
	font-size: 13px;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-home-codes .or-home-code-status {
	min-height: 24px;
	padding: 0 9px;
	border: 1px solid rgba(139,77,255,.2);
	background: rgba(139,77,255,.13);
	color: #bda2ff;
	font-size: 10px;
	letter-spacing: .02em;
}

.or-home-codes .or-home-code-status.is-new {
	border-color: rgba(56,189,248,.18);
	background: rgba(56,189,248,.11);
	color: #67d7ff;
}

.or-home-codes .or-home-code-status.is-live {
	border-color: rgba(139,77,255,.2);
	background: rgba(139,77,255,.13);
	color: #bda2ff;
}

.or-home-codes .or-home-code-copy {
	min-height: 39px;
	padding: 0 16px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #9d5cff, #7127ee);
	color: #fff;
	box-shadow: 0 12px 24px rgba(122,55,244,.2);
	font-size: 12px;
	font-weight: 850;
	white-space: nowrap;
}

.or-home-codes .or-home-code-copy:hover,
.or-home-codes .or-home-code-copy.is-copied {
	background: linear-gradient(135deg, #b273ff, #8238ff);
}

@media (max-width: 620px) {
	.or-home-codes .or-home-code-row {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		height: auto;
		min-height: 84px;
	}

	.or-home-codes .or-home-code-copy {
		grid-column: 2 / -1;
		width: 100%;
	}
}

.or-empty {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 14px;
	color: var(--or-muted);
	background: rgba(255,255,255,.025);
	font-size: 13px;
}

.or-update {
	grid-template-columns: 86px minmax(0, 1fr);
	padding: 12px;
	border-color: rgba(255,255,255,.07);
	background: rgba(255,255,255,.028);
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.or-update:hover {
	transform: translateY(-2px);
	border-color: rgba(56,189,248,.28);
	background: rgba(56,189,248,.06);
}

.or-update img {
	width: 86px;
	height: 66px;
	border-radius: 12px;
}

.or-triple {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(300px, .9fr);
	gap: 22px;
}

.or-article-list,
.or-question-list {
	display: grid;
	gap: 12px;
}

.or-article-list a,
.or-question-list a {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 12px;
	padding: 11px;
	border: 1px solid rgba(255,255,255,.065);
	border-radius: 14px;
	background: rgba(255,255,255,.026);
	color: #fff;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.or-article-list a:hover,
.or-question-list a:hover {
	transform: translateY(-2px);
	border-color: rgba(139,77,255,.28);
	background: rgba(139,77,255,.065);
	color: #fff;
}

.or-article-list i,
.or-article-list .or-game-avatar,
.or-question-list i,
.or-leaders i {
	display: grid;
	place-items: center;
	border-radius: 13px;
	font-style: normal;
	font-weight: 900;
}

.or-article-list i,
.or-article-list .or-game-avatar {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(56,189,248,.88), rgba(139,77,255,.78));
}

.or-question-list i {
	width: 40px;
	height: 40px;
	margin-top: 4px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(139,77,255,.7));
	background-position: center;
	background-size: cover;
	color: #fff;
	font-size: 11px;
}

.or-article-list b,
.or-question-list b {
	display: block;
	color: #aeb9ff;
	font-size: 11px;
	text-transform: uppercase;
}

.or-article-list strong,
.or-question-list strong {
	display: block;
	margin-top: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
}

.or-article-list small,
.or-question-list small {
	display: block;
	margin-top: 5px;
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.35;
}

.or-leaders {
	gap: 8px;
}

.or-leaders li {
	grid-template-columns: 28px 38px minmax(0, 1fr) auto;
	min-height: 48px;
	padding: 8px 10px;
	border: 1px solid transparent;
	border-radius: 13px;
	background: rgba(255,255,255,.02);
}

.or-leaders li:nth-child(-n+3) {
	border-color: rgba(139,77,255,.16);
	background: linear-gradient(90deg, rgba(139,77,255,.1), rgba(255,255,255,.025));
}

.or-leaders li:before {
	background: transparent;
	color: var(--or-primary-hover);
}

.or-leaders i {
	width: 34px;
	height: 34px;
	background: linear-gradient(135deg, #25304a, #8b4dff);
	color: #fff;
	font-size: 10px;
}

.or-contest {
	grid-template-columns: minmax(0, 1fr) minmax(260px, 330px);
	padding: 28px;
	border-color: rgba(160,102,255,.28);
	background:
		radial-gradient(circle at 78% 18%, rgba(139,77,255,.34), transparent 27%),
		radial-gradient(circle at 86% 82%, rgba(55,229,141,.18), transparent 24%),
		linear-gradient(135deg, rgba(88,42,194,.74), rgba(17,22,36,.98) 44%, rgba(7,9,16,.98));
	box-shadow: 0 24px 70px rgba(69,35,150,.3);
}

.or-contest__copy {
	gap: 22px;
}

.or-gift {
	background:
		radial-gradient(circle at 35% 28%, rgba(255,255,255,.65), transparent 14%),
		linear-gradient(135deg, #ffd166, #37e58d 72%);
}

.or-contest h2 {
	color: #fff;
	font-size: 28px;
}

.or-prize {
	justify-items: center;
	text-align: center;
	border-color: rgba(255,255,255,.12);
	background: rgba(5,6,11,.52);
}

.or-prize span {
	color: #d9c8ff;
	font-weight: 900;
	text-transform: uppercase;
}

.or-prize strong {
	font-size: 48px;
	text-shadow: 0 0 24px rgba(55,229,141,.28);
}

.or-benefits {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.or-benefits span {
	justify-content: flex-start;
	gap: 10px;
	min-height: 58px;
	border-color: var(--or-border);
	background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
}

.or-benefits i {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	border-radius: 9px;
	background: var(--or-primary-soft);
	color: #caa8ff;
	font-style: normal;
	font-size: 10px;
	font-weight: 900;
}

.or-footer {
	background:
		linear-gradient(180deg, rgba(12,15,25,.96), rgba(5,6,11,.98));
}

.or-footer__inner {
	min-height: 108px;
}

.or-social a {
	border: 1px solid rgba(255,255,255,.07);
	color: #dce6ff;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.or-social a:hover {
	transform: translateY(-2px);
	border-color: var(--or-border-strong);
	background: var(--or-primary-soft);
}

.or-menu-btn:hover,
.or-menu-btn:focus-visible,
.or-btn:focus-visible,
.or-ghost:focus-visible,
.or-code button:focus-visible,
.or-panel__btn:focus-visible,
.or-nav a:focus-visible,
.or-game:focus-visible,
.or-update:focus-visible,
.or-article-list a:focus-visible,
.or-question-list a:focus-visible {
	outline: 2px solid rgba(160,102,255,.75);
	outline-offset: 3px;
}

@media (max-width: 1280px) {
	.or-shell { width: min(1180px, calc(100% - 40px)); }
	.or-header__inner { gap: 14px; }
	.or-nav a { padding-inline: 7px; }
	.or-search { max-width: 320px; min-width: 220px; }
	.or-hero h1 { font-size: 58px; }
}

@media (max-width: 1180px) {
	.or-header__inner {
		gap: 14px;
	}
	.or-nav a:after { display: none; }
	.or-search {
		max-width: none;
		min-width: 0;
	}
	.or-hero__stats {
		right: 20px;
		bottom: 18px;
	}
	.or-grid-main {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.or-shell { width: min(100% - 32px, 1180px); }
	.or-hero {
		min-height: 470px;
	}
	.or-hero__stats {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		margin: -88px 24px 24px;
	}
	.or-triple {
		grid-template-columns: 1fr;
	}
	.or-contest {
		grid-template-columns: 1fr;
	}
	.or-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.or-shell { width: min(100% - 24px, 1180px); }
	.or-header__inner {
		grid-template-columns: auto auto 1fr;
	}
	.or-logo__mark {
		width: 28px;
		height: 28px;
	}
	.or-logo__text { font-size: 16px; }
	.or-hero {
		min-height: 500px;
		background:
			linear-gradient(180deg, rgba(5,6,11,.88) 0%, rgba(5,6,11,.58) 38%, rgba(5,6,11,.97) 82%),
			url("../images/onero/hero.png") 65% center / cover no-repeat;
	}
	.or-hero:before { inset: 10px; }
	.or-hero__content {
		padding: 28px 18px 118px;
	}
	.or-hero h1 {
		font-size: 36px;
	}
	.or-hero__stats {
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		margin: -104px 18px 18px;
	}
	.or-hero__stats span {
		min-width: 0;
		padding: 9px;
	}
	.or-game {
		flex-basis: 152px;
	}
	.or-code {
		grid-template-columns: 42px minmax(0, 1fr) auto;
	}
	.or-code em {
		font-size: 9px;
	}
	.or-code button {
		grid-column: 1 / -1;
	}
	.or-update {
		grid-template-columns: 72px minmax(0, 1fr);
	}
	.or-update img {
		width: 72px;
		height: 62px;
	}
	.or-contest__copy {
		display: grid;
		grid-template-columns: 58px minmax(0, 1fr);
	}
	.or-contest h2 {
		font-size: 24px;
	}
	.or-prize strong {
		font-size: 40px;
	}
	.or-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.or-benefits span {
		min-height: 52px;
	}
}

@media (max-width: 430px) {
	.or-auth .or-btn--small {
		min-height: 32px;
		font-size: 11px;
	}
	.or-hero h1 {
		font-size: 32px;
	}
	.or-hero__stats {
		grid-template-columns: 1fr;
		margin-top: -142px;
	}
	.or-hero__stats span {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.or-hero__stats b {
		margin: 0 8px 0 0;
	}
	.or-article-list a,
	.or-question-list a {
		grid-template-columns: 42px minmax(0, 1fr);
		padding: 10px;
	}
	.or-article-list i,
	.or-question-list i {
		width: 40px;
		height: 40px;
	}
	.or-leaders li {
		grid-template-columns: 24px 32px minmax(0, 1fr);
	}
	.or-leaders span {
		grid-column: 3;
	}
	.or-benefits {
		grid-template-columns: 1fr;
	}
}

/* OneRoblox polish from the latest visual reference */
.or-page a,
.or-page a:hover,
.or-page a:focus {
	text-decoration: none;
}

.or-games {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 2px 8px;
	scroll-snap-type: x proximity;
}

.or-game {
	flex: 0 0 clamp(170px, 12.2vw, 198px);
	scroll-snap-align: start;
}

.or-game span {
	right: auto;
	left: 12px;
	min-width: 32px;
	width: auto;
	padding: 0 9px;
	background: rgba(6,8,14,.72);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.16);
}

.or-game:nth-child(-n+3) span {
	background: linear-gradient(135deg, #ffd166, #ff8a38);
	color: #161006;
}

.or-game:nth-child(-n+3) {
	border-color: rgba(255,209,102,.18);
}

.or-game:hover span {
	box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 0 16px rgba(139,77,255,.28);
}

.or-article-list,
.or-question-list {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.or-article-list li,
.or-question-list li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.or-article-list li::marker,
.or-question-list li::marker {
	content: "";
}

.or-contest {
	grid-template-columns: minmax(330px, .95fr) minmax(360px, .9fr) minmax(260px, 320px);
	align-items: stretch;
}

.or-contest__copy {
	align-items: center;
}

.or-gift {
	position: relative;
	flex-basis: 96px;
	width: 96px;
	height: 96px;
	border-radius: 24px;
	transform: rotate(-5deg);
}

.or-gift:before,
.or-gift:after,
.or-gift i:before,
.or-gift i:after {
	content: "";
	position: absolute;
	background: rgba(94,42,190,.72);
}

.or-gift:before {
	left: 44px;
	top: 12px;
	bottom: 12px;
	width: 10px;
	border-radius: 999px;
}

.or-gift:after {
	left: 12px;
	right: 12px;
	top: 39px;
	height: 10px;
	border-radius: 999px;
}

.or-gift i:before,
.or-gift i:after {
	top: -12px;
	width: 34px;
	height: 24px;
	border: 8px solid rgba(255,255,255,.26);
	border-bottom: 0;
	background: transparent;
}

.or-gift i:before {
	left: 18px;
	border-radius: 24px 24px 6px 24px;
}

.or-gift i:after {
	right: 18px;
	border-radius: 24px 24px 24px 6px;
}

.or-contest__eyebrow {
	display: block;
	margin-bottom: 5px;
	color: #d8c5ff;
	font-size: 13px;
}

.or-contest h2 {
	display: none;
}

.or-contest__copy strong {
	display: block;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
}

.or-contest__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 16px;
}

.or-mechanics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.or-mechanic {
	display: grid;
	align-content: center;
	justify-items: center;
	text-align: center;
	min-height: 128px;
	padding: 14px 12px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(255,255,255,.065), rgba(255,255,255,.025));
}

.or-mechanic i {
	width: 34px;
	height: 34px;
	display: grid;
	place-items: center;
	margin-bottom: 10px;
	border-radius: 12px;
	background: var(--or-primary-soft);
	color: #d7c3ff;
	font-style: normal;
	font-weight: 900;
}

.or-mechanic b {
	color: var(--or-warning);
	font-size: 15px;
}

.or-mechanic:nth-child(2) b {
	color: var(--or-success);
}

.or-mechanic span {
	margin-top: 5px;
	color: var(--or-muted);
	font-size: 11px;
	line-height: 1.35;
}

.or-prize {
	min-width: 0;
	border-color: rgba(160,102,255,.32);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 0 30px rgba(139,77,255,.16);
}

.or-timer {
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	gap: 4px 8px;
	align-items: end;
	margin-top: 4px;
}

.or-timer b {
	color: #fff;
	font-size: 22px;
	line-height: 1;
}

.or-timer em {
	color: #7c879b;
	font-style: normal;
	font-weight: 900;
}

.or-timer span {
	color: var(--or-muted);
	font-size: 10px;
	text-transform: lowercase;
}

.or-leaders li {
	grid-template-columns: 24px 36px minmax(0, 1fr) minmax(68px, auto);
	gap: 7px;
}

.or-leaders span {
	justify-self: end;
	white-space: nowrap;
}

.or-panel__btn {
	width: calc(100% - 20px);
	margin-left: 10px;
	margin-right: 10px;
}

.or-auth #login_pane {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.or-auth #login_pane > li {
	position: relative;
	list-style: none;
}

.or-auth #login_pane > li > .btn-border {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 10px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.045);
	color: #fff;
	box-shadow: none;
}

.or-auth #login_pane > li > .btn-border:hover {
	border-color: var(--or-border-strong);
	background: var(--or-primary-soft);
	color: #fff;
}

.or-auth #login_pane .avatar .cover,
.or-auth #login_pane img {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(135deg, #30384e, #8b4dff);
}

.or-auth #login_pane .dropdown-form,
.or-auth #login_pane .dropdown-form.logged {
	right: 0;
	left: auto;
	width: min(300px, calc(100vw - 24px));
	margin-top: 12px;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	background: linear-gradient(180deg, #151b2b, #0d111d);
	color: var(--or-text);
	box-shadow: 0 24px 60px rgba(0,0,0,.46);
	z-index: 60;
}

.or-auth #login_pane .dropdown-form:before,
.or-auth #login_pane .dropdown-form:after {
	display: none;
}

.or-auth .login_pane__info {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(255,255,255,.08);
}

.or-auth .login_pane__info .avatar {
	grid-row: span 2;
	margin: 0;
}

.or-auth .login_pane__info .avatar .cover {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}

.or-auth .login_pane__info:after {
	content: "ADMIN";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 0 8px;
	border-radius: 7px;
	background: var(--or-primary-soft);
	color: #d7c3ff;
	font-size: 10px;
	font-weight: 900;
}

.or-auth .login_pane__menu {
	display: grid;
	gap: 0;
	margin: 0 0 14px;
	padding: 0 0 12px;
	border-bottom: 1px solid rgba(255,255,255,.08);
	list-style: none;
}

.or-auth .login_pane__menu li {
	list-style: none;
}

.or-auth .login_pane__menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 32px;
	padding: 0;
	color: var(--or-muted);
	font-size: 13px;
}

.or-auth .login_pane__menu li a:hover {
	color: #fff;
	background: transparent;
}

.or-auth .login_pane__foot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	text-align: left;
}

.or-auth .login_pane__foot a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 11px;
	color: #fff;
	background: rgba(255,255,255,.035);
}

.or-auth .login_pane__foot a:first-child {
	color: #d7c3ff;
	background: var(--or-primary-soft);
	border-color: rgba(139,77,255,.22);
}

.or-auth .login_pane__foot a:hover {
	border-color: var(--or-border-strong);
}

@media (max-width: 1180px) {
	.or-games {
		display: flex;
	}
	.or-game {
		flex-basis: 190px;
	}
}

@media (max-width: 900px) {
	.or-contest {
		grid-template-columns: 1fr;
	}
	.or-mechanics {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 620px) {
	.or-game {
		flex-basis: 166px;
	}
	.or-contest__actions {
		align-items: stretch;
		flex-direction: column;
	}
	.or-mechanics {
		grid-template-columns: 1fr;
	}
	.or-mechanic {
		min-height: 82px;
		grid-template-columns: 38px minmax(0, 1fr);
		justify-items: start;
		text-align: left;
		column-gap: 12px;
	}
	.or-mechanic i {
		grid-row: span 2;
		margin: 0;
	}
	.or-auth #login_pane .dropdown-form,
	.or-auth #login_pane .dropdown-form.logged {
		position: fixed;
		top: 58px;
		right: 12px;
	}
}

@media (max-width: 1180px) {
	.or-contest {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.or-leaders li {
		grid-template-columns: 24px 32px minmax(0, 1fr) auto;
	}
	.or-leaders span {
		grid-column: auto;
	}
}

/* OneRoblox corrective pass: game cards, contest, leaderboard, profile */
.or-games {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 0 2px 10px;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
	scrollbar-color: rgba(139,77,255,.42) rgba(255,255,255,.04);
}

.or-games::-webkit-scrollbar {
	height: 4px;
	display: block;
}

.or-games::-webkit-scrollbar-track {
	border-radius: 999px;
	background: rgba(255,255,255,.035);
}

.or-games::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(139,77,255,.28);
}

.or-game {
	flex: 0 0 210px;
	height: 230px;
	display: block;
	border-radius: 14px;
	background: #0e131f;
}

.or-game img {
	width: 100%;
	height: 158px;
	aspect-ratio: auto;
	object-fit: cover;
}

.or-game:after {
	inset: 0 0 72px;
	background: linear-gradient(180deg, rgba(5,6,11,.04), rgba(5,6,11,.12) 46%, rgba(5,6,11,.62));
}

.or-game:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 76px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(14,19,31,.96), rgba(8,11,18,.98));
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-game span {
	top: 10px;
	left: 10px;
	right: auto;
	width: 44px;
	min-width: 44px;
	height: 28px;
	padding: 0;
	border-radius: 9px;
	font-size: 12px;
}

.or-game b {
	left: 12px;
	right: 12px;
	bottom: 35px;
	font-size: 15px;
	line-height: 1.25;
}

.or-game small {
	left: 12px;
	right: 12px;
	bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #aeb9ca;
	font-size: 12px;
}

.or-game small:before {
	content: "";
	width: 6px;
	height: 6px;
	order: 1;
	border-radius: 50%;
	background: var(--or-success);
	box-shadow: 0 0 10px rgba(55,229,141,.5);
}

.or-game small:after {
	content: "";
	order: 0;
	width: 1px;
	height: 10px;
	background: rgba(255,255,255,.13);
}

.or-leaders {
	gap: 5px;
}

.or-leaders li {
	min-height: 42px;
	height: 42px;
	grid-template-columns: 28px 34px minmax(0, 1fr) auto;
	gap: 9px;
	box-sizing: border-box;
	padding: 3px 2px;
	border: 0;
	border-radius: 10px;
	background: transparent;
}

.or-leaders li:nth-child(-n+3) {
	border: 0;
	background: transparent;
}

.or-leaders li:hover {
	background: rgba(255,255,255,.04);
}

.or-leaders li:before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(139,77,255,.14);
	color: #d7c3ff;
	font-size: 12px;
}

.or-leaders li:nth-child(1):before {
	background: rgba(255,209,102,.18);
	color: #ffd166;
}

.or-leaders li:nth-child(2):before {
	background: rgba(210,218,232,.16);
	color: #d7deec;
}

.or-leaders li:nth-child(3):before {
	background: rgba(255,138,56,.16);
	color: #ff9b5a;
}

.or-leaders i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 10px;
}

.or-leaders b {
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

.or-leaders span {
	justify-self: end;
	color: #c6cfde;
	font-size: 12px;
	white-space: nowrap;
}

.or-panel__btn {
	width: 100%;
	min-height: 40px;
	margin: 12px 0 0;
}

.or-article-list,
.or-question-list,
.or-article-list li,
.or-question-list li {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.or-article-list li::marker,
.or-question-list li::marker {
	content: "";
	font-size: 0;
}

.or-contest {
	grid-template-columns: 1.4fr 1fr .82fr;
	gap: 14px;
	align-items: stretch;
	min-height: 184px;
	padding: 18px;
}

.or-contest__copy {
	min-width: 0;
}

.or-gift {
	flex: 0 0 86px;
	width: 86px;
	height: 86px;
	align-self: center;
}

.or-contest__copy strong {
	font-size: 22px;
}

.or-contest p {
	max-width: 420px;
	margin: 7px 0 0;
	font-size: 13px;
	line-height: 1.45;
}

.or-contest__actions {
	margin-top: 14px;
}

.or-contest__actions .or-btn,
.or-contest__actions .or-ghost {
	min-height: 36px;
	border-radius: 10px;
	font-size: 12px;
}

.or-mechanics {
	align-self: center;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.or-mechanic {
	min-height: 112px;
	padding: 12px 10px;
	border-radius: 14px;
}

.or-prize {
	align-self: stretch;
	justify-content: center;
	padding: 16px 14px;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(9,12,20,.86), rgba(6,8,14,.92));
}

.or-prize strong {
	font-size: 44px;
}

.or-timer {
	gap: 3px 8px;
}

.or-auth #login_pane > li > .btn-border {
	min-height: 38px;
	padding: 0 10px 0 6px;
	border-color: rgba(255,255,255,.09);
	background: rgba(255,255,255,.04);
}

.or-auth #login_pane > li > .btn-border .avatar,
.or-auth #login_pane > li > .btn-border .avatar .cover {
	position: relative;
	width: 28px;
	height: 28px;
	margin: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #30384f, #8b4dff);
	overflow: hidden;
}

.or-auth #login_pane > li > .btn-border .avatar:before,
.or-auth #login_pane > li > .btn-border .avatar .cover:before {
	content: "AD";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
}

.or-auth #login_pane .dropdown-form,
.or-auth #login_pane .dropdown-form.logged {
	top: 100%;
	right: 0;
	left: auto;
	width: min(300px, calc(100vw - 24px));
	margin-top: 10px;
	padding: 16px;
}

.or-auth .login_pane__info {
	grid-template-columns: 48px minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	gap: 2px 10px;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.or-auth .login_pane__info .avatar,
.or-auth .login_pane__info .avatar .cover {
	position: relative;
	grid-row: 1 / 3;
	width: 48px;
	height: 48px;
	margin: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, #30384f, #8b4dff);
	overflow: hidden;
}

.or-auth .login_pane__info .avatar:before,
.or-auth .login_pane__info .avatar .cover:before {
	content: "AD";
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

.or-auth .login_pane__info > b,
.or-auth .login_pane__info > a,
.or-auth .login_pane__info .name {
	grid-column: 2;
	align-self: end;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-auth .login_pane__info:before {
	content: "admin";
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.or-auth .login_pane__info:after {
	grid-column: 3;
	grid-row: 1;
	align-self: center;
}

.or-auth .login_pane__info .grey,
.or-auth .login_pane__info small {
	grid-column: 2;
	grid-row: 2;
	color: var(--or-muted);
	font-size: 12px;
}

.or-auth .login_pane__info .grey:empty:before,
.or-auth .login_pane__info small:empty:before {
	content: "Администратор";
}

.or-auth .login_pane__menu {
	gap: 0;
	margin-bottom: 12px;
	padding-bottom: 10px;
}

.or-auth .login_pane__menu li a {
	min-height: 34px;
	font-size: 13px;
	white-space: nowrap;
}

.or-auth .login_pane__foot {
	grid-template-columns: 1fr;
	gap: 8px;
}

.or-auth .login_pane__foot a {
	width: 100%;
	white-space: nowrap;
}

.or-auth .login_pane__foot a:last-child:hover {
	border-color: rgba(255,95,122,.35);
	color: #ff9aaa;
}

@media (max-width: 1280px) {
	.or-game {
		flex-basis: 210px;
	}
}

@media (max-width: 1180px) {
	.or-game {
		flex-basis: 210px;
	}
	.or-contest {
		grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr);
	}
	.or-mechanics {
		grid-column: 1 / -1;
	}
}

@media (max-width: 768px) {
	.or-contest {
		grid-template-columns: 1fr;
	}
	.or-mechanics {
		grid-column: auto;
	}
}

@media (max-width: 620px) {
	.or-games {
		scrollbar-width: none !important;
		padding-bottom: 4px;
	}
	.or-games::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
	.or-game {
		flex-basis: 186px;
		height: 218px;
	}
	.or-game img {
		height: 148px;
	}
	.or-contest {
		min-height: 0;
		padding: 16px;
	}
}

@media (max-width: 430px) {
	.or-game {
		flex-basis: 178px;
	}
	.or-contest__copy {
		grid-template-columns: 64px minmax(0, 1fr);
	}
	.or-gift {
		width: 64px;
		height: 64px;
		flex-basis: 64px;
	}
	.or-contest__copy strong {
		font-size: 20px;
	}
	.or-leaders li {
		grid-template-columns: 28px 34px minmax(0, 1fr) auto;
		height: 42px;
	}
	.or-leaders b {
		min-width: 0;
	}
}

/* Leaderboard alignment fix */
.or-panel .or-leaders {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.or-panel .or-leaders li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 4px 0;
	grid-template-columns: 28px 34px minmax(0, 1fr) auto;
	justify-items: start;
}

.or-panel .or-leaders li:before,
.or-panel .or-leaders i {
	justify-self: start;
}

.or-panel .or-leaders b {
	justify-self: start;
	min-width: 0;
}

.or-panel .or-leaders span {
	justify-self: end;
}

.or-panel .or-leaders + .or-panel__btn {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 12px 0 0;
}

/* OneRoblox tiny profile and games scrollbar fix */
.or-games {
	padding-right: 18px;
	scrollbar-width: thin;
	scrollbar-color: rgba(79, 43, 137, .34) transparent;
}

.or-games::-webkit-scrollbar {
	height: 4px !important;
	display: block !important;
}

.or-games::-webkit-scrollbar-track {
	background: transparent !important;
}

.or-games::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(79, 43, 137, .34) !important;
}

.or-games:hover::-webkit-scrollbar-thumb {
	background: rgba(116, 69, 190, .46) !important;
}

.or-auth #login_pane .avatar.or-avatar-fallback,
.or-auth #login_pane .avatar.or-avatar-fallback .cover {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #31214f, #8b4dff) !important;
	color: #fff;
	font-weight: 800;
	overflow: hidden;
}

.or-auth #login_pane .avatar.or-avatar-fallback img,
.or-auth #login_pane .avatar.or-avatar-fallback .cover img {
	display: none !important;
}

/* OneRoblox desktop homepage final pass */
.or-home-updates .or-update-list {
	height: auto;
}

.or-home-updates .or-home-update-card {
	min-height: 0;
	display: grid;
	grid-template-columns: minmax(220px, 42%) minmax(0, 1fr);
	align-items: stretch;
	gap: 18px;
	padding: 14px;
}

.or-home-updates .or-home-update-cover {
	width: 100%;
	height: 260px;
	min-height: 0;
	border-radius: 12px;
	object-fit: cover;
}

.or-home-updates .or-home-update-card > span {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 4px 0;
}

.or-home-updates .or-home-update-card b {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 14px;
	color: #b986ff;
	font-size: 12px;
	line-height: 1.25;
	text-transform: none;
}

.or-home-updates .or-home-update-card b .or-game-avatar {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border-radius: 8px;
	object-fit: cover;
}

.or-home-updates .or-home-update-card strong {
	display: -webkit-box;
	margin: 0;
	color: #fff;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 900;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.or-home-updates .or-home-update-card small {
	display: -webkit-box;
	margin-top: 12px;
	color: #c3ccdc;
	font-size: 13px;
	line-height: 1.55;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.or-home-updates .or-home-update-card em {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin-top: auto;
	padding-top: 14px;
	color: var(--or-purple-2);
	font-size: 12px;
	font-style: normal;
	font-weight: 850;
}

.or-home-updates .or-home-update-card em:after {
	content: " →";
	margin-left: 6px;
}

.or-home-triple {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
}

.or-home-mini-panel {
	min-height: 272px;
}

.or-home-mini-panel .or-article-list,
.or-home-mini-panel .or-question-list {
	gap: 10px;
}

.or-home-mini-panel .or-article-list a,
.or-home-mini-panel .or-question-list a {
	min-height: 78px;
	box-sizing: border-box;
}

.or-home-mini-panel .or-article-list strong,
.or-home-mini-panel .or-question-list strong {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.or-home-script-list .or-home-script-card {
	grid-template-columns: 72px minmax(0, 1fr);
}

.or-home-script-preview {
	width: 72px;
	height: 52px;
	border-radius: 12px;
	object-fit: cover;
	background: linear-gradient(135deg, rgba(139,77,255,.32), rgba(5,7,12,.92));
}

.or-home-script-list b {
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: none;
	color: #b986ff;
}

.or-home-script-list b .or-game-avatar {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border-radius: 7px;
	object-fit: cover;
}

.or-home-script-list small {
	display: flex;
	align-items: center;
	gap: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-home-script-list small em {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
	color: #cfd8ea;
	font-style: normal;
	font-weight: 800;
}

.or-home-script-list small em:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #8894aa;
}

.or-home-script-list small em.is-working {
	color: #83f0ae;
}

.or-home-script-list small em.is-working:before {
	background: var(--or-green);
	box-shadow: 0 0 10px rgba(52,217,129,.45);
}

.or-home-script-list small em.is-outdated {
	color: #ff9aaa;
}

.or-home-script-list small em.is-outdated:before {
	background: var(--or-red);
}

.or-benefits {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.or-benefits a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 58px;
	padding: 0 16px;
	border: 1px solid var(--or-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018));
	color: #e7ecf7;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.or-benefits a:hover {
	transform: translateY(-1px);
	border-color: rgba(139,77,255,.28);
	background: rgba(139,77,255,.07);
	color: #fff;
}

.or-benefits a i {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	border-radius: 9px;
	background: var(--or-primary-soft);
	color: #caa8ff;
	font-style: normal;
	font-size: 10px;
	font-weight: 900;
}

@media (max-width: 1180px) {
	.or-home-updates .or-home-update-card {
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.or-home-triple,
	.or-benefits {
		grid-template-columns: 1fr;
	}

	.or-home-updates .or-home-update-card {
		grid-template-columns: 1fr;
	}

	.or-home-updates .or-home-update-cover {
		height: 190px;
		min-height: 190px;
	}
}

/* OneRoblox mobile header pass */
.or-nav__mobile-label,
.or-nav__mobile-login,
.or-nav__mobile-register {
	display: none;
}

@media (max-width: 900px) {
	.or-header {
		z-index: 80;
		background: rgba(5, 7, 12, .96);
	}

	.or-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 44px auto;
		align-items: center;
		gap: 10px;
		height: auto !important;
		min-height: 0;
		padding: 8px 0 10px;
	}

	.or-logo {
		grid-column: 1;
		order: 1;
		min-width: 0;
	}

	.or-logo__mark {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
		border-radius: 9px;
	}

	.or-logo__text {
		min-width: 0;
		font-size: 17px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.or-menu-btn {
		grid-column: 2;
		order: 2;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		border-color: rgba(255,255,255,.1);
		border-radius: 13px;
		background: rgba(255,255,255,.045);
	}

	.or-menu-btn span {
		width: 18px;
		height: 2px;
		margin: 2px 0;
		background: #eef3ff;
		transition: transform .18s ease, opacity .18s ease, background .18s ease;
	}

	.or-menu-btn[aria-expanded="true"] {
		border-color: rgba(139,77,255,.55);
		background: rgba(139,77,255,.14);
	}

	.or-menu-btn[aria-expanded="true"] span {
		background: #d8c4ff;
	}

	.or-menu-btn[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.or-menu-btn[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.or-menu-btn[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.or-auth {
		grid-column: 3;
		order: 3;
		gap: 0;
		min-width: 0;
		justify-content: end;
	}

	.or-auth .or-btn--small {
		min-height: 38px;
		padding: 0 12px;
		border-radius: 11px;
		font-size: 12px;
		white-space: nowrap;
	}

	.or-auth__login {
		display: none;
	}

	.or-search {
		grid-column: 1 / -1;
		order: 4;
		width: 100%;
		max-width: none;
		min-width: 0;
		height: 42px;
		margin-top: 2px;
		box-sizing: border-box;
	}

	.or-nav {
		position: static;
		grid-column: 1 / -1;
		order: 5;
		display: none;
		width: 100%;
		margin-top: 2px;
		box-sizing: border-box;
		flex-direction: column;
		align-items: stretch;
		gap: 2px;
		padding: 8px;
		border: 1px solid rgba(255,255,255,.09);
		border-radius: 16px;
		background: linear-gradient(180deg, rgba(17,22,36,.99), rgba(8,11,18,.99));
		box-shadow: 0 18px 42px rgba(0,0,0,.38);
	}

	.or-nav.is-open {
		display: flex;
	}

	.or-nav a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 50px;
		box-sizing: border-box;
		padding: 0 12px;
		border-radius: 12px;
		color: #eef3ff;
		font-size: 14px;
		font-weight: 800;
	}

	.or-nav a:after {
		content: "→";
		position: static;
		display: inline-flex;
		width: auto;
		height: auto;
		transform: none;
		background: transparent;
		color: #9f75ff;
		font-size: 14px;
		font-weight: 900;
		opacity: .92;
	}

	.or-nav a:hover,
	.or-nav a:focus-visible {
		background: rgba(139,77,255,.11);
		color: #fff;
	}

	.or-nav__desktop-label {
		display: none;
	}

	.or-nav__mobile-label {
		display: inline;
	}

	.or-nav__mobile-login {
		display: flex;
		margin-top: 6px;
		border-top: 1px solid rgba(255,255,255,.07);
	}

	.or-nav__mobile-login:after {
		content: "";
	}
}

@media (max-width: 370px) {
	.or-header__inner {
		grid-template-columns: minmax(0, 1fr) 42px auto;
		gap: 8px;
	}

	.or-logo__mark {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}

	.or-logo__text {
		font-size: 16px;
	}

	.or-menu-btn {
		width: 42px;
		height: 42px;
	}

	.or-auth .or-btn--small {
		min-height: 36px;
		padding: 0 10px;
		font-size: 11px;
	}
}

.or-auth #login_pane .avatar.or-avatar-fallback:before,
.or-auth #login_pane .avatar.or-avatar-fallback .cover:before {
	content: attr(data-initials) !important;
	position: static !important;
	inset: auto !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 800;
}

.or-auth #login_pane > li > .btn-border .avatar.or-avatar-fallback,
.or-auth #login_pane > li > .btn-border .avatar.or-avatar-fallback .cover {
	width: 30px;
	height: 30px;
	font-size: 10px;
}

.or-auth .login_pane__info {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	gap: 2px 12px;
	align-items: center;
}

.or-auth .login_pane__info .avatar.or-avatar-fallback,
.or-auth .login_pane__info .avatar.or-avatar-fallback .cover {
	width: 48px;
	height: 48px;
	font-size: 18px;
}

.or-auth .login_pane__menu {
	border-top: 1px solid rgba(255,255,255,.07);
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-auth .login_pane__menu li + li {
	border-top: 1px solid rgba(255,255,255,.055);
}

.or-auth .login_pane__foot {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.or-auth .login_pane__foot a {
	box-sizing: border-box;
	width: 100%;
	min-height: 39px;
	white-space: nowrap;
}

.or-auth .login_pane__foot a[href*="addnews"],
.or-auth .login_pane__foot a:first-child {
	order: 1;
	background: linear-gradient(135deg, #8b4dff, #672fe6);
	border-color: rgba(139,77,255,.5);
	color: #fff;
}

.or-auth .login_pane__foot a[href*="logout"],
.or-auth .login_pane__foot a:last-child {
	order: 2;
	background: rgba(255,255,255,.035);
	border-color: rgba(255,255,255,.09);
	color: #e7ebf5;
}

.or-auth .login_pane__foot a[href*="logout"]:hover,
.or-auth .login_pane__foot a:last-child:hover {
	border-color: rgba(255,95,122,.34);
	color: #ff9aaa;
}

@media (max-width: 620px) {
	.or-games {
		scrollbar-width: none;
	}

	.or-games::-webkit-scrollbar {
		display: none !important;
		width: 0 !important;
		height: 0 !important;
	}
}

/* Tiny bugfix pass: profile fallback/actions/dividers and games scrollbar only */
.or-games {
	scrollbar-width: thin !important;
	scrollbar-color: rgba(78, 48, 125, .22) transparent !important;
}

.or-games::-webkit-scrollbar {
	height: 3px !important;
	display: block !important;
}

.or-games::-webkit-scrollbar-track {
	background: transparent !important;
}

.or-games::-webkit-scrollbar-thumb {
	border-radius: 999px !important;
	background: rgba(78, 48, 125, .22) !important;
}

.or-games:hover::-webkit-scrollbar-thumb {
	background: rgba(105, 65, 170, .34) !important;
}

.or-auth #login_pane .avatar.or-avatar-fallback,
.or-auth #login_pane .avatar.or-avatar-fallback .cover,
.or-auth #login_pane .avatar.or-avatar-fallback__cover,
.or-auth #login_pane .or-avatar-fallback__cover {
	position: relative !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	border-radius: 50% !important;
	background: linear-gradient(135deg, #31214f, #8b4dff) !important;
	background-image: linear-gradient(135deg, #31214f, #8b4dff) !important;
	color: transparent !important;
	font-weight: 700 !important;
	overflow: hidden !important;
}

.or-auth #login_pane .avatar.or-avatar-fallback .or-avatar-fallback__initials {
	position: absolute !important;
	inset: 0 !important;
	z-index: 3 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
}

.or-auth #login_pane .avatar.or-avatar-fallback img,
.or-auth #login_pane .avatar.or-avatar-fallback .cover img,
.or-auth #login_pane .or-avatar-fallback__cover img {
	display: none !important;
}

.or-auth #login_pane .avatar.or-avatar-fallback:before,
.or-auth #login_pane .avatar.or-avatar-fallback .cover:before,
.or-auth #login_pane .or-avatar-fallback__cover:before {
	content: attr(data-initials) !important;
	position: absolute !important;
	inset: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	color: #fff !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	z-index: 2 !important;
}

.or-auth #login_pane > li > .btn-border .avatar.or-avatar-fallback,
.or-auth #login_pane > li > .btn-border .avatar.or-avatar-fallback .cover {
	width: 30px !important;
	height: 30px !important;
}

.or-auth .login_pane__info .avatar.or-avatar-fallback,
.or-auth .login_pane__info .avatar.or-avatar-fallback .cover {
	width: 48px !important;
	height: 48px !important;
}

.or-auth .login_pane__info {
	display: grid !important;
	grid-template-columns: 48px minmax(0, 1fr) auto !important;
	gap: 2px 12px !important;
	align-items: center !important;
}

.or-auth .login_pane__info:before {
	content: none !important;
	display: none !important;
}

.or-auth .login_pane__info .avatar:not(.or-avatar-fallback):before,
.or-auth .login_pane__info .avatar:not(.or-avatar-fallback) .cover:before {
	content: none !important;
	display: none !important;
}

.or-auth .login_pane__menu {
	border-top-color: rgba(255,255,255,.07) !important;
	border-bottom-color: rgba(255,255,255,.07) !important;
}

.or-auth .login_pane__menu li,
.or-auth .login_pane__menu li + li,
.or-auth .login_pane__menu li a {
	border-color: rgba(255,255,255,.07) !important;
}

.or-auth .login_pane__menu li + li,
.or-auth .login_pane__menu li + li a {
	border-top-color: rgba(255,255,255,.055) !important;
	border-bottom-color: rgba(255,255,255,.055) !important;
}

.or-auth .login_pane__foot {
	display: flex !important;
	flex-direction: column !important;
	gap: 8px !important;
}

.or-auth .login_pane__foot a {
	width: 100% !important;
	min-height: 39px !important;
	white-space: nowrap !important;
}

.or-auth .login_pane__foot .or-profile-action-add {
	order: 1 !important;
	background: linear-gradient(135deg, #8b4dff, #672fe6) !important;
	border-color: rgba(139,77,255,.5) !important;
	color: #fff !important;
}

.or-auth .login_pane__foot .or-profile-action-logout {
	order: 2 !important;
	background: rgba(255,255,255,.035) !important;
	border-color: rgba(255,255,255,.09) !important;
	color: #e7ebf5 !important;
}

.or-auth .login_pane__foot .or-profile-action-logout:hover {
	border-color: rgba(255,95,122,.34) !important;
	color: #ff9aaa !important;
}

/* Isolated game page template: templates/oneroblox/gamepage.tpl */
.or-gamepage {
	display: grid;
	gap: 18px;
	color: var(--or-text);
}

html:has(.or-gamepage) {
	scroll-behavior: smooth;
}

.or-gamepage a {
	text-decoration: none;
}

.or-gamepage [id] {
	scroll-margin-top: 92px;
}

.or-gamepage-hero {
	position: relative;
	min-height: 300px;
	border: 1px solid var(--or-border);
	border-radius: 18px;
	overflow: hidden;
	background: #0b101a;
	box-shadow: var(--or-shadow-soft);
}

.or-gamepage-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 58% 42%;
	filter: saturate(1.15) contrast(1.06);
}

.or-gamepage-hero:before,
.or-gamepage-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.or-gamepage-hero:before {
	background:
		linear-gradient(90deg, rgba(5,7,12,.98) 0%, rgba(5,7,12,.82) 34%, rgba(5,7,12,.28) 68%, rgba(5,7,12,.48) 100%),
		linear-gradient(0deg, rgba(5,7,12,.84) 0%, rgba(5,7,12,.14) 62%, rgba(5,7,12,.34) 100%);
}

.or-gamepage-hero:after {
	background:
		radial-gradient(circle at 76% 8%, rgba(42,168,255,.18), transparent 30%),
		radial-gradient(circle at 42% 18%, rgba(139,77,255,.2), transparent 35%);
}

.or-gamepage-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 300px;
	padding: 28px;
}

.or-gamepage-crumbs {
	display: flex;
	align-items: center;
	gap: 8px;
	align-self: start;
	color: var(--or-muted);
	font-size: 13px;
}

.or-gamepage-crumbs a {
	color: inherit;
}

.or-gamepage-crumbs a:hover {
	color: var(--or-primary-hover);
}

.or-gamepage-crumbs b {
	color: var(--or-text);
	font-weight: 600;
}

.or-gamepage-hero__grid {
	align-self: center;
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr) 220px;
	gap: 24px;
	align-items: center;
	margin-top: 28px;
}

.or-gamepage-icon {
	width: 128px;
	aspect-ratio: 1;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 18px;
	object-fit: cover;
	object-position: 58% 42%;
	box-shadow: 0 16px 36px rgba(0,0,0,.42);
}

.or-gamepage-identity {
	display: grid;
	gap: 13px;
	min-width: 0;
}

.or-gamepage-identity h1 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #fff;
	font-size: 36px;
	line-height: 1.08;
	font-weight: 850;
}

.or-gamepage-identity h1 span {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--or-primary-hover), #5f2cf1);
	color: #fff;
	font-size: 15px;
}

.or-gamepage-identity h1 span svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.or-gamepage-status,
.or-gamepage-meta,
.or-gamepage-actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.or-gamepage-status {
	color: #d9e2f2;
	font-size: 15px;
}

.or-gamepage-status strong {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--or-success);
	font-weight: 700;
}

.or-gamepage-status i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--or-success);
	box-shadow: 0 0 18px rgba(55,229,141,.42);
}

.or-gamepage-status span:before,
.or-gamepage-meta span + span:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 14px;
	margin-right: 14px;
	vertical-align: -2px;
	background: rgba(255,255,255,.2);
}

.or-gamepage-meta {
	color: #e3e8f4;
	font-size: 13px;
}

.or-gamepage-meta b {
	color: var(--or-muted);
	font-weight: 500;
}

.or-gamepage-actions {
	margin-top: 6px;
}

.or-gamepage-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 28px;
	border: 1px solid var(--or-border);
	border-radius: 11px;
	color: #fff;
	font-weight: 800;
	white-space: nowrap;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-gamepage-btn__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
}

.or-gamepage-btn__icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.or-gamepage-btn__label {
	min-width: 0;
}

.or-gamepage-btn:hover,
.or-gamepage-btn:focus-visible {
	transform: translateY(-2px);
	text-decoration: none;
}

.or-gamepage-btn:focus-visible,
.or-gamepage-tabs a:focus-visible,
.or-gamepage-wide-link:focus-visible,
.or-gamepage-code button:focus-visible,
.or-gamepage-ask:focus-visible {
	outline: 2px solid rgba(160,102,255,.72);
	outline-offset: 2px;
}

.or-gamepage-btn--primary,
.or-gamepage-ask {
	border-color: rgba(139,77,255,.55);
	background: linear-gradient(135deg, var(--or-primary-hover), #6f32f4);
	box-shadow: 0 12px 28px rgba(100,47,230,.24);
}

.or-gamepage-btn--ghost {
	background: rgba(255,255,255,.05);
}

.or-gamepage-btn--ghost:hover,
.or-gamepage-btn--square:hover {
	border-color: var(--or-border-strong);
	background: var(--or-primary-soft);
}

.or-gamepage-btn--square {
	width: 46px;
	padding: 0;
	background: rgba(255,255,255,.04);
	font-size: 18px;
}

.or-gamepage-rating {
	align-self: center;
	display: grid;
	justify-items: center;
	gap: 6px;
	padding: 20px 18px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(20,25,39,.88), rgba(13,17,29,.9));
	text-align: center;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

.or-gamepage-rating span {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.or-gamepage-rating strong {
	color: var(--or-success);
	font-size: 34px;
	line-height: 1;
}

.or-gamepage-rating-stars {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	color: var(--or-success);
}

.or-gamepage-rating-stars span {
	display: block;
	width: 14px;
	height: 14px;
	background: currentColor;
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}

.or-gamepage-rating small,
.or-gamepage-card small {
	color: var(--or-muted);
}

@media (min-width: 769px) {
	.or-gamepage--game .or-gamepage-hero:before {
		background:
			linear-gradient(90deg, rgba(4,7,15,.97) 0%, rgba(4,7,15,.92) 28%, rgba(4,7,15,.66) 52%, rgba(4,7,15,.26) 78%, rgba(4,7,15,.12) 100%),
			linear-gradient(180deg, rgba(3,6,14,.52) 0%, rgba(3,6,14,.08) 45%, rgba(3,6,14,.58) 100%),
			radial-gradient(circle at 22% 58%, rgba(4,7,15,.36), transparent 44%);
	}

	.or-gamepage--game .or-gamepage-hero:after {
		background:
			radial-gradient(circle at 78% 8%, rgba(42,168,255,.12), transparent 31%),
			radial-gradient(circle at 47% 16%, rgba(139,77,255,.13), transparent 36%);
	}

	.or-gamepage--game .or-gamepage-crumbs {
		color: rgba(222,230,246,.78);
		font-size: 13px;
		text-shadow: 0 2px 10px rgba(0,0,0,.45);
	}

	.or-gamepage--game .or-gamepage-crumbs b {
		color: #fff;
		font-weight: 750;
	}

	.or-gamepage--game .or-gamepage-icon {
		border-color: rgba(255,255,255,.2);
		box-shadow: 0 10px 30px rgba(0,0,0,.36), 0 0 0 1px rgba(255,255,255,.04);
	}

	.or-gamepage--game .or-gamepage-identity {
		margin: -10px 0 -10px -10px;
		padding: 10px 12px;
		border-radius: 16px;
		background: linear-gradient(90deg, rgba(5,8,18,.26), rgba(5,8,18,.08));
		backdrop-filter: blur(2px);
	}

	.or-gamepage--game .or-gamepage-identity h1 {
		text-shadow: 0 2px 12px rgba(0,0,0,.46);
	}

	.or-gamepage--game .or-gamepage-identity h1 span {
		align-self: center;
		box-shadow: 0 8px 22px rgba(122,70,255,.3);
	}

	.or-gamepage--game .or-gamepage-status {
		gap: 10px 18px;
		color: rgba(243,247,255,.92);
		text-shadow: 0 2px 10px rgba(0,0,0,.38);
	}

	.or-gamepage--game .or-gamepage-status strong {
		color: #2df0a8;
		font-weight: 800;
	}

	.or-gamepage--game .or-gamepage-meta {
		gap: 10px 16px;
		color: rgba(255,255,255,.9);
		text-shadow: 0 2px 10px rgba(0,0,0,.42);
	}

	.or-gamepage--game .or-gamepage-meta b {
		color: rgba(213,222,240,.76);
		font-weight: 650;
	}

	.or-gamepage--game .or-gamepage-status span:before,
	.or-gamepage--game .or-gamepage-meta span + span:before {
		background: rgba(255,255,255,.18);
	}

	.or-gamepage--game .or-gamepage-btn--primary {
		box-shadow: 0 14px 34px rgba(100,47,230,.32), 0 0 0 1px rgba(255,255,255,.05) inset;
	}

	.or-gamepage--game .or-gamepage-btn--primary:hover,
	.or-gamepage--game .or-gamepage-btn--primary:focus-visible {
		box-shadow: 0 16px 38px rgba(100,47,230,.38), 0 0 0 1px rgba(255,255,255,.06) inset;
		transform: translateY(-1px);
	}

	.or-gamepage--game .or-gamepage-btn--ghost,
	.or-gamepage--game .or-gamepage-btn--square {
		border-color: rgba(255,255,255,.13);
		background: rgba(10,13,24,.7);
		backdrop-filter: blur(8px);
		box-shadow: 0 10px 24px rgba(0,0,0,.18);
	}

	.or-gamepage--game .or-gamepage-btn--ghost:hover,
	.or-gamepage--game .or-gamepage-btn--square:hover {
		border-color: rgba(160,102,255,.46);
		background: rgba(35,25,62,.72);
		transform: translateY(-1px);
	}

	.or-gamepage--game .or-gamepage-rating {
		border-color: rgba(255,255,255,.09);
		background: linear-gradient(180deg, rgba(18,23,37,.88), rgba(8,12,24,.82));
		backdrop-filter: blur(10px);
		box-shadow: 0 18px 42px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
	}

	.or-gamepage--game .or-gamepage-rating span {
		color: rgba(255,255,255,.92);
	}

	.or-gamepage--game .or-gamepage-rating small {
		color: rgba(213,222,240,.68);
	}
}

.or-gamepage-tabs {
	display: flex;
	align-items: center;
	gap: 24px;
	min-height: 54px;
	padding: 0 22px;
	border: 1px solid var(--or-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(17,22,34,.88), rgba(11,15,25,.88));
	overflow-x: auto;
	scrollbar-width: none;
}

.or-gamepage-tabs::-webkit-scrollbar {
	display: none;
}

.or-gamepage-tabs a {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 54px;
	color: #c2ccdd;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.or-gamepage-tabs a span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	background: rgba(255,255,255,.04);
	color: #d9c9ff;
	font-size: 11px;
	line-height: 1;
}

.or-gamepage-tabs a:hover,
.or-gamepage-tabs a.is-active {
	color: #fff;
	text-decoration: none;
}

.or-gamepage-tabs a.is-active:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 3px;
	border-radius: 999px;
	background: var(--or-primary-hover);
	box-shadow: 0 0 16px rgba(160,102,255,.45);
}

.or-gamepage-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 18px;
	align-items: start;
}

.or-gamepage-card {
	min-width: 0;
	padding: 18px;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(17,22,34,.88), rgba(11,15,25,.88));
	box-shadow: var(--or-shadow-soft);
}

.or-gamepage-card h2,
.or-gamepage-head h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 850;
}

.or-gamepage-overview {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .95fr);
	gap: 18px;
	align-items: start;
}

.or-gamepage-overview__text,
.or-gamepage-shots,
.or-gamepage-side,
.or-gamepage-code-list,
.or-gamepage-script-list {
	display: grid;
	gap: 12px;
}

.or-gamepage-overview__text {
	align-content: start;
}

.or-gamepage-shots {
	align-content: start;
}

.or-gamepage-story {
	color: #d6deec;
	font-size: 14px;
	line-height: 1.65;
}

.or-gamepage-story:empty {
	display: none;
}

.or-game-wiki-page {
	display: grid;
	gap: 18px;
}

.or-wiki-hero {
	position: relative;
	overflow: hidden;
	min-height: 292px;
	border: 1px solid rgba(255,255,255,.085);
	border-radius: 18px;
	background: #070b14;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.or-wiki-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.03) contrast(1.04);
}

.or-wiki-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.82) 35%, rgba(4,7,15,.45) 65%, rgba(4,7,15,.16) 100%),
		linear-gradient(180deg, rgba(3,6,14,.3) 0%, rgba(3,6,14,.08) 50%, rgba(3,6,14,.55) 100%);
}

.or-wiki-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: start;
	min-height: 292px;
	padding: 22px;
}

.or-wiki-hero__crumbs {
	margin-bottom: 36px;
}

.or-wiki-hero__content {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	max-width: 690px;
}

.or-wiki-game-icon {
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.or-wiki-hero__text {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.or-wiki-hero__text h1 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.or-wiki-hero__text p {
	max-width: 580px;
	margin: 0;
	color: rgba(226,234,247,.9);
	font-size: 15px;
	line-height: 1.55;
	text-shadow: 0 2px 10px rgba(0,0,0,.38);
}

.or-wiki-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: rgba(238,244,255,.9);
	font-size: 13px;
	font-weight: 760;
}

.or-wiki-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
}

.or-wiki-hero-online {
	color: #2df0a8;
}

.or-wiki-hero-online i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-wiki-back {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 2px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 10px;
	background: rgba(10,13,24,.68);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
	backdrop-filter: blur(8px);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-wiki-back:hover {
	border-color: rgba(160,102,255,.42);
	background: rgba(35,25,62,.72);
	color: #fff;
	text-decoration: none;
}

.or-wiki-list-section {
	padding: 20px;
}

.or-wiki-list-section .or-gamepage-head {
	margin-bottom: 16px;
}

.or-wiki-list-section .or-gamepage-head p {
	margin: 8px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.45;
}

.or-wiki-list-section .or-gamepage-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(160,102,255,.2);
	border-radius: 10px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.or-wiki-list-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.or-wiki-list-card {
	display: grid;
	grid-template-columns: minmax(250px, 34%) minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.7), rgba(8,12,22,.78));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-wiki-list-grid .or-wiki-list-card:only-child {
	grid-column: 1 / -1;
	grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
	min-height: 214px;
}

.or-wiki-list-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(17,23,38,.78), rgba(10,14,25,.82));
	transform: translateY(-1px);
}

.or-wiki-list-thumb {
	display: block;
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 13px;
	background: #05070d;
}

.or-wiki-list-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .2s ease;
}

.or-wiki-list-card:hover .or-wiki-list-thumb img {
	transform: scale(1.02);
}

.or-wiki-list-content {
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
}

.or-wiki-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.3;
}

.or-wiki-list-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-wiki-list-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.6;
}

.or-wiki-list-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--or-muted);
	font-size: 13px;
}

.or-wiki-list-meta span + span:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,.3);
	vertical-align: middle;
}

.or-wiki-list-read {
	justify-self: start;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
}

.or-wiki-list-read:hover {
	color: #fff;
	text-decoration: none;
}

.or-wiki-list-empty {
	grid-column: 1 / -1;
	display: grid;
	gap: 7px;
	min-height: 92px;
	padding: 18px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
}

.or-wiki-list-empty b {
	color: #fff;
	font-size: 16px;
}

.or-wiki-list-empty span {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 900px) {
	.or-wiki-hero__content,
	.or-wiki-list-grid,
	.or-wiki-list-card,
	.or-wiki-list-grid .or-wiki-list-card:only-child {
		grid-template-columns: 1fr;
	}

	.or-wiki-game-icon {
		width: 84px;
		height: 84px;
	}
}

.or-game-updates-page {
	display: grid;
	gap: 18px;
}

.or-updates-hero {
	position: relative;
	overflow: hidden;
	min-height: 292px;
	border: 1px solid rgba(255,255,255,.085);
	border-radius: 18px;
	background: #070b14;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.or-updates-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.03) contrast(1.04);
}

.or-updates-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.82) 35%, rgba(4,7,15,.45) 65%, rgba(4,7,15,.16) 100%),
		linear-gradient(180deg, rgba(3,6,14,.3) 0%, rgba(3,6,14,.08) 50%, rgba(3,6,14,.55) 100%);
}

.or-updates-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: start;
	min-height: 292px;
	padding: 22px;
}

.or-updates-hero__crumbs {
	margin-bottom: 36px;
}

.or-updates-hero__content {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	max-width: 710px;
}

.or-updates-game-icon {
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.or-updates-hero__text {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.or-updates-hero__text h1 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.or-updates-hero__text p {
	max-width: 580px;
	margin: 0;
	color: rgba(226,234,247,.9);
	font-size: 15px;
	line-height: 1.55;
	text-shadow: 0 2px 10px rgba(0,0,0,.38);
}

.or-updates-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: rgba(238,244,255,.9);
	font-size: 13px;
	font-weight: 760;
}

.or-updates-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
}

.or-updates-hero-online {
	color: #2df0a8;
}

.or-updates-hero-online i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-updates-back {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 2px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 10px;
	background: rgba(10,13,24,.68);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
	backdrop-filter: blur(8px);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-updates-back:hover {
	border-color: rgba(160,102,255,.42);
	background: rgba(35,25,62,.72);
	color: #fff;
	text-decoration: none;
}

.or-updates-section {
	padding: 20px;
}

.or-updates-section .or-gamepage-head {
	margin-bottom: 16px;
}

.or-updates-section .or-gamepage-head p {
	margin: 8px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.45;
}

.or-updates-section .or-gamepage-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(160,102,255,.2);
	border-radius: 10px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.or-updates-list {
	display: grid;
	gap: 14px;
}

.or-updates-empty {
	display: grid;
	justify-items: center;
	gap: 10px;
	min-height: 205px;
	padding: 28px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 0%, rgba(139,77,255,.1), transparent 34%),
		rgba(255,255,255,.022);
	text-align: center;
}

.or-updates-empty i {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 14px;
	background: rgba(139,77,255,.16);
	color: #d8c4ff;
	font-size: 24px;
	font-style: normal;
}

.or-updates-empty b {
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.25;
}

.or-updates-empty span {
	max-width: 560px;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.55;
}

.or-update-card {
	display: grid;
	grid-template-columns: minmax(280px, 330px) minmax(0, 1fr);
	gap: 17px;
	align-items: center;
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.7), rgba(8,12,22,.78));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-update-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(17,23,38,.78), rgba(10,14,25,.82));
	transform: translateY(-1px);
}

.or-update-thumb {
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 13px;
	background: #05070d;
}

.or-update-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .2s ease;
}

.or-update-card:hover .or-update-thumb img {
	transform: scale(1.02);
}

.or-update-card .or-update-content {
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
}

.or-update-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.3;
}

.or-update-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-update-card .or-update-content time {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.35;
}

.or-update-card .or-update-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.6;
}

.or-update-read {
	justify-self: start;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
}

.or-update-read:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 900px) {
	.or-updates-hero__content,
	.or-update-card {
		grid-template-columns: 1fr;
	}

	.or-updates-game-icon {
		width: 84px;
		height: 84px;
	}
}

.or-game-scripts-page {
	display: grid;
	gap: 18px;
}

.or-scripts-hero {
	position: relative;
	overflow: hidden;
	min-height: 292px;
	border: 1px solid rgba(255,255,255,.085);
	border-radius: 18px;
	background: #070b14;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.or-scripts-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.03) contrast(1.04);
}

.or-scripts-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.82) 35%, rgba(4,7,15,.45) 65%, rgba(4,7,15,.16) 100%),
		linear-gradient(180deg, rgba(3,6,14,.3) 0%, rgba(3,6,14,.08) 50%, rgba(3,6,14,.55) 100%);
}

.or-scripts-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: start;
	min-height: 292px;
	padding: 22px;
}

.or-scripts-hero__crumbs {
	margin-bottom: 36px;
}

.or-scripts-hero__content {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	max-width: 710px;
}

.or-scripts-game-icon {
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.or-scripts-hero__text {
	display: grid;
	gap: 12px;
	min-width: 0;
}

.or-scripts-hero__text h1 {
	margin: 0;
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.18;
	text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.or-scripts-hero__text p {
	max-width: 580px;
	margin: 0;
	color: rgba(226,234,247,.9);
	font-size: 15px;
	line-height: 1.55;
	text-shadow: 0 2px 10px rgba(0,0,0,.38);
}

.or-scripts-hero__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: rgba(238,244,255,.9);
	font-size: 13px;
	font-weight: 760;
}

.or-scripts-hero__meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
}

.or-scripts-hero-online {
	color: #2df0a8;
}

.or-scripts-hero-online i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-scripts-back {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 2px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 10px;
	background: rgba(10,13,24,.68);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
	backdrop-filter: blur(8px);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-scripts-back:hover {
	border-color: rgba(160,102,255,.42);
	background: rgba(35,25,62,.72);
	color: #fff;
	text-decoration: none;
}

.or-scripts-section {
	padding: 20px;
}

.or-scripts-section .or-gamepage-head {
	margin-bottom: 16px;
}

.or-scripts-section .or-gamepage-head p {
	margin: 8px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.45;
}

.or-scripts-section .or-gamepage-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(160,102,255,.2);
	border-radius: 10px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.or-scripts-empty {
	box-sizing: border-box;
	display: grid;
	justify-items: center;
	gap: 10px;
	min-height: 220px;
	padding: 24px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 16px;
	background:
		radial-gradient(circle at 50% 0%, rgba(139,77,255,.1), transparent 34%),
		rgba(255,255,255,.022);
	text-align: center;
}

.or-scripts-empty i {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 14px;
	background: rgba(139,77,255,.16);
	color: #d8c4ff;
	font-size: 19px;
	font-style: normal;
	font-weight: 900;
}

.or-scripts-empty b {
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.25;
}

.or-scripts-empty span,
.or-scripts-empty small {
	max-width: 560px;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.55;
}

.or-scripts-empty small {
	display: block;
	font-size: 13px;
}

.or-scripts-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.or-script-card {
	display: grid;
	grid-template-columns: minmax(190px, 34%) minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 15px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.72), rgba(8,12,22,.8));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-script-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(17,23,38,.8), rgba(10,14,25,.84));
	transform: translateY(-1px);
}

.or-script-card-preview {
	display: block;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.11);
	border-radius: 12px;
	background: #05070d;
}

.or-script-card-preview:hover {
	text-decoration: none;
}

.or-script-card-preview-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .22s ease;
}

.or-script-card:hover .or-script-card-preview-img {
	transform: scale(1.025);
}

.or-script-card-icon {
	width: 52px;
	height: 52px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	background: #05070d;
	object-fit: cover;
}

.or-script-card-body {
	display: grid;
	gap: 9px;
	min-width: 0;
}

.or-script-card-game {
	color: var(--or-primary-hover);
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
}

.or-script-card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
}

.or-script-card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.3;
}

.or-script-card-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-script-status {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 9px;
	border: 1px solid rgba(160,102,255,.22);
	border-radius: 999px;
	background: rgba(139,77,255,.13);
	color: #d8c4ff;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-script-card p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.55;
}

.or-script-card-meta {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.35;
}

.or-script-card-link {
	justify-self: start;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
}

.or-script-card-link:hover {
	color: #fff;
	text-decoration: none;
}

@media (max-width: 900px) {
	.or-scripts-hero__content,
	.or-scripts-grid {
		grid-template-columns: 1fr;
	}

	.or-script-card {
		grid-template-columns: 1fr;
	}

	.or-scripts-game-icon {
		width: 84px;
		height: 84px;
	}
}

.or-script-detail-page {
	display: grid;
	gap: 18px;
}

.or-script-detail-hero {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border: 1px solid rgba(255,255,255,.085);
	border-radius: 18px;
	background: #070b14;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.or-script-detail-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.03) contrast(1.04);
}

.or-script-detail-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.84) 36%, rgba(4,7,15,.5) 68%, rgba(4,7,15,.18) 100%),
		linear-gradient(180deg, rgba(3,6,14,.32) 0%, rgba(3,6,14,.1) 48%, rgba(3,6,14,.58) 100%);
}

.or-script-detail-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: start;
	min-height: 320px;
	padding: 22px;
}

.or-script-detail-crumbs {
	margin-bottom: 34px;
	min-width: 0;
}

.or-script-detail-crumbs b {
	display: inline-block;
	max-width: 44vw;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.or-script-detail-hero__content {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	max-width: 820px;
}

.or-script-detail-game-icon {
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.or-script-detail-heading {
	display: grid;
	gap: 11px;
	min-width: 0;
}

.or-script-detail-badge {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 10px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 8px;
	background: rgba(139,77,255,.18);
	color: #d8c4ff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.or-script-detail-heading h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.or-script-detail-meta,
.or-script-detail-game-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: rgba(238,244,255,.9);
	font-size: 13px;
	font-weight: 760;
}

.or-script-detail-meta span,
.or-script-detail-game-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 24px;
}

.or-script-detail-status {
	padding: 0 9px;
	border: 1px solid rgba(160,102,255,.22);
	border-radius: 999px;
	background: rgba(139,77,255,.13);
	color: #d8c4ff;
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-script-detail-status.is-working {
	border-color: rgba(45,240,168,.24);
	background: rgba(45,240,168,.1);
	color: #7dffbd;
}

.or-script-detail-status.is-outdated {
	border-color: rgba(255,117,117,.2);
	background: rgba(255,117,117,.08);
	color: #ffb4b4;
}

.or-script-detail-online {
	color: #2df0a8;
}

.or-script-detail-online i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-script-detail-back {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 2px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 10px;
	background: rgba(10,13,24,.68);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
	backdrop-filter: blur(8px);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-script-detail-back:hover {
	border-color: rgba(160,102,255,.42);
	background: rgba(35,25,62,.72);
	color: #fff;
	text-decoration: none;
}

.or-script-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 18px;
	align-items: start;
}

.or-script-detail-main,
.or-script-sidebar {
	min-width: 0;
}

.or-script-detail-main,
.or-script-sidebar {
	display: grid;
	gap: 14px;
	align-content: start;
}

.or-script-detail-panel,
.or-script-detail-notice {
	display: grid;
	gap: 14px;
	padding: 24px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.or-script-detail-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	min-width: 0;
}

.or-script-detail-panel-head > div {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-script-detail-panel h2,
.or-script-detail-panel-head h2 {
	margin: 0;
	color: #fff;
	font-size: 22px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
}

.or-script-detail-panel-head p {
	margin: 0;
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.45;
}

.or-script-quick-info {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.or-script-quick-info div {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 13px;
	border: 1px solid rgba(255,255,255,.07);
	border-radius: 12px;
	background: rgba(255,255,255,.024);
}

.or-script-quick-info small {
	color: var(--or-muted);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .03em;
	line-height: 1.2;
	text-transform: uppercase;
}

.or-script-quick-info b {
	overflow: hidden;
	color: #eef3ff;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-script-quick-info .or-script-detail-status {
	justify-self: start;
}

.or-script-detail-lead {
	margin: 0;
	color: #cbd5e5;
	font-size: 15px;
	line-height: 1.65;
}

.or-script-detail-content {
	max-width: 900px;
}

.or-script-source-link {
	flex: 0 0 auto;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
}

.or-script-source-link:hover {
	color: #fff;
	text-decoration: none;
}

.or-script-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.or-script-download-card {
	display: grid;
	gap: 7px;
	min-width: 0;
	padding: 15px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
}

.or-script-download-card span {
	color: #d8c4ff;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-script-download-card b {
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-script-download-card small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-script-download-card a,
.or-script-detail-panel-head button,
.or-script-sidebar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	border: 1px solid rgba(160,102,255,.38);
	border-radius: 10px;
	background: linear-gradient(135deg, var(--or-primary), #6d28d9);
	color: #fff;
	font-size: 13px;
	font-weight: 820;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-script-download-card a {
	justify-self: start;
	margin-top: 4px;
	padding: 0 14px;
}

.or-script-detail-panel-head button {
	flex: 0 0 auto;
	padding: 0 14px;
	cursor: pointer;
}

.or-script-download-card a:hover,
.or-script-detail-panel-head button:hover,
.or-script-sidebar-button:hover {
	border-color: rgba(160,102,255,.5);
	background: linear-gradient(135deg, #9f63ff, #7c3aed);
	color: #fff;
	text-decoration: none;
}

.or-script-loader pre {
	overflow: auto;
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(160,102,255,.18);
	border-radius: 14px;
	background: rgba(3,6,14,.72);
	color: #dbeafe;
	font: 13px/1.65 Consolas, Monaco, monospace;
}

.or-script-loader code {
	font: inherit;
	white-space: pre;
}

.or-script-detail-notice {
	grid-template-columns: 80px minmax(0, 1fr);
	align-items: center;
	border-color: rgba(160,102,255,.2);
	background:
		linear-gradient(90deg, rgba(139,77,255,.12), transparent 36%),
		linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
}

.or-script-detail-notice b {
	color: #d8c4ff;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-script-detail-notice span {
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.55;
}

.or-script-sidebar-card {
	display: grid;
	gap: 14px;
	padding: 17px;
	border-color: rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.or-script-sidebar-card h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.26;
}

.or-script-game-identity {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
}

.or-script-game-identity img {
	display: block;
	width: 68px;
	height: 68px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	background: #05070d;
	object-fit: cover;
}

.or-script-game-identity span {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.or-script-game-identity b {
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-script-game-identity small {
	justify-self: start;
	min-height: 23px;
	padding: 3px 9px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 7px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 12px;
	line-height: 1.3;
}

.or-script-game-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: #d7deee;
	font-size: 13px;
}

.or-script-game-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.or-script-game-stats span:first-child {
	color: #2df0a8;
	font-weight: 760;
}

.or-script-game-stats i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-script-sidebar-button {
	width: 100%;
}

.or-script-sidebar-button--ghost {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.055);
	color: #d8c4ff;
}

.or-script-related-list {
	display: grid;
	gap: 10px;
}

.or-script-related-empty {
	display: grid;
	gap: 5px;
	padding: 11px;
	border: 1px solid rgba(255,255,255,.055);
	border-radius: 12px;
	background: rgba(255,255,255,.022);
}

.or-script-related-item {
	display: grid;
	grid-template-columns: 82px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 8px;
	border: 1px solid rgba(255,255,255,.055);
	border-radius: 12px;
	background: rgba(255,255,255,.022);
}

.or-script-related-item:hover {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.07);
	text-decoration: none;
}

.or-script-related-item img {
	width: 82px;
	height: auto;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: #05070d;
	object-fit: cover;
}

.or-script-related-item span {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.or-script-related-item b {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.or-script-related-item b,
.or-script-related-empty b {
	color: #fff;
	font-size: 13px;
	font-weight: 820;
	line-height: 1.35;
}

.or-script-related-item em {
	justify-self: start;
	color: var(--or-muted);
	font-size: 11px;
	font-style: normal;
	font-weight: 850;
	line-height: 1.25;
}

.or-script-related-item em.is-working {
	color: #7dffbd;
}

.or-script-related-item em.is-outdated {
	color: #ffb4b4;
}

.or-script-related-item small,
.or-script-related-empty span {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.35;
}

@media (min-width: 769px) {
	.or-script-sidebar {
		position: sticky;
		top: 86px;
	}
}

@media (max-width: 900px) {
	.or-script-detail-hero__content,
	.or-script-detail-layout,
	.or-script-download-grid,
	.or-script-detail-notice {
		grid-template-columns: 1fr;
	}

	.or-script-detail-game-icon {
		width: 84px;
		height: 84px;
	}

	.or-script-detail-heading h1 {
		font-size: 28px;
	}

	.or-script-quick-info {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.or-script-detail-crumbs b {
		max-width: 54vw;
	}
}

.or-update-detail-page {
	display: grid;
	gap: 18px;
}

.or-update-detail-hero {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border: 1px solid rgba(255,255,255,.085);
	border-radius: 18px;
	background: #070b14;
	box-shadow: 0 20px 48px rgba(0,0,0,.28);
}

.or-update-detail-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(1.03) contrast(1.04);
}

.or-update-detail-hero:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.84) 36%, rgba(4,7,15,.5) 68%, rgba(4,7,15,.18) 100%),
		linear-gradient(180deg, rgba(3,6,14,.32) 0%, rgba(3,6,14,.1) 48%, rgba(3,6,14,.58) 100%);
}

.or-update-detail-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: start;
	min-height: 320px;
	padding: 22px;
}

.or-update-detail-crumbs {
	margin-bottom: 34px;
	min-width: 0;
}

.or-update-detail-crumbs b {
	display: inline-block;
	max-width: 44vw;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.or-update-detail-hero__content {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	max-width: 790px;
}

.or-update-detail-game-icon {
	width: 92px;
	height: 92px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 16px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(0,0,0,.34);
}

.or-update-detail-heading {
	display: grid;
	gap: 11px;
	min-width: 0;
}

.or-update-detail-badge {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 25px;
	padding: 0 10px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 8px;
	background: rgba(139,77,255,.18);
	color: #d8c4ff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.or-update-detail-heading h1 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.22;
	text-shadow: 0 2px 14px rgba(0,0,0,.5);
}

.or-update-detail-meta,
.or-update-detail-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: rgba(238,244,255,.9);
	font-size: 13px;
	font-weight: 760;
}

.or-update-detail-meta a,
.or-update-detail-meta span,
.or-update-detail-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 22px;
	color: inherit;
}

.or-update-detail-meta a:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-update-detail-online {
	color: #2df0a8;
}

.or-update-detail-online i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-update-detail-back {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	margin-top: 2px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 10px;
	background: rgba(10,13,24,.68);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
	backdrop-filter: blur(8px);
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-update-detail-back:hover {
	border-color: rgba(160,102,255,.42);
	background: rgba(35,25,62,.72);
	color: #fff;
	text-decoration: none;
}

.or-update-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 18px;
	align-items: start;
}

.or-update-detail-main,
.or-update-sidebar {
	min-width: 0;
}

.or-update-detail-card {
	padding: 24px;
	border-radius: 18px;
}

.or-update-detail-card .or-update-content {
	max-width: 900px;
}

.or-update-sidebar {
	display: grid;
	gap: 14px;
	align-content: start;
}

.or-update-sidebar-card {
	display: grid;
	gap: 14px;
	padding: 17px;
	border-color: rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.or-update-sidebar-card h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.26;
}

.or-update-related-list {
	display: grid;
	gap: 11px;
}

.or-update-related-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-width: 0;
	padding: 7px;
	border: 1px solid rgba(255,255,255,.055);
	border-radius: 12px;
	background: rgba(255,255,255,.022);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-update-related-item:hover {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.07);
	transform: translateY(-1px);
	text-decoration: none;
}

.or-update-related-item img {
	display: block;
	width: 104px;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 9px;
	background: #05070d;
	object-fit: cover;
}

.or-update-related-item span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-update-related-item b {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.or-update-related-item small {
	color: var(--or-primary-hover);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
}

.or-update-related-empty {
	display: grid;
	gap: 6px;
	padding: 13px;
	border: 1px dashed rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(255,255,255,.024);
}

.or-update-related-empty b {
	color: #eef3ff;
	font-size: 14px;
	font-weight: 820;
	line-height: 1.35;
}

.or-update-related-empty span {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.45;
}

.or-update-sidebar-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	border: 1px solid rgba(160,102,255,.38);
	border-radius: 10px;
	background: linear-gradient(135deg, var(--or-primary), #6d28d9);
	color: #fff;
	font-size: 13px;
	font-weight: 820;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-update-sidebar-button--ghost {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.055);
	color: #d8c4ff;
}

.or-update-sidebar-button:hover {
	border-color: rgba(160,102,255,.5);
	background: rgba(139,77,255,.14);
	color: #fff;
	text-decoration: none;
}

.or-update-game-identity {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
}

.or-update-game-identity img {
	display: block;
	width: 68px;
	height: 68px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(0,0,0,.24);
}

.or-update-game-identity span {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.or-update-game-identity b {
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-update-game-identity small {
	justify-self: start;
	min-height: 23px;
	padding: 3px 9px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 7px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 12px;
	line-height: 1.3;
}

.or-update-game-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: #d7deee;
	font-size: 13px;
}

.or-update-game-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.or-update-game-stats span:first-child {
	color: #2df0a8;
	font-weight: 760;
}

.or-update-game-stats i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

@media (min-width: 769px) {
	.or-update-sidebar {
		position: sticky;
		top: 86px;
	}
}

@media (max-width: 900px) {
	.or-update-detail-hero__content,
	.or-update-detail-layout {
		grid-template-columns: 1fr;
	}

	.or-update-detail-game-icon {
		width: 84px;
		height: 84px;
	}

	.or-update-detail-heading h1 {
		font-size: 28px;
	}

	.or-update-detail-crumbs b {
		max-width: 54vw;
	}
}

.or-wiki-article-page .or-gamepage-card:first-child {
	padding: 22px;
}

.or-wiki-article-page .or-gamepage-head {
	align-items: flex-start;
	margin-bottom: 18px;
}

.or-wiki-article-page .or-gamepage-head h1 {
	max-width: 900px;
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
}

.or-wiki-article-page .or-gamepage-head a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 13px;
	border: 1px solid rgba(160,102,255,.32);
	border-radius: 9px;
	background: rgba(139,77,255,.08);
	color: #d8c4ff;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-wiki-article-page .or-gamepage-head a:hover {
	border-color: rgba(160,102,255,.5);
	background: rgba(139,77,255,.14);
	color: #fff;
}

.or-wiki-content {
	max-width: 900px;
	overflow-wrap: anywhere;
	color: #d6deec;
	font-size: 14px;
	line-height: 1.72;
}

.or-wiki-content > :first-child {
	margin-top: 0;
}

.or-wiki-content p {
	margin: 0 0 15px;
	color: #cdd6e6;
	font-size: 14px;
	line-height: 1.75;
}

.or-wiki-content > p:first-of-type {
	color: #e0e7f4;
	font-size: 15px;
}

.or-wiki-content h2 {
	position: relative;
	margin: 34px 0 14px;
	padding-left: 14px;
	color: #fff;
	font-size: 23px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.3;
}

.or-wiki-content > h2:first-child {
	margin-top: 0;
}

.or-wiki-content h2:before {
	content: "";
	position: absolute;
	top: .2em;
	bottom: .2em;
	left: 0;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, var(--or-primary-hover), rgba(139,77,255,.38));
	box-shadow: 0 0 14px rgba(139,77,255,.24);
}

.or-wiki-content h3 {
	margin: 26px 0 11px;
	color: #f4f7ff;
	font-size: 18px;
	font-weight: 780;
	letter-spacing: 0;
	line-height: 1.35;
}

.or-wiki-content h4 {
	margin: 22px 0 10px;
	color: #eef3ff;
	font-size: 16px;
	font-weight: 760;
	line-height: 1.35;
}

.or-wiki-content a {
	color: var(--or-primary-hover);
	font-weight: 700;
	text-decoration: none;
}

.or-wiki-content a:hover {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.or-wiki-content strong,
.or-wiki-content b {
	color: #edf2ff;
	font-weight: 750;
}

.or-wiki-content ul,
.or-wiki-content ol {
	display: grid;
	gap: 8px;
	margin: 16px 0 18px;
	padding: 0;
	list-style: none;
	color: #cdd6e6;
	font-size: 14px;
	line-height: 1.62;
}

.or-wiki-content ol {
	counter-reset: or-wiki-counter;
}

.or-wiki-content li {
	position: relative;
	min-height: 26px;
	padding-left: 38px;
}

.or-wiki-content ol > li {
	counter-increment: or-wiki-counter;
}

.or-wiki-content ol > li:before,
.or-wiki-content ul > li:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(160,102,255,.22);
	border-radius: 8px;
	background: rgba(139,77,255,.15);
	color: #d8c4ff;
	font-size: 12px;
	font-weight: 850;
	line-height: 1;
}

.or-wiki-content ol > li:before {
	content: counter(or-wiki-counter);
}

.or-wiki-content ul > li:before {
	content: "";
	width: 9px;
	height: 9px;
	margin: 8px;
	border-color: rgba(45,240,168,.2);
	border-radius: 50%;
	background: #2df0a8;
	box-shadow: 0 0 12px rgba(45,240,168,.3);
}

.or-wiki-content li > ul,
.or-wiki-content li > ol {
	margin: 9px 0 4px;
}

.or-wiki-content table {
	width: 100%;
	margin: 16px 0 20px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 13px;
	border-collapse: separate;
	border-spacing: 0;
	background: rgba(7,11,20,.58);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.or-wiki-content thead {
	background: linear-gradient(90deg, rgba(139,77,255,.28), rgba(139,77,255,.1));
}

.or-wiki-content th,
.or-wiki-content td {
	padding: 11px 14px;
	border-right: 1px solid rgba(255,255,255,.055);
	border-bottom: 1px solid rgba(255,255,255,.06);
	text-align: left;
	vertical-align: middle;
}

.or-wiki-content th:last-child,
.or-wiki-content td:last-child {
	border-right: 0;
}

.or-wiki-content tbody tr:last-child td {
	border-bottom: 0;
}

.or-wiki-content th {
	color: #efe8ff;
	font-size: 12px;
	font-weight: 850;
}

.or-wiki-content td {
	color: #d4deee;
	font-size: 13px;
	line-height: 1.55;
}

.or-wiki-content tbody tr:hover {
	background: rgba(160,102,255,.045);
}

.or-wiki-content table td:first-child b {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	padding: 2px 8px;
	border: 1px solid rgba(160,102,255,.2);
	border-bottom-color: rgba(160,102,255,.34);
	border-bottom-width: 2px;
	border-radius: 6px;
	background: rgba(139,77,255,.16);
	color: #efe8ff;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	font-weight: 850;
	line-height: 1.2;
}

.or-wiki-content kbd,
.or-wiki-content code:not(pre code) {
	display: inline-flex;
	align-items: center;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 6px;
	background: rgba(255,255,255,.055);
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
}

.or-wiki-content kbd {
	min-height: 22px;
	padding: 2px 7px;
	border-bottom-color: rgba(255,255,255,.22);
	border-bottom-width: 2px;
	color: #efe8ff;
	font-weight: 800;
}

.or-wiki-content code:not(pre code) {
	padding: 2px 6px;
	color: #bdf9db;
}

.or-wiki-content pre {
	margin: 18px 0;
	padding: 14px;
	overflow-x: auto;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 11px;
	background: rgba(4,7,14,.8);
	color: #d8e2f2;
	font-size: 13px;
	line-height: 1.6;
}

.or-wiki-content blockquote,
.or-wiki-content .or-wiki-note,
.or-wiki-content .or-wiki-tip,
.or-wiki-content .or-wiki-warning {
	margin: 18px 0;
	padding: 13px 15px;
	border: 1px solid rgba(160,102,255,.18);
	border-left: 3px solid var(--or-primary-hover);
	border-radius: 0 10px 10px 0;
	background: rgba(139,77,255,.09);
	color: #dce5f4;
}

.or-wiki-content .or-wiki-tip {
	border-color: rgba(45,240,168,.17);
	border-left-color: #2df0a8;
	background: rgba(45,240,168,.075);
}

.or-wiki-content .or-wiki-warning {
	border-color: rgba(255,177,66,.18);
	border-left-color: #ffb142;
	background: rgba(255,177,66,.075);
}

.or-wiki-content blockquote p,
.or-wiki-content .or-wiki-note p,
.or-wiki-content .or-wiki-tip p,
.or-wiki-content .or-wiki-warning p {
	margin-bottom: 0;
}

.or-wiki-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px auto;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 13px;
	box-shadow: 0 18px 38px rgba(0,0,0,.24);
}

.or-wiki-content figure {
	margin: 20px 0;
}

.or-wiki-content figure img {
	margin: 0 auto;
}

.or-wiki-content figcaption {
	margin-top: 8px;
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.45;
	text-align: center;
}

.or-wiki-content hr {
	margin: 30px 0;
	border: 0;
	border-top: 1px solid rgba(255,255,255,.08);
}

.or-wiki-content > div {
	max-width: 100%;
	overflow-x: auto;
}

@media (max-width: 768px) {
	.or-wiki-article-page .or-gamepage-card:first-child {
		padding: 18px;
	}

	.or-wiki-article-page .or-gamepage-head {
		display: grid;
		gap: 12px;
	}

	.or-wiki-article-page .or-gamepage-head h1 {
		font-size: 26px;
	}

	.or-wiki-content h2 {
		font-size: 21px;
	}

	.or-wiki-content table {
		min-width: 520px;
	}
}

.or-wiki-sidebar {
	gap: 14px;
	align-content: start;
}

.or-wiki-sidebar-card {
	display: grid;
	gap: 14px;
	padding: 17px;
	border-color: rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.or-wiki-sidebar-card h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.26;
}

.or-wiki-related-list {
	display: grid;
	gap: 11px;
}

.or-wiki-related-item {
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	min-width: 0;
	padding: 7px;
	border: 1px solid rgba(255,255,255,.055);
	border-radius: 12px;
	background: rgba(255,255,255,.022);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-wiki-related-item:hover {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.07);
	transform: translateY(-1px);
	text-decoration: none;
}

.or-wiki-related-item img {
	display: block;
	width: 104px;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 9px;
	background: #05070d;
	object-fit: cover;
}

.or-wiki-related-item span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-wiki-related-item b {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.or-wiki-related-item small {
	color: var(--or-primary-hover);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
}

.or-wiki-related-empty {
	display: grid;
	gap: 6px;
	padding: 13px;
	border: 1px dashed rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(255,255,255,.024);
}

.or-wiki-related-empty b {
	color: #eef3ff;
	font-size: 14px;
	font-weight: 820;
	line-height: 1.35;
}

.or-wiki-related-empty span {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.45;
}

.or-wiki-sidebar-link,
.or-wiki-game-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	border: 1px solid rgba(160,102,255,.28);
	border-radius: 10px;
	color: #d8c4ff;
	font-size: 13px;
	font-weight: 820;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-wiki-sidebar-link {
	background: rgba(139,77,255,.055);
}

.or-wiki-sidebar-link:hover,
.or-wiki-game-button:hover {
	border-color: rgba(160,102,255,.48);
	background: rgba(139,77,255,.13);
	color: #fff;
	text-decoration: none;
}

.or-wiki-game-identity {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 13px;
	align-items: center;
}

.or-wiki-game-identity img {
	display: block;
	width: 68px;
	height: 68px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 12px 24px rgba(0,0,0,.24);
}

.or-wiki-game-identity span {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.or-wiki-game-identity b {
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-wiki-game-identity small {
	justify-self: start;
	min-height: 23px;
	padding: 3px 9px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 7px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 12px;
	line-height: 1.3;
}

.or-wiki-game-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: #d7deee;
	font-size: 13px;
}

.or-wiki-game-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-width: 0;
}

.or-wiki-game-stats span:first-child {
	color: #2df0a8;
	font-weight: 760;
}

.or-wiki-game-stats i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-wiki-game-button {
	border-color: rgba(160,102,255,.38);
	background: linear-gradient(135deg, var(--or-primary), #6d28d9);
	color: #fff;
}

.or-wiki-feedback-card p {
	margin: 0;
	color: #cbd5e5;
	font-size: 13px;
	line-height: 1.55;
}

@media (min-width: 769px) {
	.or-wiki-sidebar {
		position: sticky;
		top: 86px;
	}
}

@media (max-width: 768px) {
	.or-wiki-sidebar {
		position: static;
	}
}

.or-gamepage-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.or-gamepage-tags span,
.or-gamepage-script em {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 7px;
	background: rgba(139,77,255,.12);
	color: #d7c3ff;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.or-gamepage-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 4px;
	padding: 12px 0;
	border: 1px solid var(--or-border);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
}

.or-gamepage-stats div {
	display: grid;
	justify-items: center;
	gap: 3px;
	min-width: 0;
	padding: 0 10px;
	text-align: center;
}

.or-gamepage-stats div + div {
	border-left: 1px solid rgba(255,255,255,.09);
}

.or-gamepage-stats b {
	color: #fff;
	font-size: 20px;
}

.or-gamepage-stats span {
	color: var(--or-muted);
	font-size: 12px;
}

.or-gamepage-shots__main {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 13px;
	object-fit: cover;
}

.or-gamepage-thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.or-gamepage-thumbs img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 9px;
	object-fit: cover;
}

.or-gamepage-wide-link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid var(--or-border);
	border-radius: 10px;
	background: rgba(255,255,255,.025);
	color: #eef3ff;
	font-weight: 700;
	transition: border-color .18s ease, background .18s ease;
}

.or-gamepage-wide-link:hover {
	border-color: var(--or-border-strong);
	background: var(--or-primary-soft);
	color: #fff;
	text-decoration: none;
}

.or-gamepage-info {
	display: grid;
	gap: 12px;
	margin: 0;
}

.or-gamepage-info div {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
	gap: 12px;
	align-items: baseline;
}

.or-gamepage-info dt {
	color: var(--or-muted);
	font-size: 13px;
}

.or-gamepage-info dd {
	justify-self: end;
	color: #e8edf8;
	font-size: 13px;
	text-align: right;
}

.or-gamepage-info dd.is-active {
	color: var(--or-success);
	font-weight: 800;
}

.or-gamepage-links {
	display: grid;
	gap: 11px;
}

.or-gamepage-links a {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 10px;
	min-height: 34px;
	color: #d7dfef;
	font-size: 13px;
	line-height: 1.25;
	text-decoration: none;
}

.or-gamepage-links a .or-gamepage-btn__icon {
	width: 16px;
	height: 16px;
	color: #9aa6bd;
}

.or-gamepage-links a .or-gamepage-btn__icon:last-child {
	justify-self: end;
	width: 14px;
	height: 14px;
}

.or-gamepage-links a > span {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-gamepage-links a:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-gamepage-links a:hover .or-gamepage-btn__icon {
	color: var(--or-primary-hover);
}

.or-gamepage-duo,
.or-gamepage-media {
	display: grid;
	gap: 18px;
	align-items: start;
}

.or-gamepage-duo {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.or-gamepage-media {
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .75fr);
}

.or-gamepage-video-player {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	background: #05070d;
}

.or-gamepage-video-player iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.or-gamepage-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.or-gamepage-head a:not(.or-gamepage-ask) {
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.or-gamepage-head a:hover {
	color: #fff;
	text-decoration: none;
}

.or-gamepage-code {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto 10px;
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-gamepage-code i,
.or-gamepage-question i {
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #31214f, var(--or-primary));
	color: #fff;
	font-style: normal;
	font-weight: 800;
}

.or-gamepage-code i {
	width: 34px;
	height: 34px;
	color: #d7c3ff;
}

.or-gamepage-code span,
.or-gamepage-script span,
.or-gamepage-question span {
	display: grid;
	min-width: 0;
	gap: 3px;
}

.or-gamepage-code b,
.or-gamepage-script b,
.or-gamepage-video-grid b,
.or-gamepage-question b,
.or-gamepage-article-grid b,
.or-gamepage-update-list b {
	min-width: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.28;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-gamepage-code b {
	white-space: nowrap;
}

.or-gamepage-code button {
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid var(--or-border);
	border-radius: 8px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	transition: border-color .18s ease, background .18s ease;
}

.or-gamepage-code button:hover,
.or-gamepage-code button.is-copied {
	border-color: rgba(55,229,141,.34);
	background: rgba(55,229,141,.12);
}

.or-gamepage-code em {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--or-success);
	box-shadow: 0 0 16px rgba(55,229,141,.35);
}

.or-codes-page .or-gamepage-head p {
	margin: 8px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.45;
}

.or-codes-page .or-gamepage-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(55,229,141,.16);
	border-radius: 10px;
	background: rgba(55,229,141,.08);
	color: #83f2b7;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.or-codes-list {
	gap: 12px;
}

.or-codes-page .or-gamepage-code.or-codes-code-card {
	grid-template-columns: 48px minmax(0, 1fr) auto auto;
	gap: 14px;
	min-height: 92px;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(13,18,30,.68), rgba(8,12,22,.74));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-codes-page .or-gamepage-code.or-codes-code-card:hover {
	border-color: rgba(160,102,255,.32);
	background: linear-gradient(180deg, rgba(17,23,38,.76), rgba(10,14,25,.8));
	transform: translateY(-1px);
}

.or-codes-page .or-codes-code-icon {
	width: 48px;
	height: 48px;
	max-width: 48px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 10px 22px rgba(0,0,0,.24);
}

.or-codes-code-main {
	display: grid;
	gap: 7px;
	min-width: 0;
}

.or-codes-page .or-gamepage-code .or-codes-code-value {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	max-width: 100%;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(55,229,141,.13);
	border-radius: 10px;
	background: rgba(55,229,141,.08);
	color: #80f6a8;
	font-family: Consolas, "Courier New", monospace;
	font-size: 17px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: .02em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-codes-page .or-gamepage-code.is-expired .or-codes-code-value {
	border-color: rgba(255,255,255,.08);
	background: rgba(255,255,255,.035);
	color: rgba(219,226,240,.62);
	text-decoration: line-through;
}

.or-codes-page .or-gamepage-code .or-codes-code-reward {
	color: #dbe3f1;
	font-size: 14px;
	line-height: 1.35;
}

.or-codes-page .or-gamepage-code .or-codes-code-date {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.25;
}

.or-codes-page .or-gamepage-code .or-codes-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-width: 104px;
	height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(55,229,141,.15);
	border-radius: 10px;
	background: rgba(55,229,141,.07);
	box-shadow: none;
	color: #7df0aa;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.or-codes-page .or-gamepage-code .or-codes-status i {
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--or-success);
	box-shadow: 0 0 12px rgba(55,229,141,.3);
}

.or-codes-page .or-gamepage-code.is-expired {
	opacity: .76;
}

.or-codes-page .or-gamepage-code.is-expired .or-codes-status {
	border-color: rgba(255,103,103,.14);
	background: rgba(255,103,103,.07);
	color: #ff9a9a;
}

.or-codes-page .or-gamepage-code.is-expired .or-codes-status i {
	background: #ff6868;
	box-shadow: 0 0 12px rgba(255,104,104,.26);
}

.or-codes-page .or-gamepage-code .or-codes-copy {
	min-width: 132px;
	min-height: 40px;
	border-color: rgba(139,77,255,.44);
	border-radius: 10px;
	background: linear-gradient(135deg, var(--or-primary-hover), #6f32f4);
	box-shadow: 0 10px 24px rgba(100,47,230,.22);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
}

.or-codes-page .or-gamepage-code .or-codes-copy:hover,
.or-codes-page .or-gamepage-code .or-codes-copy.is-copied {
	border-color: rgba(169,116,255,.64);
	background: linear-gradient(135deg, #a46dff, #7437f6);
	box-shadow: 0 12px 28px rgba(100,47,230,.3);
}

.or-codes-page .or-gamepage-code.is-expired .or-codes-copy {
	border-color: rgba(160,102,255,.22);
	background: rgba(139,77,255,.14);
	box-shadow: none;
}

.or-codes-empty {
	display: grid;
	gap: 6px;
	min-height: 76px;
	padding: 16px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
}

.or-codes-empty b {
	color: #fff;
	font-size: 15px;
}

.or-codes-empty small {
	color: var(--or-muted);
	font-size: 13px;
}

@media (min-width: 769px) {
	.or-codes-page .or-gamepage-hero {
		min-height: 310px;
	}

	.or-codes-page .or-gamepage-hero__inner {
		min-height: 310px;
	}

	.or-codes-page .or-gamepage-hero:before {
		background:
			linear-gradient(90deg, rgba(4,7,15,.95) 0%, rgba(4,7,15,.84) 34%, rgba(4,7,15,.46) 64%, rgba(4,7,15,.18) 100%),
			linear-gradient(180deg, rgba(3,6,14,.5) 0%, rgba(3,6,14,.08) 48%, rgba(3,6,14,.54) 100%);
	}

	.or-codes-page .or-gamepage-hero:after {
		background: radial-gradient(circle at 20% 58%, rgba(4,7,15,.34), transparent 44%);
	}

	.or-codes-page .or-gamepage-hero__grid {
		grid-template-columns: 88px minmax(0, 1fr);
		max-width: 760px;
		gap: 22px;
	}

	.or-codes-page .or-gamepage-icon {
		width: 88px;
		border-radius: 16px;
		border-color: rgba(255,255,255,.18);
		box-shadow: 0 14px 30px rgba(0,0,0,.32);
	}

	.or-codes-page .or-gamepage-identity {
		gap: 12px;
	}

	.or-codes-kicker {
		justify-self: start;
		display: inline-flex;
		align-items: center;
		min-height: 26px;
		padding: 0 10px;
		border: 1px solid rgba(160,102,255,.24);
		border-radius: 8px;
		background: rgba(139,77,255,.2);
		color: #d8c4ff;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.or-codes-page .or-gamepage-identity h1 {
		font-size: 34px;
		text-shadow: 0 2px 12px rgba(0,0,0,.46);
	}

	.or-codes-hero-meta {
		gap: 8px 12px;
		color: rgba(238,244,255,.88);
		text-shadow: 0 2px 10px rgba(0,0,0,.36);
	}

	.or-codes-hero-meta span {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: rgba(255,255,255,.36);
	}

	.or-codes-page .or-gamepage-meta span + span:before {
		display: none;
	}

	.or-codes-back {
		min-height: 44px;
		padding: 0 18px;
		border-color: rgba(255,255,255,.13);
		background: rgba(10,13,24,.68);
		backdrop-filter: blur(8px);
	}

	.or-codes-back:hover {
		border-color: rgba(160,102,255,.42);
		background: rgba(35,25,62,.72);
	}
}

.or-videos-page .or-gamepage-head p {
	margin: 8px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.45;
}

.or-videos-page .or-gamepage-head > span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(160,102,255,.2);
	border-radius: 10px;
	background: rgba(139,77,255,.12);
	color: #d8c4ff;
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}

.or-videos-list {
	display: grid;
	gap: 14px;
}

.or-video-list-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 18px;
	align-items: center;
	min-height: 188px;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.7), rgba(8,12,22,.78));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-video-list-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(17,23,38,.78), rgba(10,14,25,.82));
	transform: translateY(-1px);
}

.or-video-list-card > em {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(160,102,255,.22);
	border-radius: 8px;
	background: rgba(139,77,255,.16);
	color: #dac8ff;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.or-video-list-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 12px;
	background: #05070d;
}

.or-video-list-thumb img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	object-fit: cover;
	transition: transform .2s ease;
}

.or-video-list-card:hover .or-video-list-thumb img {
	transform: scale(1.02);
}

.or-video-list-thumb i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(139,77,255,.88);
	color: #fff;
	font-size: 17px;
	font-style: normal;
	transform: translate(-50%, -50%);
	box-shadow: 0 14px 28px rgba(0,0,0,.32);
}

.or-video-list-content {
	display: grid;
	align-content: center;
	gap: 10px;
	min-width: 0;
	padding-right: 96px;
}

.or-video-list-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	line-height: 1.28;
	font-weight: 850;
	text-decoration: none;
}

.or-video-list-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-video-list-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	color: var(--or-muted);
	font-size: 13px;
}

.or-video-list-meta a,
.or-video-list-meta span {
	color: inherit;
}

.or-video-list-meta a:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-video-list-meta i {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255,255,255,.26);
}

.or-video-list-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.55;
}

.or-videos-empty {
	display: grid;
	gap: 7px;
	min-height: 84px;
	padding: 18px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
}

.or-videos-empty b {
	color: #fff;
	font-size: 16px;
}

.or-videos-empty small {
	color: var(--or-muted);
	font-size: 13px;
}

@media (min-width: 769px) {
	.or-videos-page .or-gamepage-hero {
		min-height: 320px;
	}

	.or-videos-page .or-gamepage-hero__inner {
		min-height: 320px;
	}

	.or-videos-page .or-gamepage-hero:before {
		background:
			linear-gradient(90deg, rgba(4,7,15,.94) 0%, rgba(4,7,15,.82) 35%, rgba(4,7,15,.45) 65%, rgba(4,7,15,.18) 100%),
			linear-gradient(180deg, rgba(3,6,14,.48) 0%, rgba(3,6,14,.08) 48%, rgba(3,6,14,.56) 100%);
	}

	.or-videos-page .or-gamepage-hero:after {
		background: radial-gradient(circle at 21% 58%, rgba(4,7,15,.34), transparent 44%);
	}

	.or-videos-page .or-gamepage-hero__grid {
		grid-template-columns: 126px minmax(0, 1fr) minmax(240px, 320px);
		gap: 26px;
	}

	.or-videos-page .or-gamepage-icon {
		width: 126px;
		border-radius: 18px;
		border-color: rgba(255,255,255,.18);
		box-shadow: 0 14px 32px rgba(0,0,0,.34);
	}

	.or-videos-page .or-gamepage-identity {
		gap: 11px;
	}

	.or-videos-kicker {
		justify-self: start;
		display: inline-flex;
		align-items: center;
		min-height: 26px;
		padding: 0 10px;
		border: 1px solid rgba(160,102,255,.24);
		border-radius: 8px;
		background: rgba(139,77,255,.2);
		color: #d8c4ff;
		font-size: 12px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.or-videos-page .or-gamepage-identity h1 {
		font-size: 34px;
		text-shadow: 0 2px 12px rgba(0,0,0,.46);
	}

	.or-videos-hero-meta {
		gap: 8px 12px;
		color: rgba(238,244,255,.9);
		text-shadow: 0 2px 10px rgba(0,0,0,.38);
	}

	.or-videos-hero-meta em {
		width: 4px;
		height: 4px;
		border-radius: 50%;
		background: rgba(255,255,255,.34);
	}

	.or-videos-online {
		display: inline-flex;
		align-items: center;
		gap: 7px;
		color: #2df0a8;
		font-weight: 800;
	}

	.or-videos-online i {
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: #22e0a2;
		box-shadow: 0 0 14px rgba(34,224,162,.34);
	}

	.or-videos-hero-details {
		gap: 10px 16px;
		color: rgba(255,255,255,.9);
		text-shadow: 0 2px 10px rgba(0,0,0,.42);
	}

	.or-videos-hero-details b {
		color: rgba(213,222,240,.76);
		font-weight: 650;
	}

	.or-videos-page .or-gamepage-meta span + span:before {
		background: rgba(255,255,255,.18);
	}

	.or-videos-back {
		min-height: 44px;
		padding: 0 18px;
		border-color: rgba(255,255,255,.13);
		background: rgba(10,13,24,.68);
		backdrop-filter: blur(8px);
	}

	.or-videos-back:hover {
		border-color: rgba(160,102,255,.42);
		background: rgba(35,25,62,.72);
	}

	.or-videos-hero-card {
		align-self: center;
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 14px;
		align-items: center;
		padding: 20px;
		border: 1px solid rgba(255,255,255,.09);
		border-radius: 16px;
		background: linear-gradient(180deg, rgba(18,23,37,.86), rgba(8,12,24,.8));
		backdrop-filter: blur(10px);
		box-shadow: 0 18px 42px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.05);
	}

	.or-videos-hero-card > i {
		display: grid;
		place-items: center;
		width: 52px;
		height: 52px;
		border-radius: 14px;
		background: rgba(139,77,255,.22);
		color: var(--or-primary-hover);
		font-style: normal;
		font-size: 22px;
	}

	.or-videos-hero-card div {
		display: grid;
		gap: 6px;
		min-width: 0;
	}

	.or-videos-hero-card strong {
		color: #fff;
		font-size: 16px;
		line-height: 1.25;
	}

	.or-videos-hero-card span {
		color: #cbd5e5;
		font-size: 13px;
		line-height: 1.45;
	}

	.or-videos-hero-card b {
		color: var(--or-primary-hover);
		font-size: 13px;
	}
}

@media (max-width: 768px) {
	.or-video-list-card {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.or-video-list-content {
		padding-right: 0;
	}

	.or-video-list-card > em {
		position: static;
		justify-self: start;
		order: -1;
	}

	.or-videos-hero-card {
		display: none;
	}
}

.or-video-detail-page {
	display: block;
}

.or-video-detail-crumbs {
	min-width: 0;
}

.or-video-detail-crumbs b {
	display: inline-block;
	max-width: 46vw;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	white-space: nowrap;
}

.or-video-detail-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
	gap: 22px;
	align-items: start;
}

.or-video-detail-main {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.or-video-main-panel {
	padding: 18px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 8% 0%, rgba(139,77,255,.08), transparent 34%),
		linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,12,22,.9));
}

.or-video-detail-header {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-bottom: 18px;
}

.or-video-detail-game-icon {
	width: 56px;
	height: 56px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 12px;
	object-fit: cover;
	box-shadow: 0 12px 26px rgba(0,0,0,.28);
}

.or-video-detail-heading {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.or-video-featured {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	min-height: 23px;
	padding: 0 9px;
	border: 1px solid rgba(160,102,255,.24);
	border-radius: 8px;
	background: rgba(139,77,255,.18);
	color: #d8c4ff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-video-detail-heading h1 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.25;
}

.or-video-detail-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 14px;
	color: #d8dfed;
	font-size: 13px;
	line-height: 1.35;
}

.or-video-detail-meta span {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	min-width: 0;
}

.or-video-detail-meta b {
	color: var(--or-muted);
	font-weight: 650;
}

.or-video-detail-meta a {
	color: #eef3ff;
}

.or-video-detail-meta a:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-video-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #e7edf9;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-video-back:hover {
	border-color: rgba(160,102,255,.34);
	background: rgba(139,77,255,.11);
	color: #fff;
	text-decoration: none;
}

.or-video-detail-player {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-color: rgba(255,255,255,.095);
	border-radius: 14px;
	background: #000;
	box-shadow: 0 16px 38px rgba(0,0,0,.28);
}

.or-video-detail-description {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-video-detail-description h2,
.or-video-info-panel h2,
.or-video-sidebar-panel h2 {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.3;
}

.or-video-detail-description p {
	max-width: 820px;
	margin: 10px 0 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.7;
}

.or-video-info-panel,
.or-video-sidebar-panel {
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.78), rgba(8,12,22,.86));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.or-video-info-panel {
	padding: 18px;
}

.or-video-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-video-info-grid div {
	display: grid;
	gap: 6px;
	min-width: 0;
}

.or-video-info-grid span {
	color: var(--or-muted);
	font-size: 12px;
}

.or-video-info-grid b {
	min-width: 0;
	color: #eef3ff;
	font-size: 14px;
	font-weight: 750;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-video-info-grid a {
	color: var(--or-primary-hover);
}

.or-video-info-grid a:hover {
	color: #fff;
	text-decoration: none;
}

.or-video-sidebar {
	display: grid;
	gap: 16px;
	min-width: 0;
}

.or-video-sidebar-panel {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.or-video-related-list {
	display: grid;
	gap: 12px;
}

.or-video-related-card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-width: 0;
	padding: 8px;
	border: 1px solid rgba(255,255,255,.06);
	border-radius: 12px;
	background: rgba(255,255,255,.025);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-video-related-card:hover {
	border-color: rgba(160,102,255,.28);
	background: rgba(139,77,255,.07);
	transform: translateY(-1px);
	text-decoration: none;
}

.or-video-related-card img {
	display: block;
	width: 116px;
	aspect-ratio: 16 / 9;
	border-radius: 9px;
	object-fit: cover;
	background: #05070d;
}

.or-video-related-card span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-video-related-card em {
	justify-self: start;
	min-height: 20px;
	padding: 0 7px;
	border-radius: 7px;
	background: rgba(139,77,255,.2);
	color: #d8c4ff;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	line-height: 20px;
	text-transform: uppercase;
}

.or-video-related-card b {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.or-video-related-card small {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.35;
}

.or-video-game-identity {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
}

.or-video-game-identity img {
	width: 56px;
	height: 56px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 12px;
	object-fit: cover;
}

.or-video-game-identity span {
	display: grid;
	gap: 5px;
	min-width: 0;
}

.or-video-game-identity b {
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.25;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-video-game-identity small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-video-game-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 14px;
	color: #d7deee;
	font-size: 13px;
}

.or-video-game-stats span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.or-video-game-stats span:first-child {
	color: #2df0a8;
	font-weight: 750;
}

.or-video-game-stats i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-video-side-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 38px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 800;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-video-side-button:hover {
	border-color: rgba(160,102,255,.32);
	background: rgba(139,77,255,.1);
	color: #fff;
	text-decoration: none;
}

.or-video-author-card {
	border-color: rgba(160,102,255,.22);
	background:
		radial-gradient(circle at 0% 0%, rgba(139,77,255,.18), transparent 42%),
		linear-gradient(180deg, rgba(20,18,38,.84), rgba(9,12,23,.88));
}

.or-video-author-card p {
	margin: 0;
	color: #cbd5e5;
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 1180px) {
	.or-video-detail-layout {
		grid-template-columns: minmax(0, 1fr) 300px;
		gap: 18px;
	}

	.or-video-detail-heading h1 {
		font-size: 23px;
	}
}

@media (max-width: 900px) {
	.or-video-detail-layout {
		grid-template-columns: 1fr;
	}

	.or-video-detail-header {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	.or-video-detail-game-icon {
		width: 52px;
		height: 52px;
	}

	.or-video-back {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.or-video-info-grid {
		grid-template-columns: 1fr;
	}

	.or-video-detail-crumbs b {
		max-width: 54vw;
	}
}

.or-gamepage-script {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 86px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 13px;
	background: rgba(255,255,255,.025);
	transition: border-color .18s ease, transform .18s ease;
}

.or-gamepage-script:hover,
.or-gamepage-video-grid a:hover,
.or-gamepage-question:hover,
.or-gamepage-article-grid a:hover {
	border-color: var(--or-border-strong);
	transform: translateY(-2px);
	text-decoration: none;
}

.or-gamepage-script img {
	width: 76px;
	aspect-ratio: 1;
	border-radius: 10px;
	object-fit: cover;
}

.or-gamepage-script small:first-of-type {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.or-gamepage-script em {
	min-height: 20px;
	padding: 0 7px;
	font-size: 10px;
}

.or-gamepage-script strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--or-border-strong);
	border-radius: 8px;
	color: #d7c3ff;
	font-size: 12px;
	white-space: nowrap;
}

.or-gamepage-article-grid,
.or-gamepage-video-grid,
.or-gamepage-question-grid {
	display: grid;
	gap: 14px;
}

.or-gamepage-article-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.or-gamepage-article-grid a {
	display: grid;
	grid-template-rows: auto auto 1fr;
	align-content: start;
	gap: 8px;
	min-height: 0;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 12px;
	background: rgba(255,255,255,.025);
	transition: border-color .18s ease, transform .18s ease;
}

/* DEMO: article thumbnail, replace with related article image by game_id. */
.or-gamepage-article-grid img {
	width: 100%;
	aspect-ratio: 16 / 7;
	border-radius: 9px;
	object-fit: cover;
	object-position: 58% 42%;
	filter: saturate(1.08) contrast(1.04);
}

.or-gamepage-article-grid a:nth-child(2) img {
	object-position: 38% 50%;
	filter: hue-rotate(32deg) saturate(1.15);
}

.or-gamepage-article-grid a:nth-child(3) img {
	object-position: 72% 48%;
	filter: hue-rotate(292deg) saturate(1.18);
}

.or-gamepage-article-grid b {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.or-gamepage-article-grid span {
	color: var(--or-muted);
	font-size: 12px;
}

.or-gamepage-video-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.or-gamepage-video-grid a {
	display: grid;
	align-content: start;
	gap: 7px;
	min-width: 0;
	border: 1px solid transparent;
	border-radius: 11px;
	transition: border-color .18s ease, transform .18s ease;
}

.or-gamepage-video-grid a > span {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.or-gamepage-video-grid img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.or-gamepage-video-grid b {
	display: -webkit-box;
	min-height: 36px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.or-gamepage-video-grid i {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	right: 7px;
	bottom: 7px;
	width: 28px;
	height: 24px;
	padding: 0;
	border-radius: 6px;
	background: rgba(0,0,0,.72);
	color: #fff;
	font-style: normal;
}

.or-gamepage-video-grid i .or-gamepage-btn__icon {
	width: 14px;
	height: 14px;
}

.or-gamepage-video-grid small {
	font-size: 12px;
}

.or-gamepage-update-list {
	display: grid;
	gap: 2px;
	position: relative;
}

.or-gamepage-update-list:before {
	content: "";
	position: absolute;
	top: 13px;
	bottom: 13px;
	left: 3px;
	width: 1px;
	background: rgba(160,102,255,.18);
}

.or-gamepage-update-list a {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 34px;
	padding-left: 18px;
	color: #dce4f2;
}

.or-gamepage-update-list a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--or-primary-hover);
}

.or-gamepage-update-list span {
	color: var(--or-muted);
	font-size: 12px;
	white-space: nowrap;
}

.or-gamepage-empty {
	min-height: 52px;
	display: grid;
	align-items: center;
	padding: 14px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.025);
	color: var(--or-muted);
	font-size: 13px;
}

.or-gamepage-ask {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 18px;
	border-radius: 9px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.or-gamepage-question-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.or-gamepage-question {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) auto;
	gap: 8px;
	align-items: center;
	min-height: 64px;
	padding: 6px 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 13px;
	background: rgba(255,255,255,.025);
	transition: border-color .18s ease, transform .18s ease;
}

.or-gamepage-question i {
	width: 30px;
	height: 30px;
	font-size: 11px;
}

.or-gamepage-question small,
.or-gamepage-question em {
	color: var(--or-muted);
	font-size: 10.5px;
	line-height: 1.15;
	font-style: normal;
}

.or-gamepage-question b {
	display: block;
	font-size: 12.5px;
	line-height: 1.15;
	white-space: nowrap;
}

.or-gamepage-question strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--or-border-strong);
	border-radius: 9px;
	background: var(--or-primary-soft);
	color: #d7c3ff;
	font-size: 13px;
	white-space: nowrap;
}

.or-gamepage-disclaimer {
	margin: 0 0 10px;
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.5;
}

body:has(.or-gamepage) #dle-comments-form,
body:has(.or-gamepage) .comments,
body:has(.or-gamepage) .addcomments {
	display: none !important;
}

@media (max-width: 1180px) {
	.or-gamepage-hero__grid {
		grid-template-columns: 110px minmax(0, 1fr) 190px;
		gap: 18px;
	}

	.or-gamepage-icon {
		width: 110px;
	}

	.or-gamepage-overview {
		grid-template-columns: 1fr;
	}

	.or-gamepage-video-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.or-gamepage-layout {
		grid-template-columns: 1fr;
	}

	.or-gamepage-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {
	.or-gamepage {
		gap: 14px;
	}

	.or-gamepage-hero {
		min-height: auto;
		background: #080c15;
	}

	.or-gamepage-hero__bg {
		object-position: 58% center;
		filter: brightness(.52) saturate(1.05) contrast(1.04);
	}

	.or-gamepage-hero:before {
		background:
			linear-gradient(180deg, rgba(4,6,12,.96) 0%, rgba(4,6,12,.88) 34%, rgba(4,6,12,.9) 66%, rgba(4,6,12,.98) 100%),
			linear-gradient(90deg, rgba(4,6,12,.94), rgba(4,6,12,.72));
	}

	.or-gamepage-hero__inner {
		min-height: auto;
		padding: 20px;
	}

	.or-gamepage-hero__grid {
		grid-template-columns: 1fr;
		align-items: stretch;
		gap: 14px;
		margin-top: 24px;
	}

	.or-gamepage-icon {
		align-self: start;
		width: 80px;
	}

	.or-gamepage-identity {
		align-self: stretch;
		gap: 9px;
		min-width: 0;
		padding: 12px;
		border: 1px solid rgba(255,255,255,.06);
		border-radius: 14px;
		background: linear-gradient(180deg, rgba(6,9,18,.58), rgba(6,9,18,.38));
		box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
		backdrop-filter: blur(3px);
	}

	.or-gamepage-identity h1 {
		font-size: 28px;
		line-height: 1.08;
	}

	.or-gamepage-rating {
		grid-column: 1 / -1;
		justify-items: start;
		box-sizing: border-box;
		width: 100%;
		margin-top: 2px;
		padding: 16px;
		text-align: left;
	}

	.or-gamepage-actions {
		display: grid;
		grid-template-columns: 1fr 1fr 46px;
		gap: 10px;
		width: 100%;
	}

	.or-gamepage-btn:not(.or-gamepage-btn--square) {
		flex: none;
		min-width: 0;
	}

	.or-gamepage-tabs {
		gap: 20px;
		padding: 0 16px;
		border-radius: 12px;
	}

	.or-gamepage-card {
		padding: 16px;
	}

	.or-gamepage-duo,
	.or-gamepage-media,
	.or-gamepage-side,
	.or-gamepage-article-grid,
	.or-gamepage-question-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 430px) {
	.or-gamepage-hero__inner {
		padding: 16px;
	}

	.or-gamepage-crumbs {
		font-size: 12px;
	}

	.or-gamepage-hero__grid {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 22px;
	}

	.or-gamepage-icon {
		width: 76px;
		border-radius: 14px;
	}

	.or-gamepage-identity h1 {
		font-size: 24px;
	}

	.or-gamepage-status,
	.or-gamepage-meta {
		gap: 7px 10px;
		font-size: 12px;
		color: rgba(245,248,255,.94);
		text-shadow: 0 2px 10px rgba(0,0,0,.7);
	}

	.or-gamepage-meta {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
	}

	.or-gamepage-status span:before,
	.or-gamepage-meta span + span:before {
		display: none;
	}

	.or-gamepage-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr) 50px;
		width: 100%;
		gap: 10px;
	}

	.or-gamepage-actions .or-gamepage-btn--primary {
		grid-column: 1 / -1;
	}

	.or-gamepage-btn,
	.or-gamepage-btn:not(.or-gamepage-btn--square) {
		box-sizing: border-box;
		width: 100%;
		min-height: 42px;
		padding-inline: 16px;
	}

	.or-gamepage-btn--square {
		width: 50px;
		min-height: 42px;
		padding-inline: 0;
	}

	.or-gamepage-rating {
		margin-top: 0;
		padding: 16px;
		border-radius: 14px;
	}

	.or-gamepage-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.or-gamepage-stats div:nth-child(3) {
		border-left: 0;
	}

	.or-gamepage-stats div:nth-child(n+3) {
		margin-top: 12px;
		padding-top: 12px;
		border-top: 1px solid rgba(255,255,255,.08);
	}

	.or-gamepage-thumbs,
	.or-gamepage-video-grid {
		display: flex;
		overflow-x: auto;
		padding-bottom: 4px;
		scrollbar-width: none;
	}

	.or-gamepage-thumbs::-webkit-scrollbar,
	.or-gamepage-video-grid::-webkit-scrollbar {
		display: none;
	}

	.or-gamepage-thumbs img {
		flex: 0 0 120px;
	}

	.or-gamepage-video-grid a {
		flex: 0 0 220px;
	}

	.or-gamepage-code {
		grid-template-columns: 42px minmax(0, 1fr) 12px;
		gap: 10px 12px;
		align-items: center;
		min-height: 0;
		padding: 13px 0;
	}

	.or-gamepage-code i {
		grid-column: 1;
		grid-row: 1 / 3;
		width: 36px;
		height: 36px;
		align-self: start;
	}

	.or-gamepage-code span {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
	}

	.or-gamepage-code b {
		font-size: 14px;
	}

	.or-gamepage-code small {
		font-size: 13px;
		line-height: 1.35;
	}

	.or-gamepage-code button {
		grid-column: 2 / -1;
		grid-row: 2;
		width: 100%;
		min-height: 40px;
		border-radius: 10px;
		background: rgba(255,255,255,.045);
		font-size: 13px;
	}

	.or-gamepage-code em {
		grid-column: 3;
		grid-row: 1;
		align-self: center;
		justify-self: end;
		width: 10px;
		height: 10px;
	}

	.or-gamepage-script {
		grid-template-columns: 62px minmax(0, 1fr);
	}

	.or-gamepage-script img {
		width: 62px;
	}

	.or-gamepage-script strong {
		grid-column: 1 / -1;
	}

	.or-gamepage-info div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.or-gamepage-info dd {
		justify-self: start;
		text-align: left;
	}

	.or-gamepage-question {
		grid-template-columns: 34px minmax(0, 1fr) auto;
		padding: 10px;
	}
}

/* OneRoblox global catalogs */
.or-catalog {
	display: grid;
	gap: 18px;
}

.or-catalog-crumbs {
	margin-bottom: 0;
}

.or-catalog-hero {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(17,22,34,.88), rgba(11,15,25,.9));
	box-shadow: var(--or-shadow-soft);
}

.or-catalog-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 1.12;
	font-weight: 850;
}

.or-catalog-hero p {
	max-width: 680px;
	margin: 9px 0 0;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.55;
}

.or-catalog-hero > span {
	display: inline-grid;
	place-items: center;
	min-width: 48px;
	height: 34px;
	padding: 0 12px;
	border: 1px solid var(--or-border-strong);
	border-radius: 999px;
	background: var(--or-primary-soft);
	color: #d7c3ff;
	font-weight: 850;
}

.or-catalog-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.or-catalog--codes .or-catalog-grid {
	display: block;
}

.or-catalog--articles .or-catalog-grid {
	display: block;
}

.or-catalog--scripts .or-catalog-grid {
	display: block;
}

.or-catalog--videos .or-catalog-grid {
	display: block;
}

.or-catalog--updates .or-catalog-grid {
	display: block;
}

.or-codes-catalog {
	overflow: hidden;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.or-codes-toolbar {
	display: grid;
	gap: 14px;
	padding: 22px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-codes-search {
	position: relative;
	display: block;
	max-width: 720px;
}

.or-codes-search span {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.or-codes-search input {
	width: 100%;
	height: 42px;
	padding: 0 15px 0 42px;
	border: 1px solid rgba(151,82,255,.38);
	border-radius: 10px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.or-codes-search input::placeholder {
	color: #7f89a4;
}

.or-codes-search input:focus {
	border-color: rgba(165,99,255,.72);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.14);
}

.or-codes-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.or-codes-filters button {
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 820;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-codes-filters button:hover,
.or-codes-filters button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}

.or-codes-groups {
	display: grid;
}

.or-codes-game-group {
	display: grid;
	gap: 18px;
	padding: 22px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-codes-game-group:last-child {
	border-bottom: 0;
}

.or-codes-game-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.or-codes-game-title {
	display: inline-grid;
	grid-template-columns: 52px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	min-width: 0;
	color: #fff;
	text-decoration: none;
}

.or-codes-game-title:hover {
	color: #fff;
	text-decoration: none;
}

.or-codes-game-icon {
	width: 52px;
	height: 52px;
	max-width: 52px;
	aspect-ratio: 1 / 1;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	background: #05070d;
	object-fit: cover;
	box-shadow: 0 10px 22px rgba(0,0,0,.24);
}

.or-codes-game-title span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.or-codes-game-title b {
	overflow: hidden;
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-codes-game-title small {
	color: #7dffbd;
	font-size: 14px;
	line-height: 1.25;
}

.or-codes-game-link {
	flex: 0 0 auto;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.or-codes-game-link:hover {
	color: #fff;
	text-decoration: none;
}

.or-codes-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.or-code-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	min-height: 178px;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(17,22,34,.78), rgba(10,14,24,.84));
	color: var(--or-text);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-code-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(20,26,40,.84), rgba(12,16,27,.88));
	transform: translateY(-1px);
}

.or-code-value {
	display: inline-flex;
	align-self: flex-start;
	max-width: 100%;
	padding: 6px 10px;
	border: 1px solid rgba(55,229,141,.14);
	border-radius: 9px;
	background: rgba(35,224,162,.075);
	color: #f8fbff;
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.or-code-reward {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 38px;
	margin: 12px 0 0;
	color: #cbd5e5;
	font-size: 13px;
	line-height: 1.45;
}

.or-code-meta {
	display: grid;
	gap: 4px;
	margin-top: 10px;
}

.or-code-status {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #7dffbd;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.25;
}

.or-code-status i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4ade55;
	box-shadow: 0 0 12px rgba(74,222,85,.32);
}

.or-code-meta small {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.3;
}

.or-code-copy {
	width: 100%;
	min-height: 40px;
	margin-top: auto;
	border: 1px solid rgba(160,102,255,.34);
	border-radius: 9px;
	background: linear-gradient(135deg, #8b4dff, #5b26c9);
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 850;
	transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.or-code-copy:hover,
.or-code-copy.is-copied {
	border-color: rgba(183,135,255,.55);
	background: linear-gradient(135deg, #a366ff, #6a2de0);
	transform: translateY(-1px);
}

.or-codes-no-results {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 130px;
	padding: 26px;
	text-align: center;
}

.or-codes-no-results[hidden] {
	display: none;
}

.or-codes-no-results b,
.or-catalog--codes .or-catalog-empty b {
	color: #fff;
	font-size: 18px;
	font-weight: 850;
}

.or-codes-no-results small,
.or-catalog--codes .or-catalog-empty small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-articles-catalog {
	overflow: hidden;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.or-articles-toolbar {
	display: grid;
	gap: 14px;
	padding: 22px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-articles-search {
	position: relative;
	display: block;
	width: 100%;
}

.or-articles-search span {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.or-articles-search input {
	width: 100%;
	height: 42px;
	padding: 0 15px 0 42px;
	border: 1px solid rgba(151,82,255,.28);
	border-radius: 10px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.or-articles-search input::placeholder {
	color: #7f89a4;
}

.or-articles-search input:focus {
	border-color: rgba(165,99,255,.68);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.13);
}

.or-articles-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.or-articles-filters button {
	min-height: 40px;
	padding: 0 18px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 820;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-articles-filters button:hover,
.or-articles-filters button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}

.or-articles-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 20px;
}

.or-article-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(17,22,34,.78), rgba(10,14,24,.84));
	color: var(--or-text);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-article-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(20,26,40,.84), rgba(12,16,27,.88));
	transform: translateY(-2px);
}

.or-article-card-image {
	display: block;
	overflow: hidden;
	margin: 9px 9px 0;
	border-radius: 12px;
	background: rgba(255,255,255,.035);
}

.or-article-card-image img {
	display: block;
	width: 100%;
	height: clamp(220px, 18vw, 260px);
	object-fit: cover;
	object-position: center 44%;
	transition: transform .22s ease;
}

.or-article-card:hover .or-article-card-image img {
	transform: scale(1.018);
}

.or-article-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	padding: 16px;
}

.or-article-card-game {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 0;
}

.or-article-card-game a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-article-card-game a:hover {
	color: #fff;
	text-decoration: none;
}

.or-article-card-game img {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 8px;
	background: #05070d;
	object-fit: cover;
}

.or-article-card-game b {
	overflow: hidden;
	font-size: 13px;
	font-weight: 760;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-article-card-game em {
	flex: 0 0 auto;
	min-height: 24px;
	padding: 5px 9px;
	border: 1px solid rgba(160,102,255,.2);
	border-radius: 9px;
	background: rgba(139,77,255,.13);
	color: #d8c4ff;
	font-size: 11px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2;
}

.or-article-card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: clamp(18px, 1.15vw, 19px);
	font-weight: 850;
	line-height: 1.3;
	text-decoration: none;
}

.or-article-card-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-article-card-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	color: #cbd5e5;
	font-size: 13.5px;
	line-height: 1.55;
}

.or-article-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px solid rgba(255,255,255,.06);
}

.or-article-card-footer time {
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.2;
}

.or-article-card-footer a {
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.or-article-card-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.or-articles-no-results {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 150px;
	padding: 28px;
	text-align: center;
}

.or-articles-no-results[hidden] {
	display: none;
}

.or-articles-no-results b,
.or-catalog--articles .or-catalog-empty b {
	color: #fff;
	font-size: 18px;
	font-weight: 850;
}

.or-articles-no-results small,
.or-catalog--articles .or-catalog-empty small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-scripts-catalog {
	overflow: hidden;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.or-scripts-toolbar {
	display: grid;
	gap: 16px;
	padding: 18px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-scripts-search {
	position: relative;
	display: block;
	width: 100%;
}

.or-scripts-search span {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.or-scripts-search input {
	width: 100%;
	height: 42px;
	padding: 0 15px 0 42px;
	border: 1px solid rgba(151,82,255,.22);
	border-radius: 10px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.or-scripts-search input::placeholder {
	color: #7f89a4;
}

.or-scripts-search input:focus {
	border-color: rgba(165,99,255,.62);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.12);
}

.or-scripts-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.or-scripts-filters {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.or-scripts-filters button,
.or-scripts-status-filter {
	min-height: 40px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
}

.or-scripts-filters button {
	padding: 0 18px;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-scripts-filters button:hover,
.or-scripts-filters button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}

.or-scripts-status-filter {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 4px;
	padding: 0 12px;
}

.or-scripts-status-filter span {
	color: #cbd5e5;
	font-weight: 650;
}

.or-scripts-status-filter select {
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	outline: none;
	cursor: pointer;
}

.or-scripts-status-filter option {
	background: #0b101c;
	color: #fff;
}

.or-scripts-catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 18px;
}

.or-scripts-catalog-grid.is-single {
	grid-template-columns: 1fr;
}

.or-script-catalog-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(21,28,44,.82), rgba(10,14,24,.9));
	color: var(--or-text);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-script-catalog-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(135deg, rgba(25,33,52,.88), rgba(12,17,29,.94));
	transform: translateY(-2px);
}

.or-scripts-catalog-grid:not(.is-single) .or-script-catalog-card {
	flex-direction: column;
}

.or-script-catalog-preview {
	display: block;
	flex: 0 0 min(43%, 420px);
	min-width: 340px;
	margin: 16px;
	overflow: hidden;
	border-radius: 13px;
	background: rgba(255,255,255,.035);
	text-decoration: none;
}

.or-script-catalog-preview img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: 100%;
	object-fit: cover;
	transition: transform .22s ease;
}

.or-script-catalog-card:hover .or-script-catalog-preview img {
	transform: scale(1.018);
}

.or-script-catalog-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 18px 18px 18px 0;
}

.or-scripts-catalog-grid:not(.is-single) .or-script-catalog-preview {
	flex-basis: auto;
	min-width: 0;
	margin: 14px 14px 0;
}

.or-scripts-catalog-grid:not(.is-single) .or-script-catalog-content {
	padding: 16px;
}

.or-script-catalog-game {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
	min-width: 0;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
}

.or-script-catalog-game:hover {
	color: #fff;
	text-decoration: none;
}

.or-script-catalog-game img {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 9px;
	background: #05070d;
	object-fit: cover;
}

.or-script-catalog-game b {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-script-catalog-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 14px;
	color: #fff;
	font-size: clamp(20px, 1.5vw, 23px);
	font-weight: 820;
	line-height: 1.3;
	text-decoration: none;
}

.or-script-catalog-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-script-catalog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.or-script-catalog-meta span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #dce4f4;
	font-size: 13px;
	font-weight: 720;
	line-height: 1;
	white-space: nowrap;
}

.or-script-status i {
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	border-radius: 50%;
}

.or-script-status.is-working {
	border-color: rgba(34,224,162,.22);
	background: rgba(34,224,162,.11);
	color: #bafbe4;
}

.or-script-status.is-working i {
	background: #22e0a2;
	box-shadow: 0 0 13px rgba(34,224,162,.36);
}

.or-script-status.is-outdated {
	border-color: rgba(255,126,64,.24);
	background: rgba(255,126,64,.1);
	color: #ffd1b8;
}

.or-script-status.is-outdated i {
	background: #ff7e40;
	box-shadow: 0 0 13px rgba(255,126,64,.32);
}

.or-script-status.is-unknown i {
	background: #8994aa;
}

.or-script-catalog-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 14px 0 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.58;
}

.or-script-catalog-action {
	align-self: flex-start;
	margin-top: auto;
	padding: 11px 20px;
	border: 1px solid rgba(160,102,255,.4);
	border-radius: 10px;
	background: rgba(139,77,255,.12);
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-script-catalog-action:hover {
	border-color: rgba(160,102,255,.68);
	background: rgba(139,77,255,.22);
	color: #fff;
	text-decoration: none;
}

.or-scripts-no-results {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 150px;
	padding: 28px;
	text-align: center;
}

.or-scripts-no-results[hidden] {
	display: none;
}

.or-scripts-no-results b,
.or-catalog--scripts .or-catalog-empty b {
	color: #fff;
	font-size: 18px;
	font-weight: 850;
}

.or-scripts-no-results small,
.or-catalog--scripts .or-catalog-empty small {
	color: var(--or-muted);
	font-size: 13px;
}

.or-videos-catalog {
	overflow: hidden;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.or-videos-toolbar {
	display: grid;
	gap: 16px;
	padding: 18px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-videos-search {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}

.or-videos-search span {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.or-videos-search input {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 42px;
	padding: 0 15px 0 42px;
	border: 1px solid rgba(151,82,255,.22);
	border-radius: 10px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.or-videos-search input::placeholder {
	color: #7f89a4;
}

.or-videos-search input:focus {
	border-color: rgba(165,99,255,.62);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.12);
}

.or-videos-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.or-videos-filters {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.or-videos-filters button,
.or-videos-sort {
	box-sizing: border-box;
	min-height: 40px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
}

.or-videos-filters button {
	padding: 0 18px;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-videos-filters button:hover,
.or-videos-filters button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}

.or-videos-sort {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 5px;
	padding: 0 12px;
}

.or-videos-sort span {
	color: #cbd5e5;
	font-weight: 650;
}

.or-videos-sort select {
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	outline: none;
	cursor: pointer;
}

.or-videos-sort option {
	background: #0b101c;
	color: #fff;
}

.or-video-catalog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	padding: 18px;
}

.or-video-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(17,22,34,.82), rgba(10,14,24,.9));
	color: var(--or-text);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-video-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(180deg, rgba(21,28,44,.86), rgba(12,17,29,.94));
	transform: translateY(-2px);
}

.or-video-card-preview {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 12px 12px 0;
	border-radius: 13px;
	background: rgba(255,255,255,.035);
	text-decoration: none;
}

.or-video-card-preview img {
	display: block;
	width: 100%;
	height: clamp(250px, 20vw, 300px);
	object-fit: cover;
	transition: transform .22s ease;
}

.or-video-card:hover .or-video-card-preview img {
	transform: scale(1.018);
}

.or-video-card-preview i {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 50%;
	background: rgba(7,10,18,.68);
	box-shadow: 0 10px 28px rgba(0,0,0,.34);
	color: #fff;
	font-size: 19px;
	font-style: normal;
	line-height: 1;
	transition: background .18s ease, transform .18s ease;
}

.or-video-card:hover .or-video-card-preview i {
	background: rgba(139,77,255,.74);
	transform: translate(-50%, -50%) scale(1.03);
}

.or-video-card-body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 16px 16px 14px;
}

.or-video-card-game {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 9px;
	min-width: 0;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
}

.or-video-card-game:hover {
	color: #fff;
	text-decoration: none;
}

.or-video-card-game img {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 8px;
	background: #05070d;
	object-fit: cover;
}

.or-video-card-game b {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-video-card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 13px;
	color: #fff;
	font-size: clamp(18px, 1.25vw, 20px);
	font-weight: 820;
	line-height: 1.3;
	text-decoration: none;
}

.or-video-card-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-video-card-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 12px;
	color: #aeb8cd;
	font-size: 13px;
	line-height: 1.25;
}

.or-video-card-meta span + span:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 9px 2px 0;
	border-radius: 50%;
	background: rgba(255,255,255,.28);
}

.or-video-card-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 12px 0 0;
	color: #cbd5e5;
	font-size: 13.5px;
	line-height: 1.55;
}

.or-video-card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-top: auto;
	padding-top: 14px;
	color: #cbd5e5;
	font-size: 13px;
}

.or-video-card-footer a {
	color: var(--or-primary-hover);
	font-weight: 850;
	text-decoration: none;
	white-space: nowrap;
}

.or-video-card-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.or-videos-no-results {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 180px;
	padding: 28px;
	text-align: center;
}

.or-videos-no-results[hidden] {
	display: none;
}

.or-videos-no-results b,
.or-catalog--videos .or-catalog-empty b {
	color: #fff;
	font-size: 20px;
	font-weight: 850;
}

.or-videos-no-results small,
.or-catalog--videos .or-catalog-empty small {
	color: var(--or-muted);
	font-size: 14px;
}

.or-updates-catalog {
	overflow: hidden;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}

.or-updates-toolbar {
	display: grid;
	gap: 16px;
	padding: 18px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.or-updates-search {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
}

.or-updates-search span {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}

.or-updates-search input {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 42px;
	padding: 0 15px 0 42px;
	border: 1px solid rgba(151,82,255,.22);
	border-radius: 10px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
	transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.or-updates-search input::placeholder {
	color: #7f89a4;
}

.or-updates-search input:focus {
	border-color: rgba(165,99,255,.62);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.12);
}

.or-updates-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
}

.or-updates-filters {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 10px;
	min-width: 0;
}

.or-updates-filters button,
.or-updates-order {
	box-sizing: border-box;
	min-height: 40px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	font-size: 13px;
	font-weight: 820;
}

.or-updates-filters button {
	padding: 0 18px;
	cursor: pointer;
	transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.or-updates-filters button:hover,
.or-updates-filters button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}

.or-updates-order {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 5px;
	padding: 0 12px;
}

.or-updates-order span {
	color: #cbd5e5;
	font-weight: 650;
}

.or-updates-order select {
	border: 0;
	background: transparent;
	color: #fff;
	font: inherit;
	outline: none;
	cursor: pointer;
}

.or-updates-order option {
	background: #0b101c;
	color: #fff;
}

.or-updates-feed {
	display: grid;
	gap: 16px;
	padding: 18px;
}

.or-updates-feed[hidden] {
	display: none;
}

.or-updates-feed h2 {
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 850;
	line-height: 1.25;
}

.or-update-feed-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 16px;
	background: linear-gradient(135deg, rgba(17,22,34,.82), rgba(10,14,24,.9));
	color: var(--or-text);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.or-update-feed-card:hover {
	border-color: rgba(160,102,255,.34);
	background: linear-gradient(135deg, rgba(21,28,44,.86), rgba(12,17,29,.94));
	transform: translateY(-1px);
}

.or-update-feed-image {
	display: block;
	flex: 0 0 min(38%, 420px);
	min-width: 340px;
	margin: 14px;
	overflow: hidden;
	border-radius: 13px;
	background: rgba(255,255,255,.035);
	text-decoration: none;
}

.or-update-feed-image img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform .2s ease;
}

.or-update-feed-card:hover .or-update-feed-image img {
	transform: scale(1.015);
}

.or-update-feed-content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-width: 0;
	padding: 18px 18px 18px 0;
}

.or-update-feed-game {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 10px;
	min-width: 0;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 820;
	text-decoration: none;
}

.or-update-feed-game:hover {
	color: #fff;
	text-decoration: none;
}

.or-update-feed-game img {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 9px;
	background: #05070d;
	object-fit: cover;
}

.or-update-feed-game b {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-update-feed-date {
	margin-top: 13px;
	color: #aeb8cd;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.25;
}

.or-update-feed-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	color: #fff;
	font-size: clamp(21px, 1.45vw, 24px);
	font-weight: 820;
	line-height: 1.27;
	text-decoration: none;
}

.or-update-feed-title:hover {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-update-feed-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 12px 0 0;
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.58;
}

.or-update-feed-action {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 14px;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.or-update-feed-action:hover {
	color: #fff;
	text-decoration: none;
}

.or-updates-no-results {
	display: grid;
	place-items: center;
	gap: 6px;
	min-height: 170px;
	padding: 28px;
	text-align: center;
}

.or-updates-no-results[hidden] {
	display: none;
}

.or-updates-no-results b,
.or-catalog--updates .or-catalog-empty b {
	color: #fff;
	font-size: 20px;
	font-weight: 850;
}

.or-updates-no-results small,
.or-catalog--updates .or-catalog-empty small {
	color: var(--or-muted);
	font-size: 14px;
}

.or-catalog-card {
	position: relative;
	display: grid;
	align-content: start;
	gap: 8px;
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--or-border);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(17,22,34,.86), rgba(11,15,25,.9));
	color: var(--or-text);
	text-decoration: none;
	box-shadow: 0 12px 28px rgba(0,0,0,.18);
	transition: border-color .18s ease, transform .18s ease, background .18s ease;
}

.or-catalog-card:hover {
	border-color: var(--or-border-strong);
	background: linear-gradient(180deg, rgba(20,26,40,.9), rgba(12,16,27,.92));
	color: var(--or-text);
	text-decoration: none;
	transform: translateY(-2px);
}

.or-catalog-card img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 10px;
	object-fit: cover;
	background: rgba(255,255,255,.035);
}

.or-catalog-card--game img {
	aspect-ratio: 16 / 10;
}

.or-catalog-card.or-games-card {
	gap: 0;
	padding: 10px;
	overflow: hidden;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(20,24,39,.9), rgba(13,16,28,.94));
	box-shadow: 0 16px 36px rgba(0,0,0,.22);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}

.or-catalog-card.or-games-card:hover {
	border-color: rgba(151,82,255,.52);
	background: linear-gradient(180deg, rgba(24,29,47,.92), rgba(14,17,30,.96));
	box-shadow: 0 18px 40px rgba(0,0,0,.25), 0 0 0 1px rgba(151,82,255,.08), 0 0 28px rgba(130,58,255,.12);
	transform: translateY(-2px);
}

.or-games-card-cover {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: rgba(255,255,255,.035);
}

.or-catalog-card.or-games-card .or-games-card-cover-img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	object-fit: cover;
	transition: transform .22s ease;
}

.or-catalog-card.or-games-card:hover .or-games-card-cover-img {
	transform: scale(1.03);
}

.or-catalog-card.or-games-card .or-games-card-rank {
	top: 10px;
	left: 10px;
	min-width: 38px;
	height: 28px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 9px;
	background: rgba(14,18,29,.78);
	color: #eef3ff;
	font-size: 13px;
	box-shadow: 0 8px 18px rgba(0,0,0,.28);
}

.or-catalog-card.or-games-card .or-games-card-rank.is-top {
	border-color: rgba(255,204,69,.28);
	background: linear-gradient(135deg, #ffd84c, #ff981a);
	color: #130a00;
}

.or-games-card-body {
	display: grid;
	gap: 14px;
	padding: 14px 4px 2px;
}

.or-games-card-heading {
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr);
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.or-catalog-card.or-games-card .or-games-card-icon {
	width: 44px;
	height: 44px;
	max-width: 44px;
	aspect-ratio: 1 / 1;
	flex: 0 0 44px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 10px;
	object-fit: cover;
	box-shadow: 0 10px 20px rgba(0,0,0,.28);
}

.or-games-card-title-wrap {
	min-width: 0;
}

.or-catalog-card.or-games-card h2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 850;
}

.or-catalog-card.or-games-card .or-games-card-genre {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.2;
	color: var(--or-muted);
}

.or-games-card-stats strong {
	color: #f5f7ff;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 850;
}

.or-games-card-stats small {
	color: var(--or-muted);
	font-size: 12px;
	line-height: 1.1;
}

.or-games-card-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	margin-top: 2px;
	padding-top: 13px;
	border-top: 1px solid rgba(255,255,255,.06);
}

.or-games-card-metric {
	position: relative;
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 0 10px;
}

.or-games-card-metric:first-child {
	padding-left: 0;
}

.or-games-card-metric + .or-games-card-metric {
	border-left: 1px solid rgba(255,255,255,.07);
}

.or-games-card-metric > div {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
}

.or-games-card-metric i {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 13px;
	height: 13px;
	flex: 0 0 13px;
	color: #ffc542;
	font-style: normal;
}

.or-games-card-metric.is-online i {
	width: 9px;
	height: 9px;
	flex-basis: 9px;
	border-radius: 50%;
	background: #22e0a2;
	box-shadow: 0 0 14px rgba(34,224,162,.34);
}

.or-games-card-metric.is-visits i::before,
.or-games-card-metric.is-visits i::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	background: #aab3c9;
}

.or-games-card-metric.is-visits i::before {
	width: 6px;
	height: 6px;
	top: 1px;
	left: 3px;
	box-shadow: 5px 1px 0 rgba(170,179,201,.82);
}

.or-games-card-metric.is-visits i::after {
	width: 13px;
	height: 6px;
	right: 0;
	bottom: 0;
	clip-path: polygon(18% 0, 82% 0, 100% 100%, 0 100%);
}

.or-games-card-metric.is-rating i::before {
	content: "\2605";
	font-size: 14px;
	line-height: 1;
}

.or-catalog-card span {
	position: absolute;
	top: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 24px;
	padding: 0 8px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--or-warning), #ff9f1a);
	color: #130a00;
	font-size: 12px;
	font-weight: 900;
}

.or-catalog-card b {
	color: var(--or-primary-hover);
	font-size: 12px;
	font-weight: 800;
}

.or-catalog-card h2 {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 850;
}

.or-catalog-card p,
.or-catalog-card small {
	margin: 0;
	color: var(--or-muted);
	font-size: 13px;
	line-height: 1.45;
}

.or-catalog-card--code {
	min-height: 170px;
}

.or-catalog-card--code a {
	color: var(--or-primary-hover);
	text-decoration: none;
}

.or-catalog-code-game {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.or-catalog-code-game .or-game-avatar {
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	max-width: 44px;
	border-radius: 10px;
}

.or-catalog-card--code strong {
	min-width: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	overflow-wrap: anywhere;
}

.or-catalog-card--code button {
	align-self: end;
	min-height: 36px;
	border: 1px solid var(--or-border);
	border-radius: 9px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 750;
	transition: border-color .18s ease, background .18s ease;
}

.or-catalog-card--code button:hover,
.or-catalog-card--code button.is-copied {
	border-color: rgba(55,229,141,.34);
	background: rgba(55,229,141,.12);
}

.or-catalog-card--script .or-catalog-script-preview {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	object-fit: cover;
}

.or-catalog-empty {
	grid-column: 1 / -1;
	min-height: 120px;
	display: grid;
	place-items: center;
	padding: 22px;
	border: 1px dashed rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(255,255,255,.025);
	color: var(--or-muted);
}

.or-catalog-pages {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.or-catalog-pages a {
	display: inline-grid;
	place-items: center;
	min-width: 36px;
	height: 36px;
	border: 1px solid var(--or-border);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #e8edf8;
	text-decoration: none;
	font-weight: 800;
}

.or-catalog-pages a:hover,
.or-catalog-pages a.is-active {
	border-color: var(--or-border-strong);
	background: var(--or-primary-soft);
	color: #fff;
}

@media (max-width: 980px) {
	.or-catalog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.or-codes-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.or-articles-grid {
		grid-template-columns: 1fr;
	}

	.or-scripts-controls,
	.or-videos-controls,
	.or-updates-controls,
	.or-script-catalog-card {
		align-items: stretch;
		flex-direction: column;
	}

	.or-update-feed-card {
		flex-direction: column;
	}

	.or-update-feed-image {
		flex-basis: auto;
		min-width: 0;
		margin: 16px 16px 0;
	}

	.or-update-feed-content {
		padding: 16px;
	}

	.or-scripts-catalog-grid,
	.or-video-catalog-grid {
		grid-template-columns: 1fr;
	}

	.or-script-catalog-preview {
		flex-basis: auto;
		min-width: 0;
		margin: 16px 16px 0;
	}

	.or-script-catalog-content {
		padding: 16px;
	}
}

@media (max-width: 560px) {
	.or-catalog-hero {
		align-items: start;
		flex-direction: column;
		padding: 18px;
	}

	.or-catalog-hero h1 {
		font-size: 25px;
	}

	.or-catalog-grid {
		grid-template-columns: 1fr;
	}

	.or-codes-toolbar,
	.or-codes-game-group,
	.or-articles-toolbar,
	.or-articles-grid,
	.or-scripts-toolbar,
	.or-scripts-catalog-grid,
	.or-videos-toolbar,
	.or-video-catalog-grid,
	.or-updates-toolbar,
	.or-updates-feed {
		padding: 16px;
	}

	.or-codes-game-header {
		align-items: flex-start;
		flex-direction: column;
	}

	.or-codes-grid {
		grid-template-columns: 1fr;
	}
}

/* OneRoblox mobile header compact corrective pass */
@media (max-width: 900px) {
	.or-header {
		background: rgba(5, 7, 12, .96);
	}

	.or-header__inner {
		grid-template-columns: minmax(0, 1fr) 42px auto;
		gap: 8px;
		height: auto !important;
		padding: max(6px, env(safe-area-inset-top)) 0 8px;
	}

	.or-logo {
		gap: 8px;
		align-items: center;
	}

	.or-logo__mark {
		width: 29px;
		height: 29px;
		flex: 0 0 29px;
		border-radius: 9px;
	}

	.or-logo__text {
		font-size: 17px;
		line-height: 1;
	}

	.or-menu-btn {
		width: 42px;
		height: 42px;
		border-radius: 12px;
	}

	.or-auth {
		align-self: center;
	}

	.or-auth .or-btn--small {
		display: none;
	}

	.or-auth__login {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 38px;
		padding: 0 14px;
		border: 1px solid rgba(255,255,255,.1);
		border-radius: 12px;
		background: rgba(255,255,255,.045);
		color: #fff;
		font-size: 13px;
		font-weight: 850;
		white-space: nowrap;
	}

	.or-auth__login:hover {
		border-color: rgba(139,77,255,.34);
		background: rgba(139,77,255,.12);
		color: #fff;
	}

	.or-search {
		height: 40px;
		margin-top: 0;
		padding-left: 14px;
		border-radius: 12px;
	}

	.or-search-results {
		top: calc(100% + 8px);
		max-height: 65vh;
		padding: 10px;
		border-radius: 12px;
	}

	.or-search-result {
		grid-template-columns: 38px minmax(0, 1fr) auto;
		min-height: 52px;
		gap: 9px;
	}

	.or-search-result-image {
		width: 38px;
		height: 38px;
		border-radius: 9px;
	}

	.or-search-result-badge {
		padding: 4px 6px;
		font-size: 9px;
	}

	.or-search input {
		font-size: 13px;
	}

	.or-search button {
		width: 30px;
		height: 30px;
		border-radius: 9px;
	}

	.or-search .icon {
		width: 15px;
		height: 15px;
	}

	.or-nav {
		margin-top: 0;
	}

	.or-nav__mobile-register {
		display: flex;
	}
}

@media (max-width: 370px) {
	.or-header__inner {
		grid-template-columns: minmax(0, 1fr) 40px auto;
		gap: 7px;
		padding-bottom: 7px;
	}

	.or-logo__mark {
		width: 28px;
		height: 28px;
		flex-basis: 28px;
	}

	.or-logo__text {
		font-size: 16px;
	}

	.or-menu-btn {
		width: 40px;
		height: 40px;
	}

	.or-auth__login {
		min-height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}

	.or-search {
		height: 40px;
	}
}

/* OneRoblox mobile homepage hero corrective pass */
@media (max-width: 620px) {
	.or-main > .or-hero {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		min-height: 0;
		height: auto;
		border-radius: 18px;
		background:
			linear-gradient(110deg, rgba(4,5,11,.98) 0%, rgba(4,5,11,.9) 43%, rgba(4,5,11,.5) 72%, rgba(4,5,11,.58) 100%),
			linear-gradient(180deg, rgba(4,5,11,.9) 0%, rgba(4,5,11,.28) 55%, rgba(4,5,11,.86) 100%),
			url("../images/onero/hero.png") 72% center / cover no-repeat;
	}

	.or-main > .or-hero:before {
		inset: 10px;
		border-radius: 16px;
	}

	.or-main > .or-hero:after {
		height: 34%;
		background: linear-gradient(0deg, rgba(4,5,11,.78), transparent);
	}

	.or-main > .or-hero .or-hero__content {
		align-self: stretch;
		box-sizing: border-box;
		max-width: none;
		width: 100%;
		padding: 22px 22px 0;
	}

	.or-main > .or-hero .or-kicker {
		max-width: fit-content;
		min-height: 0;
		margin-bottom: 14px;
		padding: 7px 10px;
		border-radius: 999px;
		font-size: 11px;
		line-height: 1.25;
		white-space: normal;
	}

	.or-main > .or-hero h1 {
		max-width: 100%;
		font-size: 36px;
		line-height: 1.02;
	}

	.or-main > .or-hero p {
		max-width: 100%;
		margin-top: 14px;
		font-size: 14px;
		line-height: 1.55;
	}

	.or-main > .or-hero .or-hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 20px;
	}

	.or-main > .or-hero .or-btn,
	.or-main > .or-hero .or-ghost {
		box-sizing: border-box;
		width: 100%;
		min-height: 48px;
		justify-content: center;
	}

	.or-main > .or-hero .or-hero__stats {
		position: relative;
		right: auto;
		bottom: auto;
		z-index: 2;
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
		margin: 14px 22px 22px;
	}

	.or-main > .or-hero .or-hero__stats span {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		min-width: 0;
		height: 62px;
		padding: 8px 6px;
		border-radius: 13px;
		background: rgba(5,6,12,.66);
		color: transparent;
		font-size: 0;
		line-height: 1.1;
		text-align: center;
	}

	.or-main > .or-hero .or-hero__stats b {
		margin: 0 0 4px;
		color: #fff;
		font-size: 20px;
		line-height: 1;
	}

	.or-main > .or-hero .or-hero__stats span:after {
		color: var(--or-muted);
		font-size: 10px;
		line-height: 1.1;
	}

	.or-main > .or-hero .or-hero__stats span:nth-child(1):after {
		content: "игр";
	}

	.or-main > .or-hero .or-hero__stats span:nth-child(2):after {
		content: "кодов";
	}

	.or-main > .or-hero .or-hero__stats span:nth-child(3):after {
		content: "материалов";
	}

	.or-main > .or-hero + .or-section {
		margin-top: 26px;
	}
}

@media (max-width: 370px) {
	.or-main > .or-hero .or-hero__content {
		padding: 20px 18px 0;
	}

	.or-main > .or-hero h1 {
		font-size: 34px;
	}

	.or-main > .or-hero .or-hero__stats {
		gap: 6px;
		margin: 13px 18px 20px;
	}
}

/* OneRoblox smart search page */
.or-search-page { display: grid; gap: 18px; }
.or-search-page-header { margin-bottom: 0; }
.or-search-panel,
.or-search-best,
.or-search-section,
.or-search-zero {
	display: grid;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--or-border);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(13,18,30,.86), rgba(8,13,23,.92));
	box-shadow: 0 14px 34px rgba(0,0,0,.18);
}
.or-search-page-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.or-search-page-form label { position: relative; display: block; min-width: 0; }
.or-search-page-form label span {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	color: #cdd6ec;
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}
.or-search-page-form input {
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 16px 0 44px;
	border: 1px solid rgba(151,82,255,.38);
	border-radius: 12px;
	background: rgba(8,11,20,.82);
	color: #eef3ff;
	font-size: 14px;
	outline: none;
}
.or-search-page-form input:focus {
	border-color: rgba(165,99,255,.72);
	background: rgba(10,14,25,.96);
	box-shadow: 0 0 0 3px rgba(139,77,255,.14);
}
.or-search-page-form button {
	box-sizing: border-box;
	min-width: 104px;
	height: 46px;
	border: 1px solid rgba(160,102,255,.46);
	border-radius: 12px;
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 850;
}
.or-search-page-summary { margin: 0; color: var(--or-muted); font-size: 14px; line-height: 1.45; }
.or-search-page-summary b { color: #fff; }
.or-search-tabs { display: flex; flex-wrap: wrap; gap: 10px; min-width: 0; max-width: 100%; }
.or-search-tabs button {
	min-height: 38px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 10px;
	background: rgba(255,255,255,.035);
	color: #eef3ff;
	cursor: pointer;
	font-size: 13px;
	font-weight: 820;
}
.or-search-tabs button:hover,
.or-search-tabs button.is-active {
	border-color: rgba(160,102,255,.42);
	background: linear-gradient(135deg, #8b4dff, #5f26d8);
	color: #fff;
}
.or-search-best[hidden],
.or-search-section[hidden] { display: none; }
.or-search-best h2,
.or-search-section-head h2 { margin: 0; color: #fff; font-size: 20px; line-height: 1.2; font-weight: 850; }
.or-search-section-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.or-search-section-head span {
	display: inline-grid;
	place-items: center;
	min-width: 28px;
	height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(160,102,255,.26);
	border-radius: 999px;
	background: rgba(139,77,255,.1);
	color: #d7c3ff;
	font-size: 12px;
	font-weight: 850;
}
.or-search-section-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.or-search-section-grid--code { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.or-search-result-card {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(17,22,34,.78), rgba(10,14,24,.84));
	color: var(--or-text);
	text-decoration: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.or-search-result-card--best {
	border-color: rgba(160,102,255,.32);
	background: linear-gradient(135deg, rgba(139,77,255,.14), rgba(10,14,24,.88) 58%);
}
.or-search-result-card--code { grid-template-columns: 1fr; }
.or-search-result-card__image {
	display: block;
	width: 84px;
	height: 84px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 12px;
	background: #05070d;
}
.or-search-result-card--video,
.or-search-result-card--script,
.or-search-result-card--wiki,
.or-search-result-card--update { grid-template-columns: 150px minmax(0, 1fr); }
.or-search-result-card--video .or-search-result-card__image,
.or-search-result-card--script .or-search-result-card__image,
.or-search-result-card--wiki .or-search-result-card__image,
.or-search-result-card--update .or-search-result-card__image { width: 150px; }
.or-search-result-card__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.or-search-result-card__body { display: flex; flex-direction: column; min-width: 0; }
.or-search-result-card__top {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin-bottom: 7px;
	color: var(--or-primary-hover);
	font-size: 12px;
	font-weight: 850;
}
.or-search-result-card__top span {
	flex: 0 0 auto;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(139,77,255,.16);
	color: #c99dff;
	text-transform: uppercase;
}
.or-search-result-card__top b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.or-search-result-card__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	font-weight: 850;
	line-height: 1.25;
	text-decoration: none;
}
.or-search-result-card__title:hover,
.or-search-result-card__action:hover { color: #fff; text-decoration: none; }
.or-search-result-card__meta,
.or-search-result-card__excerpt,
.or-search-result-card__state { margin: 9px 0 0; color: #cbd5e5; font-size: 13px; line-height: 1.45; }
.or-search-result-card__excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.or-search-result-card__state { display: flex; align-items: center; gap: 8px; color: #7dffbd; font-weight: 800; }
.or-search-result-card__state i { width: 8px; height: 8px; border-radius: 50%; background: #4ade55; }
.or-search-result-card__state span { color: var(--or-muted); font-weight: 600; }
.or-search-result-card__chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0 0; }
.or-search-result-card__chips span {
	padding: 5px 8px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 8px;
	background: rgba(255,255,255,.035);
	color: #d9e1f2;
	font-size: 12px;
	font-weight: 750;
}
.or-search-result-card__action {
	align-self: flex-start;
	margin-top: auto;
	padding-top: 12px;
	color: var(--or-primary-hover);
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}
.or-search-zero { align-items: center; justify-items: center; min-height: 150px; text-align: center; }
.or-search-zero b { color: #fff; font-size: 20px; }
.or-search-zero span { max-width: 480px; color: var(--or-muted); font-size: 14px; line-height: 1.55; }
.or-search-popular-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.or-search-popular-card {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	align-items: center;
	gap: 11px;
	min-width: 0;
	padding: 12px;
	border: 1px solid rgba(255,255,255,.075);
	border-radius: 12px;
	background: rgba(255,255,255,.035);
	color: #fff;
	text-decoration: none;
}
.or-search-popular-card:hover { color: #fff; text-decoration: none; }
.or-search-popular-card img { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; }
.or-search-popular-card span { display: grid; gap: 3px; min-width: 0; }
.or-search-popular-card b,
.or-search-popular-card small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.or-search-popular-card b { font-size: 14px; font-weight: 850; }
.or-search-popular-card small { color: var(--or-muted); font-size: 12px; }

@media (max-width: 760px) {
	.or-search-page { gap: 14px; }
	.or-search-panel,
	.or-search-best,
	.or-search-section,
	.or-search-zero { padding: 14px; border-radius: 14px; }
	.or-search-page-form { grid-template-columns: 1fr; }
	.or-search-page-form input,
	.or-search-page-form button { height: 44px; }
	.or-search-tabs { flex-wrap: nowrap; overflow-x: auto; overflow-y: hidden; padding-bottom: 3px; }
	.or-search-tabs button { flex: 0 0 auto; }
	.or-search-section-grid,
	.or-search-section-grid--code,
	.or-search-popular-grid { grid-template-columns: 1fr; }
	.or-search-result-card,
	.or-search-result-card--video,
	.or-search-result-card--script,
	.or-search-result-card--wiki,
	.or-search-result-card--update { grid-template-columns: 64px minmax(0, 1fr); gap: 12px; padding: 12px; }
	.or-search-result-card--code { grid-template-columns: 1fr; }
	.or-search-result-card__image,
	.or-search-result-card--video .or-search-result-card__image,
	.or-search-result-card--script .or-search-result-card__image,
	.or-search-result-card--wiki .or-search-result-card__image,
	.or-search-result-card--update .or-search-result-card__image { width: 64px; height: 64px; border-radius: 10px; }
	.or-search-result-card__title { font-size: 16px; }
	.or-search-result-card__excerpt { -webkit-line-clamp: 2; }
}

/* OneRoblox account system */
.or-auth-page {
	min-height: min(680px, calc(100vh - 190px));
	display: grid;
	place-items: center;
	padding: 34px 0 48px;
}

.or-auth-card {
	width: min(100%, 500px);
	padding: 28px;
	border: 1px solid rgba(151,82,255,.28);
	border-radius: 18px;
	background: radial-gradient(circle at 22% 0%, rgba(139,77,255,.22), transparent 36%), linear-gradient(180deg, rgba(16,22,36,.95), rgba(8,12,21,.98));
	box-shadow: 0 26px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
}

.or-auth-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 24px;
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-weight: 900;
}

.or-auth-brand:hover { color: #fff; text-decoration: none; }

.or-auth-brand span,
.or-account-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: linear-gradient(135deg, #a855ff, #6d28ff);
	color: #fff;
	font-weight: 900;
}

.or-auth-brand span {
	width: 38px;
	height: 38px;
	font-size: 13px;
}

.or-auth-card h1 {
	margin: 0 0 9px;
	color: #fff;
	font-size: 32px;
	line-height: 1.12;
	font-weight: 900;
}

.or-auth-card p {
	margin: 0 0 22px;
	color: var(--or-muted);
	font-size: 14px;
	line-height: 1.55;
}

.or-auth-form {
	display: grid;
	gap: 14px;
}

.or-auth-field {
	display: grid;
	gap: 8px;
	margin: 0;
	color: #dbe4f5;
	font-size: 13px;
	font-weight: 800;
}

.or-auth-field input {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(6,10,18,.74);
	color: #fff;
	font-size: 15px;
	outline: none;
}

.or-auth-field input:focus {
	border-color: rgba(168,85,255,.7);
	box-shadow: 0 0 0 3px rgba(139,77,255,.16);
}

.or-auth-check {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 2px 0;
	color: #cbd5e5;
	font-size: 14px;
}

.or-auth-check input {
	width: 18px;
	height: 18px;
	accent-color: #8b4dff;
}

.or-auth-submit {
	height: 48px;
	border: 1px solid rgba(168,85,255,.46);
	border-radius: 12px;
	background: linear-gradient(135deg, #a855ff, #6d28ff);
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 900;
}

.or-auth-submit:hover { filter: brightness(1.05); }

.or-auth-links {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	color: var(--or-muted);
	font-size: 14px;
}

.or-auth-links a {
	color: #c084fc;
	font-weight: 800;
	text-decoration: none;
}

.or-auth-links a:hover { color: #fff; text-decoration: none; }

.or-account-page {
	display: grid;
	gap: 18px;
	padding: 24px 0 42px;
}

.or-account-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--or-muted);
	font-size: 13px;
}

.or-account-breadcrumbs a,
.or-account-breadcrumbs b {
	color: #fff;
	text-decoration: none;
}

.or-account-hero,
.or-account-panel {
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 18px;
	background: radial-gradient(circle at 18% 0%, rgba(139,77,255,.18), transparent 34%), linear-gradient(180deg, rgba(14,21,34,.92), rgba(8,13,23,.96));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}

.or-account-hero {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 22px;
}

.or-account-avatar {
	width: 74px;
	height: 74px;
	overflow: hidden;
	font-size: 22px;
	border-radius: 18px;
	box-shadow: 0 18px 34px rgba(103,58,183,.28);
}

.or-account-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.or-account-hero p,
.or-account-panel p {
	margin: 0;
	color: #c084fc;
	font-size: 13px;
	font-weight: 850;
}

.or-account-hero h1 {
	margin: 3px 0 6px;
	color: #fff;
	font-size: 34px;
	line-height: 1.1;
	font-weight: 900;
}

.or-account-hero span {
	color: var(--or-muted);
	font-size: 14px;
}

.or-account-hero > a,
.or-account-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(168,85,255,.34);
	border-radius: 12px;
	background: rgba(139,77,255,.12);
	color: #f1e8ff;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.or-account-hero > a:hover,
.or-account-actions a:hover {
	border-color: rgba(168,85,255,.64);
	color: #fff;
	text-decoration: none;
}

.or-account-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
	gap: 18px;
}

.or-account-panel {
	padding: 20px;
}

.or-account-panel h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 900;
}

.or-account-info {
	display: grid;
	gap: 0;
	margin: 0;
}

.or-account-info div {
	display: grid;
	grid-template-columns: minmax(150px, .55fr) minmax(0, 1fr);
	gap: 14px;
	padding: 13px 0;
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-account-info div:first-child { border-top: 0; }
.or-account-info dt { color: var(--or-muted); font-size: 13px; }
.or-account-info dd { margin: 0; color: #fff; font-size: 14px; font-weight: 800; min-width: 0; overflow-wrap: anywhere; }

.or-account-actions {
	display: grid;
	gap: 10px;
}

.or-account-actions a {
	width: 100%;
	box-sizing: border-box;
	background: rgba(255,255,255,.035);
	border-color: rgba(255,255,255,.09);
}

.or-account-actions__logout:hover {
	border-color: rgba(248,113,113,.36);
	background: rgba(127,29,29,.18);
	color: #fecaca;
}

.or-account-panel--future {
	grid-column: 1 / -1;
}

.or-account-panel--future p {
	color: var(--or-muted);
	font-weight: 600;
	line-height: 1.55;
}

.or-user-menu--guest {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.or-user-menu--guest a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 12px;
	background: rgba(255,255,255,.04);
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	text-decoration: none;
}

.or-user-menu--guest a:last-child {
	border-color: rgba(168,85,255,.36);
	background: linear-gradient(135deg, #8b4dff, #6424d7);
}

.or-auth #login_pane > li:hover .dropdown-form,
.or-auth #login_pane > li:focus-within .dropdown-form {
	display: block;
}

/* Auth menu/user error polish */
.or-auth #login_pane > li > .btn-border {
	grid-template-columns: 32px minmax(64px, auto) 22px !important;
	gap: 9px !important;
	min-width: 136px !important;
	min-height: 44px !important;
	padding: 6px 10px !important;
	border-color: rgba(255,255,255,.12) !important;
	border-radius: 16px !important;
	background:
		linear-gradient(180deg, rgba(15,22,36,.78), rgba(8,12,21,.9)) !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 34px rgba(0,0,0,.25) !important;
}

.or-auth #login_pane > li > .btn-border .avatar,
.or-auth #login_pane > li > .btn-border .avatar .cover {
	width: 32px !important;
	height: 32px !important;
	flex-basis: 32px !important;
}

.or-auth #login_pane > li > .btn-border .over {
	max-width: 112px !important;
	font-size: 13px !important;
	line-height: 1.1 !important;
}

.or-auth #login_pane > li > .btn-border .pm_num {
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	font-size: 11px !important;
}

.or-auth .login_pane__info {
	grid-template-columns: 52px minmax(0, 1fr) !important;
	gap: 3px 12px !important;
}

.or-auth .login_pane__info:before,
.or-auth .login_pane__info:after {
	content: none !important;
	display: none !important;
}

.or-auth .login_pane__info .avatar,
.or-auth .login_pane__info .avatar .cover,
.or-auth .login_pane__info .avatar.or-avatar-fallback,
.or-auth .login_pane__info .avatar.or-avatar-fallback .cover {
	width: 52px !important;
	height: 52px !important;
}

.or-auth .login_pane__info > b,
.or-auth .login_pane__info > a,
.or-auth .login_pane__info .name {
	grid-column: 2 !important;
	grid-row: 1 !important;
	align-self: end !important;
	margin: 0 !important;
}

.or-auth .login_pane__info .grey,
.or-auth .login_pane__info small {
	grid-column: 2 !important;
	grid-row: 2 !important;
	align-self: start !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #98a4b8 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

.or-auth #login_pane .avatar:not(.or-avatar-fallback):before,
.or-auth #login_pane .avatar:not(.or-avatar-fallback) .cover:before {
	content: none !important;
	display: none !important;
}

.or-main:has(.or-auth-page) {
	min-height: calc(100vh - 65px);
	overflow-x: hidden;
	background:
		linear-gradient(90deg, rgba(5,7,12,.97) 0%, rgba(5,7,12,.9) 48%, rgba(5,7,12,.68) 100%),
		linear-gradient(180deg, rgba(5,7,12,.82), rgba(5,7,12,.98)),
		url("../images/onero/hero.png") center / cover no-repeat;
}

.or-main:has(.or-auth-page) .or-auth-page {
	min-height: auto !important;
	background: transparent !important;
	padding-top: clamp(44px, 6vh, 66px) !important;
}

.or-main:has(.or-auth-page) > .berrors {
	box-sizing: border-box;
	width: min(100% - 36px, 560px);
	margin: 28px auto -12px;
	padding: 16px 18px 16px 46px;
	border: 1px solid rgba(255,95,122,.32);
	border-radius: 16px;
	background:
		linear-gradient(180deg, rgba(52,20,28,.94), rgba(19,14,24,.96));
	color: #ffd3dc;
	box-shadow: 0 20px 54px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}

.or-main:has(.or-auth-page) > .berrors:before {
	content: "!";
	position: absolute;
	left: 16px;
	top: 17px;
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255,95,122,.18);
	color: #ff8fa3;
	font-size: 13px;
	font-weight: 900;
}

.or-main:has(.or-auth-page) > .berrors b,
.or-main:has(.or-auth-page) > .berrors strong {
	display: block;
	margin: 0 0 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
}

.or-main:has(.or-auth-page):has(> .berrors) .or-auth-page {
	padding-top: 28px !important;
}

@media (max-width: 760px) {
	.or-auth #login_pane > li > .btn-border {
		grid-template-columns: 30px minmax(0, 1fr) 20px !important;
		min-width: 124px !important;
		min-height: 42px !important;
		padding: 5px 8px !important;
	}

	.or-auth #login_pane > li > .btn-border .avatar,
	.or-auth #login_pane > li > .btn-border .avatar .cover {
		width: 30px !important;
		height: 30px !important;
	}

	.or-auth #login_pane > li > .btn-border .over {
		max-width: 72px !important;
	}

	.or-main:has(.or-auth-page) > .berrors {
		width: calc(100% - 32px);
		margin-top: 18px;
	}

	.or-main:has(.or-auth-page):has(> .berrors) .or-auth-page {
		padding-top: 18px !important;
	}

	.or-auth-card,
	.or-main:has(.or-auth-page) .or-auth-card {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
	}
}

/* Keep DLE auth errors from breaking the auth layout */
.or-main:has(.or-auth-page) {
	position: relative !important;
}

.or-main:has(.or-auth-page) > .berrors {
	position: absolute !important;
	top: 24px !important;
	left: 50% !important;
	z-index: 6 !important;
	transform: translateX(-50%) !important;
	width: min(100% - 40px, 520px) !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	margin: 0 !important;
	padding: 14px 16px 14px 44px !important;
	border-radius: 14px !important;
	background:
		linear-gradient(180deg, rgba(53,17,28,.94), rgba(26,13,22,.96)) !important;
	box-shadow: 0 18px 42px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.05) !important;
}

.or-main:has(.or-auth-page) > .berrors:before {
	left: 15px !important;
	top: 15px !important;
}

.or-main:has(.or-auth-page):has(> .berrors) .or-auth-page {
	padding-top: clamp(160px, 17vh, 190px) !important;
}

@media (max-width: 760px) {
	.or-main:has(.or-auth-page) > .berrors {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		transform: none !important;
		width: calc(100% - 32px) !important;
		margin: 18px auto 0 !important;
	}

	.or-main:has(.or-auth-page):has(> .berrors) .or-auth-page {
		padding-top: 18px !important;
	}
}

/* Public user profile */
.or-public-profile,
.or-public-profile-edit {
	color: var(--or-text);
}

.or-dle-content:has(.or-public-profile) {
	background: transparent;
}

.or-public-profile-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 18px;
	color: var(--or-muted);
	font-size: 13px;
}

.or-public-profile-breadcrumbs a,
.or-public-profile-breadcrumbs b {
	color: inherit;
	text-decoration: none;
}

.or-public-profile-breadcrumbs b {
	color: #fff;
}

.or-public-profile-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 440px);
	gap: 24px;
	align-items: stretch;
	min-height: 250px;
	padding: 32px;
	border: 1px solid rgba(128,151,184,.18);
	border-radius: 18px;
	background:
		radial-gradient(circle at 16% 0%, rgba(139,77,255,.22), transparent 34%),
		linear-gradient(135deg, rgba(18,25,40,.96), rgba(9,13,22,.98));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
	overflow: hidden;
	position: relative;
}

.or-public-profile-hero:after {
	content: "";
	position: absolute;
	inset: auto -8% -48% 38%;
	height: 220px;
	background: radial-gradient(circle, rgba(42,168,255,.12), transparent 64%);
	pointer-events: none;
}

.or-public-profile-identity {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 132px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.or-public-profile-avatar {
	width: 132px;
	height: 132px;
	display: grid;
	place-items: center;
	border: 2px solid rgba(168,85,255,.38);
	border-radius: 50%;
	background: linear-gradient(135deg, #31214f, #8b4dff);
	box-shadow: 0 0 0 8px rgba(139,77,255,.08), 0 22px 50px rgba(0,0,0,.32);
	color: #fff;
	font-size: 34px;
	font-weight: 900;
	overflow: hidden;
}

.or-public-profile-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.or-public-profile-title {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin: 0 0 8px;
}

.or-public-profile-title h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.08;
	font-weight: 900;
	letter-spacing: 0;
}

.or-public-profile-title span {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 12px;
	border: 1px solid rgba(168,85,255,.45);
	border-radius: 999px;
	background: rgba(139,77,255,.22);
	color: #d6bcff;
	font-size: 12px;
	font-weight: 900;
}

.or-public-profile-user > p {
	margin: 0;
	color: #cbd5e5;
	font-size: 15px;
	line-height: 1.55;
}

.or-public-profile-about-hero {
	max-width: 720px;
	margin-top: 14px !important;
	color: #e7edf7 !important;
}

.or-public-profile-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	color: #aeb9cc;
	font-size: 13px;
	font-weight: 800;
}

.or-public-profile-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 11px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 999px;
	background: rgba(255,255,255,.035);
}

.or-public-profile-meta span:empty {
	display: none;
}

.or-public-profile-meta .is-online,
.or-public-profile-about-card .is-online {
	color: #29e68a;
}

.or-public-profile-side {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	align-items: flex-end;
}

.or-public-profile-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.or-public-profile-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px;
	background: rgba(255,255,255,.04);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.or-public-profile-action--primary {
	border-color: rgba(168,85,255,.48);
	background: linear-gradient(135deg, #8b4dff, #6424d7);
}

.or-public-profile-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(92px, 1fr));
	gap: 10px;
	width: 100%;
}

.or-public-profile-stats a,
.or-public-profile-stats button {
	display: grid;
	gap: 4px;
	place-items: center;
	min-height: 86px;
	padding: 12px 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 16px;
	background: rgba(7,10,18,.42);
	color: #fff;
	text-align: center;
	text-decoration: none;
	font: inherit;
	cursor: pointer;
}

.or-public-profile-stats strong {
	color: #fff;
	font-size: 28px;
	line-height: 1;
	font-weight: 900;
}

.or-public-profile-stats span {
	color: #aeb9cc;
	font-size: 12px;
	font-weight: 800;
}

.or-public-profile-tabs {
	display: flex;
	gap: 8px;
	margin: 18px 0;
	padding: 10px;
	border: 1px solid rgba(128,151,184,.14);
	border-radius: 16px;
	background: rgba(12,17,29,.74);
	overflow-x: auto;
	scrollbar-width: none;
}

.or-public-profile-tabs::-webkit-scrollbar {
	display: none;
}

.or-public-profile-tabs button {
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: #aeb9cc;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.or-public-profile-tabs button.is-active {
	border-color: rgba(168,85,255,.48);
	background: linear-gradient(135deg, #8b4dff, #6424d7);
	color: #fff;
}

.or-public-profile-panel {
	display: none;
}

.or-public-profile-panel.is-active {
	display: grid;
	grid-template-columns: minmax(260px, .9fr) minmax(320px, 1.15fr) minmax(250px, .8fr);
	gap: 16px;
}

.or-public-profile-panel[data-or-profile-panel="posts"].is-active,
.or-public-profile-panel[data-or-profile-panel="comments"].is-active,
.or-public-profile-panel[data-or-profile-panel="favorites"].is-active {
	grid-template-columns: 1fr;
}

.or-public-profile-card,
.or-public-profile-edit {
	border: 1px solid rgba(128,151,184,.14);
	border-radius: 16px;
	background:
		radial-gradient(circle at 20% 0%, rgba(139,77,255,.11), transparent 34%),
		linear-gradient(180deg, rgba(15,22,36,.88), rgba(8,12,21,.94));
	box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
	padding: 20px;
	min-width: 0;
}

.or-public-profile-card h2,
.or-public-profile-edit h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 900;
}

.or-public-profile-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 14px;
}

.or-public-profile-card-head h2 {
	margin: 0;
}

.or-public-profile-card-head a {
	color: #b277ff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.or-public-profile-about-card dl {
	display: grid;
	gap: 0;
	margin: 0;
}

.or-public-profile-about-card dl div {
	display: grid;
	grid-template-columns: minmax(100px, .8fr) minmax(0, 1fr);
	gap: 12px;
	padding: 12px 0;
	border-top: 1px solid rgba(255,255,255,.07);
}

.or-public-profile-about-card dl div:first-child {
	border-top: 0;
	padding-top: 0;
}

.or-public-profile-about-card dt {
	color: #8f9bb0;
	font-size: 12px;
	font-weight: 800;
}

.or-public-profile-about-card dd {
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1.45;
	min-width: 0;
	overflow-wrap: anywhere;
}

.or-public-profile-list {
	display: grid;
	gap: 10px;
}

.or-public-profile-list-item {
	display: grid;
	gap: 6px;
	padding: 13px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 14px;
	background: rgba(255,255,255,.03);
	color: inherit;
	text-decoration: none;
}

.or-public-profile-list-item span {
	width: fit-content;
	padding: 4px 8px;
	border-radius: 999px;
	background: rgba(139,77,255,.16);
	color: #c89cff;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.or-public-profile-list-item b {
	color: #fff;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 900;
}

.or-public-profile-list-item p {
	margin: 0;
	color: #cbd5e5;
	font-size: 13px;
	line-height: 1.45;
}

.or-public-profile-list-item small {
	color: #8793a8;
	font-size: 12px;
}

.or-public-profile-games {
	display: grid;
	gap: 10px;
}

.or-public-profile-games--wide {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.or-public-profile-game {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
	padding: 10px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 14px;
	background: rgba(255,255,255,.03);
	color: inherit;
	text-decoration: none;
}

.or-public-profile-game img,
.or-public-profile-game > span {
	width: 54px;
	height: 54px;
	border-radius: 12px;
	object-fit: cover;
	background: linear-gradient(135deg, #31214f, #8b4dff);
	display: grid;
	place-items: center;
	color: #fff;
	font-weight: 900;
}

.or-public-profile-game b {
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 900;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.or-public-profile-game small {
	color: #8793a8;
	font-size: 12px;
}

.or-public-profile-empty {
	margin: 0;
	padding: 18px;
	border: 1px dashed rgba(255,255,255,.12);
	border-radius: 14px;
	color: #9ca8bb;
	font-size: 14px;
	line-height: 1.5;
}

.or-public-profile-edit {
	margin-top: 18px;
}

.or-public-profile-edit .ui-form {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.or-public-profile-edit .form-group {
	display: grid;
	gap: 8px;
}

.or-public-profile-edit label {
	color: #dbe4f5;
	font-size: 13px;
	font-weight: 850;
}

.or-public-profile-edit input[type="text"],
.or-public-profile-edit input[type="password"],
.or-public-profile-edit input[type="email"],
.or-public-profile-edit input[type="file"],
.or-public-profile-edit textarea,
.or-public-profile-edit select {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(6,10,18,.76);
	color: #fff;
	padding: 10px 12px;
}

.or-public-profile-edit textarea {
	min-height: 110px;
	resize: vertical;
}

.or-public-profile-edit .form-sep {
	height: 1px;
	padding: 0;
	background: rgba(255,255,255,.08);
}

.or-public-profile-edit .form_submit {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(255,255,255,.08);
}

.or-public-profile-edit .btn {
	min-height: 44px;
	padding: 0 20px;
	border: 1px solid rgba(168,85,255,.42);
	border-radius: 12px;
	background: linear-gradient(135deg, #8b4dff, #6424d7);
	color: #fff;
	font-weight: 900;
}

@media (max-width: 980px) {
	.or-public-profile-hero {
		grid-template-columns: 1fr;
	}

	.or-public-profile-side {
		align-items: stretch;
	}

	.or-public-profile-actions {
		justify-content: flex-start;
	}

	.or-public-profile-panel.is-active {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.or-public-profile-breadcrumbs {
		margin-bottom: 14px;
	}

	.or-public-profile-hero {
		padding: 20px;
		border-radius: 18px;
	}

	.or-public-profile-identity {
		grid-template-columns: 1fr;
		gap: 16px;
		text-align: left;
	}

	.or-public-profile-avatar {
		width: 96px;
		height: 96px;
		font-size: 26px;
	}

	.or-public-profile-title h1 {
		font-size: 30px;
	}

	.or-public-profile-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.or-public-profile-stats a,
	.or-public-profile-stats button {
		min-height: 74px;
		padding: 10px 6px;
	}

	.or-public-profile-stats strong {
		font-size: 23px;
	}

	.or-public-profile-stats span {
		font-size: 10px;
	}

	.or-public-profile-tabs {
		margin: 14px -16px 16px;
		padding: 8px 16px;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
	}

	.or-public-profile-card,
	.or-public-profile-edit {
		padding: 16px;
		border-radius: 16px;
	}

	.or-public-profile-about-card dl div {
		grid-template-columns: 1fr;
		gap: 5px;
	}

	.or-public-profile-games--wide {
		grid-template-columns: 1fr;
	}

	.or-public-profile-action {
		width: 100%;
	}
}

/* Auth viewport sizing and registration form alignment */
.or-main:has(.or-auth-page) {
	width: 100%;
	max-width: none;
	padding: 0;
}

.or-main:has(.or-auth-page) .or-auth-page {
	width: 100%;
	min-height: calc(100vh - 65px);
	margin: 0;
	padding: clamp(54px, 8vh, 82px) max(18px, calc((100vw - 1180px) / 2)) 44px;
	place-items: start center;
	box-sizing: border-box;
}

.page_form_style,
.page_form_style body {
	overflow-x: hidden;
}

.page_form_style .page_form {
	overflow-x: hidden;
}

.page_form_style .page_form__form .login_check {
	position: static;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 132px;
	align-items: center;
	gap: 10px;
}

.page_form_style .page_form__form .login_check > input {
	width: 100%;
	padding-right: 14px;
}

.page_form_style .page_form__form .login_check > .btn {
	position: static;
	width: 132px;
	height: 46px;
	margin: 0;
	padding: 0 14px;
	border-radius: 12px;
	line-height: 1;
	white-space: nowrap;
}

@media (max-width: 760px) {
	.or-main:has(.or-auth-page) .or-auth-page {
		padding: 22px 16px 34px;
	}

	.page_form_style .page_form__form .login_check {
		grid-template-columns: 1fr;
	}

	.page_form_style .page_form__form .login_check > .btn {
		width: 100%;
	}
}

.or-auth #login_pane .avatar .cover {
	display: block;
	background-position: center;
	background-size: cover;
}

.or-auth #login_pane > li > .btn-border .pm_num:empty,
.or-auth #login_pane > li > .btn-border .pm_num { font-size: 11px; }

.or-auth .login_pane__menu li a[href="/account/"] {
	color: #fff;
	font-weight: 850;
}

.page_form_style body {
	min-height: 100vh;
	background: radial-gradient(circle at 18% 0%, rgba(139,77,255,.2), transparent 34%), #050915;
	color: #e7edf7;
}

.page_form_style .page_form {
	box-sizing: border-box;
	max-width: 760px;
	min-height: 100vh;
	display: grid;
	align-items: center;
	margin: 0 auto;
	padding: 32px 18px;
}

.page_form_style .page_form__back {
	position: fixed;
	width: 48px;
	padding: 0;
	background: rgba(8,13,23,.9);
	border-right: 1px solid rgba(255,255,255,.08);
}

.page_form_style .page_form__body {
	width: min(100%, 540px);
	margin: 0 auto;
	padding: 28px;
	border: 1px solid rgba(151,82,255,.28);
	border-radius: 18px;
	background: linear-gradient(180deg, rgba(16,22,36,.95), rgba(8,12,21,.98));
	box-shadow: 0 26px 70px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
}

.page_form_style .page_form__logo {
	padding: 0;
	margin: 0 0 22px;
}

.page_form_style .page_form__logo a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	text-decoration: none;
}

.page_form_style .page_form__logo a:after {
	content: "OneRoblox";
	color: #fff;
	font-size: 19px;
	font-weight: 900;
}

.page_form_style .box,
.page_form_style .box_in {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.page_form_style .page_form__inner > .title,
.page_form_style .box .title {
	margin: 0 0 18px;
	color: #fff;
	font-size: 32px;
	line-height: 1.14;
	font-weight: 900;
}

.page_form_style .regtext,
.page_form_style .text {
	color: #cbd5e5;
	font-size: 14px;
	line-height: 1.6;
}

.page_form_style .page_form__form .form-group label {
	color: #dbe4f5;
	font-size: 13px;
	font-weight: 850;
}

.page_form_style .page_form__form .form-group input[type="text"],
.page_form_style .page_form__form .form-group input[type="password"],
.page_form_style .page_form__form .form-group input[type="email"],
.page_form_style .page_form__form .c-captcha input {
	box-sizing: border-box;
	height: 48px;
	border: 1px solid rgba(255,255,255,.09);
	border-radius: 12px;
	background: rgba(6,10,18,.74);
	color: #fff;
}

.page_form_style .page_form__form .login_check > .btn,
.page_form_style .page_form__form .form_submit > .btn,
.page_form_style .bbcodes {
	border: 1px solid rgba(168,85,255,.42);
	border-radius: 12px;
	background: linear-gradient(135deg, #8b4dff, #6424d7);
	color: #fff;
	font-weight: 900;
}

.page_form_style .c-captcha {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.page_form_style .c-captcha img {
	border-radius: 12px;
	background: #fff;
}

.page_form_style .form_submit {
	border-top-color: rgba(255,255,255,.07);
}

@media (max-width: 760px) {
	.or-auth-page { min-height: auto; padding: 20px 0 32px; }
	.or-auth-card { padding: 20px; border-radius: 16px; }
	.or-auth-card h1 { font-size: 28px; }
	.or-auth-links { display: grid; gap: 10px; }
	.or-account-page { padding: 18px 0 32px; }
	.or-account-hero { grid-template-columns: 58px minmax(0, 1fr); padding: 18px; }
	.or-account-avatar { width: 58px; height: 58px; border-radius: 15px; font-size: 18px; }
	.or-account-hero h1 { font-size: 28px; }
	.or-account-hero > a { grid-column: 1 / -1; width: 100%; box-sizing: border-box; }
	.or-account-grid { grid-template-columns: 1fr; }
	.or-account-info div { grid-template-columns: 1fr; gap: 5px; }
	.page_form_style .page_form { padding: 20px 16px; }
	.page_form_style .page_form__back { display: none; }
	.page_form_style .page_form__body { padding: 20px; }
	.page_form_style .page_form__inner > .title,
	.page_form_style .box .title { font-size: 28px; }
}

/* Auth pages final pass */
.or-auth-page {
	position: relative;
	min-height: calc(100vh - 64px);
	overflow: hidden;
	margin: 0 calc(50% - 50vw);
	padding: 86px max(18px, calc((100vw - 1180px) / 2)) 92px;
	background:
		linear-gradient(90deg, rgba(5,7,12,.96) 0%, rgba(5,7,12,.88) 42%, rgba(5,7,12,.6) 100%),
		linear-gradient(180deg, rgba(5,7,12,.74), rgba(5,7,12,.98)),
		url("../images/onero/hero.png") center / cover no-repeat;
	isolation: isolate;
}

.or-auth-page:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 42% 15%, rgba(139,77,255,.26), transparent 34%),
		radial-gradient(circle at 74% 36%, rgba(42,168,255,.12), transparent 28%);
}

.or-auth-card {
	margin: 0 auto;
	backdrop-filter: blur(18px);
}

.page_form_style body {
	min-height: 100vh;
	background:
		linear-gradient(90deg, rgba(5,7,12,.97) 0%, rgba(5,7,12,.9) 50%, rgba(5,7,12,.72) 100%),
		linear-gradient(180deg, rgba(5,7,12,.82), rgba(5,7,12,.98)),
		url("../images/onero/hero.png") center / cover fixed no-repeat;
	color: #e7edf7;
}

.page_form_style .page_form {
	position: relative;
	width: min(100%, 760px);
	max-width: none;
	min-height: 100vh;
	display: grid;
	align-items: center;
	margin: 0 auto;
	padding: 42px 18px;
}

.page_form_style .page_form:before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background:
		radial-gradient(circle at 35% 10%, rgba(139,77,255,.24), transparent 32%),
		radial-gradient(circle at 76% 34%, rgba(42,168,255,.1), transparent 28%);
	pointer-events: none;
}

.page_form_style .page_form__back {
	display: none;
}

.page_form_style .page_form__body {
	width: min(100%, 560px);
	margin: 0 auto;
	padding: 30px;
	border: 1px solid rgba(151,82,255,.3);
	border-radius: 18px;
	background:
		radial-gradient(circle at 22% 0%, rgba(139,77,255,.18), transparent 36%),
		linear-gradient(180deg, rgba(16,22,36,.96), rgba(8,12,21,.98));
	box-shadow: 0 26px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.04);
	backdrop-filter: blur(18px);
}

.page_form_style .page_form__logo .or-logo__mark {
	width: 38px;
	height: 38px;
	border-radius: 14px;
	font-size: 13px;
}

.page_form_style .page_form__inner > .title,
.page_form_style .box .title {
	margin-bottom: 18px;
	color: #fff;
	text-shadow: none;
}

.page_form_style .page_form__form .form_submit > .btn,
.page_form_style .page_form__form .login_check > .btn {
	min-height: 46px;
	padding: 0 18px;
}

@media (max-width: 760px) {
	.or-auth-page {
		min-height: auto;
		margin: 0 calc(50% - 50vw);
		padding: 28px 16px 40px;
		background-position: 66% center;
	}

	.page_form_style .page_form {
		width: 100%;
		padding: 24px 16px 36px;
	}

	.page_form_style .page_form__body {
		padding: 22px;
		border-radius: 16px;
	}
}

/* Logged-in header menu final pass */
.or-auth #login_pane {
	height: auto;
	overflow: visible;
}

.or-auth #login_pane > li > .btn-border {
	box-sizing: border-box;
	display: inline-grid;
	grid-template-columns: 30px minmax(0, auto) 20px;
	align-items: center;
	gap: 8px;
	min-width: 118px;
	min-height: 42px;
	padding: 5px 8px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 14px;
	background: rgba(10,15,26,.72);
	color: #fff;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 28px rgba(0,0,0,.22);
	text-decoration: none;
}

.or-auth #login_pane > li > .btn-border:hover,
.or-auth #login_pane > li:focus-within > .btn-border {
	border-color: rgba(168,85,255,.4);
	background: rgba(139,77,255,.14);
	color: #fff;
}

.or-auth #login_pane > li > .btn-border .avatar,
.or-auth #login_pane > li > .btn-border .avatar .cover {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	margin: 0;
}

.or-auth #login_pane > li > .btn-border .over {
	min-width: 0;
	max-width: 92px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.or-auth #login_pane > li > .btn-border .pm_num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin: 0;
	border-radius: 999px;
	background: #fff;
	color: #1b1230;
	font-size: 11px;
	line-height: 1;
	font-weight: 900;
	box-shadow: none;
}

.or-auth #login_pane > li > .btn-border .pm_num:empty {
	display: none;
}

.or-auth #login_pane .dropdown-form,
.or-auth #login_pane .dropdown-form.logged {
	box-sizing: border-box;
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	right: 0;
	left: auto;
	width: 300px;
	margin: 0;
	padding: 16px;
	border: 1px solid rgba(255,255,255,.1);
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(15,22,36,.98), rgba(8,12,21,.99));
	color: var(--or-text);
	box-shadow: 0 24px 60px rgba(0,0,0,.46);
	z-index: 80;
}

.or-auth #login_pane > li:hover .dropdown-form,
.or-auth #login_pane > li:focus-within .dropdown-form {
	display: block;
}
