html:not(.dark) body {
    background-color: #f3f4f6;
    color: #111827;
}

html:not(.dark) .surface {
    background-color: #ffffff;
    border-color: #e5e7eb;
}

html:not(.dark) .input-field {
    background-color: #f9fafb;
    border-color: #d1d5db;
    color: #111827;
}

body.compact-mode {
    padding: 1rem !important;
}

body.compact-mode main {
    max-width: 100% !important;
    gap: 0.75rem !important;
}

body.compact-mode section {
    padding: 1rem !important;
    margin-bottom: 0.25rem !important;
    border-radius: 0.75rem !important;
}

body.compact-mode h2 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
}

body.compact-mode .input-field {
    padding: 0.5rem 0.75rem !important;
}
