/*
Theme Name: YMN HRM Portal Theme
Theme URI: https://youthmillenniumnetwork.org
Author: YMN
Description: Minimal companion theme for the YMN HRM & Performance Management Portal plugin. Provides a clean blank-canvas layout (navy/gold) so the plugin's shortcode pages render without fighting another theme's styles.
Version: 1.2.1
Requires PHP: 7.4
Text Domain: ymn-portal-theme
*/

* { box-sizing: border-box; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	background: #f5f7fb;
	color: #1c2333;
}

a { color: inherit; }

.ymn-site-header {
	background: #0A1F44;
	color: #fff;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}
.ymn-site-header .ymn-logo {
	font-weight: 700;
	font-size: 1.1rem;
	text-decoration: none;
	color: #fff;
}
.ymn-site-nav {
	display: flex;
	gap: 18px;
	align-items: center;
	flex-wrap: wrap;
}
.ymn-site-nav a {
	text-decoration: none;
	color: #dfe6f5;
	font-size: .92rem;
	font-weight: 600;
}
.ymn-site-nav a:hover { color: #C9A24B; }
.ymn-site-nav .ymn-nav-cta {
	background: #C9A24B;
	color: #0A1F44;
	padding: 7px 16px;
	border-radius: 8px;
}
.ymn-site-nav .ymn-nav-cta:hover { color: #0A1F44; opacity: .9; }

.ymn-site-footer {
	text-align: center;
	padding: 24px 16px;
	color: #778;
	font-size: .85rem;
}
.ymn-footer-support {
	margin-top: 6px;
	font-size: .78rem;
	color: #94a3b8;
}
.ymn-footer-support a {
	color: #C9A24B;
	text-decoration: none;
	font-weight: 600;
}
.ymn-footer-support a:hover {
	text-decoration: underline;
}

main.ymn-site-main { min-height: 60vh; }
