﻿.alm-sp {
	--alm-sp-ink: #102033;
	--alm-sp-blue: #176b87;
	--alm-sp-teal: #18b79f;
	--alm-sp-orange: #114a8a;
	--alm-sp-line: rgba(23, 107, 135, 0.14);
	--alm-sp-soft: #f4f8f7;
	width: min(1220px, calc(100% - 48px));
	margin: 0 auto;
	padding: 124px 0 96px;
	color: var(--alm-sp-ink);
	font-family: inherit;
}

.alm-sp a {
	color: var(--alm-sp-blue);
	text-decoration: none;
}

.alm-sp a:hover,
.alm-sp a:focus {
	color: var(--alm-sp-orange);
}

.alm-sp-login,
.alm-sp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 32px;
	align-items: center;
	margin-bottom: 30px;
}

.alm-sp-access {
	display: grid;
	gap: 28px;
	margin-bottom: 30px;
}

.alm-sp-access__intro {
	max-width: 780px;
}

.alm-sp-access__grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
	gap: 24px;
	align-items: start;
}

.alm-sp-hero {
	padding: 34px;
	border: 1px solid var(--alm-sp-line);
	border-radius: 8px;
	background:
		linear-gradient(135deg, rgba(23, 107, 135, 0.08), rgba(24, 183, 159, 0.08), rgba(244, 182, 63, 0.08)),
		#fff;
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-sp-login h1,
.alm-sp-access h1,
.alm-sp-hero h1,
.alm-sp-section h2 {
	margin: 0;
	color: var(--alm-sp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 5vw, 66px);
	font-weight: 500;
	line-height: 1;
}

.alm-sp-section h2 {
	margin-bottom: 22px;
	font-size: clamp(32px, 4vw, 48px);
}

.alm-sp h3 {
	margin: 0 0 14px;
	color: var(--alm-sp-ink);
	font-size: 22px;
	line-height: 1.15;
}

.alm-sp p {
	color: #566074;
	font-size: 16px;
	line-height: 1.65;
}

.alm-sp-kicker {
	margin: 0 0 12px;
	color: var(--alm-sp-orange);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.alm-sp-card {
	padding: 26px;
	border: 1px solid var(--alm-sp-line);
	border-radius: 8px;
	background:
		linear-gradient(180deg, #fff 0%, var(--alm-sp-soft) 100%);
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-sp-notice {
	margin: 0 0 22px;
	padding: 14px 16px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
}

.alm-sp-notice--success {
	background: rgba(24, 183, 159, 0.12);
	color: #116852;
}

.alm-sp-notice--error {
	background: rgba(202, 80, 78, 0.12);
	color: #9f2f2d;
}

.alm-sp-login .login-username,
.alm-sp-login .login-password,
.alm-sp-login .login-remember {
	margin: 0 0 16px;
}

.alm-sp-login label,
.alm-sp-register-form label {
	display: grid;
	gap: 8px;
	color: var(--alm-sp-ink);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.alm-sp-login input[type="text"],
.alm-sp-login input[type="password"],
.alm-sp-register-form input {
	width: 100%;
	min-height: 44px;
	padding: 0 14px;
	border: 1px solid var(--alm-sp-line);
	border-radius: 8px;
	background: #fff;
	font: inherit;
}

.alm-sp-register-card h2 {
	margin: 0 0 10px;
	color: var(--alm-sp-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 500;
	line-height: 1;
}

.alm-sp-register-form {
	display: grid;
	gap: 14px;
	margin-top: 18px;
}

.alm-sp .login-submit #wp-submit.button.button-primary,
.alm-sp .alm-sp-button {
	-webkit-appearance: none;
	appearance: none;
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #0b315f, #114a8a 58%, #1c6fc2);
	box-shadow: 0 14px 34px rgba(17, 74, 138, 0.28);
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: background 180ms ease, transform 180ms ease;
}

.alm-sp .login-submit #wp-submit.button.button-primary:hover,
.alm-sp .login-submit #wp-submit.button.button-primary:focus,
.alm-sp .alm-sp-button:hover,
.alm-sp .alm-sp-button:focus {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, #08294f, #114a8a 56%, #2a7fd4);
	box-shadow: 0 18px 44px rgba(17, 74, 138, 0.38);
	color: #fff;
	transform: translateY(-2px);
}

.alm-sp-login .login-submit {
	margin: 18px 0 0;
}

.alm-sp-register-form .alm-sp-button {
	width: fit-content;
}

.alm-sp-tabs {
	position: sticky;
	top: 82px;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 34px;
	padding: 12px;
	border: 1px solid var(--alm-sp-line);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 12px 30px rgba(7, 24, 39, 0.06);
}

.alm-sp-tabs a {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(23, 107, 135, 0.08);
	color: var(--alm-sp-blue);
	font-size: 13px;
	font-weight: 900;
}

.alm-sp-tabs a:hover,
.alm-sp-tabs a:focus {
	background: rgba(17, 74, 138, 0.12);
	color: var(--alm-sp-orange);
}

.alm-sp-section {
	padding: 34px 0;
	scroll-margin-top: 150px;
}

.alm-sp-profile {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	gap: 22px;
}

.alm-sp-avatar {
	display: inline-flex;
	width: 74px;
	height: 74px;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--alm-sp-blue), var(--alm-sp-teal));
	color: #fff;
	font-size: 28px;
	font-weight: 900;
}

.alm-sp-profile dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 22px 0 0;
}

.alm-sp-profile dl div {
	padding: 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
}

.alm-sp-profile dt {
	color: #667489;
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

.alm-sp-profile dd {
	margin: 5px 0 0;
	color: var(--alm-sp-ink);
	font-size: 14px;
	font-weight: 700;
}

.alm-sp-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.alm-sp-stack {
	display: grid;
	gap: 16px;
}

.alm-sp-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.alm-sp-card li {
	color: #566074;
	font-size: 14px;
	line-height: 1.45;
}

.alm-sp-table-wrap {
	overflow-x: auto;
	border: 1px solid var(--alm-sp-line);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 46px rgba(7, 24, 39, 0.07);
}

.alm-sp-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 720px;
}

.alm-sp-table th,
.alm-sp-table td {
	padding: 15px 16px;
	border-bottom: 1px solid rgba(23, 107, 135, 0.1);
	text-align: left;
	vertical-align: top;
}

.alm-sp-table th {
	background: var(--alm-sp-soft);
	color: var(--alm-sp-ink);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.alm-sp-table td {
	color: #566074;
	font-size: 14px;
}

.alm-sp-link {
	display: inline-flex;
	margin-top: 10px;
	color: var(--alm-sp-orange);
	font-size: 14px;
	font-weight: 900;
}

@media (max-width: 900px) {
	.alm-sp-login,
	.alm-sp-hero,
	.alm-sp-access__grid,
	.alm-sp-grid,
	.alm-sp-profile,
	.alm-sp-profile dl {
		grid-template-columns: 1fr;
	}

	.alm-sp-tabs {
		position: static;
	}
}

@media (max-width: 640px) {
	.alm-sp {
		width: min(100% - 28px, 1220px);
		padding-top: 96px;
	}

	.alm-sp-hero,
	.alm-sp-card {
		padding: 22px;
	}
}
