/* raven_dark 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 restate here.
*/
.guide_content_wrap,
.page_list {
	--guide-text: #fff;
	--guide-muted: #9eaab6;
	--guide-heading: #fff;
	--guide-on-header: #fff;
	--guide-link: #d8d0cc;
	--guide-link-hover: #ffd399;
	--guide-active: #dd6583;
	--guide-accent: #dd6583;
	--guide-border: #2f3d46;
	--guide-surface: transparent;
	--guide-surface-alt: #2c3844;
	--guide-table-head: #2c3844;
	--guide-warning: #ffd399;
	--guide-danger: #dd6583;
}

.guide_content_wrap {
	width: 100%;
	max-width: 100%;
	background: transparent;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
}

/* SQL read sits in body.body-page after header .container closes — no .dmn-content.
   Match host .dmn-page-box column. Library pages already have that wrapper. */
.body-page > .guide_content_wrap,
.body-page > .page_list {
	max-width: 1200px;
	width: 1200px;
	margin: 0 auto;
	min-height: 600px;
	background: linear-gradient(to bottom, rgba(19, 22, 26, 1) 50%, rgba(19, 22, 26, 0) 50%);
	padding-top: 35px;
	padding-bottom: 45px;
	box-sizing: border-box;
	min-width: 0;
	overflow-x: auto;
	position: relative;
}

@media (max-width: 1200px) {
	.guide_content_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.body-page > .guide_content_wrap,
	.body-page > .page_list {
		width: 100%;
		max-width: 100%;
	}
}

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

.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;
}
