/* False Friends — shared dict-shell layout in app.css */
.ff-shell .dict-entry-card h2 {
    font-size: 1.5rem;
    color: #1e293b;
}
.ff-shell .dict-sense h3 {
    font-size: 0.82rem;
    font-weight: 800;
    color: #52627a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.ff-shell .dict-entry-links ul {
    margin: 0.5rem 0;
    padding-left: 1.25rem;
}
.ff-shell .dict-entry-links li {
    margin-bottom: 0.35rem;
}
.ff-evidence-card {
    border: 1px solid #dbe3ef;
    border-radius: 0.9rem;
    padding: 1rem;
    margin: 1rem 0;
    background: #f8fafc;
}
.ff-evidence-card h3 {
    margin-top: 0;
}
.ff-evidence-grid {
    margin: 0.75rem 0;
}
.ff-evidence-grid h4 {
    margin: 0 0 0.35rem;
    color: #52627a;
    font-size: 0.78rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.ff-note {
    color: #52627a;
    font-size: 0.95rem;
}
