/* Student dashboard shell — layout chrome consuming --public-* tokens. */

.student-layout {
    min-height: 100vh;
    background: var(--public-background);
    font-family: var(--public-font-family);
}

/* Clear fixed app bar — Mud px-* utilities must not override top padding */
.student-layout .student-body.mud-main-content {
    min-height: calc(100vh - var(--mud-appbar-height, 64px));
    background: var(--public-surface-container-lowest);
    padding-top: calc(var(--mud-appbar-height, 64px) + var(--admin-space-6, 24px)) !important;
}
