body {
    font-family: system-ui, sans-serif;
    background-color: #000000;
    color: #333;
    margin: 0;
}

.container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

h1 {
    margin-top: 0;
}

.filter-input {
    width: 100%;
    padding: 0.5rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.file-table {
    width: 100%;
    border-collapse: collapse;
}

.file-table thead {
    background-color: #f0f0f0;
}

.file-table th,
.file-table td {
    padding: 0.75rem;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.file-table a {
    color: #007bff;
    text-decoration: none;
}

.file-table a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 2rem;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}
