﻿.pcgh-home-ai-search-section {
	position: relative;
	min-height: var(--pcgh-home-ai-search-height,520px);
	padding: 0;
	margin-bottom: 28px;
	background: #050806 var(--pcgh-home-ai-search-bg) center/cover no-repeat;
	overflow: visible
}

.pcgh-home-ai-search-section.has-search-cards {
	margin-bottom: clamp(46px,4vw,58px)
}

.pcgh-home-chooser-section {
	margin-top: 14px;
	margin-bottom: 20px
}

.pcgh-home-chooser {
	position: relative;
	padding: 18px 22px 20px;
	border: 1px solid rgba(125,211,252,.42);
	border-radius: 14px;
	background: linear-gradient(135deg,rgba(239,246,255,.92),rgba(236,253,245,.7));
	box-shadow: 0 14px 38px rgba(15,23,42,.05);
	overflow: hidden
}

.pcgh-home-chooser::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 78% 8%,rgba(59,130,246,.13),transparent 30%),radial-gradient(circle at 8% 110%,rgba(20,184,166,.14),transparent 32%)
}

.pcgh-home-chooser > * {
	position: relative;
	z-index: 1
}

.pcgh-home-chooser__head {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px
}

.pcgh-home-chooser__head-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 9px;
	color: var(--pcgh-primary,#3b82f6);
	background: rgba(59,130,246,.08)
}

.pcgh-home-chooser__head-icon :where(i[data-lucide],svg) {
	width: 22px;
	height: 22px
}

.pcgh-home-chooser__head h2 {
	margin: 0;
	color: #2563eb;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25
}

.pcgh-home-chooser__head p {
	margin: 3px 0 0;
	color: #64748b;
	font-size: 13px;
	line-height: 1.45
}

.pcgh-home-chooser__body {
	display: grid;
	grid-template-columns: minmax(0,1fr) 194px;
	gap: 28px;
	align-items: center
}

.pcgh-home-chooser__items {
	display: grid;
	grid-template-columns: repeat(5,minmax(0,1fr));
	gap: 18px
}

.pcgh-home-chooser__item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 0;
	min-height: 66px;
	padding: 11px 16px;
	border: 1px solid rgba(226,232,240,.9);
	border-radius: 12px;
	background: rgba(255,255,255,.78);
	color: #0f172a;
	text-decoration: none;
	box-shadow: 0 10px 28px rgba(15,23,42,.05);
	transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease
}

.pcgh-home-chooser__item:hover {
	transform: translateY(-2px);
	border-color: color-mix(in srgb,var(--chooser-color,#3b82f6) 42%,#dbeafe);
	background: #fff;
	box-shadow: 0 16px 34px rgba(15,23,42,.08)
}

.pcgh-home-chooser__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	border-radius: 50%;
	color: var(--chooser-color,#3b82f6);
	background: color-mix(in srgb,var(--chooser-color,#3b82f6) 12%,#fff);
	box-shadow: inset 0 0 0 1px color-mix(in srgb,var(--chooser-color,#3b82f6) 16%,transparent)
}

.pcgh-home-chooser__item-icon :where(i[data-lucide],svg) {
	width: 19px;
	height: 19px
}

.pcgh-home-chooser__item-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: block
}

.pcgh-home-chooser__item-text {
	display: flex;
	flex-direction: column;
	min-width: 0;
	line-height: 1.25
}

.pcgh-home-chooser__item-text strong {
	color: #334155;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pcgh-home-chooser__item-text small {
	margin-top: 4px;
	color: #64748b;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pcgh-home-chooser__button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 72px;
	padding: 0 22px;
	border-radius: 999px;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(135deg,#2f7cff,#69a6ff);
	transition: transform .18s ease,box-shadow .18s ease,filter .18s ease
}

.pcgh-home-chooser__button:hover {
	color: #fff;
	transform: translateY(-2px);
	filter: saturate(1.06)
}

.pcgh-home-chooser__button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,.18)
}

.pcgh-home-chooser__button span :where(i[data-lucide],svg) {
	width: 24px;
	height: 24px
}

.pcgh-home-chooser__button em {
	display: flex;
	flex-direction: column;
	min-width: 0;
	font-style: normal;
	line-height: 1.18
}

.pcgh-home-chooser__button strong {
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap
}

.pcgh-home-chooser__button small {
	margin-top: 4px;
	color: rgba(255,255,255,.84);
	font-size: 12px;
	white-space: nowrap
}

.pcgh-game-chooser-modal {
	z-index: 10030
}

.pcgh-game-chooser-modal .pcgh-modal__mask {
	background: rgba(15,23,42,.58);
	backdrop-filter: blur(5px)
}

.pcgh-game-chooser-modal__panel {
	width: min(980px,calc(100vw - 32px));
	padding: 34px 30px 26px;
	border: 1px solid rgba(226,232,240,.92);
	border-radius: 16px;
	background: rgba(255,255,255,.97);
	color: #0f172a;
	text-align: center;
	box-shadow: 0 28px 90px rgba(15,23,42,.28);
	overflow: hidden
}

.pcgh-game-chooser-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 10px;
	background: transparent;
	color: #64748b;
	cursor: pointer;
	transition: .18s ease
}

.pcgh-game-chooser-modal__close:hover {
	background: rgba(15,23,42,.06);
	color: #0f172a;
	transform: rotate(90deg)
}

.pcgh-game-chooser-modal__close :where(i[data-lucide],svg) {
	width: 20px;
	height: 20px
}

.pcgh-game-chooser-modal__spark {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #facc15;
	transform: rotate(45deg)
}

.pcgh-game-chooser-modal__spark--a {
	left: 26%;
	top: 24px;
	background: #93c5fd
}

.pcgh-game-chooser-modal__spark--b {
	right: 28%;
	top: 30px
}

.pcgh-game-chooser-modal__spark--c {
	right: 20%;
	top: 55px;
	width: 7px;
	height: 7px;
	background: #93c5fd
}

.pcgh-game-chooser-modal__panel h2 {
	margin: 0 40px 8px;
	color: #111827;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.3
}

.pcgh-game-chooser-modal__status {
	margin: 0;
	color: #1e293b;
	font-size: 16px;
	font-weight: 700
}

.pcgh-game-chooser-modal__desc {
	margin: 7px 0 22px;
	color: #64748b;
	font-size: 13px;
	line-height: 1.55
}

.pcgh-game-chooser-modal__roulette {
	position: relative;
	padding: 22px 0;
	margin: 0 0 22px;
	border: 1px solid #dbeafe;
	border-radius: 12px;
	background: linear-gradient(180deg,#f8fbff,#fff);
	overflow: hidden
}

.pcgh-game-chooser-modal__viewport {
	position: relative;
	height: 132px;
	overflow: hidden
}

.pcgh-game-chooser-modal__track {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	gap: 10px;
	will-change: transform
}

.pcgh-game-chooser-modal__cover {
	width: 190px;
	height: 112px;
	flex: 0 0 190px;
	margin-top: 10px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #e2e8f0;
	overflow: hidden;
	cursor: default;
	transition: transform .22s ease,box-shadow .22s ease,outline-color .22s ease
}

.pcgh-game-chooser-modal__cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.pcgh-game-chooser-modal__cover.is-selected {
	transform: scale(1.08);
	outline: 3px solid #3b82f6;
	outline-offset: 2px;
	box-shadow: 0 16px 34px rgba(37,99,235,.28)
}

.pcgh-game-chooser-modal__pointer {
	position: absolute;
	left: 50%;
	z-index: 2;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	filter: drop-shadow(0 6px 10px rgba(37,99,235,.24))
}

.pcgh-game-chooser-modal__pointer--top {
	top: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 18px solid #3b82f6
}

.pcgh-game-chooser-modal__pointer--bottom {
	bottom: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 18px solid #3b82f6
}

.pcgh-game-chooser-modal__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 0 70px 14px
}

.pcgh-game-chooser-modal__actions button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	border: 0;
	border-radius: 9px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .18s ease,filter .18s ease
}

.pcgh-game-chooser-modal__actions button:hover {
	transform: translateY(-1px);
	filter: saturate(1.05)
}

.pcgh-game-chooser-modal__actions button:first-child {
	background: #dbeafe;
	color: #2563eb
}

.pcgh-game-chooser-modal__actions button:last-child {
	background: linear-gradient(135deg,#fb7185,#ef4444);
	color: #fff
}

.pcgh-game-chooser-modal__actions :where(i[data-lucide],svg) {
	width: 20px;
	height: 20px
}

.pcgh-game-chooser-modal__tip {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin: 0 0 20px;
	color: #64748b;
	font-size: 13px
}

.pcgh-game-chooser-modal__tip :where(i[data-lucide],svg) {
	width: 15px;
	height: 15px;
	color: #64748b
}

.pcgh-game-chooser-modal__result {
	display: grid;
	grid-template-columns: 92px minmax(0,1fr) 170px;
	gap: 18px;
	align-items: center;
	padding: 14px 16px;
	border: 1px solid #dbeafe;
	border-radius: 10px;
	background: linear-gradient(135deg,#eff6ff,#fff);
	text-align: left
}

.pcgh-game-chooser-modal__result[hidden] {
	display: none
}

.pcgh-game-chooser-modal__result-cover {
	width: 92px;
	aspect-ratio: 4/3;
	border-radius: 8px;
	overflow: hidden;
	background: #e2e8f0
}

.pcgh-game-chooser-modal__result-cover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block
}

.pcgh-game-chooser-modal__result-body {
	min-width: 0
}

.pcgh-game-chooser-modal__result-body strong {
	display: block;
	color: #111827;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.22;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.pcgh-game-chooser-modal__result-meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 3px 0 2px;
	color: #2563eb;
	font-size: 12px
}

.pcgh-game-chooser-modal__result-meta span {
	width: 1px;
	height: 10px;
	background: #bfdbfe
}

.pcgh-game-chooser-modal__result-body p {
	margin: 0;
	color: #64748b;
	font-size: 12px;
	line-height: 1.32;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.pcgh-game-chooser-modal__result-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 56px;
	padding: 0 16px;
	border-radius: 8px;
	background: linear-gradient(135deg,#3b82f6,#2563eb);
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	line-height: 1.25
}

.pcgh-game-chooser-modal__result-btn:hover {
	color: #fff
}

.pcgh-game-chooser-modal__result-btn :where(i[data-lucide],svg) {
	width: 20px;
	height: 20px
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser {
	border-color: rgba(51,65,85,.92);
	background: linear-gradient(135deg,rgba(15,23,42,.94),rgba(30,41,59,.86));
	box-shadow: none
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser::before {
	background: radial-gradient(circle at 78% 8%,rgba(59,130,246,.18),transparent 30%),radial-gradient(circle at 8% 110%,rgba(20,184,166,.12),transparent 32%)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__head h2 {
	color: #93c5fd
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__head p,
html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__item-text small {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__item {
	border-color: rgba(51,65,85,.9);
	background: rgba(15,23,42,.68);
	color: #e5e7eb;
	box-shadow: none
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__item:hover {
	background: rgba(30,41,59,.9);
	border-color: color-mix(in srgb,var(--chooser-color,#60a5fa) 42%,#475569)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__item-icon {
	background: color-mix(in srgb,var(--chooser-color,#60a5fa) 16%,#0f172a)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-chooser__item-text strong {
	color: #f8fafc
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal .pcgh-modal__mask {
	background: rgba(2,6,23,.7)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__panel {
	border-color: rgba(51,65,85,.9);
	background: rgba(15,23,42,.97);
	color: #e5e7eb;
	box-shadow: 0 30px 90px rgba(0,0,0,.56)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__panel h2,
html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__status,
html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__result-body strong {
	color: #f8fafc
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__desc,
html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__tip,
html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__result-body p {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__roulette {
	border-color: rgba(51,65,85,.9);
	background: linear-gradient(180deg,rgba(30,41,59,.9),rgba(15,23,42,.92))
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__cover {
	background: #1e293b
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__actions button:first-child {
	background: rgba(59,130,246,.18);
	color: #93c5fd
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__result {
	border-color: rgba(51,65,85,.9);
	background: linear-gradient(135deg,rgba(30,41,59,.92),rgba(15,23,42,.86))
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__close {
	color: #94a3b8
}

html[data-pcgh-theme-resolved="dark"] .pcgh-game-chooser-modal__close:hover {
	background: rgba(148,163,184,.12);
	color: #fff
}

@media (max-width: 1100px) {
	.pcgh-home-chooser__body {
		grid-template-columns: 1fr;
		gap: 16px
	}
	.pcgh-home-chooser__items {
		grid-template-columns: repeat(3,minmax(0,1fr))
	}
	.pcgh-home-chooser__button {
		width: min(260px,100%);
		justify-self: center
	}
}

@media (max-width: 768px) {
	.pcgh-home-chooser {
		padding: 16px;
		border-radius: 12px
	}
	.pcgh-home-chooser__items {
		grid-template-columns: 1fr;
		gap: 10px
	}
	.pcgh-home-chooser__item {
		justify-content: flex-start;
		min-height: 58px
	}
	.pcgh-home-chooser__button {
		min-height: 58px;
		border-radius: 14px
	}
	.pcgh-game-chooser-modal__panel {
		padding: 24px 14px 18px
	}
	.pcgh-game-chooser-modal__viewport {
		height: 104px
	}
	.pcgh-game-chooser-modal__cover {
		width: 150px;
		height: 88px;
		flex-basis: 150px;
		margin-top: 8px
	}
	.pcgh-game-chooser-modal__actions {
		margin: 0 0 14px;
		gap: 12px
	}
	.pcgh-game-chooser-modal__result {
		grid-template-columns: 76px minmax(0,1fr);
		gap: 12px
	}
	.pcgh-game-chooser-modal__result-cover {
		width: 76px
	}
	.pcgh-game-chooser-modal__result-btn {
		grid-column: 1 / -1
	}
}

.pcgh-home-ai-search-section::before {
	content: "";
	position: absolute;
	inset: 0;
	display: none;
	background: none;
	pointer-events: none
}

.pcgh-home-ai-search-section::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: rgba(255,255,255,.08)
}

.pcgh-home-ai-search__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none
}

.pcgh-home-ai-search-section .pcgh-container {
	position: relative;
	z-index: 1;
	width: min(100%,var(--pcgh-container-w));
	height: 100%
}

.pcgh-home-ai-search {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: var(--pcgh-home-ai-search-height,520px);
	margin: 0;
	text-align: left
}

.pcgh-home-ai-search__content {
	position: relative;
	z-index: 2;
	width: min(100%,728px)
}

.pcgh-home-ai-search h1 {
	margin: 0;
	color: #fff;
	font-size: clamp(36px,4.45vw,56px);
	font-weight: 900;
	line-height: 1.28;
	letter-spacing: .02em;
	text-shadow: 0 14px 34px rgba(0,0,0,.42)
}

.pcgh-home-ai-search h1 span {
	color: var(--pcgh-primary);
	text-shadow: 0 0 28px rgba(var(--pcgh-primary-rgb),.35)
}

.pcgh-home-ai-search p {
	margin: 16px 0 0;
	color: rgba(255,255,255,.78);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .04em
}

.pcgh-home-ai-search__form {
	display: grid;
	grid-template-columns: minmax(0,1fr) 112px;
	align-items: center;
	max-width: 728px;
	height: 68px;
	margin: 30px 0 0;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(var(--pcgh-primary-rgb),.28);
	box-shadow: 0 22px 58px rgba(0,0,0,.34),0 0 0 1px rgba(var(--pcgh-primary-rgb),.12);
	overflow: hidden;
	padding: 8px
}

.pcgh-home-ai-search__form input {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	border: 0;
	outline: 0;
	background: transparent;
	color: #111827;
	font-size: 17px
}

.pcgh-home-ai-search__form input::placeholder {
	color: #9ca3af
}

.pcgh-home-ai-search__form button {
	height: 100%;
	border: 0;
	border-radius: 7px;
	background: linear-gradient(135deg,var(--pcgh-primary),#2563eb);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
	transition: none;
	-webkit-tap-highlight-color: transparent;
	user-select: none
}

.pcgh-home-ai-search__form button svg,
.pcgh-home-ai-search__form button i {
	width: 22px;
	height: 22px;
	color: currentColor
}

.pcgh-home-ai-search__form button:hover {
	background: linear-gradient(135deg,var(--pcgh-primary),#2563eb)
}

.pcgh-home-ai-search__form button:focus-visible,
.pcgh-home-ai-search__form button:active {
	outline: none;
	box-shadow: none;
	filter: none
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search__form {
	background: rgba(15,23,42,.9);
	border-color: rgba(148,163,184,.22);
	box-shadow: 0 22px 58px rgba(0,0,0,.42),0 0 0 1px rgba(255,255,255,.06);
	backdrop-filter: blur(14px)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search__form input {
	color: #f8fafc;
	caret-color: var(--pcgh-primary)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search__form input::placeholder {
	color: rgba(203,213,225,.72)
}

.pcgh-home-ai-search__hot {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 9px 18px;
	margin-top: 18px;
	color: rgba(255,255,255,.72);
	font-size: 14px
}

.pcgh-home-ai-search__hot span {
	font-weight: 800
}

.pcgh-home-ai-search__hot a {
	color: rgba(255,255,255,.72)
}

.pcgh-home-ai-search__hot a:hover {
	color: var(--pcgh-primary)
}

.pcgh-home-ai-search__stats {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	max-width: 100%;
	margin-top: 20px;
	padding: 12px 18px;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 8px;
	background: rgba(255,255,255,.13);
	color: rgba(255,255,255,.9);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.25;
	backdrop-filter: blur(12px);
}

.pcgh-home-ai-search__stats :where(i[data-lucide],svg[data-lucide],.lucide) {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	color: rgba(255,255,255,.92);
}

.pcgh-home-ai-search__stats strong {
	margin: 0 3px;
	color: #2f7dff;
	font-size: 22px;
	font-weight: 900;
	vertical-align: -1px;
}

.pcgh-home-ai-search-cards {
	--pcgh-home-ai-search-card-gap: clamp(8px,.9vw,14px);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	z-index: 3;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: var(--pcgh-home-ai-search-card-gap);
	width: auto;
	max-width: none;
	transform: none;
	overflow-x: visible;
	overflow-y: hidden;
	scrollbar-width: none
}

.pcgh-home-ai-search-cards::-webkit-scrollbar {
	display: none
}

.pcgh-home-ai-search-card {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
	max-width: none;
	min-height: 70px;
	padding: 14px 18px;
	border: 1px solid rgba(226,232,240,.88);
	border-radius: 10px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(12px);
	transition: transform .2s ease,border-color .2s ease,background .2s ease
}

.pcgh-home-ai-search-card:hover {
	transform: translateY(-3px);
	border-color: rgba(var(--pcgh-primary-rgb),.32);
	box-shadow: none
}

.pcgh-home-ai-search-card:focus-visible,
.pcgh-home-ai-search-card:active {
	box-shadow: none
}

.pcgh-home-ai-search-card__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #f59e0b
}

.pcgh-home-ai-search-card__icon svg,
.pcgh-home-ai-search-card__icon i {
	width: 28px;
	height: 28px
}

.pcgh-home-ai-search-card__icon img {
	width: 30px;
	height: 30px;
	object-fit: contain
}

.pcgh-home-ai-search-card--1 .pcgh-home-ai-search-card__icon {
	color: #fb923c
}

.pcgh-home-ai-search-card--2 .pcgh-home-ai-search-card__icon {
	color: #f97316
}

.pcgh-home-ai-search-card--3 .pcgh-home-ai-search-card__icon {
	color: #ec4899
}

.pcgh-home-ai-search-card--4 .pcgh-home-ai-search-card__icon {
	color: #0ea5e9
}

.pcgh-home-ai-search-card__body {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0
}

.pcgh-home-ai-search-card__title {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	max-width: 100%;
	color: #1f2937;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.pcgh-home-ai-search-card__title em {
	flex: 0 0 auto;
	padding: 1px 5px;
	border-radius: 999px;
	background: linear-gradient(135deg,#ff7a45,#ffb020);
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.25
}

.pcgh-home-ai-search-card--3 .pcgh-home-ai-search-card__title em {
	background: linear-gradient(135deg,#ff5ca8,#ff7a7a)
}

.pcgh-home-ai-search-card--4 .pcgh-home-ai-search-card__title em {
	background: linear-gradient(135deg,#2f80ed,#56ccf2)
}

.pcgh-home-ai-search-card__desc {
	overflow: hidden;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search-card {
	border-color: rgba(148,163,184,.18);
	background: rgba(18,24,38,.86);
	box-shadow: none
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search-card:hover {
	border-color: rgba(var(--pcgh-primary-rgb),.38);
	background: rgba(25,34,52,.92)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search-card__title {
	color: #f8fafc
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search-card__desc {
	color: rgba(226,232,240,.68)
}

html[data-pcgh-theme-resolved="dark"] .pcgh-home-ai-search-card__icon {
	box-shadow: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-home-ai-search__stats {
	border-color: rgba(255,255,255,.16);
	background: rgba(255,255,255,.16);
	color: rgba(255,255,255,.92);
}

html[data-pcgh-theme-resolved="light"] .pcgh-home-ai-search-section {
	background-color: #f5f7f1
}

html[data-pcgh-theme-resolved="light"] .pcgh-home-ai-search-section::before {
	background: none
}

html[data-pcgh-theme-resolved="light"] .pcgh-home-ai-search__form {
	box-shadow: 0 18px 44px rgba(15,23,42,.12);
	border: 1px solid rgba(15,23,42,.08)
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search {
	justify-content: center;
	text-align: center
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__content {
	width: min(100%,880px);
	margin: 0 auto
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search h1 {
	margin-right: auto;
	margin-left: auto;
	max-width: 980px;
	letter-spacing: 0
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search p {
	margin-right: auto;
	margin-left: auto;
	max-width: 760px
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__form {
	margin-right: auto;
	margin-left: auto;
	max-width: 820px
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__hot {
	justify-content: center;
	text-align: center
}

.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__stats {
	display: flex;
	margin-right: auto;
	margin-left: auto
}

@media (max-width: 1080px) {
	.pcgh-home-ai-search {
		padding-left: clamp(12px,4vw,36px);
		padding-right: clamp(12px,4vw,36px)
	}

	.pcgh-home-ai-search-cards {
		bottom: -82px;
		width: auto
	}

	.pcgh-home-ai-search-section.has-search-cards {
		margin-bottom: 84px
	}
}

@media (max-width: 768px) {
	.pcgh-home-ai-search-section {
		min-height: auto;
		padding: 0;
		margin-bottom: 22px
	}

	.pcgh-home-ai-search-section.has-search-cards {
		margin-bottom: 96px
	}

	.pcgh-home-ai-search-section::before {
		background: none
	}

	.pcgh-home-ai-search {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: auto;
		gap: 20px;
		padding: 34px 12px 48px;
		text-align: left
	}

	.pcgh-home-ai-search__content {
		order: 0
	}

	.pcgh-home-ai-search h1 {
		font-size: 31px;
		line-height: 1.25
	}

	.pcgh-home-ai-search p {
		margin-top: 12px;
		font-size: 14px;
		line-height: 1.7
	}

	.pcgh-home-ai-search__form {
		grid-template-columns: minmax(0,1fr) 86px;
		height: 52px;
		margin: 22px 0 0;
		border-radius: 9px;
		padding: 6px
	}

	.pcgh-home-ai-search__form input {
		font-size: 13px;
		padding: 0 10px
	}

	.pcgh-home-ai-search__form button {
		gap: 5px;
		font-size: 14px
	}

	.pcgh-home-ai-search__form button svg,
	.pcgh-home-ai-search__form button i {
		width: 17px;
		height: 17px
	}

	.pcgh-home-ai-search__hot {
		justify-content: flex-start;
		gap: 8px 12px;
		margin-top: 14px;
		font-size: 12px;
		text-align: left
	}

	.pcgh-home-ai-search__hot span {
		width: auto
	}

	.pcgh-home-ai-search__stats {
		margin-top: 16px;
		padding: 10px 14px;
		font-size: 13px
	}

	.pcgh-home-ai-search__stats :where(i[data-lucide],svg[data-lucide],.lucide) {
		width: 20px;
		height: 20px;
		flex-basis: 20px
	}

	.pcgh-home-ai-search__stats strong {
		font-size: 18px
	}

	.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search {
		align-items: center;
		text-align: center
	}

	.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__content {
		width: min(100%,640px)
	}

	.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__form {
		margin-right: auto;
		margin-left: auto
	}

	.pcgh-home-ai-search-section--v2 .pcgh-home-ai-search__hot {
		justify-content: center;
		text-align: center
	}

	.pcgh-home-ai-search-cards {
		left: 0;
		right: 0;
		bottom: -72px;
		display: flex;
		width: auto;
		padding: 0 16px 12px;
		transform: none;
		overflow-x: auto;
		scrollbar-width: none
	}

	.pcgh-home-ai-search-cards::-webkit-scrollbar {
		display: none
	}

	.pcgh-home-ai-search-card {
		flex: 0 0 clamp(180px,56vw,220px);
		min-height: 66px;
		padding: 13px 15px
	}

	html[data-pcgh-theme-resolved="light"] .pcgh-home-ai-search-section::before {
		background: none
	}
}

@media (min-width: 769px) and (max-width: 1280px) {
	.pcgh-home-ai-search-cards {
		--pcgh-home-ai-search-card-gap: clamp(7px,.75vw,10px)
	}

	.pcgh-home-ai-search-card {
		gap: 9px;
		min-height: 66px;
		padding: 12px 10px
	}

	.pcgh-home-ai-search-card__icon {
		width: 30px;
		height: 30px
	}

	.pcgh-home-ai-search-card__icon svg,
	.pcgh-home-ai-search-card__icon i {
		width: 24px;
		height: 24px
	}

	.pcgh-home-ai-search-card__icon img {
		width: 26px;
		height: 26px
	}

	.pcgh-home-ai-search-card__title {
		font-size: 14px
	}

	.pcgh-home-ai-search-card__desc {
		font-size: 11px
	}
}

@media (max-width: 480px) {
	.pcgh-home-ai-search {
		padding-top: 28px
	}

	.pcgh-home-ai-search h1 {
		font-size: 27px
	}

	.pcgh-home-ai-search__hot a:nth-of-type(n+5) {
		display: none
	}
}
