/*
Theme Name: KiwiTxt License Portal
Theme URI: https://license.kiwitxt.co.nz
Author: NT Digital
Description: Minimal portal theme for license.kiwitxt.co.nz - the licensee registration and portal subdomain for KiwiTxt Licensing. Intentionally stripped-back (no sidebar, no blog styling) since this subdomain is a login-gated app, not a marketing site.
Version: 0.4.0
Text Domain: kiwitxt-license-theme
*/

body {
	background: #f4f6f9;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #222;
}

.ktlt-site-header {
	background: #1F4E78;
	padding: 16px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ktlt-site-logo { color: #fff; text-decoration: none; font-weight: 700; font-size: 1.2em; }

.ktlt-header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ktlt-header-login-link {
	color: #cdd7e0;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9em;
}
.ktlt-header-login-link:hover { color: #fff; }

.ktlt-header-register-btn {
	background: #C89B3C;
	color: #1F4E78;
	font-weight: 700;
	font-size: 0.9em;
	padding: 10px 20px;
	border-radius: 4px;
	text-decoration: none;
}
.ktlt-header-register-btn:hover { background: #b98d2f; }

.ktlt-content-wrap {
	max-width: 1100px;
	margin: 32px auto;
	padding: 0 20px;
}

.ktlt-site-footer {
	text-align: center;
	padding: 24px;
	color: #888;
	font-size: 0.85em;
}

.ktlt-site-footer a {
	color: #1F4E78;
	font-weight: 600;
	text-decoration: none;
}

.ktlt-site-footer a:hover {
	text-decoration: underline;
}

a {
	color: #1F4E78;
}

@media (max-width: 640px) {
	.ktlt-site-header { padding: 12px 16px; flex-wrap: wrap; gap: 10px; }
	.ktlt-site-logo { font-size: 1.05em; }
	.ktlt-header-actions { gap: 10px; }
	.ktlt-header-login-link { font-size: 0.85em; }
	.ktlt-header-register-btn { padding: 8px 14px; font-size: 0.85em; }
	.ktlt-content-wrap { margin: 20px auto; padding: 0 14px; }
}
