/* Brutalist Style - Industrial Gray */
body {
    background-color: #f4f4f5;
    color: #111827;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 20px;
    line-height: 1.5;
}

a {
    color: blue;
    text-decoration: underline;
}

header h1 {
    margin-top: 0;
    margin-bottom: 10px;
}

nav {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #111827;
}

nav a {
    margin-right: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}

h1, h2, h3 {
    color: #111827;
}

/* Forms */
form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

label {
    margin-top: 15px;
    font-weight: bold;
}

input, select, textarea {
    margin-top: 5px;
    padding: 10px;
    border: 2px solid #111827;
    background-color: #fff;
    color: #111827;
    font-family: inherit;
    font-size: 1rem;
}

button {
    margin-top: 20px;
    padding: 12px;
    background-color: #111827;
    color: #f4f4f5;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    font-size: 1rem;
}

button:hover {
    background-color: #374151;
}

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

th, td {
    border: 2px solid #111827;
    padding: 12px;
    text-align: left;
}

th {
    background-color: #e5e7eb;
}

#manifesto-text, #about-text {
    white-space: pre-wrap;
}
