:root {
	--sr-bg: #faf9f5;
	--sr-surface: #ffffff;
	--sr-text: #162033;
	--sr-muted: #788194;
	--sr-line: #e7e9ee;
	--sr-blue: #2f8cf5;
	--sr-blue-deep: #1769d8;
	--sr-orange: #f26b4f;
	--sr-yellow: #ffad1f;
	--sr-dark: #07333c;
	--sr-radius: 8px;
	--sr-shadow: 0 18px 46px rgba(22, 32, 51, 0.12);
}

html {
	scroll-behavior: smooth;
}

body.sr-tech-site {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.94), rgba(250,249,245,0.98) 18rem),
		var(--sr-bg);
	color: var(--sr-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.sr-tech-site #wrapper {
	overflow: clip;
}

.sr-tech-site .site-header,
.sr-custom-header {
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid rgba(231,233,238,0.9);
	box-shadow: 0 10px 30px rgba(22, 32, 51, 0.06);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.sr-custom-header {
	position: relative;
	z-index: 10;
}

.sr-custom-header-inner {
	display: grid;
	grid-template-columns: 178px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: min(100%, 1240px);
	min-height: 74px;
	margin: 0 auto;
	padding: 0 18px;
}

.sr-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: #172130;
	text-decoration: none;
}

.sr-logo:hover,
.sr-logo:focus {
	color: #172130;
}

.sr-logo-mark {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	border-radius: 999px;
	border: 5px solid #15393b;
	border-left-color: #d49b45;
	border-bottom-color: #f2d184;
}

.sr-logo-mark.is-custom-logo {
	display: grid;
	place-items: center;
	overflow: hidden;
	border: 0;
	background: transparent;
}

.sr-logo-mark.is-custom-logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sr-logo-mark.is-custom-logo::before {
	display: none;
}

.sr-logo.is-image-only .sr-logo-mark {
	width: 128px;
	border-radius: 0;
}

.sr-logo-mark::before {
	content: "";
	position: absolute;
	inset: 8px;
	border-radius: inherit;
	border: 3px solid rgba(21, 57, 59, 0.15);
}

.sr-logo-text {
	display: grid;
	gap: 1px;
}

.sr-logo-text strong {
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.sr-logo-text small {
	display: block;
	max-width: 122px;
	overflow: hidden;
	color: #6a7281;
	font-size: 9px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sr-main-nav {
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 8px 2px;
	margin: -8px 0;
	scrollbar-width: none;
}

.sr-main-nav::-webkit-scrollbar {
	display: none;
}

.sr-main-nav .sr-main-menu,
.sr-main-nav {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7px;
}

.sr-main-nav .sr-main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-main-nav li {
	margin: 0;
	padding: 0;
}

.sr-main-nav a,
.sr-login-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 10px;
	border: 1px solid var(--sr-line);
	border-radius: var(--sr-radius);
	background: rgba(255,255,255,0.86);
	box-shadow: 0 8px 18px rgba(22, 32, 51, 0.05);
	color: #263348;
	font-size: 12.5px;
	font-weight: 850;
	line-height: 34px;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.sr-main-nav a:hover,
.sr-main-nav a:focus,
.sr-main-nav a.is-active,
.sr-main-nav .current-menu-item > a,
.sr-main-nav .current_page_item > a {
	background: #e9f6ff;
	border-color: #bfe4ff;
	color: #0a67b8;
	box-shadow: inset 0 0 0 1px rgba(47, 140, 245, 0.08), 0 8px 18px rgba(22, 32, 51, 0.05);
}

.sr-main-nav a:hover,
.sr-main-nav a:focus {
	transform: translateY(-1px);
}

.sr-nav-chevron {
	position: relative;
	display: block;
	width: 8px;
	height: 8px;
	margin-left: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	opacity: 0.65;
}

.sr-login-pill {
	gap: 8px;
	min-width: 78px;
	border-color: #7fc4ee;
	background: linear-gradient(180deg, #bcecff, #60b8ee);
	color: #0d2538;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 10px 18px rgba(47, 140, 245, 0.16);
}

.sr-login-pill:hover,
.sr-login-pill:focus {
	color: #0d2538;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.72), 0 12px 22px rgba(47, 140, 245, 0.22);
}

.sr-login-icon {
	position: relative;
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: #102033;
}

.sr-login-icon::before,
.sr-login-icon::after {
	content: "";
	position: absolute;
	left: 50%;
	background: #bcecff;
	transform: translateX(-50%);
}

.sr-login-icon::before {
	top: 4px;
	width: 5px;
	height: 5px;
	border-radius: 999px;
}

.sr-login-icon::after {
	bottom: 4px;
	width: 10px;
	height: 5px;
	border-radius: 999px 999px 4px 4px;
}

.sr-tech-site .site-main-header-wrap,
.sr-tech-site .site-header-row-container-inner {
	min-height: 74px;
}

.sr-tech-site .site-container,
.sr-tech-site .site-header-row-container-inner {
	width: min(100%, 1240px);
	max-width: 1240px !important;
}

.sr-tech-site .site-branding .brand {
	gap: 10px;
	text-decoration: none;
}

.sr-tech-site .site-title {
	font-size: 24px;
	font-weight: 850;
	letter-spacing: 0;
	color: #172130;
}

.sr-tech-site .site-description {
	font-size: 10px;
	font-weight: 700;
	color: #556070;
	letter-spacing: 0.08em;
}

.sr-tech-site .main-navigation .primary-menu-container > ul {
	gap: 10px;
	align-items: center;
	flex-wrap: nowrap;
}

.sr-tech-site .main-navigation .primary-menu-container > ul > li > a {
	min-height: 34px;
	padding: 0 10px;
	border: 1px solid var(--sr-line);
	border-radius: var(--sr-radius);
	background: rgba(255,255,255,0.82);
	box-shadow: 0 8px 18px rgba(22, 32, 51, 0.05);
	color: #263348;
	font-size: 12.5px;
	font-weight: 800;
	line-height: 34px;
	white-space: nowrap;
}

.sr-tech-site .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.sr-tech-site .main-navigation .primary-menu-container > ul > li > a:hover,
.sr-tech-site .main-navigation .primary-menu-container > ul > li > a:focus {
	background: #e9f6ff;
	border-color: #bfe4ff;
	color: #0a67b8;
}

.sr-hero-wrap {
	position: relative;
	width: min(100%, 1240px);
	max-width: 1240px !important;
	margin: 38px auto 22px;
	padding: 0 18px;
}

.sr-hero-wrap::before,
.sr-hero-wrap::after,
.sr-tech-listing::before,
.sr-tech-listing::after {
	content: "";
	position: fixed;
	z-index: 0;
	width: 34px;
	height: 34px;
	border: 3px solid rgba(69, 239, 88, 0.7);
	clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 97%, 25% 97%, 0 50%);
	pointer-events: none;
}

.sr-hero-wrap::before {
	top: 120px;
	left: 8vw;
	border-color: rgba(255, 216, 64, 0.65);
}

.sr-hero-wrap::after {
	top: 31vh;
	right: 5vw;
	border-color: rgba(255, 99, 197, 0.7);
}

.sr-tech-listing::before {
	top: 57vh;
	left: 1vw;
}

.sr-tech-listing::after {
	top: 63vh;
	right: 3vw;
	border-color: rgba(134, 77, 255, 0.66);
}

.sr-hero {
	position: relative;
	z-index: 1;
	min-height: var(--sr-hero-height, 374px);
	overflow: hidden;
	border-radius: 0;
	background:
		radial-gradient(circle at 80% 25%, rgba(0,255,225,0.25), transparent 8%),
		radial-gradient(circle at 32% 20%, rgba(0,255,225,0.18), transparent 5%),
		linear-gradient(135deg, rgba(9,64,75,0.92), rgba(0,46,56,0.98)),
		var(--sr-dark);
	box-shadow: 0 22px 48px rgba(5, 36, 44, 0.16);
}

.sr-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.38;
	background:
		linear-gradient(90deg, transparent 0 12%, rgba(43,222,231,0.34) 12.15%, transparent 12.35%),
		linear-gradient(90deg, transparent 0 44%, rgba(43,222,231,0.3) 44.1%, transparent 44.3%),
		linear-gradient(135deg, transparent 0 49%, rgba(43,222,231,0.24) 49.15%, transparent 49.35%);
	background-size: 230px 90px, 320px 120px, 380px 190px;
}

.sr-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(2,26,32,0.2), transparent 34%, rgba(2,26,32,0.3));
}

.sr-hero.has-custom-image {
	background: #08333c;
}

.sr-hero.has-custom-image::before,
.sr-hero.has-custom-image .sr-hero-art {
	display: none;
}

.sr-hero-slides,
.sr-hero-slide {
	position: absolute;
	inset: 0;
}

.sr-hero-slide {
	opacity: 0;
	background: var(--sr-hero-image) center / cover no-repeat;
	transition: opacity 500ms ease;
}

.sr-hero.has-custom-image:not(.is-text-hidden) .sr-hero-slide {
	background:
		linear-gradient(90deg, rgba(2,26,32,0.22), rgba(2,26,32,0.04) 48%, rgba(2,26,32,0.16)),
		var(--sr-hero-image) center / cover no-repeat;
}

.sr-hero-slide.is-active {
	opacity: 1;
}

.sr-hero-copy {
	position: relative;
	z-index: 2;
	display: grid;
	align-content: center;
	justify-items: center;
	min-height: var(--sr-hero-height, 374px);
	padding: 44px 28px;
	text-align: center;
	color: #fff4d6;
}

.sr-hero.is-text-hidden .sr-hero-copy {
	display: none;
}

.sr-hero-copy h1 {
	margin: 0;
	color: #fff0cf;
	font-size: 76px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
	text-shadow: 0 12px 28px rgba(0,0,0,0.22);
}

.sr-hero-copy p {
	max-width: 680px;
	margin: 14px 0 0;
	color: #f8e8c5;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
}

.sr-hero-copy .sr-hero-kicker {
	min-height: 1em;
	margin: 0 0 10px;
	color: rgba(240, 255, 252, 0.7);
	font-size: 14px;
	font-weight: 700;
}

.sr-hero-art {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.sr-hero-orbit {
	position: absolute;
	border: 2px solid rgba(99, 247, 238, 0.18);
	border-radius: 999px;
}

.sr-hero-orbit-one {
	top: 86px;
	left: 13%;
	width: 156px;
	height: 156px;
}

.sr-hero-orbit-two {
	right: 12%;
	bottom: 78px;
	width: 220px;
	height: 124px;
	border-radius: 26px;
}

.sr-hero-chip {
	position: absolute;
	right: 15%;
	bottom: 86px;
	width: 230px;
	height: 118px;
	border-radius: var(--sr-radius);
	background:
		linear-gradient(90deg, rgba(60,232,226,0.18) 1px, transparent 1px),
		linear-gradient(rgba(60,232,226,0.18) 1px, transparent 1px),
		rgba(6,70,78,0.38);
	background-size: 22px 22px;
	border: 1px solid rgba(74,239,231,0.28);
	box-shadow: inset 0 0 36px rgba(0,255,220,0.11);
}

.sr-slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 0;
	transform: translateY(-1px);
}

.sr-slider-dots button {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d5e4f8;
	cursor: pointer;
}

.sr-slider-dots .is-active {
	background: #247ff0;
}

.sr-hero-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 44px;
	height: 72px;
	padding: 0;
	border: 0;
	background: rgba(2, 20, 27, 0.08);
	color: rgba(255,255,255,0.92);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background-color 180ms ease, color 180ms ease;
}

.sr-hero-arrow:hover,
.sr-hero-arrow:focus {
	background: rgba(2, 20, 27, 0.18);
	color: #fff;
}

.sr-hero-prev {
	left: 0;
}

.sr-hero-next {
	right: 0;
}

.sr-hero-arrow span {
	display: block;
	width: 18px;
	height: 18px;
	border-top: 3px solid currentColor;
	border-left: 3px solid currentColor;
}

.sr-hero-prev span {
	transform: translateX(4px) rotate(-45deg);
}

.sr-hero-next span {
	transform: translateX(-4px) rotate(135deg);
}

.sr-tech-listing .content-container {
	position: relative;
	z-index: 1;
	display: block;
	width: min(100%, 1240px);
	max-width: 1240px;
	padding: 0 18px;
}

.sr-tech-listing .content-area {
	margin-top: 24px !important;
	margin-bottom: 34px !important;
}

.sr-tech-listing #secondary {
	display: none;
}

.sr-tech-listing #main {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 34px;
	align-items: start;
	min-width: 0;
}

.sr-no-hot-panel #main {
	grid-template-columns: 1fr;
}

.sr-no-hot-panel #archive-container,
.sr-no-hot-panel .pagination {
	grid-column: 1;
}

.sr-archive-tools {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 24px;
}

.sr-sort-tabs {
	display: flex;
	align-items: center;
	gap: 12px;
	color: #a0a7b4;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.sr-sort-tabs a {
	color: #9aa3b0;
	text-decoration: none;
	transition: color 160ms ease;
}

.sr-sort-tabs a:hover,
.sr-sort-tabs a:focus {
	color: #263348;
}

.sr-sort-tabs a + a {
	position: relative;
	padding-left: 12px;
}

.sr-sort-tabs a + a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 12px;
	background: #d5dae3;
	transform: translateY(-50%);
}

.sr-sort-tabs .is-active {
	color: #263348;
}

.sr-search {
	display: grid;
	grid-template-columns: 1fr 42px;
	width: min(360px, 100%);
	height: 47px;
	border: 1px solid #cfd6df;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(22, 32, 51, 0.04);
}

.sr-search input {
	min-width: 0;
	border: 0;
	background: transparent;
	padding: 0 0 0 24px;
	color: var(--sr-text);
	font-size: 14px;
	outline: 0;
}

.sr-search input::placeholder {
	color: #a6aeb9;
	opacity: 1;
}

.sr-search button {
	display: grid;
	place-items: center;
	width: 37px;
	height: 37px;
	margin: 4px 5px 4px 0;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #2f8cf5, #734de8);
	color: #fff;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sr-search button:hover,
.sr-search button:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(47, 140, 245, 0.28);
}

.sr-search-icon {
	position: relative;
	display: block;
	width: 19px;
	height: 19px;
}

.sr-search-icon::before,
.sr-search-icon::after {
	content: "";
	position: absolute;
	display: block;
}

.sr-search-icon::before {
	left: 2px;
	top: 2px;
	width: 11px;
	height: 11px;
	border: 3px solid #fff;
	border-radius: 999px;
}

.sr-search-icon::after {
	left: 13px;
	top: 14px;
	width: 8px;
	height: 3px;
	border-radius: 999px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin: left center;
}

.sr-tech-listing #archive-container {
	grid-column: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sr-tech-listing .entry-list-item {
	min-width: 0;
}

.sr-tech-listing .loop-entry {
	height: 100%;
	overflow: hidden;
	border: 0;
	border-radius: var(--sr-radius);
	background: var(--sr-surface);
	box-shadow: 0 14px 28px rgba(22, 32, 51, 0.1);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.sr-tech-listing .loop-entry:hover {
	transform: translateY(-4px);
	box-shadow: var(--sr-shadow);
}

.sr-tech-listing .post-thumbnail {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background:
		radial-gradient(circle at 80% 20%, rgba(47,140,245,0.38), transparent 28%),
		linear-gradient(145deg, #04111f, #082f75 58%, #0b46d8);
}

.sr-tech-listing .post-thumbnail-inner,
.sr-tech-listing .post-thumbnail-inner img {
	width: 100%;
	height: 100%;
}

.sr-tech-listing .post-thumbnail-inner img {
	object-fit: cover;
	transition: transform 280ms ease;
}

.sr-tech-listing .loop-entry:hover .post-thumbnail-inner img {
	transform: scale(1.04);
}

.sr-tech-listing .entry-content-wrap {
	padding: 10px 14px 12px;
}

.sr-tech-listing .entry-header {
	margin: 0;
}

.sr-tech-listing .entry-title {
	display: -webkit-box;
	overflow: hidden;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.32;
	letter-spacing: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sr-tech-listing .entry-title a {
	color: #111b2e;
	text-decoration: none;
}

.sr-tech-listing .entry-title a:hover,
.sr-tech-listing .entry-title a:focus {
	color: var(--sr-blue-deep);
}

.sr-tech-listing .entry-taxonomies,
.sr-tech-listing .entry-summary,
.sr-tech-listing .entry-footer {
	display: none;
}

.sr-tech-listing .entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 10px;
	margin: 0;
	color: #5d6878;
	font-size: 11px;
	font-weight: 700;
}

.sr-tech-listing .loop-entry:not(:has(.post-thumbnail)) .entry-content-wrap {
	background: transparent;
	display: grid;
	align-content: start;
	min-height: 156px;
}

.sr-tech-listing .loop-entry:not(:has(.post-thumbnail)) {
	background:
		radial-gradient(circle at 82% 18%, rgba(47,140,245,0.34), transparent 28%),
		linear-gradient(145deg, #fefefe, #eef4ff);
}

.sr-tech-listing .loop-entry:not(:has(.post-thumbnail)) .entry-title a,
.sr-tech-listing .loop-entry:not(:has(.post-thumbnail)) .entry-meta,
.sr-tech-listing .loop-entry:not(:has(.post-thumbnail)) .entry-meta a {
	color: #20304d;
}

.sr-tech-listing .entry-meta a {
	color: inherit;
	text-decoration: none;
}

.sr-entry-stat {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #5d6878;
	font: inherit;
}

.sr-like-button {
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.sr-like-button span:first-child {
	color: #e75757;
	font-size: 14px;
	line-height: 1;
}

.sr-like-button:hover,
.sr-like-button:focus,
.sr-like-button.is-liked {
	color: #e75757;
}

.sr-like-button.is-liked span:first-child {
	color: #e75757;
}

.sr-like-button:disabled {
	cursor: default;
	opacity: 0.88;
}

.sr-hot-panel {
	grid-column: 2;
	grid-row: 2 / span 2;
	position: sticky;
	top: 104px;
	min-width: 0;
}

.sr-hot-panel h2 {
	display: inline-flex;
	margin: 6px 0 18px;
	padding: 10px 14px;
	border-bottom: 4px solid var(--sr-orange);
	background: var(--sr-orange);
	color: #fff;
	font-size: 23px;
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0;
}

.sr-hot-list {
	display: grid;
	gap: 14px;
}

.sr-hot-item {
	display: grid;
	grid-template-columns: 128px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 82px;
	padding: 10px;
	border-radius: var(--sr-radius);
	background: #fff;
	color: var(--sr-text);
	text-decoration: none;
	box-shadow: 0 8px 20px rgba(22, 32, 51, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sr-hot-item:hover,
.sr-hot-item:focus {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(22, 32, 51, 0.1);
}

.sr-hot-thumb {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 6px;
	background:
		radial-gradient(circle at 75% 30%, rgba(47,140,245,0.46), transparent 24%),
		linear-gradient(145deg, #04111f, #082f75 58%, #0b46d8);
}

.sr-hot-thumb img,
.sr-hot-fallback {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sr-hot-copy {
	min-width: 0;
}

.sr-hot-copy strong {
	display: -webkit-box;
	overflow: hidden;
	color: #182238;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sr-hot-copy time {
	display: block;
	margin-top: 8px;
	color: #8b94a3;
	font-size: 12px;
	font-weight: 700;
}

.sr-tech-listing .pagination {
	grid-column: 1;
	margin: 46px 0 24px;
}

.sr-tech-listing .pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.sr-tech-listing .pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #d9dee6;
	border-radius: 7px;
	background: #fff;
	color: #2b364a;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 8px 16px rgba(22, 32, 51, 0.06);
}

.sr-tech-listing .pagination .current {
	border-color: var(--sr-yellow);
	background: var(--sr-yellow);
	color: #fff;
}

.sr-tech-site .site-footer {
	margin-top: 44px;
	border-top: 1px solid var(--sr-line);
	background: rgba(255,255,255,0.72);
	color: #27334a;
}

.sr-tech-site .footer-html-inner {
	display: grid;
	justify-items: center;
	gap: 18px;
	padding: 24px 18px 26px;
}

.sr-tech-site .footer-html-inner p {
	margin: 0;
	color: #25314a;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.sr-footer-socials {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 44px;
	width: min(100%, 180px);
}

.sr-footer-social {
	position: relative;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #101f32;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 10px 20px rgba(16, 31, 50, 0.18);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sr-footer-social:hover,
.sr-footer-social:focus {
	color: #fff;
	transform: translateY(-1px);
}

.sr-social-video span {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #fff;
}

.sr-social-message span {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 2px 999px 999px 999px;
	background: #fff;
	transform: rotate(45deg);
}

.sr-social-message span::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #101f32;
}

.sr-back-top {
	position: fixed;
	right: 34px;
	bottom: 34px;
	z-index: 20;
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 999px;
	background: #08b72d;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 16px 30px rgba(8, 183, 45, 0.26);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.sr-back-top:hover,
.sr-back-top:focus {
	color: #fff;
	transform: translateY(-2px);
}

.sr-back-top span {
	display: block;
	width: 17px;
	height: 17px;
	border-top: 5px solid #fff;
	border-left: 5px solid #fff;
	transform: translateY(5px) rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.sr-tech-listing .loop-entry,
	.sr-tech-listing .post-thumbnail-inner img,
	.sr-hot-item,
	.sr-hero-slide,
	.sr-hero-arrow,
	.sr-search button,
	.sr-footer-social,
	.sr-back-top {
		transition: none;
	}
}

@media (max-width: 1180px) {
	.sr-custom-header-inner {
		grid-template-columns: auto minmax(0, 1fr);
		gap: 14px;
	}

	.sr-login-pill {
		display: none;
	}

	.sr-main-nav {
		justify-content: flex-start;
	}

	.sr-tech-listing #main {
		grid-template-columns: 1fr;
	}

	.sr-hot-panel {
		grid-column: 1;
		grid-row: auto;
		position: static;
	}

	.sr-hot-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.sr-tech-listing #archive-container {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.sr-tech-site .main-navigation .primary-menu-container > ul > li > a {
		padding: 0 12px;
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.sr-custom-header-inner {
		display: grid;
		grid-template-columns: 1fr;
		align-items: start;
		min-height: 112px;
		padding: 14px 14px 12px;
	}

	.sr-logo {
		min-width: 0;
	}

	.sr-logo-mark {
		width: 38px;
		height: 38px;
		border-width: 4px;
	}

	.sr-logo-text strong {
		font-size: 21px;
	}

	.sr-main-nav {
		width: 100%;
		justify-content: flex-start;
		padding-bottom: 2px;
	}

	.sr-main-nav a {
		min-height: 34px;
		padding: 0 13px;
		font-size: 13px;
		line-height: 34px;
	}

	.sr-tech-site .site-main-header-wrap,
	.sr-tech-site .site-header-row-container-inner {
		min-height: 64px;
	}

	.sr-hero-wrap {
		margin-top: 24px;
		padding: 0 16px;
	}

	.sr-hero,
	.sr-hero-copy {
		min-height: min(var(--sr-hero-height, 374px), 260px);
	}

	.sr-hero-copy {
		padding: 28px 18px;
	}

	.sr-hero-copy h1 {
		font-size: 42px;
	}

	.sr-hero-copy p {
		font-size: 17px;
	}

	.sr-hero-copy .sr-hero-kicker {
		font-size: 12px;
	}

	.sr-hero-arrow {
		width: 36px;
		height: 56px;
	}

	.sr-hero-chip,
	.sr-hero-orbit-two {
		display: none;
	}

	.sr-tech-listing .content-container {
		padding: 0 16px;
	}

	.sr-archive-tools {
		display: grid;
		gap: 14px;
	}

	.sr-sort-tabs {
		overflow-x: auto;
		padding-bottom: 2px;
	}

	.sr-search {
		width: 100%;
	}

	.sr-tech-listing #archive-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sr-hot-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.sr-tech-listing #archive-container {
		grid-template-columns: 1fr;
	}

	.sr-hot-item {
		grid-template-columns: 116px minmax(0, 1fr);
	}

	.sr-back-top {
		right: 18px;
		bottom: 18px;
		width: 50px;
		height: 50px;
		font-size: 28px;
	}
}
