body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7f6;
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

h1 { text-align: center; color: #333; }

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

th { background-color: #007bff; color: white; }

.action-buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 5px;
}

button {
    cursor: pointer;
    border: none;
    padding: 8px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-home { background-color: #e1f5fe; border: 1px solid #03a9f4; }
.btn-home:hover { background-color: #b3e5fc; }

.btn-hours { background-color: #fff3e0; border: 1px solid #ff9800; }
.btn-hours:hover { background-color: #ffe0b2; }

.status-display {
    font-size: 0.85rem;
    color: #666;
    min-height: 1.2em;
}

.status-thuis { color: #0288d1; font-weight: bold; }
.status-uren { color: #f57c00; font-weight: bold; }