/* Student diary and parent controls. */
.vl-student-hero { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 34px; border: 1px solid #d3e7e3; border-radius: 28px; background: linear-gradient(115deg,#edf8f4,#fff9ed); }
.vl-student-hero h1 { font-size: clamp(28px,4vw,44px); margin: 8px 0; }
.vl-student-hero p { max-width: 620px; margin-bottom: 0; }
.vl-student-overview { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.vl-student-overview article { padding: 28px; border-radius: 24px; border: 1px solid var(--vl-border); background: white; min-width: 0; overflow-wrap: anywhere; }
.vl-student-overview .vl-student-next { background: #eff8f5; }
.vl-student-overview .vl-student-mission { background: #fff8e8; }
.vl-student-overview h2 { font-size: 25px; line-height: 1.25; margin: 12px 0; }
.vl-student-overview .vl-student-mission h2 { font-size: 48px; }
.vl-student-overview a { font-weight: 750; }
.vl-student-time { font-size: 20px; font-weight: 750; }
.vl-student-hint { font-size: 14px; line-height: 1.7; }
.vl-student-calendar { background: white; padding: clamp(18px,3vw,30px); border: 1px solid var(--vl-border); border-radius: 24px; }
.vl-student-month { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 24px 0; }
.vl-student-month h3 { margin: 0; font-size: 23px; }
.vl-student-month > a { display: grid; place-items: center; min-width: 44px; min-height: 44px; background: var(--vl-teal-soft); border-radius: 12px; text-decoration: none; font-size: 22px; }
.vl-student-month-grid { display: grid; grid-template-columns: repeat(7,minmax(0,1fr)); gap: 7px; }
.vl-student-weekday { font-size: 14px; text-align: center; font-weight: 750; padding: 10px 0; }
.vl-student-day { min-height: 68px; border: 1px solid #edf0ee; border-radius: 12px; background: #fafcfa; }
.vl-student-day > a, .vl-student-day > span { display: grid; gap: 4px; min-height: 68px; padding: 12px; color: var(--vl-ink); text-decoration: none; font-size: 16px; }
.vl-student-day.has-lessons { background: #eaf7f2; border-color: #abd1c3; }
.vl-student-day.is-today { outline: 2px solid #d88939; outline-offset: -2px; }
.vl-student-day small { color: var(--vl-teal); font-size: 12px; }
.vl-student-agenda { display: grid; gap: 22px; margin-top: 26px; }
.vl-student-agenda h3 { font-size: 18px; margin: 0 0 12px; }
.vl-student-agenda article { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 18px; border-top: 1px solid var(--vl-border); }
.vl-student-agenda h4 { margin: 4px 0; font-size: 20px; }
.vl-student-agenda article > div { min-width: 0; }
.vl-student-agenda article > div:last-child { max-width: 360px; }
.vl-student-agenda p { margin: 6px 0; }
.vl-student-access { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--vl-border); }
.vl-student-access h4 { font-size: 18px; margin: 0 0 8px; }
.vl-student-access summary { min-height: 44px; cursor: pointer; font-size: 16px; font-weight: 750; color: var(--vl-teal); }
.vl-student-access .vl-form { margin: 16px 0; }
.vl-student-access small { display: block; font-size: 13px; line-height: 1.6; color: var(--vl-muted); }
.vl-student-access .vl-field > span { font-size: 15px; }
.vl-student-access .vl-field input { font-size: 16px; }
.vl-student-disable { margin-top: 18px; }
.vl-student-admin-card { margin-top: 25px; }
.vl-student-login h1 { font-size: clamp(28px,5vw,40px); }
.vl-student-footer { margin: 30px 0; text-align: center; }
.vl-student-diary a:focus-visible, .vl-student-access summary:focus-visible { outline: 3px solid var(--vl-teal); outline-offset: 3px; }
@media (max-width: 800px) {
	.vl-student-overview { grid-template-columns: 1fr; }
	.vl-student-hero { padding: 24px; align-items: flex-start; }
}
@media (max-width: 600px) {
	.vl-student-hero, .vl-student-agenda article { flex-direction: column; align-items: stretch; }
	.vl-student-overview article { padding: 24px; }
	.vl-student-month-grid { gap: 3px; }
	.vl-student-day, .vl-student-day > a, .vl-student-day > span { min-height: 49px; }
	.vl-student-day > a, .vl-student-day > span { padding: 7px 2px; text-align: center; font-size: 14px; }
	.vl-student-day { border-radius: 8px; }
	.vl-student-month h3 { font-size: 19px; }
	.vl-student-access .vl-button { max-width: 100%; white-space: normal; font-size: 15px; }
}

/* Learning journal: readable controls, quiet teal surfaces, no fabricated progress bar. */
.vl-learning { scroll-margin-top: 30px; }
.vl-learning .vl-section-heading { max-width: 820px; }
.vl-learning-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0; }
.vl-learning-tabs a { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 10px 16px; border: 1px solid var(--vl-border); border-radius: 14px; background: white; text-decoration: none; font-size: 15px; font-weight: 750; line-height: 1.4; }
.vl-learning-tabs a[aria-current="page"] { background: var(--vl-teal-soft); border-color: var(--vl-teal); color: var(--vl-ink-deep); }
.vl-learning-tabs a span { min-width: 25px; padding: 2px 7px; background: #eaf0ef; border-radius: 9px; text-align: center; }
.vl-learning-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin: 24px 0; }
.vl-learning-stats > div { display: grid; gap: 7px; padding: 24px; border: 1px solid var(--vl-border); border-radius: 20px; background: #eff8f5; }
.vl-learning-stats strong { font-size: 32px; line-height: 1.15; color: var(--vl-ink-deep); }
.vl-learning-stats span { font-size: 15px; line-height: 1.4; color: var(--vl-muted); }
.vl-learning-observations { margin-bottom: 28px; }
.vl-learning summary { cursor: pointer; font-size: 16px; line-height: 1.6; font-weight: 750; color: var(--vl-ink); }
.vl-learning summary:focus-visible, .vl-learning-tabs a:focus-visible { outline: 3px solid var(--vl-teal); outline-offset: 4px; }
.vl-learning-subjects { display: grid; grid-template-columns: repeat(auto-fit,minmax(min(100%,270px),1fr)); gap: 14px; margin-top: 14px; }
.vl-learning-subjects article { padding: 22px; background: #fffbf2; border: 1px solid #eee2c8; border-radius: 18px; }
.vl-learning-subjects h3 { font-size: 20px; margin: 8px 0; }
.vl-learning-list { display: grid; gap: 20px; }
.vl-learning-card { min-width: 0; padding: clamp(20px,3vw,32px); background: white; border: 1px solid var(--vl-border); border-radius: 24px; box-shadow: 0 8px 24px rgba(14,56,67,.035); overflow-wrap: anywhere; }
.vl-learning-card > header { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; margin-bottom: 16px; }
.vl-learning-card > header h3 { font-size: clamp(21px,2.3vw,26px); margin: 8px 0; line-height: 1.3; }
.vl-learning-card > header p { margin: 0; font-size: 15px; }
.vl-learning-badge { display: inline-flex; flex: 0 0 auto; padding: 7px 11px; border-radius: 10px; background: #fff5df; color: #75511d; font-size: 13px; font-weight: 750; line-height: 1.4; }
.vl-learning-badge.is-published { background: #e7f5ed; color: #286248; }
.vl-learning-details, .vl-learning-editor, .vl-learning-audit { border-top: 1px solid var(--vl-border); margin-top: 14px; padding-top: 16px; }
.vl-learning-content { display: grid; gap: 16px; margin-top: 20px; }
.vl-learning h4 { font-size: 16px; line-height: 1.5; margin: 0 0 6px; color: var(--vl-ink); }
.vl-learning .vl-learning-text { white-space: pre-wrap; margin: 0; font-size: 16px; line-height: 1.75; }
.vl-learning-level { border-left: 3px solid var(--vl-teal); padding-left: 13px; }
.vl-learning small { font-size: 13px; line-height: 1.65; color: var(--vl-muted); }
.vl-learning-homework { padding: 22px; border: 1px solid #d5e9e1; border-radius: 18px; background: #f0f8f4; }
.vl-learning-homework-heading { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 12px; }
.vl-learning-homework .vl-form { margin-top: 20px; }
.vl-learning-homework h4:not(:first-child) { margin-top: 18px; }
.vl-learning-editor-form { padding-top: 20px; }
.vl-learning .vl-field > span { font-size: 15px; }
.vl-learning .vl-field input, .vl-learning .vl-field textarea, .vl-learning .vl-field select { font-size: 16px; min-width: 0; }
.vl-learning .vl-field textarea { resize: vertical; }
.vl-learning-help { margin: 0; padding: 14px 18px; background: #f3f7f8; border-radius: 12px; font-size: 14px; }
/* Keep the native fieldset/legend out of grid sizing (notably Safari). */
.vl-learning-assignment { display: block; min-width: 0; width: 100%; margin: 6px 0; padding: 20px; border: 1px solid #d5e9e1; border-radius: 16px; background: #f7fbf9; box-sizing: border-box; }
.vl-learning-assignment > legend { float: none; width: auto; max-width: 100%; padding: 0 7px; font-size: 16px; line-height: 1.5; font-weight: 750; white-space: normal; overflow-wrap: normal; word-break: normal; }
.vl-learning-assignment-fields { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; min-width: 0; }
.vl-learning-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.vl-learning-withdraw { margin-top: 18px; }
.vl-learning-audit > details { margin: 12px 0; }
.vl-learning-audit pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: 14px; background: #f4f6f6; font-size: 13px; }
@media (max-width: 600px) {
	.vl-learning-stats { grid-template-columns: 1fr; gap: 10px; }
	.vl-learning-stats > div { display: flex; align-items: center; gap: 16px; padding: 18px; }
	.vl-learning-stats strong { min-width: 66px; font-size: 28px; }
	.vl-learning-card > header { flex-direction: column; gap: 12px; }
	.vl-learning .vl-form-grid { grid-template-columns: 1fr; }
	.vl-learning-homework, .vl-learning-assignment { padding: 16px; }
	.vl-learning-actions { flex-direction: column; }
	.vl-learning .vl-button { max-width: 100%; font-size: 15px; white-space: normal; }
}

.vl-shell {
	--vl-ink: #17354d;
	--vl-ink-deep: #103653;
	--vl-muted: #617485;
	--vl-teal: #235f8d;
	--vl-teal-soft: #edf6fa;
	--vl-orange: #b68b54;
	--vl-yellow: #f2bd55;
	--vl-border: #c9dce5;
	--vl-white: #fff;
	width: min(1180px, calc(100% - 32px));
	margin: 30px auto;
	color: var(--vl-ink);
	font-family: inherit;
}

.vl-shell *,
.vl-shell *::before,
.vl-shell *::after { box-sizing: border-box; }
.vl-shell--narrow { width: min(760px, calc(100% - 32px)); }
.vl-shell h1,
.vl-shell h2,
.vl-shell h3 { margin-top: 0; color: var(--vl-ink-deep); line-height: 1.15; }
.vl-shell p { color: var(--vl-muted); line-height: 1.65; }
.vl-shell a { color: var(--vl-teal); }

.vl-eyebrow {
	display: block;
	margin-bottom: 8px;
	color: var(--vl-orange);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.vl-panel,
.vl-bank-card {
	padding: clamp(25px, 4vw, 45px);
	border: 1px solid var(--vl-border);
	border-radius: 28px;
	background: var(--vl-white);
	box-shadow: 0 18px 50px rgba(14, 56, 67, .08);
}

.vl-panel--center { text-align: center; }
.vl-panel--center p { max-width: 570px; margin-right: auto; margin-left: auto; }
.vl-panel__intro { max-width: 630px; margin-bottom: 30px; }
.vl-panel__intro h2,
.vl-section-heading h2 { margin-bottom: 10px; font-size: clamp(1.8rem, 4vw, 2.65rem); }
.vl-panel__intro p,
.vl-section-heading p { margin: 0; }

.vl-registration-card,
.vl-login-card {
	position: relative;
	overflow: hidden;
}

.vl-registration-card::after,
.vl-login-card::after {
	position: absolute;
	top: -90px;
	right: -95px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: #eef9f6;
	content: "";
	pointer-events: none;
}

.vl-registration-card > *,
.vl-login-card > * { position: relative; z-index: 1; }
.vl-form { display: grid; gap: 18px; }
.vl-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vl-field { display: grid; gap: 7px; color: var(--vl-ink-deep); font-weight: 780; }
.vl-field > span { font-size: .88rem; }
.vl-field strong,
.vl-check strong { color: var(--vl-orange); }
.vl-field small { color: var(--vl-muted); font-size: .75rem; font-weight: 500; }

.vl-field input,
.vl-field select,
.vl-field textarea,
.vl-inline-form input {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid #cddcda;
	border-radius: 13px;
	outline: none;
	background: #fbfdfc;
	color: var(--vl-ink-deep);
	font: inherit;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.vl-field input:focus,
.vl-field select:focus,
.vl-field textarea:focus,
.vl-inline-form input:focus {
	border-color: var(--vl-teal);
	box-shadow: 0 0 0 3px rgba(25, 116, 130, .12);
}

.vl-check { display: flex; align-items: flex-start; gap: 10px; color: var(--vl-muted); font-size: .87rem; line-height: 1.5; }
.vl-check input { flex: 0 0 auto; margin-top: 4px; accent-color: var(--vl-teal); }
.vl-button-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

.vl-button {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	padding: 11px 20px;
	border: 1px solid var(--vl-teal);
	border-radius: 13px;
	background: var(--vl-teal);
	box-shadow: 0 8px 20px rgba(25, 116, 130, .16);
	color: #fff !important;
	font: inherit;
	font-weight: 850;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}

.vl-button:hover { background: var(--vl-ink-deep); transform: translateY(-1px); }
.vl-button--wide { width: 100%; }
.vl-button--secondary { border-color: var(--vl-border); background: #fff; box-shadow: none; color: var(--vl-ink) !important; }
.vl-form-footer { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--vl-border); }
.vl-form-footer p { margin: 0 0 14px; }
.vl-form-footer .vl-form-hint { margin-top: -7px; font-size: .77rem; }
.vl-form-footer summary { color: var(--vl-ink); font-weight: 800; cursor: pointer; }
.vl-inline-form { display: flex; gap: 9px; margin-top: 12px; }
.vl-inline-form input { flex: 1; }
.vl-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.vl-notice { margin-bottom: 20px; padding: 15px 18px; border: 1px solid; border-radius: 14px; font-weight: 750; }
.vl-notice--success { border-color: #a8d6c2; background: #effaf4; color: #245f48; }
.vl-notice--error { border-color: #e8b7aa; background: #fff2ee; color: #9b3f2c; }
.vl-notice--warning { border-color: #ead39f; background: #fff8e8; color: #795919; }

.vl-dashboard-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 24px;
	padding: clamp(26px, 5vw, 52px);
	border-radius: 30px;
	background: linear-gradient(135deg, #edf9f6, #fff7e8);
}

.vl-dashboard-hero h1 { margin-bottom: 10px; font-size: clamp(2rem, 5vw, 3.7rem); }
.vl-dashboard-hero p { margin: 0; }
.vl-logout-form { flex: 0 0 auto; margin: 0; }
.vl-stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.vl-stat { display: grid; gap: 4px; padding: 22px; border: 1px solid var(--vl-border); border-radius: 20px; background: #fff; }
.vl-stat span { color: var(--vl-muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.vl-stat strong { color: var(--vl-ink-deep); font-size: 2rem; line-height: 1; }
.vl-stat small { color: var(--vl-muted); }
.vl-stat--accent { border-color: transparent; background: var(--vl-teal); }
.vl-stat--accent span,
.vl-stat--accent strong,
.vl-stat--accent small { color: #fff; }

.vl-section { margin-top: 62px; }
.vl-section-heading { max-width: 780px; margin-bottom: 24px; }
.vl-section-heading--split { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 20px; }
.vl-text-link { font-weight: 850; text-decoration: none; }
.vl-child-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vl-child-card { display: grid; grid-template-columns: 62px 1fr; gap: 17px; padding: 22px; border: 1px solid var(--vl-border); border-radius: 22px; background: #fff; }
.vl-child-card__avatar { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 19px; background: var(--vl-teal-soft); color: var(--vl-teal); font-size: 1.65rem; font-weight: 900; }
.vl-child-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.vl-child-card__heading h3 { margin-bottom: 0; }
.vl-child-card__heading span { flex: 0 0 auto; padding: 4px 9px; border-radius: 999px; background: #fff4e8; color: #a9562d; font-size: .72rem; font-weight: 850; }
.vl-child-card p { margin: 8px 0; font-size: .85rem; }
.vl-credit-line { margin-top: 12px; color: var(--vl-muted); font-size: .84rem; }
.vl-credit-line strong { color: var(--vl-teal); font-size: 1.15rem; }
.vl-archive-form { margin-top: 13px; }
.vl-archive-form button { padding: 0; border: 0; background: none; color: #a0523d; font: inherit; font-size: .76rem; font-weight: 750; cursor: pointer; }

.vl-child-form-panel,
.vl-request-panel { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(25px, 5vw, 65px); }
.vl-fieldset { margin: 0; padding: 0; border: 0; }
.vl-fieldset legend { margin-bottom: 10px; color: var(--vl-ink-deep); font-size: .88rem; font-weight: 780; }
.vl-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.vl-choice-grid label { display: flex; align-items: center; gap: 7px; padding: 10px; border: 1px solid var(--vl-border); border-radius: 11px; color: var(--vl-muted); font-size: .78rem; cursor: pointer; }
.vl-choice-grid input { accent-color: var(--vl-teal); }

.vl-package-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.vl-package-card { position: relative; padding: 24px; border: 1px solid var(--vl-border); border-radius: 22px; background: #fff; }
.vl-package-card--featured { border-color: rgba(25, 116, 130, .45); background: #f2faf8; }
.vl-package-card h3 { min-height: 44px; margin-bottom: 18px; font-size: 1.15rem; }
.vl-package-card p { min-height: 44px; margin: 13px 0; font-size: .8rem; }
.vl-package-badge { display: inline-block; margin-bottom: 12px; padding: 4px 8px; border-radius: 999px; background: var(--vl-teal); color: #fff; font-size: .64rem; font-weight: 850; text-transform: uppercase; }
.vl-package-credits strong { color: var(--vl-orange); font-size: 2.1rem; }
.vl-package-price { padding-top: 14px; border-top: 1px solid var(--vl-border); color: var(--vl-ink-deep); font-size: 1.05rem; font-weight: 900; }
.vl-request-panel { margin-top: 22px; }
.vl-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 20px 22px; border-radius: 18px; background: #fff4e8; }
.vl-callout div { display: grid; gap: 3px; }
.vl-callout span { color: var(--vl-muted); font-size: .84rem; }
.vl-callout--muted { background: #f1f5f4; }

.vl-bank-card { margin-top: 24px; border-color: #e7d29f; background: linear-gradient(135deg, #fffdf7, #fff7e8); }
.vl-bank-card__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.vl-bank-card__heading h3 { margin-bottom: 0; }
.vl-bank-data { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 22px; margin: 25px 0 0; }
.vl-bank-data > div { padding: 12px 0; border-bottom: 1px solid rgba(128, 95, 36, .13); }
.vl-bank-data dt { margin-bottom: 4px; color: var(--vl-muted); font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.vl-bank-data dd { margin: 0; color: var(--vl-ink-deep); }
.vl-bank-data code,
.vl-table code { padding: 3px 6px; border-radius: 6px; background: rgba(18, 59, 71, .07); color: var(--vl-ink-deep); font-weight: 800; }
.vl-bank-data__reference { grid-column: 1 / -1; }
.vl-copy { margin-left: 8px; padding: 4px 8px; border: 1px solid var(--vl-border); border-radius: 7px; background: #fff; color: var(--vl-teal); font: inherit; font-size: .68rem; font-weight: 800; cursor: pointer; }
.vl-bank-note { margin: 15px 0 0 !important; font-size: .82rem; }

.vl-status { display: inline-block; padding: 5px 9px; border-radius: 999px; font-size: .7rem; font-weight: 850; white-space: nowrap; }
.vl-status--pending { background: #fff0ce; color: #7d5a13; }
.vl-status--confirmed { background: #e5f6ed; color: #246246; }
.vl-status--scheduled,
.vl-status--completed { background: #e5f6ed; color: #246246; }
.vl-status--rejected { background: #ffebe6; color: #95422f; }
.vl-status--cancelled,
.vl-status--expired { background: #edf1f1; color: #607276; }
.vl-empty-state { display: grid; gap: 5px; padding: 28px; border: 1px dashed #bdcfcc; border-radius: 20px; background: #fafcfb; text-align: center; }
.vl-empty-state span { color: var(--vl-muted); }
.vl-table-wrap { overflow-x: auto; border: 1px solid var(--vl-border); border-radius: 18px; }
.vl-table { width: 100%; border-collapse: collapse; background: #fff; font-size: .82rem; }
.vl-table th,
.vl-table td { padding: 14px 16px; border-bottom: 1px solid var(--vl-border); text-align: left; vertical-align: middle; }
.vl-table th { background: #f3f8f7; color: var(--vl-muted); font-size: .68rem; text-transform: uppercase; }
.vl-table td strong,
.vl-table td small { display: block; }
.vl-table td small { margin-top: 3px; color: var(--vl-muted); }
.vl-table tbody tr:last-child td { border-bottom: 0; }

.vl-booking-section { scroll-margin-top: 160px; }
.vl-booking-panel { display: grid; grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr); gap: clamp(25px, 5vw, 58px); background: linear-gradient(135deg, #fff, #f3faf8); }
.vl-booking-panel h3 { margin-bottom: 8px; font-size: 1.55rem; }
.vl-booking-history-heading { margin-top: 38px; }
.vl-lessons-table { min-width: 840px; }
.vl-compact-form { margin: 0; }
.vl-compact-form button { padding: 6px 9px; border: 1px solid #d8a492; border-radius: 8px; background: #fff; color: #94442e; font: inherit; font-size: .7rem; font-weight: 800; cursor: pointer; }
.vl-pending-count { flex: 0 0 auto; padding: 8px 12px; border-radius: 999px; background: #fff0ce; color: #795712; font-size: .75rem; font-weight: 900; }
.vl-lesson-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.vl-lesson-card { padding: 19px; border: 1px solid var(--vl-border); border-radius: 19px; background: #fff; box-shadow: 0 10px 30px rgba(14, 56, 67, .05); }
.vl-lesson-card--pending { border-color: #ebca82; background: #fffdf7; }
.vl-lesson-card--scheduled { border-color: #a9d4c6; }
.vl-lesson-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.vl-lesson-card__top > div { display: grid; gap: 3px; }
.vl-lesson-card__top > div span { color: var(--vl-muted); font-size: .72rem; font-weight: 800; }
.vl-lesson-card__top > div strong { color: var(--vl-ink-deep); font-size: 1.18rem; }
.vl-lesson-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.vl-lesson-card p { margin: 0; font-size: .78rem; }
.vl-lesson-note { margin-top: 13px; padding: 10px 12px; border-radius: 11px; background: #f1f6f5; color: var(--vl-muted); font-size: .75rem; line-height: 1.5; }
.vl-lesson-actions { display: grid; gap: 10px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--vl-border); }
.vl-lesson-actions label { display: grid; gap: 5px; color: var(--vl-ink-deep); font-size: .72rem; font-weight: 800; }
.vl-lesson-actions label small { color: var(--vl-muted); font-weight: 600; }
.vl-lesson-actions textarea { width: 100%; min-height: 62px; padding: 8px 10px; border: 1px solid #cddcda; border-radius: 10px; background: #fff; color: var(--vl-ink); font: inherit; }
.vl-lesson-actions > div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.vl-lesson-actions .vl-button { min-height: 40px; padding: 8px 10px; font-size: .76rem; }

.vl-stat-grid--four { grid-template-columns: repeat(4, 1fr); }
.vl-stat__text { font-size: 1.25rem !important; line-height: 1.2 !important; }
.vl-teacher-hero { background: linear-gradient(135deg, #eaf7f5, #fff4df 70%, #fff); }
.vl-teacher-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 20px; margin-top: 26px; align-items: start; }
.vl-teacher-layout .vl-panel { padding: clamp(24px, 3.5vw, 38px); }
.vl-teacher-layout .vl-section-heading h2 { font-size: clamp(1.55rem, 3vw, 2.15rem); }
.vl-profile-tags { padding: 13px 15px; border-radius: 13px; background: var(--vl-teal-soft); color: var(--vl-muted); font-size: .82rem; line-height: 1.7; }
.vl-profile-tags strong { color: var(--vl-ink-deep); }

.vl-schedule-editor { display: grid; gap: 12px; }
.vl-lesson-actions > .vl-lifecycle-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.vl-lifecycle-buttons .vl-button { flex: 1 1 130px; min-height: 44px; font-size: .88rem; }
.vl-lesson-actions > small { display: block; color: var(--vl-muted); line-height: 1.6; font-size: .78rem; }
.vl-lesson-actions input[type="url"] { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--vl-border); border-radius: 10px; font: inherit; }
.vl-meeting-editor { margin-top: 18px; border-top: 1px solid var(--vl-border); padding-top: 14px; }
.vl-meeting-editor summary { color: var(--vl-teal); font-weight: 800; cursor: pointer; }
.vl-meeting-link { display: inline-block; margin: 8px 0; padding: 9px 13px; border-radius: 10px; background: var(--vl-teal-soft); font-weight: 800; text-decoration: none; }
.vl-status--completed, .vl-calendar-slot--completed { background: #e4f4e8; color: #236842; }
.vl-status--no_show, .vl-calendar-slot--no_show { background: #fff0d6; color: #845516; }
.vl-calendar-slot--cancelled { background: #f2eeee; color: #766567; }
.vl-teacher-delete-panel { border-color: #e8b8b0; background: #fffaf8; margin-top: 28px; margin-bottom: 28px; }
.vl-teacher-delete-link { display: inline-block; margin-top: 14px; color: #a13f32 !important; font-size: .82rem; font-weight: 700; }
.vl-change-editor { margin-top: 16px; border-top: 1px solid var(--vl-border); padding-top: 14px; }
.vl-change-editor summary { color: var(--vl-teal); font-weight: 800; cursor: pointer; font-size: .94rem; }
.vl-change-form { display: grid; gap: 12px; margin-top: 16px; min-width: 0; }
.vl-change-form label { display: grid; gap: 7px; font-size: .9rem; font-weight: 700; }
.vl-change-form input, .vl-change-form select, .vl-change-form textarea { box-sizing: border-box; width: 100%; min-width: 0; min-height: 44px; padding: 10px; border: 1px solid var(--vl-border); border-radius: 10px; font: inherit; color: var(--vl-ink); background: #fff; }
.vl-change-form p, .vl-change-hint { font-size: .82rem; line-height: 1.6; color: var(--vl-muted); }
.vl-changes-section { padding: 24px; background: #f3f8f7; border: 1px solid var(--vl-border); border-radius: 24px; }
.vl-changes-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.vl-change-card { padding: 22px; background: #fff; border: 1px solid var(--vl-border); border-radius: 18px; overflow-wrap: anywhere; }
.vl-change-card__top { display: flex; flex-wrap: wrap; gap: 8px; justify-content: space-between; }
.vl-change-card__top > span { color: var(--vl-teal); font-size: .82rem; font-weight: 700; }
.vl-change-route { display: grid; grid-template-columns: minmax(0,1fr) 16px minmax(0,1fr); gap: 10px; align-items: center; margin: 20px 0; }
.vl-change-route > div { display: grid; gap: 6px; }
.vl-change-route small, .vl-change-card > small { color: var(--vl-muted); font-size: .8rem; line-height: 1.5; }
.vl-change-route strong { font-size: 1rem; }
.vl-change-route span { font-size: .9rem; }
.vl-change-approvals { padding: 10px 12px; border-radius: 10px; background: var(--vl-teal-soft); font-size: .84rem; }
.vl-change-buttons { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.vl-change-buttons .vl-button { min-height: 44px; padding: 10px 16px; font-size: .9rem; }
.vl-text-button { border: 0; background: transparent; color: var(--vl-muted); cursor: pointer; font: inherit; font-size: .86rem; }
.vl-operations { padding: 28px; border: 1px solid var(--vl-border); border-radius: 24px; background: linear-gradient(130deg,#f0f8f6,#fffaf2); }
.vl-operations-filters { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.vl-operations-filters a { display: grid; gap: 8px; padding: 18px 14px; border: 1px solid var(--vl-border); border-radius: 15px; background: #fff; color: var(--vl-ink); text-decoration: none; }
.vl-operations-filters a.is-active { background: var(--vl-teal); color: #fff; border-color: var(--vl-teal); }
.vl-operations-filters strong { font-size: 1.65rem; line-height: 1; }
.vl-operations-filters span { font-size: .86rem; font-weight: 700; line-height: 1.4; }
.vl-operations-list { display: grid; gap: 14px; }
.vl-operation-card { display: grid; grid-template-columns: minmax(100px,.5fr) minmax(180px,1fr) minmax(230px,1fr); gap: 22px; align-items: start; padding: 24px; background: #fff; border: 1px solid var(--vl-border); border-radius: 18px; }
.vl-operation-card > div { min-width: 0; }
.vl-operation-card h3 { margin: 5px 0 10px; font-size: 1.15rem; }
.vl-operation-card p { margin: 7px 0; font-size: .93rem; }
.vl-operation-card small { font-size: .82rem; color: var(--vl-muted); }
.vl-operation-actions .vl-change-editor { margin-top: 0; padding-top: 0; border-top: 0; }
.vl-operations-pagination { display: flex; justify-content: center; align-items: center; gap: 22px; margin-top: 20px; }
@media (max-width: 950px) { .vl-operations-filters { grid-template-columns: repeat(3,minmax(0,1fr)); } .vl-operation-card { grid-template-columns: minmax(0,1fr) minmax(0,2fr); } .vl-operation-actions { grid-column: 1 / -1; } }
@media (max-width: 640px) { .vl-operations, .vl-changes-section { padding: 18px 14px; } .vl-changes-grid { grid-template-columns: 1fr; } .vl-operations-filters { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; } .vl-change-card, .vl-operation-card { padding: 18px; } .vl-operation-card { grid-template-columns: 1fr; gap: 12px; } .vl-change-route { grid-template-columns: 1fr; } .vl-change-route > span { transform: rotate(90deg); justify-self: start; } .vl-change-buttons .vl-button { width: 100%; } }
.vl-open-booking-choice { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; padding: 17px 18px; border: 1px solid #b8dcda; border-radius: 16px; background: linear-gradient(135deg, #f1faf9, #fffaf3); cursor: pointer; }
.vl-open-booking-choice input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--vl-teal); }
.vl-open-booking-choice span { display: grid; gap: 4px; }
.vl-open-booking-choice strong { color: var(--vl-ink-deep); font-size: .95rem; }
.vl-open-booking-choice small { color: var(--vl-muted); font-size: .78rem; line-height: 1.55; }
.vl-custom-schedule { display: grid; gap: 12px; transition: opacity .2s ease; }
.vl-custom-schedule.is-inactive { opacity: .45; }
.vl-custom-schedule__intro { display: grid; gap: 3px; padding: 2px 2px 0; }
.vl-custom-schedule__intro strong { color: var(--vl-ink-deep); font-size: .88rem; }
.vl-custom-schedule__intro span { color: var(--vl-muted); font-size: .76rem; }
.vl-schedule-day { display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 12px; padding: 13px; border: 1px solid var(--vl-border); border-radius: 15px; background: #fbfdfc; }
.vl-schedule-day > strong { padding-top: 23px; color: var(--vl-ink-deep); font-size: .84rem; }
.vl-schedule-slots { display: grid; gap: 8px; }
.vl-schedule-slots > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.vl-schedule-slots label { display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 5px; color: var(--vl-muted); font-size: .7rem; font-weight: 800; }
.vl-schedule-slots input { width: 100%; min-width: 0; min-height: 39px; padding: 6px 8px; border: 1px solid #cddcda; border-radius: 10px; background: #fff; color: var(--vl-ink); font: inherit; }

.vl-calendar-panel { margin-top: 24px; padding: clamp(24px, 4vw, 42px); }
.vl-calendar-panel > .vl-section-heading { max-width: none; }
.vl-calendar-legend { display: flex; flex-wrap: wrap; gap: 12px; padding: 10px 13px; border: 1px solid var(--vl-border); border-radius: 13px; background: #fbfdfc; }
.vl-calendar-legend span { display: inline-flex; align-items: center; gap: 6px; color: var(--vl-muted); font-size: .72rem; font-weight: 800; white-space: nowrap; }
.vl-calendar-legend i { width: 10px; height: 10px; border-radius: 3px; }
.vl-calendar-legend .is-recurring { background: #dcefed; }
.vl-calendar-legend .is-exact { background: #ffe2c8; }
.vl-calendar-legend .is-pending { background: #f4d47f; }
.vl-calendar-legend .is-booked { background: #65a997; }
.vl-calendar-add { display: grid; grid-template-columns: 1.05fr .72fr .72fr 1.55fr auto; align-items: end; gap: 10px; margin-bottom: 28px; padding: 16px; border: 1px solid #cce3df; border-radius: 17px; background: linear-gradient(135deg, #eef9f6, #fffaf0); }
.vl-calendar-add label { display: grid; min-width: 0; gap: 6px; color: var(--vl-ink-deep); font-size: .76rem; font-weight: 820; }
.vl-calendar-add label small { color: var(--vl-muted); font-weight: 600; }
.vl-calendar-add input { width: 100%; min-width: 0; min-height: 46px; padding: 9px 11px; border: 1px solid #c7d9d6; border-radius: 11px; outline: none; background: #fff; color: var(--vl-ink-deep); font: inherit; }
.vl-calendar-add input:focus { border-color: var(--vl-teal); box-shadow: 0 0 0 3px rgba(25, 116, 130, .11); }
.vl-calendar-add .vl-button { min-height: 46px; white-space: nowrap; }
.vl-calendar-toolbar { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; gap: 10px; margin-bottom: 12px; text-align: center; }
.vl-calendar-toolbar h3 { margin: 0; font-size: 1.25rem; }
.vl-calendar-toolbar a { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--vl-border); border-radius: 12px; background: #fff; color: var(--vl-teal); font-size: 1.2rem; font-weight: 900; text-decoration: none; }
.vl-calendar-toolbar a:hover { border-color: var(--vl-teal); background: var(--vl-teal-soft); }
.vl-calendar-scroll { overflow-x: auto; padding-bottom: 4px; }
.vl-calendar-grid { display: grid; min-width: 900px; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 7px; }
.vl-calendar-weekday { padding: 8px; color: var(--vl-muted); font-size: .7rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.vl-calendar-day { min-height: 148px; padding: 9px; border: 1px solid var(--vl-border); border-radius: 14px; background: #fff; }
.vl-calendar-day.is-outside { min-height: 62px; border-style: dashed; background: #fafcfc; opacity: .48; }
.vl-calendar-day.is-past:not(.is-outside) { background: #fafbfb; }
.vl-calendar-day.is-today { border-color: var(--vl-orange); box-shadow: inset 0 0 0 1px var(--vl-orange); }
.vl-calendar-day__number { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-bottom: 8px; }
.vl-calendar-day__number > span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; color: var(--vl-ink-deep); font-size: .78rem; font-weight: 900; }
.vl-calendar-day.is-today .vl-calendar-day__number > span { background: var(--vl-orange); color: #fff; }
.vl-calendar-day__number small { color: var(--vl-orange); font-size: .59rem; font-weight: 900; text-transform: uppercase; }
.vl-calendar-day__slots { display: grid; gap: 5px; }
.vl-calendar-slot { min-width: 0; padding: 6px 7px; border-radius: 9px; font-size: .63rem; line-height: 1.25; }
.vl-calendar-slot strong { display: block; color: var(--vl-ink-deep); font-size: .67rem; }
.vl-calendar-slot span { display: block; overflow: hidden; margin-top: 2px; color: var(--vl-muted); text-overflow: ellipsis; white-space: nowrap; }
.vl-calendar-slot--recurring { background: #e5f3f1; }
.vl-calendar-slot--exact { display: grid; grid-template-columns: minmax(0, 1fr) 20px; align-items: start; gap: 3px; background: #fff0df; }
.vl-calendar-slot--exact form { margin: 0; }
.vl-calendar-slot--exact button { display: grid; width: 20px; height: 20px; padding: 0; place-items: center; border: 0; border-radius: 6px; background: rgba(224, 119, 66, .13); color: #a9502b; font: inherit; font-size: .85rem; font-weight: 900; cursor: pointer; }
.vl-calendar-slot--exact button:hover { background: #a9502b; color: #fff; }
.vl-calendar-slot--pending { border: 1px solid #e6c25e; background: #fff4ca; }
.vl-calendar-slot--booked { background: #d4eee7; box-shadow: inset 3px 0 0 #34816d; }

.vl-teacher-directory > .vl-section-heading { max-width: 820px; margin-bottom: 34px; }
.vl-teacher-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.vl-teacher-card { overflow: hidden; border: 1px solid var(--vl-border); border-radius: 25px; background: #fff; box-shadow: 0 15px 40px rgba(14, 56, 67, .07); }
.vl-teacher-card__avatar { display: grid; width: 100%; aspect-ratio: 4 / 3; place-items: center; object-fit: cover; background: linear-gradient(135deg, #dff2ee, #fff1dc); color: var(--vl-teal); font-size: 3.2rem; font-weight: 900; }
.vl-teacher-card__body { padding: 24px; }
.vl-teacher-card__body h2 { margin: 8px 0 7px; font-size: 1.45rem; }
.vl-teacher-card__headline { margin: 0 0 15px !important; color: var(--vl-teal) !important; font-weight: 800; }
.vl-teacher-card__body > p:last-child { margin-bottom: 0; font-size: .86rem; }
.vl-teacher-badge { display: inline-flex; padding: 5px 9px; border-radius: 999px; background: #fff0d2; color: #8a5a0f; font-size: .65rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.vl-team-section { padding: clamp(25px, 4vw, 42px); border-radius: 28px; background: #f2f8f7; }
.vl-period-switch { display: inline-flex; padding: 4px; border: 1px solid var(--vl-border); border-radius: 999px; background: #fff; }
.vl-period-switch a { padding: 8px 13px; border-radius: 999px; color: var(--vl-muted); font-size: .77rem; font-weight: 850; text-decoration: none; }
.vl-period-switch a.is-active { background: var(--vl-teal); color: #fff; }
.vl-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.vl-team-card { padding: 20px; border: 1px solid var(--vl-border); border-radius: 19px; background: #fff; }
.vl-team-card__top { display: grid; grid-template-columns: 52px 1fr auto; align-items: center; gap: 12px; }
.vl-team-card__avatar { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; object-fit: cover; background: var(--vl-teal-soft); color: var(--vl-teal); font-weight: 900; }
.vl-team-card__top h3 { margin: 0 0 3px; font-size: 1rem; }
.vl-team-card__top span { color: var(--vl-muted); font-size: .72rem; }
.vl-engagement { color: var(--vl-teal); font-size: 1.3rem; }
.vl-engagement.is-high { color: var(--vl-orange); }
.vl-engagement-bar { height: 7px; margin: 16px 0; overflow: hidden; border-radius: 99px; background: #e8efee; }
.vl-engagement-bar span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--vl-teal), var(--vl-yellow)); }
.vl-team-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.vl-team-metrics span { color: var(--vl-muted); font-size: .68rem; }
.vl-team-metrics strong { display: block; margin-bottom: 2px; color: var(--vl-ink-deep); font-size: .85rem; }
.vl-team-card > p { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid var(--vl-border); font-size: .73rem; }

@media (max-width: 920px) {
	.vl-package-grid { grid-template-columns: repeat(2, 1fr); }
	.vl-child-form-panel,
	.vl-request-panel,
	.vl-teacher-layout { grid-template-columns: 1fr; }
	.vl-teacher-grid { grid-template-columns: repeat(2, 1fr); }
	.vl-booking-panel { grid-template-columns: 1fr; }
	.vl-lesson-grid { grid-template-columns: repeat(2, 1fr); }
	.vl-stat-grid--four { grid-template-columns: repeat(2, 1fr); }
	.vl-calendar-add { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.vl-calendar-add__note { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
	.vl-shell { margin: 32px auto; }
	.vl-form-grid,
	.vl-child-grid,
	.vl-package-grid,
	.vl-stat-grid,
	.vl-bank-data,
	.vl-teacher-grid,
	.vl-team-grid { grid-template-columns: 1fr; }
	.vl-lesson-grid { grid-template-columns: 1fr; }
	.vl-dashboard-hero,
	.vl-section-heading--split,
	.vl-callout { align-items: flex-start; flex-direction: column; }
	.vl-dashboard-hero .vl-button,
	.vl-callout .vl-button { width: 100%; }
	.vl-dashboard-hero .vl-logout-form { width: 100%; }
	.vl-choice-grid { grid-template-columns: repeat(2, 1fr); }
	.vl-child-card { grid-template-columns: 50px 1fr; padding: 17px; }
	.vl-child-card__avatar { width: 50px; height: 50px; border-radius: 15px; }
	.vl-inline-form { flex-direction: column; }
	.vl-bank-data__reference { grid-column: auto; }
	.vl-schedule-day { grid-template-columns: 1fr; }
	.vl-schedule-day > strong { padding-top: 0; }
	.vl-team-metrics { grid-template-columns: repeat(3, 1fr); }
	.vl-calendar-add { grid-template-columns: 1fr; }
	.vl-calendar-add__note { grid-column: auto; }
	.vl-calendar-add .vl-button { width: 100%; }
	.vl-calendar-panel { padding: 20px 14px; }
	.vl-calendar-grid { min-width: 780px; }
}
/* Protected learning attachments: readable controls and long-name wrapping. */
.vl-file-upload { min-width:0; margin:12px 0; padding:20px; border:1px dashed #a9c7cc; border-radius:16px; background:#f3f9f8; }
.vl-file-upload legend { max-width:100%; padding:0 6px; color:#153f48; font-weight:700; font-size:16px; }
.vl-file-upload legend small { font-weight:400; }
.vl-file-upload input[type="file"] { display:block; max-width:100%; width:100%; padding:8px; box-sizing:border-box; background:#fff; border:1px solid #d5e4e5; border-radius:10px; font:inherit; font-size:16px; }
.vl-file-upload input[type="file"]::file-selector-button { max-width:100%; margin:0 12px 4px 0; padding:10px 14px; color:#fff; background:#196d77; border:0; border-radius:8px; font:inherit; cursor:pointer; }
.vl-file-upload > small,.vl-file-help { display:block; color:#47626a; line-height:1.6; font-size:13px; }
.vl-file-selection { margin:8px 0; color:#1b6570; overflow-wrap:anywhere; font-size:14px; }
.vl-file-picker { position:relative; cursor:pointer; }
.vl-file-picker input[type="file"] { position:absolute; bottom:0; left:0; width:1px; height:1px; padding:0; opacity:0; border:0; }
.vl-file-picker-button { display:inline-flex; width:fit-content; max-width:100%; padding:12px 18px; border-radius:10px; background:#196d77; color:#fff!important; font-weight:700; font-size:16px; }
.vl-file-picker:hover .vl-file-picker-button { background:#13555d; }
.vl-file-picker:focus-within .vl-file-picker-button { outline:3px solid #dcaa60; outline-offset:3px; }
.vl-file-selection.is-error { color:#a53424; }
.vl-file-list { display:grid; gap:8px; margin:12px 0; }
.vl-file-link { display:flex; gap:12px; align-items:center; min-width:0; padding:12px 14px; border:1px solid #d7e6e6; border-radius:12px; background:#fff; text-decoration:none!important; color:#195967; line-height:1.45; }
.vl-file-link > span:first-child { flex:0 0 28px; text-align:center; font-size:24px; color:#267e88; }
.vl-file-link > span:last-child { min-width:0; overflow-wrap:anywhere; font-weight:600; font-size:15px; }
.vl-file-link small { display:block; margin-top:3px; color:#667d83; font-size:12px; font-weight:400; }
.vl-file-link:hover,.vl-file-link:focus-visible { border-color:#278390; background:#eff8f6; }
.vl-file-keep { display:grid; gap:6px; margin-bottom:14px; }
.vl-file-keep label { display:flex; align-items:center; gap:8px; font-size:14px; }
.vl-file-keep input[type="checkbox"] { flex:0 0 auto; width:18px; height:18px; accent-color:#196d77; }
.vl-history-open { display:inline-block; margin:12px 0; color:#196d77; font-weight:600; }
.vl-submission-history { margin:18px 0; padding:16px; border:1px solid #d7e6e6; border-radius:14px; background:#f8fbfa; }
.vl-submission-history > summary { cursor:pointer; font-weight:700; color:#264f59; }
.vl-submission-timeline { display:grid; gap:14px; padding-top:16px; }
.vl-submission-timeline article { padding:0 0 0 14px; border-left:3px solid #afd3ce; min-width:0; }
.vl-submission-timeline header { display:grid; gap:4px; }
.vl-submission-timeline small { display:block; color:#667d83; font-size:12px; }
.vl-history-pagination { display:flex; flex-wrap:wrap; justify-content:space-between; gap:12px; margin-top:18px; }
.vl-report-shortcut { margin:12px 0; }
.vl-file-storage { padding:14px; border-radius:10px; background:#eef7f5; }
@media(max-width:480px) { .vl-file-upload { padding:14px 10px; } .vl-submission-history { padding:14px 10px; } }

/* Version 1.10: public teacher discovery, profile, calendar and verified reviews. */
.vl-public-directory,.vl-public-profile { --vl-public-paper:#fffdf8; --vl-public-sand:#f5eddd; --vl-public-coral:#dc7047; }
.vl-public-heading { max-width:780px; padding:30px 0 36px; }
.vl-public-heading h1 { margin:10px 0 18px; font-size:clamp(38px,6vw,68px); letter-spacing:-.045em; }
.vl-public-heading h1 em { color:var(--vl-public-coral); font-style:normal; }
.vl-public-heading p { max-width:670px; font-size:clamp(17px,2vw,21px); }
.vl-public-filters { display:grid; grid-template-columns:1.15fr .65fr 1fr auto; gap:14px; align-items:end; margin:0 0 24px; padding:22px; border:1px solid var(--vl-border); border-radius:22px; background:#f0f7f5; box-shadow:0 12px 34px rgba(14,56,67,.05); }
.vl-public-filters .vl-field { margin:0; }
.vl-public-filters .vl-button { min-height:48px; }
.vl-public-results { display:flex; justify-content:space-between; gap:14px; margin:14px 0 20px; color:var(--vl-muted); font-size:15px; }
.vl-public-results > span { font-weight:750; color:var(--vl-ink); }
.vl-public-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.vl-public-card { display:flex; flex-direction:column; min-width:0; padding:24px; border:1px solid var(--vl-border); border-radius:26px; background:#fff; box-shadow:0 12px 34px rgba(14,56,67,.055); transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; overflow-wrap:anywhere; }
.vl-public-card:hover { transform:translateY(-3px); border-color:#abcac6; box-shadow:0 18px 42px rgba(14,56,67,.09); }
.vl-public-card-top { display:flex; align-items:center; gap:16px; color:var(--vl-ink)!important; text-decoration:none; }
.vl-public-card-name { min-width:0; }
.vl-public-card h2 { margin:0 0 5px; font-size:23px; letter-spacing:-.02em; }
.vl-public-card-name > span { display:block; color:var(--vl-muted); font-size:14px; line-height:1.45; }
.vl-public-avatar { display:grid; place-items:center; flex:0 0 76px; width:76px; height:76px; overflow:hidden; border-radius:24px; background:linear-gradient(140deg,#dff2ed,#fde9db); color:var(--vl-teal); font-size:24px; font-weight:800; }
.vl-public-avatar.is-large { width:clamp(150px,20vw,220px); height:clamp(150px,20vw,220px); border-radius:44px; font-size:54px; box-shadow:0 18px 42px rgba(14,56,67,.13); }
.vl-public-avatar img { width:100%; height:100%; object-fit:cover; }
.vl-public-tags { display:flex; flex-wrap:wrap; gap:7px; margin:17px 0; }
.vl-public-tags span { display:inline-flex; align-items:center; min-height:28px; padding:5px 10px; border-radius:999px; background:#edf6fa; color:#145f69; font-size:13px; font-weight:700; line-height:1.3; }
.vl-public-grades { margin:0; font-size:13px; }
.vl-public-bio-excerpt { flex:1; margin:14px 0; }
.vl-public-rating { display:flex; flex-wrap:wrap; align-items:center; gap:5px; margin:12px 0; color:var(--vl-muted)!important; font-size:13px; }
.vl-public-rating > span:first-child { color:#d88b22; font-size:20px; }
.vl-public-rating strong { color:var(--vl-ink); }
.vl-public-card footer { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-top:17px; padding-top:17px; border-top:1px solid var(--vl-border); font-size:14px; }
.vl-public-card footer a { font-weight:750; text-decoration:none; }
.vl-public-pagination { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:12px; margin:30px 0; }
.vl-public-pagination > span { color:var(--vl-muted); font-size:14px; }
.vl-public-back { display:inline-flex; margin-bottom:24px; font-weight:750; text-decoration:none; }
.vl-public-notice { margin:0 0 20px; padding:14px 18px; border-left:4px solid var(--vl-orange); border-radius:10px; background:#fff2e8; color:var(--vl-ink); }
.vl-public-hero { display:grid; grid-template-columns:auto 1fr; align-items:center; gap:clamp(26px,5vw,62px); padding:clamp(28px,5vw,58px); border:1px solid #d4e4df; border-radius:34px; background:linear-gradient(120deg,#edf8f4 0%,#fffaf0 70%); }
.vl-public-hero h1 { margin:8px 0 12px; font-size:clamp(38px,6vw,66px); letter-spacing:-.045em; }
.vl-public-headline { max-width:720px; margin:0 0 10px; font-size:clamp(18px,2.5vw,24px); }
.vl-public-hero .vl-button { margin-top:8px; }
.vl-public-layout { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,400px); align-items:start; gap:34px; margin-top:36px; }
.vl-public-story { min-width:0; }
.vl-public-section { padding:clamp(24px,4vw,38px) 0; border-bottom:1px solid var(--vl-border); }
.vl-public-section:first-child { padding-top:4px; }
.vl-public-section h2 { margin:0 0 17px; font-size:clamp(26px,3vw,36px); letter-spacing:-.025em; }
.vl-public-prose { color:var(--vl-muted); font-size:17px; line-height:1.8; overflow-wrap:anywhere; }
.vl-public-booking { position:sticky; top:24px; min-width:0; padding:26px; border:1px solid #d1e3df; border-radius:28px; background:#fff; box-shadow:0 18px 48px rgba(14,56,67,.1); scroll-margin-top:24px; }
.vl-public-booking-top h2 { margin:7px 0 8px; font-size:28px; }
.vl-public-booking-top p { margin:0; }
.vl-public-timezone { padding:12px 0; border-bottom:1px solid var(--vl-border); font-size:13px; }
.vl-public-calendar { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:4px; margin:17px 0 21px; }
.vl-public-weekday { padding:5px 0; color:var(--vl-muted); font-size:11px; font-weight:750; text-align:center; }
.vl-public-calendar > a,.vl-public-day-unavailable { display:flex; flex-direction:column; align-items:center; justify-content:center; min-width:0; min-height:48px; border-radius:10px; text-align:center; text-decoration:none; line-height:1.05; }
.vl-public-calendar > a { background:#edf7f4; color:var(--vl-ink)!important; }
.vl-public-calendar > a:hover,.vl-public-calendar > a:focus-visible { outline:2px solid var(--vl-teal); outline-offset:1px; }
.vl-public-calendar > a[aria-current="date"] { background:var(--vl-teal); color:#fff!important; }
.vl-public-calendar small { margin-top:3px; font-size:9px; }
.vl-public-day-unavailable { color:#9babab; background:#f6f7f6; font-size:13px; }
.vl-public-slot-form { margin-top:10px; }
.vl-public-selected-day { margin:16px 0 8px; font-size:14px; font-weight:750; }
.vl-public-time-options fieldset { min-width:0; margin:0 0 18px; padding:0; border:0; }
.vl-public-time-options fieldset[hidden] { display:none; }
.vl-public-time-options fieldset > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; }
.vl-public-time-options label { position:relative; }
.vl-public-time-options input { position:absolute; opacity:0; }
.vl-public-time-options label span { display:grid; place-items:center; min-height:42px; border:1px solid #bdd7d2; border-radius:10px; color:var(--vl-teal); cursor:pointer; font-size:14px; font-weight:750; }
.vl-public-time-options input:checked + span { background:var(--vl-teal); color:#fff; }
.vl-public-time-options input:focus-visible + span { outline:3px solid #e2aa48; outline-offset:2px; }
.vl-public-selection-note { font-size:13px; }
.vl-public-video { display:grid; place-items:center; min-height:300px; padding:26px; overflow:hidden; border-radius:24px; background:#17354d; color:#fff; text-align:center; }
.vl-public-video p,.vl-public-video small { color:#dce9e8; }
.vl-public-video iframe { width:100%; aspect-ratio:16/9; min-height:270px; border:0; }
.vl-public-play { font-size:56px; color:#f1b75a; }
.vl-public-review { margin:14px 0; padding:22px; border:1px solid var(--vl-border); border-radius:18px; background:var(--vl-public-paper); }
.vl-public-review header { display:flex; justify-content:space-between; gap:15px; }
.vl-public-review header span { color:#d88b22; letter-spacing:2px; }
.vl-public-review p { white-space:normal; overflow-wrap:anywhere; }
.vl-public-review-editor { margin-top:22px; padding:20px; border:1px solid #c9ded9; border-radius:18px; background:#f2f8f6; }
.vl-public-review-editor summary { min-height:34px; color:var(--vl-ink); cursor:pointer; font-weight:750; }
.vl-public-review-empty { padding:18px; border-radius:14px; background:#f7f7f4; }
.vl-public-choice { display:flex; justify-content:space-between; align-items:center; gap:22px; margin-bottom:24px; padding:20px; border:1px solid #b7d6cf; border-radius:20px; background:#edf8f4; }
.vl-public-choice p,.vl-public-choice small { display:block; margin:5px 0; }
.vl-public-choice form { flex:0 0 auto; }
.vl-sr-only { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
@media(max-width:960px) { .vl-public-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } .vl-public-filters { grid-template-columns:1fr 1fr; } .vl-public-layout { grid-template-columns:1fr; } .vl-public-booking { position:static; } }
@media(max-width:640px) { .vl-public-heading { padding-top:10px; } .vl-public-grid,.vl-public-filters { grid-template-columns:1fr; } .vl-public-card { padding:20px; } .vl-public-hero { grid-template-columns:1fr; text-align:center; } .vl-public-hero .vl-public-avatar { margin:auto; } .vl-public-hero .vl-public-tags,.vl-public-hero .vl-public-rating { justify-content:center; } .vl-public-layout { margin-top:24px; } .vl-public-booking { padding:20px 14px; } .vl-public-video { min-height:230px; padding:18px; } .vl-public-video iframe { min-height:200px; } .vl-public-choice { align-items:stretch; flex-direction:column; } .vl-public-choice .vl-button { width:100%; } }

/* Version 1.11: protected embedded lesson room. */
.vl-video-shell { padding-top:24px; padding-bottom:40px; }
.vl-video-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:18px; }
.vl-video-heading h1 { margin:6px 0 8px; font-size:clamp(30px,4vw,48px); letter-spacing:-.035em; }
.vl-video-heading p { margin:0; color:var(--vl-muted); }
.vl-video-privacy { margin:0 0 14px; padding:13px 17px; border:1px solid #cce0dc; border-radius:14px; background:#eef8f5; color:#244f58; }
/* Daily injects height:100% inline; it needs a definite parent height. */
.vl-video-frame { position:relative; height:clamp(480px,70vh,820px); min-height:0; overflow:hidden; border:1px solid #b9cfcd; border-radius:24px; background:#102f38; box-shadow:0 20px 50px rgba(13,49,59,.16); }
.vl-video-frame iframe { position:absolute; inset:0; display:block; width:100%; height:100%; min-height:0; max-width:none; max-height:none; margin:0; padding:0; border:0; background:#102f38; }
.vl-video-frame:fullscreen { width:100%; height:100%; border:0; border-radius:0; }
.vl-video-frame:-webkit-full-screen { width:100%; height:100%; border:0; border-radius:0; }
.vl-video-loading { position:absolute; inset:0; display:grid; place-items:center; padding:24px; color:#e8f4f2; text-align:center; font-weight:700; letter-spacing:.01em; }
.vl-video-loading.is-error { flex-direction:column; align-items:center; justify-content:center; gap:13px; color:#fff; background:#173b44; }
.vl-video-loading.is-error span { max-width:680px; }
.vl-video-loading.is-error small { color:#c7dcda; font-weight:600; }
.vl-video-loading.is-error .vl-button { margin-top:4px; background:#fff; color:#123b45; border-color:#fff; }
.vl-video-loading [hidden] { display:none!important; }
.vl-video-frame[aria-busy="false"] .vl-video-loading { display:none; }
.vl-meeting-link--daily { background:#176f79; color:#fff!important; border-color:#176f79; }
.vl-meeting-link--fallback { margin-left:8px; font-size:13px; opacity:.82; }
@media(max-width:640px) { .vl-video-heading { flex-direction:column; } .vl-video-heading .vl-button { width:100%; } .vl-video-frame { height:72vh; height:72dvh; border-radius:16px; } .vl-video-frame:fullscreen { height:100%; border-radius:0; } .vl-video-frame:-webkit-full-screen { height:100%; border-radius:0; } }
