.ii-postup-label {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.ii-postup-req {
	color: #b42318;
}

.ii-plan-form select,
.ii-postup .field > select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
	font-size: inherit;
	line-height: 1.4;
	min-height: 42px;
	background: #fff;
	color: inherit;
}

.ii-plan-form--locked select:disabled {
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.ii-postup-scores {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 4px;
}

.ii-postup-score label {
	display: block;
	font-size: .88rem;
	font-weight: 600;
	margin-bottom: 4px;
	color: #374151;
}

.ii-postup-score input {
	width: 100%;
	box-sizing: border-box;
	padding: 8px 10px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
}

.ii-postup-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
	margin-bottom: 12px;
}

.ii-postup-fields .field {
	margin-bottom: 0;
}

.ii-postup-fields textarea,
.ii-postup-fields input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
	resize: vertical;
}

.ii-postup-report {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.ii-postup-report__summary {
	background: linear-gradient(135deg, #006089 0%, #004d6e 100%);
	color: #fff;
	padding: 18px 20px;
}

.ii-postup-report__summary p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
}

.ii-postup-report__profile {
	display: inline-block;
	margin-top: 10px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-weight: 700;
	font-size: .9rem;
}

.ii-postup-report__panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid #eef2f7;
}

.ii-postup-panel {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px;
	background: #fafbfc;
}

.ii-postup-panel--good {
	border-color: #b7e4c7;
	background: #f3fbf6;
}

.ii-postup-panel--warn {
	border-color: #f5c6a5;
	background: #fff8f3;
}

.ii-postup-panel__title {
	margin: 0 0 10px;
	font-size: 1rem;
}

.ii-postup-panel .ii-postup-list,
.ii-postup-report__section .ii-postup-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ii-postup-panel .ii-postup-list li,
.ii-postup-report__section .ii-postup-list li {
	margin-bottom: 6px;
	padding-left: 0;
	line-height: 1.45;
}

.ii-postup-panel .ii-postup-list li::before,
.ii-postup-report__section .ii-postup-list li::before {
	content: "→ ";
}

.ii-postup-panel .ii-postup-list li + li,
.ii-postup-report__section .ii-postup-list li + li {
	margin-top: 6px;
}

.ii-postup-report__section {
	padding: 18px 20px;
	border-top: 1px solid #eef2f7;
}

.ii-postup-report__section-title {
	margin: 0 0 12px;
	font-size: 1.05rem;
	color: #006089;
}

.ii-postup-report__subsection {
	margin: 14px 0 8px;
	font-size: .95rem;
}

.ii-postup-direction-list,
.ii-postup-uni-list {
	display: grid;
	gap: 12px;
}

.ii-postup-direction,
.ii-postup-uni {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 14px 16px;
	background: #fafbfc;
}

.ii-postup-direction__head,
.ii-postup-uni__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.ii-postup-direction__title,
.ii-postup-uni__title {
	margin: 0;
	font-size: 1rem;
}

.ii-postup-direction__fit {
	flex: 0 0 auto;
	font-weight: 800;
	font-size: .9rem;
	color: #006089;
	background: rgba(0, 96, 137, 0.08);
	border-radius: 999px;
	padding: 4px 10px;
}

.ii-postup-direction__meta,
.ii-postup-uni__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 8px;
}

.ii-postup-badge {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: .72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ii-postup-badge--high { background: #e8f7ef; color: #0f7b4a; }
.ii-postup-badge--medium { background: #eef3ff; color: #2459c7; }
.ii-postup-badge--low { background: #fff4e5; color: #b45309; }
.ii-postup-badge--dream { background: #eef3ff; color: #006089; }
.ii-postup-badge--realistic { background: #e8f7ef; color: #0f7b4a; }
.ii-postup-badge--safe { background: #f3f4f6; color: #4b5563; }
.ii-postup-badge--stretch { background: #fff4e5; color: #b45309; }

.ii-postup-direction__text,
.ii-postup-direction__note,
.ii-postup-uni__program,
.ii-postup-uni__text,
.ii-postup-uni__note,
.ii-postup-uni__hint {
	margin: 0 0 8px;
	line-height: 1.6;
}

.ii-postup-uni__city {
	margin: 4px 0 0;
	color: #6b7280;
	font-size: .9rem;
}

.ii-postup-uni__program {
	font-weight: 600;
}

@media (max-width: 820px) {
	.ii-postup-scores,
	.ii-postup-fields,
	.ii-postup-report__panels {
		grid-template-columns: 1fr;
	}
}
