/* dark_slayer GUIDE adapter — host tokens only. No GUIDE font.
   Load last: host CSS → guide.css?5 → this file.
   Inventory / mix sprite geometry is owned by shared guide.css — do not restated here.
*/
.guide_content_wrap,
.page_list {
	--guide-text: #fff;
	--guide-muted: #69717c;
	--guide-heading: #ffd267;
	--guide-on-header: #ffd267;
	--guide-link: #ffd267;
	--guide-link-hover: #fff;
	--guide-active: #ffe5a8;
	--guide-accent: #ffd267;
	--guide-border: #2D3137;
	--guide-surface: transparent;
	--guide-surface-alt: #1A1D21;
	--guide-table-head: #1A1D21;
	--guide-warning: #ffaf04;
	--guide-danger: #ff0000;
}

/* Match host .dmn-page-content / .content-news inset. Full content column only. */
.guide_content_wrap {
	width: 100%;
	max-width: 100%;
	background: transparent;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 45px;
	box-sizing: border-box;
}

/* SQL read / card sit in main.content without .dmn-content.
   Match host .dmn-content chrome. Library pages already have that wrapper. */
.content > .guide_content_wrap,
.content > .page_list {
	padding-top: 60px;
	background-color: rgb(2 2 3 / 0.75);
	min-height: 1200px;
	position: relative;
	min-width: 0;
	overflow-x: auto;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.guide_content_wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Host body / .wrapper-bg overflow:hidden would clip local table scrollports. */
.dmn-content:has(.guide_content_wrap) {
	min-width: 0;
	overflow-x: auto;
}

.guide_content_wrap h1,
.guide_content_wrap h2,
.guide_content_wrap h3 {
	color: var(--guide-heading);
}

/* T2-core-gap: hardcoded leftovers, token-mapped only. */
.guide_content_wrap .dict_item_list .title_set {
	background: var(--guide-surface-alt);
	color: var(--guide-heading);
}
.guide_content_wrap .tb_item_list td.name span,
.guide_content_wrap .dict_item_list td.name span {
	color: var(--guide-muted);
}
.guide_content_wrap .marketexe {
	color: var(--guide-muted);
	text-shadow: none;
}
