<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* style.css */
.affirm-align-box {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    border: 2px solid #c3aed6;
    border-radius: 1rem;
    background-color: #fdfaff;
    font-family: 'Georgia', serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.affirm-align-box h2 {
    text-align: center;
    color: #5e548e;
    margin-bottom: 1rem;
}

.affirm-align-box select,
.affirm-align-box button {
    display: block;
    width: 100%;
    margin: 1rem 0;
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #ddd;
    font-size: 1rem;
}

.affirm-align-box button {
    background-color: #9f86c0;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.affirm-align-box button:hover {
    background-color: #7e5a9b;
}

#match-result {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff0f6;
    border: 1px dashed #e0aaff;
    border-radius: 0.5rem;
}

.hidden {
    display: none;
}
</pre></body></html>