.ii-prof-fields {
	display: grid;
	gap: 12px 16px;
	grid-template-columns: 1fr 1fr;
	align-items: start;
}

.ii-prof-fields .field {
	margin-bottom: 0;
}

.ii-prof-fields .hint {
	min-height: 2.55em;
	margin-bottom: 8px;
}

.ii-prof-fields input[type="text"],
.ii-prof-fields select {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 12px;
	border: 1px solid #d0d7de;
	border-radius: 8px;
	font: inherit;
	line-height: 1.4;
	min-height: 42px;
}

@media (max-width: 720px) {
	.ii-prof-fields {
		grid-template-columns: 1fr;
	}
}

.ii-prof-picks {
	margin-top: 8px;
}

.ii-prof-picks__label {
	margin: 14px 0 8px;
	font-size: .9rem;
	font-weight: 600;
	color: #374151;
}

.ii-prof-picks__note {
	color: #6b7280;
	font-size: .85rem;
}

.ii-prof-picks__row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 4px;
}

.ii-prof-pick {
	border: 1px solid rgba(0, 96, 137, 0.22);
	background: rgba(0, 96, 137, 0.05);
	border-radius: 999px;
	padding: 6px 12px;
	font-size: .85rem;
	line-height: 1.2;
	color: #006089;
	cursor: pointer;
	transition: background 0.15s, border-color 0.15s;
}

.ii-prof-pick:hover:not(:disabled) {
	background: rgba(0, 96, 137, 0.1);
	border-color: rgba(0, 96, 137, 0.35);
}

.ii-prof-pick:disabled {
	opacity: .55;
	cursor: not-allowed;
}

.ii-plan-form--locked #iiprof-random {
	opacity: 0.6;
	cursor: default;
	pointer-events: none;
}

.ii-prof-day {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}

.ii-prof-day__header {
	background: linear-gradient(135deg, #006089 0%, #004d6e 100%);
	color: #fff;
	padding: 18px 20px;
}

.ii-prof-day__title {
	margin: 0 0 4px;
	font-size: 1.35rem;
}

.ii-prof-day__sub {
	margin: 0;
	opacity: .92;
}

.ii-prof-day__hint {
	margin: 10px 0 0;
	font-size: .92rem;
	opacity: .88;
}

.ii-prof-day__section {
	padding: 18px 20px;
	border-top: 1px solid #eef2f7;
}

.ii-prof-day__section-title {
	margin: 0 0 12px;
	font-size: 1.05rem;
	color: #111827;
}

.ii-prof-day__timeline {
	width: 100%;
	border-collapse: collapse;
	font-size: .92rem;
}

.ii-prof-day__timeline th,
.ii-prof-day__timeline td {
	border: 1px solid #e5e7eb;
	padding: 10px 12px;
	vertical-align: top;
	text-align: left;
}

.ii-prof-day__timeline th {
	background: #f8fafc;
	font-weight: 600;
}

.ii-prof-day__time {
	width: 72px;
	white-space: nowrap;
	font-weight: 600;
	color: #006089;
	background: #fafcff;
}

.ii-prof-day__skills {
	width: 24%;
}

.ii-prof-day__tag {
	display: inline-block;
	margin: 0 4px 4px 0;
	padding: 2px 8px;
	background: rgba(0, 96, 137, 0.08);
	border-radius: 4px;
	font-size: .82rem;
	color: #0f4c66;
}

.ii-prof-day__grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.ii-prof-day__grid--2 {
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.ii-prof-day__card {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 12px 14px;
	background: #fafafa;
}

.ii-prof-day__card h4 {
	margin: 0 0 8px;
	font-size: .92rem;
}

.ii-prof-day__card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ii-prof-day__card ul li {
	margin-bottom: 6px;
	padding-left: 0;
	line-height: 1.45;
}

.ii-prof-day__card ul li::before {
	content: "→ ";
}

.ii-prof-day__card--yes {
	border-color: #b7dfc3;
	background: #f3fbf5;
}

.ii-prof-day__card--no {
	border-color: #f0c4c4;
	background: #fff8f8;
}

.ii-prof-day__card--muted {
	background: #f7f7f7;
}

.ii-prof-day__compare {
	width: 100%;
	border-collapse: collapse;
}

.ii-prof-day__compare th,
.ii-prof-day__compare td {
	border: 1px solid #e5e7eb;
	padding: 10px 12px;
	vertical-align: top;
}

.ii-prof-day__compare th {
	width: 110px;
	background: #f8fafc;
}

.ii-prof-day__task {
	background: #fffbeb;
}

.ii-prof-day__task-prompt {
	margin: 0 0 8px;
}

.ii-prof-day__task-hint {
	margin: 0;
	color: #4b5563;
	font-size: .92rem;
}

@media (max-width: 640px) {
	.ii-prof-day__timeline thead {
		display: none;
	}

	.ii-prof-day__timeline tr {
		display: block;
		margin-bottom: 12px;
		border: 1px solid #e5e7eb;
		border-radius: 8px;
	}

	.ii-prof-day__timeline td {
		display: block;
		border: none;
		border-bottom: 1px solid #eef2f7;
	}

	.ii-prof-day__timeline td:last-child {
		border-bottom: none;
	}
}
