.ttg-tooltip-box {
	position: fixed;
	display: none;
	background: #18191c;
	color: #e2e8f0;
	border: 2px solid #a83232;
	padding: 12px 14px;
	border-radius: 6px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 1px rgba(255, 255, 255, 0.15);
	z-index: 9999999;
	max-width: 360px;
	min-width: 240px;
	max-height: 85vh;
	overflow-y: auto;
	font-size: 12px;
	line-height: 1.45;
	pointer-events: none;
	box-sizing: border-box;
	font-family: inherit;
	backdrop-filter: blur(4px);
	word-break: break-word;
	overflow-wrap: break-word;
}

.ttg-tooltip-inner {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ttg-tooltip-title {
	margin: 0;
	color: #e55353;
	border-bottom: 1px solid #334155;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.ttg-tooltip-top-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 6px;
	margin-bottom: 2px;
	flex-wrap: wrap;
}

.ttg-top-left {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.ttg-top-right {
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
	margin-left: auto;
}

.ttg-tooltip-badges {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	margin-bottom: 2px;
}

.ttg-tooltip-meta-badges {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin-top: 1px;
	margin-bottom: 3px;
}

.ttg-tooltip-box .ttg-badge {
	background: #334155;
	color: #ffffff;
	padding: 2px 7px;
	border-radius: 4px;
	font-size: 10px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.3px;
}

.ttg-tooltip-box .ttg-badge-type {
	font-size: 10.5px;
	font-weight: 700;
	padding: 2px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}

.ttg-tooltip-box .ttg-badge-price {
	background: rgba(234, 179, 8, 0.15) !important;
	border: 1px solid rgba(234, 179, 8, 0.45) !important;
	color: #facc15 !important;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-transform: none;
	letter-spacing: 0.2px;
}

.ttg-tooltip-box .ttg-badge-weight {
	background: rgba(148, 163, 184, 0.15) !important;
	border: 1px solid rgba(148, 163, 184, 0.45) !important;
	color: #cbd5e1 !important;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	text-transform: none;
	letter-spacing: 0.2px;
}

.ttg-tooltip-image-box {
	text-align: center;
	margin: 4px 0;
}

.ttg-tooltip-image {
	max-width: 120px;
	max-height: 120px;
	border-radius: 6px;
	border: 1px solid #475569;
	object-fit: contain;
	background: #0f172a;
}

.ttg-tooltip-icon-box {
	text-align: center;
	margin: 6px 0;
	font-size: 32px;
	color: #d4af37;
}

.ttg-tooltip-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 6px;
	background: transparent;
	border: none;
	padding: 2px 0;
	margin: 2px 0;
}

.ttg-prop-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: #1e293b;
	border: 1px solid #475569;
	border-radius: 4px;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: 700;
	color: #f1f5f9;
	line-height: 1.35;
	box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	max-width: 100%;
	white-space: normal;
	word-break: break-word;
}

.ttg-prop-chip i {
	font-size: 11px;
}

.ttg-tooltip-properties {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	background: rgba(15, 23, 42, 0.6);
	border: 1px solid #334155;
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 11px;
}

.ttg-prop-item {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ttg-prop-label {
	color: #94a3b8;
	font-weight: 600;
}

.ttg-prop-val {
	font-weight: 700;
	color: #f1f5f9;
}

.ttg-tooltip-desc {
	color: #cbd5e1;
	font-size: 11.5px;
	line-height: 1.4;
	margin: 2px 0;
}

.ttg-tooltip-section {
	border-top: 1px solid #334155;
	padding-top: 6px;
	margin-top: 2px;
}

.ttg-section-title {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	margin-bottom: 3px;
}

.ttg-section-content {
	font-size: 11.5px;
	color: #cbd5e1;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.ttg-section-item {
	line-height: 1.35;
}

.ttg-tooltip-loading {
	color: #94a3b8;
	text-align: center;
	padding: 10px 0;
	font-style: italic;
}

.ttg-tooltip-error {
	padding: 6px 0;
	text-align: center;
}

.ttg-tooltip-custom-slot {
	display: contents;
}
