
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    background-color: #121212;
    color: #E0E0E0;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

header {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
}

header h1 {
    font-size: 2.5em;
    margin-bottom: 0;
}

nav {
    margin-top: 20px;
}

nav a {
    color: #BB86FC;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.1em;
}

nav a:hover {
    text-decoration: underline;
}

article h2 {
    font-size: 2em;
    color: #FFFFFF;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-top: 40px;
}

article p, article li {
    font-size: 1.1em;
    color: #B0B0B0;
}

article ul {
    padding-left: 20px;
}

.placeholder {
    border: 2px dashed #444;
    padding: 20px;
    background-color: #1E1E1E;
    border-radius: 8px;
    margin-top: 20px;
}

.placeholder p {
    color: #999;
    font-style: italic;
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #333;
    color: #777;
}

/* Added for language selector */
.legal-links {
    margin-top: 2em;
}

.legal-links h3 {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 1.5em;
}

.legal-links ul {
    list-style: none;
    padding-left: 0;
}

.legal-links li {
    margin: 10px 0;
}

.legal-links a {
    text-decoration: none;
    font-size: 1.1em;
    color: #BB86FC;
}

.legal-links a:hover {
    text-decoration: underline;
}

.legal-links a.not-ready {
    color: #777;
    cursor: not-allowed;
}

.legal-links a.not-ready:hover {
    text-decoration: none;
}
