body { font-family: sans-serif; background-color: #f4f4f4; color: #333; }
.container { max-width: 800px; margin: 40px auto; padding: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
h1 { color: #0056b3; }
ul { list-style: none; padding: 0; }
li { padding: 12px 0; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; align-items: center; }
a { text-decoration: none; color: #007bff; font-weight: bold; }
a:hover { text-decoration: underline; }
span { font-size: 0.9em; color: #777; }
.status-on { color: green; font-weight: bold; }
.status-off { color: red; font-weight: bold; }