
#ea-login-section {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #f9f9f9;
}

#ea-login-section input, #ea-login-section button {
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    font-size: 16px;
}

#ea-tools-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 2em;
}

.ea-tile-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.ea-tile {
    padding: 2em;
    background: #0060df;
    color: white;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    min-width: 200px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.ea-tile:hover {
    background: #004bb5;
}
