html, body {
    height: 100%;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #f5f5f7;
}

.page {
    display: grid;
    grid-template-columns: 240px 1fr;
    min-height: 100vh;
}

.sidebar {
    min-height: 100vh;
}

.sidebar .nav-link {
    border-radius: 6px;
    margin-bottom: 4px;
}

.sidebar .nav-link.active {
    background: rgba(255, 255, 255, 0.12);
}

.content {
    display: flex;
    flex-direction: column;
}

.card .display-6 {
    font-weight: 600;
}
