html body#nv_portal.pg_index {
	background: #030711;
	color: #eef3ff;
	min-width: 1360px;
}

body#nv_portal.pg_index a {
	color: inherit;
}

body#nv_portal.pg_index .main-wrapper {
	background:
		radial-gradient(circle at 50% 0, rgba(116, 31, 255, 0.24), transparent 34%),
		linear-gradient(180deg, #030711 0, #050916 42%, #060a14 100%);
}

.artg-home {
	width: 100%;
	background:
		linear-gradient(180deg, rgba(5, 9, 18, 0.2), #050916 500px),
		#050916;
	overflow: hidden;
}

.artg-home .area,
.artg-home .frame,
.artg-home .column,
.artg-home .block {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

.artg-home .frame-title,
.artg-home .blocktitle,
.artg-home .title.frame-title {
	display: none !important;
}

.artg-home .artg-empty-area {
	min-height: 1px;
}

.artg-home.artg-diy-mode .area {
	min-height: 72px;
	outline: 1px dashed rgba(177, 93, 255, 0.72);
	outline-offset: -1px;
	background: rgba(123, 61, 255, 0.08);
}

.artg-home.artg-diy-mode .artg-hero {
	width: 1600px;
	max-width: calc(100vw - 180px);
	height: 360px;
}

.artg-home.artg-diy-mode .artg-hero .area {
	min-height: 360px;
}

.artg-home.artg-diy-mode .artg-featured .area {
	min-height: 180px;
}

.artg-hero {
	position: relative;
	min-height: 0;
	margin: -1px auto 0;
	overflow: visible;
	background: #030711;
}

.artg-hero.has-banner,
.artg-hero:has(.banner-wrap) {
	width: 1600px;
	max-width: calc(100vw - 180px);
	height: 360px;
}

.artg-hero:after {
	display: none;
}

.artg-hero .banner-wrap {
	width: 100%;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.artg-hero .banner-wrap .banner-right {
	display: none !important;
}

.artg-hero .banner-wrap .page-btn {
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	z-index: 12 !important;
	width: 42px !important;
	height: 72px !important;
	margin-top: 0 !important;
	transform: translateY(-50%) !important;
	background: transparent !important;
	opacity: .72 !important;
	cursor: pointer;
	transition: opacity .2s;
}

.artg-hero .banner-wrap .page-btn:hover {
	opacity: 1 !important;
}

.artg-hero .banner-wrap .button-prev {
	left: 18px !important;
	right: auto !important;
}

.artg-hero .banner-wrap .button-next {
	right: 18px !important;
	left: auto !important;
}

.artg-hero .banner-wrap .page-btn:before {
	content: "" !important;
	position: absolute;
	top: 50% !important;
	width: 28px;
	height: 28px;
	border-top: 3px solid rgba(255, 255, 255, .78);
	border-left: 3px solid rgba(255, 255, 255, .78);
	filter: drop-shadow(0 0 10px rgba(147, 57, 255, .55));
}

.artg-hero .banner-wrap .button-prev:before {
	left: 9px;
	transform: translateY(-50%) rotate(-45deg) !important;
}

.artg-hero .banner-wrap .button-next:before {
	right: 9px;
	transform: translateY(-50%) rotate(135deg) !important;
}

.artg-hero .banner-wrap .swiper-pagination {
	left: 50% !important;
	bottom: 14px !important;
	width: auto !important;
	transform: translateX(-50%) !important;
	z-index: 9;
}

.artg-hero .back-layer,
.artg-hero .swiper-container-banner,
.artg-hero .back-banner-list,
.artg-hero .swiper-slide {
	height: 100%;
}

.artg-hero .back-banner-img {
	display: none !important;
}

.artg-hero .back-layer-cover,
.artg-hero .back-layer-cover span {
	display: none !important;
}

.artg-hero .banner-link {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	width: 100%;
	max-width: none;
	height: 360px;
	transform: none;
	border-radius: 8px;
	box-shadow: none;
	overflow: hidden;
}

.artg-hero .banner-link .float-banner-img {
	display: block !important;
	width: 100% !important;
	height: 360px !important;
	object-fit: cover !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
	border-radius: 8px !important;
}

.artg-hero .banner-link.normal .float-banner-img {
	transform: none !important;
}

.artg-hero .banner-link .inner-cover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 170px;
	background: linear-gradient(180deg, transparent, rgba(3, 7, 17, 0.62));
}

.artg-hero .banner-link .float-banner-con {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 240px;
	padding: 42px 48px;
	box-sizing: border-box;
}

.artg-hero .float-banner-con .cate {
	display: none !important;
}

.artg-hero .artg-banner-thumbs {
	display: none !important;
	position: absolute !important;
	right: 18px !important;
	top: 100px !important;
	transform: none !important;
	z-index: 8 !important;
	width: 158px;
	min-height: 252px;
	padding: 14px 10px;
	border: 1px solid rgba(137, 84, 255, 0.26);
	border-radius: 8px;
	background: rgba(15, 20, 36, 0.72);
	box-shadow: 0 0 28px rgba(112, 59, 255, 0.22);
	backdrop-filter: blur(16px);
}

.artg-hero .artg-banner-thumb {
	display: block;
	width: 128px;
	height: 52px;
	margin: 0 auto 8px;
	padding: 0;
	border: 1px solid transparent;
	border-radius: 4px;
	background: transparent;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.78;
	transition: border-color .2s, opacity .2s, box-shadow .2s;
}

.artg-hero .artg-banner-thumb:last-child {
	margin-bottom: 0;
}

.artg-hero .artg-banner-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artg-hero .artg-banner-thumb.is-active,
.artg-hero .artg-banner-thumb:hover {
	border-color: rgba(191, 64, 255, 0.9);
	box-shadow: 0 0 16px rgba(147, 57, 255, 0.42);
	opacity: 1;
}

.artg-index-con {
	position: relative;
	z-index: 10;
	margin-top: 0;
}

.artg-index-main {
	width: 1600px;
	max-width: calc(100vw - 180px);
	margin: 0 auto;
}

.artg-home-tabs {
	display: flex;
	align-items: center;
	gap: 56px;
	height: 60px;
	margin-top: 10px;
	border-top: 1px solid rgba(113, 125, 172, 0.12);
	border-bottom: 1px solid rgba(113, 125, 172, 0.12);
	overflow: visible;
}

.artg-home-tab {
	position: relative;
	height: 60px;
	padding: 0 0 2px;
	border: 0;
	background: transparent;
	color: rgba(239, 243, 255, 0.66);
	font: inherit;
	font-size: 18px;
	line-height: 60px;
	cursor: pointer;
	transition: color .2s, text-shadow .2s;
}

.artg-home-tab:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 190px;
	height: 78px;
	background: radial-gradient(ellipse at center bottom, rgba(207, 52, 255, 0.42) 0, rgba(151, 43, 255, 0.24) 30%, rgba(87, 42, 168, 0.11) 54%, transparent 76%);
	filter: blur(10px);
	opacity: 0;
	transform: translateX(-50%);
	pointer-events: none;
	transition: opacity .2s;
}

.artg-home-tab:hover,
.artg-home-tab.is-active {
	color: #fff;
	text-shadow: 0 0 8px rgba(255, 255, 255, 0.55), 0 0 18px rgba(198, 55, 255, 0.9);
}

.artg-home-tab:hover:before,
.artg-home-tab.is-active:before {
	opacity: 1;
}

.artg-home-tab:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(90deg, #ff2df7, #8e44ff);
	box-shadow: 0 0 10px rgba(255, 66, 255, 0.96), 0 0 28px rgba(139, 55, 255, 0.88);
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform .2s;
}

.artg-home-tab.is-active:after {
	transform: translateX(-50%) scaleX(1);
}

.artg-home-panels {
	padding-top: 28px;
}

.artg-tab-panel {
	display: none;
}

.artg-tab-panel.is-active {
	display: block;
}

.artg-panel-action {
	display: flex;
	justify-content: flex-end;
	height: 0;
}

.artg-panel-action a {
	position: relative;
	z-index: 4;
	color: rgba(225, 230, 245, 0.72);
	font-size: 14px;
	line-height: 22px;
	transition: color .2s;
}

.artg-panel-action a:after {
	content: ">";
	margin-left: 8px;
}

.artg-panel-action a:hover {
	color: #fff;
}

.artg-panel-action-bottom {
	display: block;
	width: 100%;
	height: 28px;
	margin-top: -35px;
	text-align: right;
}

body#nv_portal.pg_index .artg-panel-action-bottom a {
	color: rgba(225, 230, 245, 0.72);
	font-size: 14px;
	line-height: 28px;
	transition: color .2s;
}

body#nv_portal.pg_index .artg-panel-action-bottom a:after {
	display: inline;
	content: ">";
	margin-left: 8px;
}

body#nv_portal.pg_index .artg-panel-action-bottom a:hover {
	color: #fff;
}

.artg-section {
	position: relative;
	margin-bottom: 26px;
}

.artg-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	color: #eef3ff;
}

.artg-section-head h2 {
	display: flex;
	align-items: center;
	margin: 0;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: #f7f8ff;
}

.artg-section-head h2 span {
	width: 12px;
	height: 20px;
	margin-right: 8px;
	background: linear-gradient(180deg, #ff2df7, #763eff);
	clip-path: polygon(44% 0, 100% 0, 58% 44%, 100% 44%, 20% 100%, 42% 55%, 0 55%);
	filter: drop-shadow(0 0 8px rgba(201, 51, 255, 0.9));
}

.artg-section-head a,
.artg-resource-head a {
	margin-left: auto;
	color: rgba(225, 230, 245, 0.72);
	font-size: 14px;
	transition: color .2s;
}

.artg-featured .artg-section-head > a {
	position: absolute;
	top: 6px;
	right: 0;
	z-index: 4;
}

.artg-section-head a:after,
.artg-resource-head a:after {
	content: ">";
	margin-left: 8px;
}

.artg-section-head a:hover,
.artg-resource-head a:hover {
	color: #fff;
}

.artg-featured .extension-wrap {
	position: relative;
}

.artg-featured .extension-list {
	display: grid;
	grid-template-columns: repeat(5, 300px);
	gap: 25px;
	margin: 0;
	padding: 0;
}

.artg-featured .extension-list li {
	position: relative;
	width: 300px;
	height: 334px;
	margin: 0;
	box-sizing: border-box;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(12, 20, 38, 0.92), rgba(6, 15, 23, 0.98));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
	overflow: hidden;
	transition: transform .22s, background .22s, box-shadow .22s;
}

.artg-featured .extension-list li:nth-child(n+31) {
	display: none;
}

.artg-featured .extension-list li:hover {
	transform: translateY(-3px);
	background: linear-gradient(180deg, rgba(14, 23, 43, 0.96), rgba(7, 17, 27, 1));
	box-shadow: 0 0 18px rgba(111, 58, 255, 0.14), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.artg-featured .artg-work-cover,
.artg-featured .extension-list li > a:first-child {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
}

.artg-featured .extension-list li > a > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artg-featured .artg-work-cover img {
	display: block;
	width: 100% !important;
	height: 190px !important;
	object-fit: cover;
	background: #0b111f;
}

.artg-featured .extension-list li .cover {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.02) 32%, rgba(3, 7, 17, 0.72)),
	radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 18%);
}

.artg-featured .artg-work-cover {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
}

.artg-featured .artg-work-title {
	position: relative;
	z-index: 4;
	display: block !important;
	width: auto !important;
	height: auto !important;
	margin: 10px 10px 0;
	color: #f5f7ff;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 0 10px rgba(45, 122, 255, 0.28);
	transition: color .2s, text-shadow .2s;
}

.artg-featured .artg-work-title:hover {
	color: #fff;
	text-shadow: 0 0 12px rgba(91, 145, 255, 0.48);
}

.artg-featured .artg-work-meta {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 238px;
	bottom: auto;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 13px;
	margin: 0;
	color: rgba(222, 228, 246, 0.72);
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	overflow: visible;
}

.artg-featured .artg-work-user,
.artg-featured .artg-work-stats {
	display: flex;
	align-items: center;
	min-width: 0;
}

.artg-featured .artg-work-user {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	order: 2;
	width: 100%;
	height: auto !important;
	gap: 10px;
	justify-content: flex-start;
	margin: 0 !important;
	padding: 14px 0 0 !important;
	border-top: 1px solid rgb(118 132 174 / 15%);
	overflow: hidden;
	color: #a7abb5;
}

.artg-featured .artg-work-stats {
	position: static;
	order: 1;
	width: 100%;
	gap: 28px;
	justify-content: flex-start;
	flex-shrink: 1;
}

.artg-featured .artg-work-avatar,
.artg-featured .artg-work-user img {
	display: block !important;
	width: 36px !important;
	height: 36px !important;
	min-width: 36px !important;
	max-width: 36px !important;
	min-height: 36px !important;
	max-height: 36px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	outline: 0 !important;
	object-fit: cover !important;
	background: #18233a;
	box-shadow: none !important;
}

.artg-featured .artg-work-author {
	display: block !important;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 190px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	color: #a7abb5;
	font-size: 13px;
	line-height: 36px;
}

.artg-featured .artg-work-stat {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	color: #818691;
	font-size: 12px;
	line-height: 18px;
}

.artg-featured .artg-work-stat svg,
.artg-featured .artg-work-stat img {
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	opacity: .82;
}

.artg-featured .artg-work-stat:nth-child(3) svg,
.artg-featured .artg-work-stat:nth-child(3) img {
	width: 14px;
	height: 14px;
	flex-basis: 14px;
}

.artg-featured .artg-work-stat i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 0 !important;
	font-size: 16px;
	line-height: 16px;
	color: currentColor;
	opacity: .82;
}


.artg-content-row {
	display: grid;
	grid-template-columns: minmax(0, 980px) minmax(420px, 1fr);
	gap: 0;
	align-items: start;
	position: relative;
	isolation: isolate;
}

.artg-transfer,
.artg-hot-topic,
.artg-resource-card {
	border: 1px solid rgba(118, 132, 174, 0.2);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(16, 22, 39, 0.86), rgba(9, 14, 27, 0.88));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.artg-transfer {
	position: relative;
	height: 468px;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	z-index: 3;
	margin-top: 13px;
	margin-right: -72px;
	border-color: rgba(204, 70, 255, 0.82);
	box-shadow: 0 0 34px rgba(147, 57, 255, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.artg-transfer:before,
.artg-hot-topic:before {
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 7;
	height: 1px;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(90deg, rgba(118, 132, 174, 0.22), rgba(194, 54, 255, 0.82), rgba(118, 132, 174, 0.22));
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease;
}

.artg-transfer:before {
	opacity: 1;
}

.artg-transfer .artg-section-head,
.artg-hot-topic .artg-section-head {
	height: 72px;
	padding: 0 34px;
}

.artg-transfer .artg-section-head {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 6;
	background: linear-gradient(180deg, rgba(8, 12, 28, 0.72), rgba(8, 12, 28, 0));
}

.artg-hot-topic .artg-section-head {
	position: relative;
	display: flex;
	text-align: left;
	transition: padding-left .22s ease;
}

.artg-hot-topic .artg-section-head h2 {
	margin-right: 110px;
	text-align: left;
	transition: color .18s ease, text-shadow .18s ease;
}

.artg-hot-topic .artg-section-head a {
	position: absolute;
	top: 50%;
	right: 34px;
	transform: translateY(-50%);
	width: 86px;
	box-sizing: border-box;
	margin-left: 0;
	text-align: right !important;
	white-space: nowrap;
}

.artg-transfer .extension-list,
.artg-hot-topic .extension-list,
.artg-resource-card .extension-list {
	margin: 0;
	padding: 0;
}

.artg-transfer .extension-list li {
	height: 388px;
	overflow: hidden;
}

.artg-transfer .extension-list li:not(:first-child) {
	display: none;
}

.artg-transfer .extension-list img {
	width: 100%;
	height: 388px;
	object-fit: cover;
}

.artg-hot-topic {
	position: relative;
	height: 458px;
	min-height: 0;
	margin-left: 44px;
	padding-bottom: 10px;
	border-color: rgba(118, 132, 174, 0.22);
	background:
		linear-gradient(180deg, rgb(37 0 83 / 24%) 0, rgb(32 12 117 / 18%) 34%, rgba(8, 13, 29, 0.02) 78%),
		linear-gradient(90deg, rgb(23 4 49 / 16%), rgb(11 17 39 / 8%) 48%, rgb(6 13 33 / 1%)),
		linear-gradient(180deg, rgba(16, 22, 39, 0.86), rgba(9, 14, 27, 0.88));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
	z-index: 2;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.artg-hot-topic .artg-section-head,
.artg-hot-topic .artg-hot-list {
	padding-left: 62px;
}

.artg-content-row:has(.artg-hot-topic:hover) .artg-transfer {
	z-index: 1;
	transform: translateX(-10px);
	border-color: rgba(118, 132, 174, 0.16);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

.artg-content-row:has(.artg-hot-topic:hover) .artg-transfer:before {
	opacity: 0;
}

.artg-hot-topic:hover {
	z-index: 4;
	transform: translateX(-24px);
	border-color: rgba(204, 70, 255, 0.82);
	box-shadow: 0 0 34px rgba(147, 57, 255, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.artg-hot-topic:hover:before {
	opacity: 1;
}

.artg-hot-topic:hover .artg-section-head,
.artg-hot-topic:hover .artg-hot-list {
	padding-left: 34px;
}

.artg-hot-topic:hover .artg-section-head h2,
.artg-hot-topic .artg-section-head h2:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.48), 0 0 22px rgba(197, 53, 255, 0.82);
}

.artg-transfer .artg-empty-area,
.artg-hot-topic .artg-empty-area {
	min-height: 388px;
}

.artg-transfer .area,
.artg-hot-topic .area,
.artg-transfer .frame,
.artg-hot-topic .frame,
.artg-transfer .column,
.artg-hot-topic .column,
.artg-transfer .block,
.artg-hot-topic .block,
.artg-transfer .dxb_bc,
.artg-hot-topic .dxb_bc {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.artg-transfer .area,
.artg-hot-topic .area {
	font-size: 0;
	line-height: 0;
}

.artg-transfer .area *,
.artg-hot-topic .area * {
	font-size: initial;
	line-height: normal;
}

.artg-transfer .blocktitle,
.artg-hot-topic .blocktitle,
.artg-transfer .title,
.artg-hot-topic .title {
	display: none !important;
}

.artg-hot-topic .extension-list {
	counter-reset: hot-rank;
	padding: 0 34px 18px;
}

.artg-hot-topic .extension-list li {
	counter-increment: hot-rank;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	height: 34px;
	border-bottom: 1px solid rgba(104, 116, 156, 0.12);
	line-height: 34px;
	overflow: hidden;
}

.artg-hot-topic .extension-list li:before {
	content: counter(hot-rank);
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 5px;
	background: rgba(110, 118, 154, 0.2);
	color: #b8c1dc;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}

.artg-hot-topic .extension-list li:nth-child(-n+3):before {
	background: linear-gradient(180deg, #ffd748, #ff8b2d);
	color: #fff;
	box-shadow: 0 0 14px rgba(255, 147, 44, 0.35);
}

.artg-hot-topic .extension-list li img,
.artg-hot-topic .extension-list li .cover {
	display: none;
}

.artg-hot-topic .extension-list li a {
	display: block;
	min-width: 0;
	color: rgba(231, 236, 252, 0.82);
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.artg-topic-slider {
	position: relative;
	height: 468px;
	font-size: 14px;
	line-height: 1.5;
}

.artg-topic-slide {
	display: none;
	position: absolute;
	inset: 0;
}

.artg-topic-slide.is-active {
	display: block;
}

.artg-topic-slide .artg-topic-cover,
.artg-topic-card > img:first-child {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
}

.artg-topic-card {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
	overflow: hidden;
	text-align: left;
}

.artg-topic-card:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(180deg, rgba(4, 7, 18, 0.04) 24%, rgba(4, 7, 18, 0.42) 60%, rgba(4, 7, 18, 0.9) 100%),
		linear-gradient(90deg, rgba(5, 8, 20, 0.18), transparent 42%, rgba(5, 8, 20, 0.16));
	pointer-events: none;
}

.artg-topic-cover {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artg-topic-kicker {
	display: none;
}

.artg-topic-kicker:before {
	content: "";
	width: 16px;
	height: 16px;
	background: linear-gradient(135deg, #fff 0, #fff 42%, transparent 43% 57%, #fff 58% 100%);
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
}

.artg-topic-info {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 52px;
	z-index: 3;
	text-align: left;
}

.artg-topic-title {
	display: block;
	margin-bottom: 14px;
	color: #fff;
	font-size: 32px !important;
	font-weight: 700;
	line-height: 40px;
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.78);
}

.artg-topic-summary {
	display: block;
	max-width: 760px;
	margin-left: 0 !important;
	margin-bottom: 20px;
	color: rgba(229, 234, 250, 0.78);
	font-size: 16px;
	line-height: 24px;
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.artg-topic-meta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
	margin-left: 0 !important;
	color: rgba(231, 236, 252, 0.82);
	font-size: 15px;
	line-height: 24px;
	text-align: left !important;
}

.artg-topic-meta > * {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.artg-topic-author {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
	max-width: 210px;
	margin-left: 0 !important;
}

.artg-topic-avatar {
	position: static !important;
	inset: auto !important;
	display: block !important;
	width: 28px !important;
	height: 28px !important;
	max-width: 28px !important;
	max-height: 28px !important;
	border-radius: 50%;
	object-fit: cover !important;
}

.artg-topic-author-name {
	display: block;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.artg-topic-date,
.artg-topic-type,
.artg-topic-views {
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.artg-topic-date {
	display: none;
}

.artg-topic-date:before,
.artg-topic-type:before,
.artg-topic-views:before {
	content: "";
	width: 1px;
	height: 15px;
	margin-right: 13px;
	background: rgba(216, 224, 248, 0.28);
}

.artg-topic-views:after {
	content: "";
	order: -1;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(226, 232, 250, 0.74) 30% 36%, transparent 38%), radial-gradient(circle at 50% 50%, rgba(226, 232, 250, 0.74) 0 15%, transparent 17%);
	border: 1px solid rgba(226, 232, 250, 0.58);
	border-radius: 50%;
	box-sizing: border-box;
}

.artg-topic-nav {
	position: absolute;
	top: 50%;
	z-index: 4;
	width: 52px;
	height: 52px;
	margin-top: -26px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	background: rgba(7, 10, 23, 0.52);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
	cursor: pointer;
}

.artg-topic-nav:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-top: 2px solid rgba(255, 255, 255, 0.78);
	border-left: 2px solid rgba(255, 255, 255, 0.78);
}

.artg-topic-prev {
	left: 24px;
}

.artg-topic-prev:before {
	left: 20px;
	transform: translateY(-50%) rotate(-45deg);
}

.artg-topic-next {
	right: 24px;
}

.artg-topic-next:before {
	right: 20px;
	transform: translateY(-50%) rotate(135deg);
}

.artg-topic-dots {
	position: absolute;
	left: 50%;
	right: auto;
	bottom: 18px;
	z-index: 4;
	display: flex;
	justify-content: center;
	gap: 10px;
	width: auto;
	transform: translateX(-50%);
}

.artg-topic-dot {
	flex: 0 0 auto !important;
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(224, 229, 246, 0.46);
	cursor: pointer;
}

.artg-topic-dot.is-active {
	width: 18px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 0 12px rgba(186, 65, 255, 0.9);
}

.artg-hot-list {
	counter-reset: hot-topic-rank;
	margin: 0;
	padding: 0 34px 26px;
	list-style: none;
	font-size: 14px;
	line-height: 1.5;
	text-align: left !important;
}

.artg-hot-item {
	counter-increment: hot-topic-rank;
	display: grid !important;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	height: 38px;
	color: rgba(230, 235, 251, 0.84);
	font-size: 16px;
	line-height: 38px;
	text-align: left !important;
}

.artg-hot-item:before {
	content: counter(hot-topic-rank);
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 7px;
	background: transparent;
	color: rgba(219, 225, 244, 0.76);
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	transition: color .18s ease, text-shadow .18s ease, filter .18s ease, box-shadow .18s ease;
}

.artg-hot-item:nth-child(1):before,
.artg-hot-item:nth-child(2):before,
.artg-hot-item:nth-child(3):before {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	clip-path: polygon(50% 0, 92% 24%, 92% 76%, 50% 100%, 8% 76%, 8% 24%);
	box-shadow: 0 0 14px rgba(255, 147, 44, 0.32);
}

.artg-hot-item:nth-child(1):before {
	background: linear-gradient(180deg, #ffe767, #ff9c24);
}

.artg-hot-item:nth-child(2):before {
	background: linear-gradient(180deg, #f4f8ff, #9da9c5);
}

.artg-hot-item:nth-child(3):before {
	background: linear-gradient(180deg, #ffb36a, #ff6936);
}

.artg-hot-title {
	display: block;
	min-width: 0;
	color: rgba(236, 240, 255, 0.88);
	text-align: left !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color .18s ease, text-shadow .18s ease;
}

.artg-hot-item > a,
.artg-hot-item > span:first-child,
.artg-hot-item .artg-hot-title {
	justify-self: stretch !important;
	width: 100% !important;
	margin: 0 !important;
	text-align: left !important;
}

.artg-hot-item:hover > a,
.artg-hot-item:hover > span:first-child,
.artg-hot-item:hover .artg-hot-title,
.artg-hot-title:hover {
	color: #fff !important;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.72), 0 0 14px rgba(255, 255, 255, 0.34), 0 0 26px rgba(205, 45, 255, 0.95);
}

.artg-hot-item:hover:before {
	color: #fff;
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.65), 0 0 16px rgba(205, 45, 255, 0.82);
	filter: brightness(1.26);
	background: transparent;
	box-shadow: none;
}

.artg-hot-item:nth-child(1):hover:before {
	background: linear-gradient(180deg, #ffe767, #ff9c24);
}

.artg-hot-item:nth-child(2):hover:before {
	background: linear-gradient(180deg, #f4f8ff, #9da9c5);
}

.artg-hot-item:nth-child(3):hover:before {
	background: linear-gradient(180deg, #ffb36a, #ff6936);
}

.artg-hot-views {
	display: inline-flex;
	align-items: center;
	min-width: 76px;
	justify-content: flex-end;
	justify-self: end;
	color: rgba(221, 227, 246, 0.7);
	font-size: 15px;
	text-align: right !important;
	white-space: nowrap;
}

.artg-hot-item > span:last-child,
.artg-hot-item .artg-hot-views {
	justify-self: end !important;
	width: auto !important;
	margin-left: 14px !important;
	text-align: right !important;
}

.artg-hot-views:before {
	content: "";
	width: 17px;
	height: 17px;
	margin-right: 6px;
	background: radial-gradient(circle at 50% 50%, transparent 0 28%, rgba(221, 227, 246, 0.58) 30% 36%, transparent 38%), radial-gradient(circle at 50% 50%, rgba(221, 227, 246, 0.58) 0 15%, transparent 17%);
	border: 1px solid rgba(221, 227, 246, 0.42);
	border-radius: 50%;
	box-sizing: border-box;
}

.artg-resource-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.artg-resource-card {
	min-height: 390px;
	padding: 30px 28px;
	border-color: rgba(143, 87, 255, 0.4);
	background:
		radial-gradient(circle at 18% 0, rgba(137, 70, 255, 0.18), transparent 44%),
		linear-gradient(180deg, rgba(18, 22, 45, 0.94), rgba(8, 13, 29, 0.96));
}

.artg-resource-card .artg-empty-area {
	min-height: 260px;
}

.artg-resource-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.artg-resource-head h3 {
	margin: 0;
	color: #f4f7ff;
	font-size: 26px;
	font-weight: 500;
}

.artg-resource-head h3:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 12px;
	border: 2px solid #b982ff;
	border-radius: 6px;
	vertical-align: -5px;
	box-shadow: 0 0 16px rgba(174, 101, 255, 0.46);
}

.artg-resource-card .extension-list li {
	display: block;
	min-height: 32px;
	margin-bottom: 9px;
	color: rgba(224, 231, 248, 0.82);
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
}

.artg-resource-card .extension-list li:first-child {
	float: left;
	width: 174px;
	height: 260px;
	margin: 0 28px 0 0;
	border: 1px solid rgba(155, 117, 255, 0.38);
	border-radius: 8px;
	overflow: hidden;
}

.artg-resource-card .extension-list li:first-child img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.artg-resource-card .extension-list li:not(:first-child) img,
.artg-resource-card .extension-list li:not(:first-child) .cover {
	display: none;
}

.artg-resource-card .extension-list li:not(:first-child):before {
	content: counter(resource-rank);
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 14px 0 0;
	border-radius: 5px;
	background: rgba(116, 124, 158, 0.24);
	color: #d8def4;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	vertical-align: 1px;
}

.artg-resource-card .extension-list {
	counter-reset: resource-rank;
}

.artg-resource-card .extension-list li:not(:first-child) {
	counter-increment: resource-rank;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.artg-resource-card .extension-list li:nth-child(2):before,
.artg-resource-card .extension-list li:nth-child(3):before,
.artg-resource-card .extension-list li:nth-child(4):before {
	background: linear-gradient(180deg, #ffd748, #ff8b2d);
	color: #fff;
}

body#nv_portal.pg_index #v-footer {
	margin-top: 16px;
	background: #050916;
	border-top: 0;
}

@media (min-width: 2200px) {
	.artg-featured .extension-list li {
		height: 334px;
	}
}
