body {
    font-family: system-ui, -apple-system, sans-serif;
    background: #0d1b2a;
    color: #e0e1dd;
    padding: 2rem;
}

h1 { color: #778da9; }

section {
    background: #1b263b;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

ul { list-style: none; padding: 0; }
