/* eagle GUIDE adapter — host tokens only. No GUIDE font. No second card.
   Load last: host CSS → guide.css → this file.
*/
.guide_content_wrap,
.page_list {
	--guide-text: #898791;
	--guide-muted: #83808b;
	--guide-heading: #fbd181;
	--guide-on-header: #fbd181;
	--guide-link: #e6e3f4;
	--guide-link-hover: #fbd181;
	--guide-active: #fbd181;
	--guide-accent: #fbd181;
	--guide-border: rgba(131, 128, 139, 0.18);
	--guide-surface: #21202c;
	--guide-surface-alt: #272634;
	--guide-table-head: #272634;
	--guide-warning: #ffaf04;
	--guide-danger: #ed7876;
}

/* Native .content / .dmn-page-content surface — not an extra card. */
.guide_content_wrap {
	background: var(--guide-surface);
	border-radius: 20px;
	padding: 20px;
	width: 100%;
	max-width: 100%;
}

/* SQL read is a direct .main sibling (no .dmn-content). Match host content column. */
.main > .guide_content_wrap {
	width: calc(100% - 450px - 50px);
}
@media (max-width: 993px) {
	.main > .guide_content_wrap {
		width: 100%;
	}
}

/* T2-core-gap: hardcoded dark 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;
}
