/* Placeholder global stylesheet to satisfy link reference in _Host.cshtml */
body { font-family: system-ui, Arial, sans-serif; }

/* Intro walkthrough highlight anchors */
.intro-highlight{position:fixed;outline:3px solid var(--mud-palette-primary);outline-offset:2px;pointer-events:none;z-index:4001;border-radius:8px;background:rgba(255,255,255,0.04)}
.intro-highlight-nav{top:56px;left:0;width:250px;height:calc(100% -56px);border-radius:04px4px0}
.intro-highlight-theme{top:8px;right:120px;width:40px;height:40px}
.intro-highlight-bell{top:8px;right:170px;width:40px;height:40px}
.intro-highlight-help{top:8px;right:220px;width:40px;height:40px}

/* culture dropdown narrower */
.culture-select .mud-input-root,
.culture-select .mud-select,
.culture-select .mud-input-slot {
 min-width:0 !important;
}
.culture-select .mud-select { width:60px !important; }

/* Page help icon: top-right per page */
.page-host{ position:relative; }
.page-help-icon{ position:absolute; top:8px; right:12px; z-index:10; display:flex; align-items:center; gap:6px; }
.page-help-icon .mud-icon-button{ color: var(--mud-palette-primary); }
