@font-face {
	font-family: "digital_sans_ef_medium";
	font-display: swap;
	src: url("https://feniksu.com/ext/dsuown9evwz4y.cloudfront.net/Fonts/digital_sans_ef_medium.woff2?v=0") format("woff2"),
		 url("https://feniksu.com/ext/dsuown9evwz4y.cloudfront.net/Fonts/digital_sans_ef_medium.woff?v=0") format("woff");
	font-style: normal;
	font-weight: 400;
}

:root {
	--upr-bg: #070707;
	--upr-bg-soft: #0f0f10;
	--upr-panel: #1a1a1c;
	--upr-panel-soft: #211d1a;
	--upr-text: #eeeeef;
	--upr-muted: #aaa3a0;
	--upr-line: #342d29;
	--upr-red: #c40000;
	--upr-red-dark: #570909;
	--upr-red-bright: #e33232;
	--upr-gold: #fda601;
	--upr-gold-light: #f5d98b;
	--upr-gold-pale: #ffe9c9;
	--upr-shell: 1170px;
	--upr-content: 1080px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.upr-rendered-page {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at 50% -180px, rgba(160, 0, 0, 0.34), transparent 520px),
		linear-gradient(180deg, #080808 0, var(--upr-bg-soft) 52%, #090909 100%);
	color: var(--upr-text);
	font-family: "digital_sans_ef_medium", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

body.upr-rendered-page::before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.014) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px);
	background-size: 34px 34px;
	content: "";
	pointer-events: none;
}

.upr-shell {
	width: min(calc(100% - 32px), var(--upr-shell));
	margin-right: auto;
	margin-left: auto;
}

.upr-skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 16px;
	border: 1px solid var(--upr-gold);
	border-radius: 8px;
	background: #090909;
	color: #fff;
	transform: translateY(-180%);
}

.upr-skip-link:focus {
	transform: translateY(0);
}

.upr-site-header {
	position: relative;
	z-index: 20;
	background: linear-gradient(180deg, #161616 0, #090909 100%);
	border-bottom: 3px solid var(--upr-red);
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.62);
}

.upr-site-header::after {
	position: absolute;
	bottom: -3px;
	left: 50%;
	width: min(70%, 760px);
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--upr-gold), transparent);
	content: "";
	transform: translateX(-50%);
}

.upr-topbar {
	background: #050505;
	border-bottom: 1px solid #28211c;
	color: #8f8883;
	font-size: 13px;
}

.upr-topbar-inner {
	display: flex;
	min-height: 35px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.upr-topbar a {
	color: var(--upr-gold-light);
	text-decoration: none;
}

.upr-topbar a:hover,
.upr-topbar a:focus {
	color: #fff;
}

.upr-header-inner {
	display: flex;
	min-height: 92px;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.upr-brand {
	display: inline-flex;
	min-width: 210px;
	align-items: center;
	justify-content: center;
	padding: 7px 22px;
	background:
		linear-gradient(100deg, transparent 0, rgba(133, 0, 0, 0.48) 24%, rgba(196, 0, 0, 0.3) 72%, transparent 100%);
	color: var(--upr-gold-light);
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.upr-site-logo {
	display: block;
	width: auto;
	max-width: 260px;
	height: 58px;
	object-fit: contain;
}

.upr-site-name {
	font-size: 1.35rem;
	text-shadow: 0 0 14px rgba(253, 166, 1, 0.28);
}

.upr-navigation {
	min-width: 0;
}

.upr-navigation ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-end;
	gap: 7px;
	list-style: none;
}

.upr-navigation li {
	margin: 0;
	padding: 0;
}

.upr-navigation a {
	display: block;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #e6ded8;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	transition: 0.2s ease;
}

.upr-navigation a:hover,
.upr-navigation a:focus,
.upr-navigation .current_page_item > a {
	border-color: rgba(253, 166, 1, 0.65);
	background: linear-gradient(180deg, rgba(126, 20, 20, 0.78), rgba(71, 7, 7, 0.92));
	color: var(--upr-gold-light);
	box-shadow: 0 0 14px rgba(196, 0, 0, 0.2);
}

.upr-home-link a {
	background: linear-gradient(180deg, #fda601 0, #cc7100 100%);
	color: #2a1400;
}

.upr-home-link a:hover,
.upr-home-link a:focus {
	border-color: #ffd778;
	background: linear-gradient(180deg, #ffc135 0, #dc8208 100%);
	color: #1d0d00;
}

.upr-main {
	padding: 22px 0 clamp(42px, 6vw, 82px);
}

.upr-breadcrumb {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	margin: 0 0 16px;
	padding: 10px 14px;
	border: 1px solid #2c2926;
	border-radius: 8px;
	background: rgba(10, 10, 10, 0.76);
	color: #9d9691;
	font-size: 13px;
	overflow: hidden;
}

.upr-breadcrumb a {
	flex: 0 0 auto;
	color: var(--upr-gold-light);
	text-decoration: none;
}

.upr-breadcrumb span:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upr-article {
	position: relative;
	width: min(100%, var(--upr-content));
	margin: 0 auto;
	padding: clamp(25px, 5vw, 54px);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(125, 14, 14, 0.1), transparent 32%),
		var(--upr-panel);
	border: 1px solid #302b28;
	border-top: 3px solid var(--upr-red);
	border-radius: 16px;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.46), 0 0 24px rgba(196, 0, 0, 0.08);
}

.upr-article::before {
	position: absolute;
	top: 0;
	left: 12%;
	width: 76%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--upr-gold), transparent);
	content: "";
	opacity: 0.8;
}

.upr-entry-header {
	margin-bottom: 28px;
	padding-bottom: 20px;
	border-bottom: 1px solid #332d29;
	text-align: center;
}

.upr-entry-title {
	margin: 0;
	background: linear-gradient(180deg, #fff7d6 0, #f5d98b 52%, #d69b2c 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: var(--upr-gold-light);
	font-size: clamp(2rem, 4.5vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.28;
	overflow-wrap: anywhere;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 4px 22px rgba(253, 166, 1, 0.1);
}

.upr-featured-image {
	margin: 0 0 32px;
	padding: 4px;
	background: linear-gradient(135deg, var(--upr-gold), #571010, var(--upr-gold-light));
	border-radius: 13px;
}

.upr-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 9px;
}

.upr-entry-content {
	color: #e2dedb;
	font-size: 16px;
	overflow-wrap: anywhere;
}

.upr-entry-content > :first-child {
	margin-top: 0;
}

.upr-entry-content > :last-child {
	margin-bottom: 0;
}

.upr-entry-content p {
	margin: 0 0 1.25em;
}

.upr-entry-content h2,
.upr-entry-content h3,
.upr-entry-content h4,
.upr-entry-content h5,
.upr-entry-content h6 {
	color: var(--upr-gold-light);
	font-weight: 800;
	line-height: 1.38;
}

.upr-entry-content h2 {
	margin: 1.9em 0 0.7em;
	padding: 11px 16px;
	background: linear-gradient(90deg, #701111 0, #3d0909 70%, transparent 100%);
	border-left: 4px solid var(--upr-gold);
	border-radius: 5px 20px 20px 5px;
	font-size: clamp(1.35rem, 3vw, 1.8rem);
}

.upr-entry-content h3 {
	margin: 1.7em 0 0.55em;
	padding-left: 13px;
	border-left: 3px solid var(--upr-red-bright);
	font-size: clamp(1.15rem, 2.5vw, 1.45rem);
}

.upr-entry-content h4,
.upr-entry-content h5,
.upr-entry-content h6 {
	margin: 1.5em 0 0.5em;
}

.upr-entry-content a {
	color: var(--upr-gold);
	text-decoration-color: rgba(253, 166, 1, 0.54);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.upr-entry-content a:hover,
.upr-entry-content a:focus {
	color: #ffcf58;
	text-decoration-color: currentColor;
}

.upr-entry-content ul,
.upr-entry-content ol {
	padding-left: 1.4em;
}

.upr-entry-content li::marker {
	color: var(--upr-gold);
}

.upr-entry-content img,
.upr-entry-content video,
.upr-entry-content iframe {
	max-width: 100%;
}

.upr-entry-content img {
	height: auto;
	border-radius: 10px;
}

.upr-entry-content iframe {
	width: 100%;
}

.upr-entry-content blockquote {
	margin: 1.5em 0;
	padding: 16px 20px;
	background: rgba(90, 10, 10, 0.3);
	border: 1px solid rgba(253, 166, 1, 0.25);
	border-left: 4px solid var(--upr-gold);
	border-radius: 8px;
	color: var(--upr-gold-pale);
}

.upr-entry-content table {
	display: block;
	width: 100%;
	overflow-x: auto;
	border-collapse: collapse;
	background: #111;
	border-radius: 8px;
}

.upr-entry-content th,
.upr-entry-content td {
	padding: 11px 13px;
	border: 1px solid #3d3530;
	text-align: left;
}

.upr-entry-content th {
	background: #5c1010;
	color: var(--upr-gold-light);
}

.upr-entry-content code,
.upr-entry-content pre {
	background: #0b0b0c;
	border: 1px solid #39312b;
	color: #ffe9c9;
}

.upr-entry-content code {
	padding: 2px 6px;
	border-radius: 5px;
}

.upr-entry-content pre {
	padding: 15px;
	overflow-x: auto;
	border-radius: 9px;
}

.upr-entry-content input,
.upr-entry-content textarea,
.upr-entry-content select {
	max-width: 100%;
	padding: 11px 12px;
	background: #101011;
	border: 1px solid #50463f;
	border-radius: 7px;
	color: #fff;
}

.upr-entry-content button,
.upr-entry-content input[type="button"],
.upr-entry-content input[type="submit"],
.upr-entry-content .wp-element-button {
	display: inline-block;
	padding: 11px 23px;
	background: linear-gradient(180deg, var(--upr-gold) 0, #cc7100 100%);
	border: 1px solid #ffc755;
	border-radius: 9px;
	color: #2a1400;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
	text-decoration: none;
}

.upr-entry-content hr {
	height: 1px;
	margin: 2em 0;
	background: linear-gradient(90deg, transparent, #5b4030, transparent);
	border: 0;
}

.upr-page-links {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid var(--upr-line);
}

.upr-site-footer {
	position: relative;
	padding: 32px 0;
	background:
		linear-gradient(180deg, rgba(12, 12, 12, 0.88), rgba(5, 5, 5, 0.98)),
		linear-gradient(110deg, #1f0505, #080808 45%, #2c0909);
	border-top: 1px solid #4d150f;
	color: #8f8883;
	font-size: 13px;
}

.upr-site-footer::before {
	position: absolute;
	top: -1px;
	left: 50%;
	width: min(80%, 880px);
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--upr-gold), transparent);
	content: "";
	transform: translateX(-50%);
}

.upr-site-footer .upr-shell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.upr-footer-brand {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.upr-site-footer strong {
	color: var(--upr-gold-light);
	font-size: 15px;
}

.upr-copyright {
	text-align: right;
}

.upr-mobile-home {
	display: none;
}

@media (max-width: 860px) {
	body.upr-rendered-page {
		padding-bottom: 70px;
	}

	.upr-header-inner {
		padding: 14px 0;
		align-items: center;
		flex-direction: column;
		gap: 9px;
	}

	.upr-brand {
		padding: 3px 20px;
	}

	.upr-navigation {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.upr-navigation ul {
		width: max-content;
		min-width: 100%;
		justify-content: center;
	}

	.upr-navigation a {
		padding: 9px 13px;
	}

	.upr-site-footer .upr-shell {
		align-items: flex-start;
		flex-direction: column;
	}

	.upr-copyright {
		text-align: left;
	}

	.upr-mobile-home {
		display: flex;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1000;
		padding: 8px 10px;
		background: rgba(6, 5, 3, 0.96);
		border-top: 1px solid rgba(207, 132, 22, 0.45);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.55);
	}

	.upr-mobile-home a {
		display: block;
		width: 100%;
		padding: 12px 8px;
		background: linear-gradient(180deg, var(--upr-gold) 0, #cc7100 100%);
		border-radius: 10px;
		color: #2a1400;
		font-size: 16px;
		font-weight: 800;
		line-height: 1.3;
		text-align: center;
		text-decoration: none;
	}
}

@media (max-width: 520px) {
	.upr-shell {
		width: min(calc(100% - 20px), var(--upr-shell));
	}

	.upr-topbar-inner {
		min-height: 32px;
	}

	.upr-header-inner {
		min-height: auto;
	}

	.upr-site-logo {
		max-width: 230px;
		height: 52px;
	}

	.upr-navigation a {
		font-size: 13px;
	}

	.upr-main {
		padding: 14px 0 32px;
	}

	.upr-breadcrumb {
		margin-bottom: 10px;
	}

	.upr-article {
		padding: 25px 18px;
		border-radius: 12px;
	}

	.upr-entry-header {
		margin-bottom: 23px;
		padding-bottom: 17px;
	}

	.upr-entry-title {
		font-size: 1.85rem;
	}

	.upr-entry-content h2 {
		padding: 10px 13px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
